Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Df75375s.c505 #define VOLT_TO_REG(val) ((val) / 8) macro
544 val = clamp_val(VOLT_TO_REG(val), 0, 0xff); in set_in_max()
565 val = clamp_val(VOLT_TO_REG(val), 0, 0xff); in set_in_min()