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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c59 #define TEMP_MIN 65 macro
71 return ((reg_value & 0x3f) << 1) + TEMP_MIN;
76 return ((temp - TEMP_MIN) >> 1) & 0x3f;
134 if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hwmon/
H A Dw83627hf.c265 #define TEMP_MIN (-128000) macro
272 int ntemp = SENSORS_LIMIT(temp, TEMP_MIN, TEMP_MAX);

Completed in 132 milliseconds