Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/hwmon/
Dgl518sm.c103 #define IN_CLAMP(val) clamp_val(val, 0, 255 * 19) macro
104 #define IN_TO_REG(val) DIV_ROUND_CLOSEST(IN_CLAMP(val), 19)
Dgl520sm.c216 #define IN_CLAMP(val) clamp_val(val, 0, 255 * 19) macro
217 #define IN_TO_REG(val) DIV_ROUND_CLOSEST(IN_CLAMP(val), 19)