Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/macintosh/
Dwindfarm_pm112.c95 static s32 cpu_all_tmax = 100 << 16; variable
146 if (tmax < cpu_all_tmax) in create_cpu_loop()
147 cpu_all_tmax = tmax; in create_cpu_loop()
208 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { in cpu_check_overtemp()
214 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { in cpu_check_overtemp()
235 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { in cpu_check_overtemp()
241 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { in cpu_check_overtemp()
260 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { in cpu_check_overtemp()
524 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); in pm112_tick()
527 cpu_all_tmax = 60 << 16; in pm112_tick()
Dwindfarm_rm31.c69 static s32 cpu_all_tmax = 100 << 16; variable
126 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { in cpu_check_overtemp()
132 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { in cpu_check_overtemp()
169 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { in cpu_check_overtemp()
175 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { in cpu_check_overtemp()
194 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { in cpu_check_overtemp()
309 if (tmax < cpu_all_tmax) in cpu_setup_pid()
310 cpu_all_tmax = tmax; in cpu_setup_pid()
525 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); in rm31_tick()
531 cpu_all_tmax = 60 << 16; in rm31_tick()
Dwindfarm_pm72.c78 static s32 cpu_all_tmax = 100 << 16; variable
132 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { in cpu_check_overtemp()
138 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { in cpu_check_overtemp()
175 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { in cpu_check_overtemp()
181 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { in cpu_check_overtemp()
200 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { in cpu_check_overtemp()
408 if (tmax < cpu_all_tmax) in cpu_setup_pid()
409 cpu_all_tmax = tmax; in cpu_setup_pid()
622 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); in pm72_tick()
634 cpu_all_tmax = 60 << 16; in pm72_tick()