Home
last modified time | relevance | path

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

/openbmc/u-boot/board/freescale/common/
H A Dvid.c178 int ret, vcode = 0; in read_voltage_from_LTC() local
191 PMBUS_CMD_READ_VOUT, 1, (void *)&vcode, 2); in read_voltage_from_LTC()
198 vcode = DIV_ROUND_UP(vcode * 1000, 4096); in read_voltage_from_LTC()
200 return vcode; in read_voltage_from_LTC()
/openbmc/u-boot/board/freescale/ls1088a/
H A Dls1088a.c498 int ret, vcode = 0; in get_serdes_volt() local
511 PMBUS_CMD_READ_VOUT, 1, (void *)&vcode, 2); in get_serdes_volt()
517 return vcode; in get_serdes_volt()