Home
last modified time | relevance | path

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

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

Completed in 2 milliseconds