Searched refs:calc_iotiming (Results 1 – 5 of 5) sorted by relevance
100 .calc_iotiming = s3c2410_iotiming_calc,
173 .calc_iotiming = s3c2412_iotiming_calc,
115 if (cfg->info->calc_iotiming) in s3c_cpufreq_calcio()116 return (cfg->info->calc_iotiming)(cfg, &s3c24xx_iotiming); in s3c_cpufreq_calcio()
268 .calc_iotiming = s3c2410_iotiming_calc,
175 int (*calc_iotiming)(struct s3c_cpufreq_config *cfg, member