Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwmon/
H A Dda9055-hwmon.c116 static inline int volt_reg_to_mv(int value, int channel) in volt_reg_to_mv() function
166 return sprintf(buf, "%d\n", volt_reg_to_mv(adc, channel)); in da9055_auto_ch_show()
H A Dda9052-hwmon.c50 static inline int volt_reg_to_mv(int value) in volt_reg_to_mv() function
108 return sprintf(buf, "%d\n", volt_reg_to_mv(vdd)); in da9052_vddout_show()
149 return sprintf(buf, "%d\n", volt_reg_to_mv(ret)); in da9052_vbat_show()