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

/linux-4.1.27/drivers/macintosh/
H A Dwindfarm_pm112.c94 static s32 cpu_all_tmax = 100 << 16; variable
153 if (tmax < cpu_all_tmax) create_cpu_loop()
154 cpu_all_tmax = tmax; create_cpu_loop()
202 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { cpu_check_overtemp()
208 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { cpu_check_overtemp()
229 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { cpu_check_overtemp()
235 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { cpu_check_overtemp()
254 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { cpu_check_overtemp()
518 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); pm112_tick()
521 cpu_all_tmax = 60 << 16; pm112_tick()
H A Dwindfarm_rm31.c70 static s32 cpu_all_tmax = 100 << 16; variable
127 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { cpu_check_overtemp()
133 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { cpu_check_overtemp()
170 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { cpu_check_overtemp()
176 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { cpu_check_overtemp()
195 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { cpu_check_overtemp()
310 if (tmax < cpu_all_tmax) cpu_setup_pid()
311 cpu_all_tmax = tmax; cpu_setup_pid()
526 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); rm31_tick()
532 cpu_all_tmax = 60 << 16; rm31_tick()
H A Dwindfarm_pm72.c79 static s32 cpu_all_tmax = 100 << 16; variable
133 if (temp >= (cpu_all_tmax + LOW_OVER_IMMEDIATE)) { cpu_check_overtemp()
139 if (temp >= (cpu_all_tmax + HIGH_OVER_IMMEDIATE)) { cpu_check_overtemp()
176 if (t_avg >= (cpu_all_tmax + LOW_OVER_AVERAGE)) { cpu_check_overtemp()
182 if (t_avg >= (cpu_all_tmax + HIGH_OVER_AVERAGE)) { cpu_check_overtemp()
201 (temp < (cpu_all_tmax + LOW_OVER_CLEAR))) { cpu_check_overtemp()
409 if (tmax < cpu_all_tmax) cpu_setup_pid()
410 cpu_all_tmax = tmax; cpu_setup_pid()
623 DBG_LOTS("cpu_all_tmax=%d.%03d\n", FIX32TOPRINT(cpu_all_tmax)); pm72_tick()
635 cpu_all_tmax = 60 << 16; pm72_tick()

Completed in 100 milliseconds