Lines Matching refs:cfg
38 struct s3c_cpufreq_config *cfg; in board_show() local
41 cfg = s3c_cpufreq_getconfig(); in board_show()
42 if (!cfg) { in board_show()
47 brd = cfg->board; in board_show()
67 struct s3c_cpufreq_config *cfg; in info_show() local
69 cfg = s3c_cpufreq_getconfig(); in info_show()
70 if (!cfg) { in info_show()
75 seq_printf(seq, " FCLK %ld Hz\n", cfg->freq.fclk); in info_show()
77 cfg->freq.hclk, print_ns(cfg->freq.hclk_tns)); in info_show()
78 seq_printf(seq, " PCLK %ld Hz\n", cfg->freq.hclk); in info_show()
79 seq_printf(seq, "ARMCLK %ld Hz\n", cfg->freq.armclk); in info_show()
82 show_max(seq, &cfg->max); in info_show()
85 cfg->divs.h_divisor, cfg->divs.p_divisor, in info_show()
86 cfg->divs.arm_divisor, cfg->divs.dvs ? "on" : "off"); in info_show()
89 seq_printf(seq, "lock_pll=%u\n", cfg->lock_pll); in info_show()
99 struct s3c_cpufreq_config *cfg; in io_show() local
104 cfg = s3c_cpufreq_getconfig(); in io_show()
105 if (!cfg) { in io_show()
110 show_bank = cfg->info->debug_io_show; in io_show()
122 seq_printf(seq, "hclk period is %lu.%lu ns\n", print_ns(cfg->freq.hclk_tns)); in io_show()
134 show_bank(seq, cfg, iob); in io_show()