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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/powermac/
H A Dcpufreq_32.c55 static unsigned int hi_freq; variable
156 return hi_freq;
189 return hi_freq;
344 freqs.new = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
369 cur_freq = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq;
530 hi_freq = max(freqs[0], freqs[1]);
542 hi_freq = (hi_freq * (*ratio)) / 2000;
548 cur_freq = (rc & 0x01) ? hi_freq : low_freq;
569 hi_freq
[all...]

Completed in 43 milliseconds