Searched refs:tmp_freq (Results 1 – 2 of 2) sorted by relevance
235 int tmp_freq; in gx_validate_speed() local243 tmp_freq = (stock_freq * tmp_off) / i; in gx_validate_speed()246 if (abs(tmp_freq - khz) <= abs(old_tmp_freq - khz)) { in gx_validate_speed()249 old_tmp_freq = tmp_freq; in gx_validate_speed()348 unsigned int tmp_freq = 0; in cpufreq_gx_verify() local364 tmp_freq = gx_validate_speed(policy->min, &tmp1, &tmp2); in cpufreq_gx_verify()365 if (tmp_freq < policy->min) in cpufreq_gx_verify()366 tmp_freq += stock_freq / max_duration; in cpufreq_gx_verify()367 policy->min = tmp_freq; in cpufreq_gx_verify()369 policy->max = tmp_freq; in cpufreq_gx_verify()[all …]
131 int tmp_gcd, tmp_base, tmp_freq; in calculate() local146 tmp_freq = base / *prediv * *mul / *postdiv; in calculate()149 target, tmp_freq); in calculate()