Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dlm63.c117 #define TEMP8_TO_REG(val) DIV_ROUND_CLOSEST(clamp_val((val), -128000, \ macro
508 temp = TEMP8_TO_REG(val - data->temp2_offset); in set_temp8()
512 temp = TEMP8_TO_REG(val); in set_temp8()