Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/hwmon/
Dmax31760.c34 #define TEMP11_TO_REG(val) (DIV_ROUND_CLOSEST(clamp_val((val), -128000, \ macro
258 temp = TEMP11_TO_REG(val); in max31760_write()
Dlm63.c122 #define TEMP11_TO_REG(val) (DIV_ROUND_CLOSEST(clamp_val((val), -128000, \ macro
577 data->temp11[nr] = TEMP11_TO_REG(val - data->temp2_offset); in set_temp11()