Searched refs:I2C_MUX_IO_ADDR (Results 1 – 2 of 2) sorted by relevance
/external/u-boot/board/freescale/ls1012ardb/ |
D | ls1012ardb.c | 38 if (i2c_read(I2C_MUX_IO_ADDR, I2C_MUX_IO_1, 1, &in1, 1) < 0) { in checkboard() 163 if (i2c_read(I2C_MUX_IO_ADDR, I2C_MUX_IO_1, 1, &io, 1) < 0) { in esdhc_status_fixup() 186 if (i2c_read(I2C_MUX_IO_ADDR, I2C_MUX_IO_0, 1, &io, 1) < 0) { in esdhc_status_fixup()
|
/external/u-boot/include/configs/ |
D | ls1012ardb.h | 25 #define I2C_MUX_IO_ADDR 0x24 macro
|