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

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

Completed in 98 milliseconds