Searched refs:I2C_PCA6408_ADDR (Results 1 - 2 of 2) sorted by relevance

/u-boot/board/freescale/t102xrdb/
H A Dt102xrdb.c266 ret = i2c_get_chip_for_busnum(bus_num, I2C_PCA6408_ADDR,
345 i2c_read(I2C_PCA6408_ADDR, 0, 1, &tmp, 1);
353 i2c_write(I2C_PCA6408_ADDR, 1, 1, &tmp, 1);
355 i2c_write(I2C_PCA6408_ADDR, 3, 1, &tmp, 1);
362 i2c_write(I2C_PCA6408_ADDR, 1, 1, &tmp, 1);
364 i2c_write(I2C_PCA6408_ADDR, 3, 1, &tmp, 1);
/u-boot/include/configs/
H A DT102xRDB.h301 #define I2C_PCA6408_ADDR 0x20 macro

Completed in 90 milliseconds