TEMP_MIN           59 arch/powerpc/platforms/cell/cbe_thermal.c 	return ((reg_value & 0x3f) << 1) + TEMP_MIN;
TEMP_MIN           64 arch/powerpc/platforms/cell/cbe_thermal.c 	return ((temp - TEMP_MIN) >> 1) & 0x3f;
TEMP_MIN          122 arch/powerpc/platforms/cell/cbe_thermal.c 	if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX)
TEMP_MIN          270 drivers/hwmon/w83627hf.c 	int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX);