Searched refs:overtemp (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dtherm_pm72.c686 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)
[all...]
H A Dtherm_pm72.h293 int overtemp; member in struct:cpu_pid_state

Completed in 70 milliseconds