Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dltc2947-core.c97 #define TEMP_MIN -40000 macro
604 val = clamp_val(val, TEMP_MIN, TEMP_MAX); in ltc2947_write_temp()
619 val = clamp_val(val, TEMP_MIN, TEMP_MAX); in ltc2947_write_temp()
H A Dw83627hf.c261 #define TEMP_MIN (-128000) macro
270 int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX); in TEMP_TO_REG()