Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm75.h18 #define LM75_TEMP_MIN (-55000) macro
28 int ntemp = clamp_val(temp, LM75_TEMP_MIN, LM75_TEMP_MAX); in LM75_TEMP_TO_REG()
H A Dlm75.c410 temp = clamp_val(temp, LM75_TEMP_MIN, LM75_TEMP_MAX); in lm75_write_temp()