Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dw83791d.c247 #define TOL_TEMP_TO_REG(val) DIV_ROUND_CLOSEST(clamp_val((val), 0, 15000), \ macro
900 data->temp_tolerance[nr] = TOL_TEMP_TO_REG(val); in store_temp_tolerance()