cpu_thist          90 drivers/macintosh/windfarm_pm112.c static u32 cpu_thist[CPU_TEMP_HIST_SIZE];
cpu_thist         217 drivers/macintosh/windfarm_pm112.c 	t_old = cpu_thist[cpu_thist_pt];
cpu_thist         218 drivers/macintosh/windfarm_pm112.c 	cpu_thist[cpu_thist_pt] = temp;
cpu_thist          75 drivers/macintosh/windfarm_pm72.c static u32 cpu_thist[CPU_TEMP_HIST_SIZE];
cpu_thist         154 drivers/macintosh/windfarm_pm72.c 			cpu_thist[i] = temp;
cpu_thist         164 drivers/macintosh/windfarm_pm72.c 	t_old = cpu_thist[cpu_thist_pt];
cpu_thist         165 drivers/macintosh/windfarm_pm72.c 	cpu_thist[cpu_thist_pt] = temp;
cpu_thist          66 drivers/macintosh/windfarm_rm31.c static u32 cpu_thist[CPU_TEMP_HIST_SIZE];
cpu_thist         148 drivers/macintosh/windfarm_rm31.c 			cpu_thist[i] = temp;
cpu_thist         158 drivers/macintosh/windfarm_rm31.c 	t_old = cpu_thist[cpu_thist_pt];
cpu_thist         159 drivers/macintosh/windfarm_rm31.c 	cpu_thist[cpu_thist_pt] = temp;