Searched refs:stock_freq (Results 1 – 1 of 1) sorted by relevance
121 static int stock_freq; variable205 return stock_freq; in gx_get_cpuspeed()207 return (stock_freq * gx_params->off_duration) in gx_get_cpuspeed()222 int old_tmp_freq = stock_freq; in gx_validate_speed()229 tmp_off = ((khz * i) / stock_freq) & 0xff; in gx_validate_speed()231 tmp_freq = (stock_freq * tmp_off) / i; in gx_validate_speed()267 if (new_khz != stock_freq) { in gx_set_cpuspeed()336 if (!stock_freq || !policy) in cpufreq_gx_verify()340 cpufreq_verify_within_limits(policy, (stock_freq / max_duration), in cpufreq_gx_verify()341 stock_freq); in cpufreq_gx_verify()[all …]