Home
last modified time | relevance | path

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

/external/u-boot/board/freescale/ls1012ardb/
Dls1012ardb.c38 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/
Dls1012ardb.h25 #define I2C_MUX_IO_ADDR 0x24 macro