Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/cpufreq/
Dpmac32-cpufreq.c79 #define CPUFREQ_HIGH 0 macro
83 {0, CPUFREQ_HIGH, 0},
347 if (speed_mode == CPUFREQ_HIGH && in do_set_cpu_speed()
353 cur_freq = (speed_mode == CPUFREQ_HIGH) ? hi_freq : low_freq; in do_set_cpu_speed()
409 do_set_cpu_speed(policy, CPUFREQ_HIGH); in pmac_cpufreq_suspend()
426 CPUFREQ_LOW : CPUFREQ_HIGH); in pmac_cpufreq_resume()
681 pmac_cpu_freqs[CPUFREQ_HIGH].frequency = hi_freq; in pmac_cpufreq_setup()
Dpmac64-cpufreq.c63 #define CPUFREQ_HIGH 0 macro
67 {0, CPUFREQ_HIGH, 0},
225 if (speed_mode == CPUFREQ_HIGH) { in g5_pfunc_switch_volt()
262 if (speed_mode == CPUFREQ_HIGH) in g5_pfunc_switch_freq()
304 return val ? CPUFREQ_HIGH : CPUFREQ_LOW; in g5_pfunc_query_freq()
450 g5_switch_volt(CPUFREQ_HIGH); in g5_neo2_cpufreq_init()
615 g5_switch_volt(CPUFREQ_HIGH); in g5_pm72_cpufreq_init()
Dmaple-cpufreq.c57 #define CPUFREQ_HIGH 0 macro
61 {0, CPUFREQ_HIGH, 0},