Home
last modified time | relevance | path

Searched refs:TARGET_TEMP_TO_REG (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/hwmon/
H A Dw83791d.c243 #define TARGET_TEMP_TO_REG(val) DIV_ROUND_CLOSEST(clamp_val((val), 0, 127000), \ macro
838 data->temp_target[nr] = TARGET_TEMP_TO_REG(val); in store_temp_target()
/kernel/linux/linux-6.6/drivers/hwmon/
H A Dw83791d.c243 #define TARGET_TEMP_TO_REG(val) DIV_ROUND_CLOSEST(clamp_val((val), 0, 127000), \ macro
838 data->temp_target[nr] = TARGET_TEMP_TO_REG(val); in store_temp_target()

Completed in 6 milliseconds