Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm77.c66 #define LM77_TEMP_MAX 125000 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()