Home
last modified time | relevance | path

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

/u-boot/board/freescale/common/
A Dvid.h57 #define PMBUS_CMD_READ_VOUT 0x8B macro
A Dvid.c359 ret = I2C_READ(dev, PMBUS_CMD_READ_VOUT, (void *)&vcode, sizeof(vcode)); in read_voltage_from_pmbus()
/u-boot/board/freescale/ls1088a/
A Dls1088a.c703 PMBUS_CMD_READ_VOUT, 1, (void *)&vcode, 2); in get_serdes_volt()
705 dm_i2c_read(dev, PMBUS_CMD_READ_VOUT, (void *)&vcode, 2); in get_serdes_volt()

Completed in 6 milliseconds