Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/platforms/cell/
Dcbe_thermal.c47 #define TEMP_MIN 65 macro
59 return ((reg_value & 0x3f) << 1) + TEMP_MIN; in reg_to_temp()
64 return ((temp - TEMP_MIN) >> 1) & 0x3f; in temp_to_reg()
122 if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX) in store_throttle()
/Linux-v5.4/Documentation/power/
Dpower_supply_class.rst204 TEMP_MIN
/Linux-v5.4/drivers/hwmon/
Dw83627hf.c261 #define TEMP_MIN (-128000) macro
270 int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX); in TEMP_TO_REG()