Home
last modified time | relevance | path

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

/openbmc/linux/drivers/macintosh/
H A Dwindfarm_rm31.c66 static u32 cpu_thist[CPU_TEMP_HIST_SIZE]; variable
148 cpu_thist[i] = temp; in cpu_check_overtemp()
158 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
159 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
H A Dwindfarm_pm72.c75 static u32 cpu_thist[CPU_TEMP_HIST_SIZE]; variable
154 cpu_thist[i] = temp; in cpu_check_overtemp()
164 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
165 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
H A Dwindfarm_pm112.c92 static u32 cpu_thist[CPU_TEMP_HIST_SIZE]; variable
224 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
225 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()