Searched refs:temp_combi (Results 1 - 1 of 1) 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.c809 s32 temp_combi, power_combi; local
822 temp_combi = max(temp0, temp1);
828 if (temp_combi >= ((state0->mpu.tmax + 8) << 16)) {
830 temp_combi >> 16);
832 } else if (temp_combi > (state0->mpu.tmax << 16)) {
835 temp_combi >> 16, state0->mpu.tmax, state0->overtemp);
839 temp_combi >> 16);
852 do_cpu_pid(state0, temp_combi, power_combi);

Completed in 58 milliseconds