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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c63 static unsigned int low_freq; variable
165 return low_freq;
198 return low_freq;
351 freqs.new = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
376 cur_freq = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
451 if (cur_freq == low_freq && !is_pmu_based)
468 do_set_cpu_speed(sleep_freq == low_freq ?
537 low_freq = min(freqs[0], freqs[1]);
545 if (low_freq < 98000000)
546 low_freq
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dlongrun.c26 * performance_pctg = (current_freq - low_freq)/(high_freq - low_freq)
160 * @low_freq: an int to put the lowest frequency into
166 * performance_pctg = (target_freq - low_freq)/(high_freq - low_freq)
168 static unsigned int __init longrun_determine_freqs(unsigned int *low_freq, argument
177 if (!low_freq || !high_freq)
192 *low_freq = msr_lo * 1000; /* to kHz */
199 dprintk("longrun table interface told %u - %u kHz\n", *low_freq, *high_freq);
201 if (*low_freq > *high_fre
[all...]

Completed in 52 milliseconds