Home
last modified time | relevance | path

Searched refs:TEMP_MIN (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/cell/
Dcbe_thermal.c59 #define TEMP_MIN 65 macro
71 return ((reg_value & 0x3f) << 1) + TEMP_MIN; in reg_to_temp()
76 return ((temp - TEMP_MIN) >> 1) & 0x3f; in temp_to_reg()
134 if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX) in store_throttle()
/linux-4.4.14/Documentation/power/
Dpower_supply_class.txt153 TEMP_MIN - minimum operatable temperature
/linux-4.4.14/drivers/hwmon/
Dw83627hf.c268 #define TEMP_MIN (-128000) macro
277 int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX); in TEMP_TO_REG()