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

/linux-4.4.14/drivers/hwmon/
H A Dlm77.c74 #define LM77_TEMP_MIN (-55000) macro
177 val = clamp_val(val, LM77_TEMP_MIN, LM77_TEMP_MAX); set_temp()
203 val = clamp_val(data->temp[t_crit] - val, LM77_TEMP_MIN, LM77_TEMP_MAX); set_temp_hyst()

Completed in 30 milliseconds