Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dda9055-hwmon.c24 #define DA9055_VSYS_DIV 85 macro
119 return DIV_ROUND_CLOSEST(value * 1000, DA9055_VSYS_DIV) + 2500; in volt_reg_to_mv()