Home
last modified time | relevance | path

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

/drivers/macintosh/
Dwindfarm_rm31.c67 static u32 cpu_thist[CPU_TEMP_HIST_SIZE]; variable
149 cpu_thist[i] = temp; in cpu_check_overtemp()
159 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
160 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
Dwindfarm_pm72.c76 static u32 cpu_thist[CPU_TEMP_HIST_SIZE]; variable
155 cpu_thist[i] = temp; in cpu_check_overtemp()
165 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
166 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()
Dwindfarm_pm112.c91 static u32 cpu_thist[CPU_TEMP_HIST_SIZE]; variable
218 t_old = cpu_thist[cpu_thist_pt]; in cpu_check_overtemp()
219 cpu_thist[cpu_thist_pt] = temp; in cpu_check_overtemp()