Home
last modified time | relevance | path

Searched defs:VOLT_FROM_REG (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/hwmon/pmbus/
H A Dmax20730.c61 #define VOLT_FROM_REG(val) DIV_ROUND_CLOSEST((val), 1 << 9) macro
/openbmc/linux/drivers/hwmon/
H A Df75375s.c504 #define VOLT_FROM_REG(val) ((val) * 8) macro