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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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;
137 if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/hwmon/
H A Dw83627hf.c249 #define TEMP_MIN (-128000) macro
256 int ntemp = SENSORS_LIMIT(temp, TEMP_MIN, TEMP_MAX);

Completed in 93 milliseconds