Searched refs:tmp_freq (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | gx-suspmod.c | 223 int tmp_freq; in gx_validate_speed() local 231 tmp_freq = (stock_freq * tmp_off) / i; in gx_validate_speed() 234 if (abs(tmp_freq - khz) <= abs(old_tmp_freq - khz)) { in gx_validate_speed() 237 old_tmp_freq = tmp_freq; in gx_validate_speed() 333 unsigned int tmp_freq = 0; in cpufreq_gx_verify() local 349 tmp_freq = gx_validate_speed(policy->min, &tmp1, &tmp2); in cpufreq_gx_verify() 350 if (tmp_freq < policy->min) in cpufreq_gx_verify() 351 tmp_freq += stock_freq / max_duration; in cpufreq_gx_verify() 352 policy->min = tmp_freq; in cpufreq_gx_verify() 354 policy->max = tmp_freq; in cpufreq_gx_verify() 376 unsigned int tmp_freq; cpufreq_gx_target() local [all...] |
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | gx-suspmod.c | 223 int tmp_freq; in gx_validate_speed() local 231 tmp_freq = (stock_freq * tmp_off) / i; in gx_validate_speed() 234 if (abs(tmp_freq - khz) <= abs(old_tmp_freq - khz)) { in gx_validate_speed() 237 old_tmp_freq = tmp_freq; in gx_validate_speed() 333 unsigned int tmp_freq = 0; in cpufreq_gx_verify() local 349 tmp_freq = gx_validate_speed(policy->min, &tmp1, &tmp2); in cpufreq_gx_verify() 350 if (tmp_freq < policy->min) in cpufreq_gx_verify() 351 tmp_freq += stock_freq / max_duration; in cpufreq_gx_verify() 352 policy->min = tmp_freq; in cpufreq_gx_verify() 354 policy->max = tmp_freq; in cpufreq_gx_verify() 376 unsigned int tmp_freq; cpufreq_gx_target() local [all...] |
/kernel/linux/linux-5.10/arch/mips/ar7/ |
H A D | clock.c | 118 int tmp_gcd, tmp_base, tmp_freq; in calculate() local 133 tmp_freq = base / *prediv * *mul / *postdiv; in calculate() 136 target, tmp_freq); in calculate()
|
/kernel/linux/linux-6.6/arch/mips/ar7/ |
H A D | clock.c | 120 int tmp_gcd, tmp_base, tmp_freq; in calculate() local 135 tmp_freq = base / *prediv * *mul / *postdiv; in calculate() 138 target, tmp_freq); in calculate()
|
Completed in 4 milliseconds