Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/cell/
H A Dcbe_thermal.c46 #define TEMP_MIN 65 macro
58 return ((reg_value & 0x3f) << 1) + TEMP_MIN; in reg_to_temp()
63 return ((temp - TEMP_MIN) >> 1) & 0x3f; in temp_to_reg()
121 if (ret != 1 || temp < TEMP_MIN || temp > TEMP_MAX) in store_throttle()
/openbmc/linux/drivers/hwmon/
H A Dltc2947-core.c97 #define TEMP_MIN -40000 macro
624 val = clamp_val(val, TEMP_MIN, TEMP_MAX); in ltc2947_write_temp()
639 val = clamp_val(val, TEMP_MIN, TEMP_MAX); in ltc2947_write_temp()
H A Dw83627hf.c261 #define TEMP_MIN (-128000) macro
270 int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX); in TEMP_TO_REG()
/openbmc/linux/drivers/power/supply/
H A Dpower_supply_sysfs.c200 POWER_SUPPLY_ATTR(TEMP_MIN),
/openbmc/linux/Documentation/power/
H A Dpower_supply_class.rst204 TEMP_MIN