• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/

Lines Matching refs:overtemp

686 		state->overtemp++;
815 state1->overtemp = 0;
819 if (state1->overtemp)
820 state0->overtemp++;
825 /* Check tmax, increment overtemp if we are there. At tmax+8, we go
831 state0->overtemp += CPU_MAX_OVERTEMP / 4;
833 state0->overtemp++;
834 printk(KERN_WARNING "Temperature %d above max %d. overtemp %d\n",
835 temp_combi >> 16, state0->mpu.tmax, state0->overtemp);
837 if (state0->overtemp)
840 state0->overtemp = 0;
842 if (state0->overtemp >= CPU_MAX_OVERTEMP)
844 if (state0->overtemp > 0) {
875 DBG("** CPU %d RPM: %d Ex, %d, Pump: %d, In, overtemp: %d\n",
876 state1->index, (int)state1->rpm, intake, pump, state1->overtemp);
904 /* Check tmax, increment overtemp if we are there. At tmax+8, we go
911 state->overtemp += CPU_MAX_OVERTEMP / 4;
913 state->overtemp++;
914 printk(KERN_WARNING "CPU %d temperature %d above max %d. overtemp %d\n",
915 state->index, temp >> 16, state->mpu.tmax, state->overtemp);
917 if (state->overtemp)
920 state->overtemp = 0;
922 if (state->overtemp >= CPU_MAX_OVERTEMP)
924 if (state->overtemp > 0) {
944 DBG("** CPU %d RPM: %d Ex, %d In, overtemp: %d\n",
945 state->index, (int)state->rpm, intake, state->overtemp);
971 /* Check tmax, increment overtemp if we are there. At tmax+8, we go
978 state->overtemp = CPU_MAX_OVERTEMP / 4;
980 state->overtemp++;
981 printk(KERN_WARNING "CPU %d temperature %d above max %d. overtemp %d\n",
982 state->index, temp >> 16, state->mpu.tmax, state->overtemp);
984 if (state->overtemp)
987 state->overtemp = 0;
989 if (state->overtemp >= CPU_MAX_OVERTEMP)
991 if (state->overtemp > 0) {
1011 DBG("** CPU %d RPM: %d overtemp: %d\n",
1012 state->index, (int)state->rpm, state->overtemp);
1040 state->overtemp = 0;