Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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()

Completed in 2 milliseconds