Home
last modified time | relevance | path

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

/openbmc/u-boot/board/Marvell/mvebu_armada-8k/
H A Dboard.c23 #define I2C_IO_DATA_OUT_REG_0 0x2 macro
78 ret = dm_i2c_read(dev, I2C_IO_DATA_OUT_REG_0, buf, 1); in board_xhci_config()
85 ret = dm_i2c_write(dev, I2C_IO_DATA_OUT_REG_0, buf, 1); in board_xhci_config()
119 ret = dm_i2c_read(dev, I2C_IO_DATA_OUT_REG_0, buf, 1); in board_xhci_enable()
127 ret = dm_i2c_write(dev, I2C_IO_DATA_OUT_REG_0, buf, 1); in board_xhci_enable()
/openbmc/u-boot/board/Marvell/mvebu_armada-37xx/
H A Dboard.c19 #define I2C_IO_DATA_OUT_REG_0 0x2 macro
138 ret = dm_i2c_read(dev, I2C_IO_DATA_OUT_REG_0, buf, 1); in board_xhci_enable()
144 ret = dm_i2c_write(dev, I2C_IO_DATA_OUT_REG_0, buf, 1); in board_xhci_enable()
159 ret = dm_i2c_write(dev, I2C_IO_DATA_OUT_REG_0, buf, 1); in board_xhci_enable()