Searched refs:I2C_MUX_IO_ADDR (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/board/freescale/ls1012ardb/ |
H A D | ls1012ardb.c | 41 if (i2c_read(I2C_MUX_IO_ADDR, I2C_MUX_IO_1, 1, &in1, 1) < 0) { in checkboard() 180 if (i2c_read(I2C_MUX_IO_ADDR, I2C_MUX_IO_1, 1, &io, 1) < 0) { in esdhc_status_fixup() 203 if (i2c_read(I2C_MUX_IO_ADDR, I2C_MUX_IO_0, 1, &io, 1) < 0) { in esdhc_status_fixup()
|
/openbmc/u-boot/include/configs/ |
H A D | ls1012ardb.h | 24 #define I2C_MUX_IO_ADDR 0x24 macro
|