Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dwindfarm_rm31.c122 s32 t_avg, t_old; in cpu_check_overtemp() local
163 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
166 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); 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()
H A Dwindfarm_pm112.c205 s32 t_avg, t_old; in cpu_check_overtemp() local
229 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
232 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); 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()
H A Dwindfarm_pm72.c128 s32 t_avg, t_old; in cpu_check_overtemp() local
169 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
172 FIX32TOPRINT(t_avg), FIX32TOPRINT(t_old), FIX32TOPRINT(temp)); 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()