HYST_TO_REG
#define HYST_TO_REG(val) DIV_ROUND_CLOSEST(clamp_val((val), 0, 127000), \
#define HYST_TO_REG(val) clamp_val(((val) + 500) / 1000, 0, 15)