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