Lines Matching refs:cfg
39 struct s3c_cpufreq_config *cfg; in board_show() local
42 cfg = s3c_cpufreq_getconfig(); in board_show()
43 if (!cfg) { in board_show()
48 brd = cfg->board; in board_show()
79 struct s3c_cpufreq_config *cfg; in info_show() local
81 cfg = s3c_cpufreq_getconfig(); in info_show()
82 if (!cfg) { in info_show()
87 seq_printf(seq, " FCLK %ld Hz\n", cfg->freq.fclk); in info_show()
89 cfg->freq.hclk, print_ns(cfg->freq.hclk_tns)); in info_show()
90 seq_printf(seq, " PCLK %ld Hz\n", cfg->freq.hclk); in info_show()
91 seq_printf(seq, "ARMCLK %ld Hz\n", cfg->freq.armclk); in info_show()
94 show_max(seq, &cfg->max); in info_show()
97 cfg->divs.h_divisor, cfg->divs.p_divisor, in info_show()
98 cfg->divs.arm_divisor, cfg->divs.dvs ? "on" : "off"); in info_show()
101 seq_printf(seq, "lock_pll=%u\n", cfg->lock_pll); in info_show()
122 struct s3c_cpufreq_config *cfg; in io_show() local
127 cfg = s3c_cpufreq_getconfig(); in io_show()
128 if (!cfg) { in io_show()
133 show_bank = cfg->info->debug_io_show; in io_show()
145 seq_printf(seq, "hclk period is %lu.%lu ns\n", print_ns(cfg->freq.hclk_tns)); in io_show()
157 show_bank(seq, cfg, iob); in io_show()