Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/hwmon/
Dasb100.c142 #define ASB100_TEMP_MIN -128000 macro
151 int ntemp = clamp_val(temp, ASB100_TEMP_MIN, ASB100_TEMP_MAX); in TEMP_TO_REG()