Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dasb100.c129 #define ASB100_TEMP_MIN -128000 macro
138 int ntemp = clamp_val(temp, ASB100_TEMP_MIN, ASB100_TEMP_MAX); in TEMP_TO_REG()