Lines Matching refs:cfg
217 static int s3c2410_calc_bank(struct s3c_cpufreq_config *cfg, in s3c2410_calc_bank() argument
220 unsigned long hclk = cfg->freq.hclk_tns; in s3c2410_calc_bank()
295 void s3c2410_iotiming_getbank(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_getbank() argument
299 unsigned long hclk = cfg->freq.hclk_tns; in s3c2410_iotiming_getbank()
315 struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_debugfs() argument
320 unsigned long hclk = cfg->freq.hclk_tns; in s3c2410_iotiming_debugfs()
361 int s3c2410_iotiming_calc(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_calc() argument
378 ret = s3c2410_calc_bank(cfg, bt); in s3c2410_iotiming_calc()
403 void s3c2410_iotiming_set(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_set() argument
435 int s3c2410_iotiming_get(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_get() argument
473 s3c2410_iotiming_getbank(cfg, bt); in s3c2410_iotiming_get()