Searched refs:calc_iotiming (Results 1 – 5 of 5) sorted by relevance
103 .calc_iotiming = s3c2410_iotiming_calc,
188 .calc_iotiming = s3c2412_iotiming_calc,
256 .calc_iotiming = s3c2410_iotiming_calc,
122 if (cfg->info->calc_iotiming) in s3c_cpufreq_calcio()123 return (cfg->info->calc_iotiming)(cfg, &s3c24xx_iotiming); in s3c_cpufreq_calcio()
173 int (*calc_iotiming)(struct s3c_cpufreq_config *cfg, member