Searched refs:tmp_freq (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dgx-suspmod.c235 int tmp_freq; local
243 tmp_freq = (stock_freq * tmp_off) / i;
246 if (abs(tmp_freq - khz) <= abs(old_tmp_freq - khz)) {
249 old_tmp_freq = tmp_freq;
347 unsigned int tmp_freq = 0; local
363 tmp_freq = gx_validate_speed(policy->min, &tmp1, &tmp2);
364 if (tmp_freq < policy->min)
365 tmp_freq += stock_freq / max_duration;
366 policy->min = tmp_freq;
368 policy->max = tmp_freq;
390 unsigned int tmp_freq; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/ar7/
H A Dclock.c131 int tmp_gcd, tmp_base, tmp_freq; local
146 tmp_freq = base / *prediv * *mul / *postdiv;
149 target, tmp_freq);

Completed in 90 milliseconds