Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dwindfarm_rm31.c68 static s64 cpu_thist_total; variable
146 cpu_thist_total = 0; in cpu_check_overtemp()
149 cpu_thist_total += temp; in cpu_check_overtemp()
161 cpu_thist_total -= t_old; in cpu_check_overtemp()
162 cpu_thist_total += temp; in cpu_check_overtemp()
163 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
H A Dwindfarm_pm72.c77 static s64 cpu_thist_total; variable
152 cpu_thist_total = 0; in cpu_check_overtemp()
155 cpu_thist_total += temp; in cpu_check_overtemp()
167 cpu_thist_total -= t_old; in cpu_check_overtemp()
168 cpu_thist_total += temp; in cpu_check_overtemp()
169 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()
H A Dwindfarm_pm112.c94 static s64 cpu_thist_total; variable
227 cpu_thist_total -= t_old; in cpu_check_overtemp()
228 cpu_thist_total += temp; in cpu_check_overtemp()
229 t_avg = cpu_thist_total / CPU_TEMP_HIST_SIZE; in cpu_check_overtemp()