Home
last modified time | relevance | path

Searched refs:CPUFREQ_HIGH (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/cpufreq/
Dpmac32-cpufreq.c82 #define CPUFREQ_HIGH 0 macro
86 {0, CPUFREQ_HIGH, 0},
350 if (speed_mode == CPUFREQ_HIGH && in do_set_cpu_speed()
356 cur_freq = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq; in do_set_cpu_speed()
413 do_set_cpu_speed(policy, CPUFREQ_HIGH); in pmac_cpufreq_suspend()
430 CPUFREQ_LOW : CPUFREQ_HIGH); in pmac_cpufreq_resume()
680 pmac_cpu_freqs[CPUFREQ_HIGH].frequency = hi_freq; in pmac_cpufreq_setup()
Dpmac64-cpufreq.c66 #define CPUFREQ_HIGH 0 macro
70 {0, CPUFREQ_HIGH, 0},
228 if (speed_mode == CPUFREQ_HIGH) { in g5_pfunc_switch_volt()
265 if (speed_mode == CPUFREQ_HIGH) in g5_pfunc_switch_freq()
307 return val ? CPUFREQ_HIGH : CPUFREQ_LOW; in g5_pfunc_query_freq()
451 g5_switch_volt(CPUFREQ_HIGH); in g5_neo2_cpufreq_init()
616 g5_switch_volt(CPUFREQ_HIGH); in g5_pm72_cpufreq_init()
Dmaple-cpufreq.c60 #define CPUFREQ_HIGH 0 macro
64 {0, CPUFREQ_HIGH, 0},