Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm77.c65 #define LM77_TEMP_MIN (-55000) macro
169 val = clamp_val(val, LM77_TEMP_MIN, LM77_TEMP_MAX); in temp_store()
195 val = clamp_val(data->temp[t_crit] - val, LM77_TEMP_MIN, LM77_TEMP_MAX); in temp_hyst_store()