Searched defs:HYST_TO_REG (Results 1 – 2 of 2) sorted by relevance
126 #define HYST_TO_REG(val) DIV_ROUND_CLOSEST(clamp_val((val), 0, 127000), \ macro
239 #define HYST_TO_REG(val) clamp_val(((val) + 500) / 1000, 0, 15) macro