Lines Matching refs:cfg
213 static int s3c2410_calc_bank(struct s3c_cpufreq_config *cfg, in s3c2410_calc_bank() argument
216 unsigned long hclk = cfg->freq.hclk_tns; in s3c2410_calc_bank()
291 static void s3c2410_iotiming_getbank(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_getbank() argument
295 unsigned long hclk = cfg->freq.hclk_tns; in s3c2410_iotiming_getbank()
311 struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_debugfs() argument
316 unsigned long hclk = cfg->freq.hclk_tns; in s3c2410_iotiming_debugfs()
357 int s3c2410_iotiming_calc(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_calc() argument
374 ret = s3c2410_calc_bank(cfg, bt); in s3c2410_iotiming_calc()
399 void s3c2410_iotiming_set(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_set() argument
431 int s3c2410_iotiming_get(struct s3c_cpufreq_config *cfg, in s3c2410_iotiming_get() argument
467 s3c2410_iotiming_getbank(cfg, bt); in s3c2410_iotiming_get()