Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dw83627hf.c261 #define TEMP_MIN (-128000) macro
270 int ntemp = clamp_val(temp, TEMP_MIN, TEMP_MAX); in TEMP_TO_REG()