Lines Matching defs:cfg
206 * @cfg: The configuration we need to calculate for.
210 * setting for the @cfg timing. This updates the timing information
213 static int s3c2410_calc_bank(struct s3c_cpufreq_config *cfg,
216 unsigned long hclk = cfg->freq.hclk_tns;
285 * @cfg: The frequency configuration
289 * in @cfg, update the cycle timing information.
291 static void s3c2410_iotiming_getbank(struct s3c_cpufreq_config *cfg,
295 unsigned long hclk = cfg->freq.hclk_tns;
307 * @cfg: The current configuration.
311 struct s3c_cpufreq_config *cfg,
316 unsigned long hclk = cfg->freq.hclk_tns;
350 * @cfg: The frequency configuration
354 * frequency information in @cfg. This is then used by s3c2410_iotiming_set()
357 int s3c2410_iotiming_calc(struct s3c_cpufreq_config *cfg,
374 ret = s3c2410_calc_bank(cfg, bt);
392 * @cfg: The frequency configuration
399 void s3c2410_iotiming_set(struct s3c_cpufreq_config *cfg,
418 * @cfg: The frequency configuration
422 * information in @cfg, and the new frequency configuration
431 int s3c2410_iotiming_get(struct s3c_cpufreq_config *cfg,
467 s3c2410_iotiming_getbank(cfg, bt);