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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c54 static unsigned int low_freq; variable
154 return low_freq;
187 return low_freq;
344 freqs.new = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
369 cur_freq = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
443 if (cur_freq == low_freq && !is_pmu_based)
460 do_set_cpu_speed(sleep_freq == low_freq ?
529 low_freq = min(freqs[0], freqs[1]);
537 if (low_freq < 98000000)
538 low_freq
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c54 static unsigned int low_freq; variable
154 return low_freq;
187 return low_freq;
344 freqs.new = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
369 cur_freq = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
443 if (cur_freq == low_freq && !is_pmu_based)
460 do_set_cpu_speed(sleep_freq == low_freq ?
529 low_freq = min(freqs[0], freqs[1]);
537 if (low_freq < 98000000)
538 low_freq
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/x86/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 __cpuinit longrun_determine_freqs(unsigned int *low_freq, argument
177 if (!low_freq || !high_freq)
192 *low_freq = msr_lo * 1000; /* to kHz */
200 *low_freq, *high_freq);
202 if (*low_freq > *high_fre
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/x86/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 __cpuinit longrun_determine_freqs(unsigned int *low_freq, argument
177 if (!low_freq || !high_freq)
192 *low_freq = msr_lo * 1000; /* to kHz */
200 *low_freq, *high_freq);
202 if (*low_freq > *high_fre
[all...]

Completed in 165 milliseconds