HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_I2C_PCA9557_ADDR (Results 1 - 3 of 3) sorted by null

  /external/u-boot/board/freescale/p1_p2_rdb_pc/
p1_p2_rdb_pc.c 236 if (i2c_read(CONFIG_SYS_I2C_PCA9557_ADDR, 0, 1, &in, 1) < 0 ||
237 i2c_read(CONFIG_SYS_I2C_PCA9557_ADDR, 1, 1, &out, 1) < 0 ||
238 i2c_read(CONFIG_SYS_I2C_PCA9557_ADDR, 3, 1, &io_config, 1) < 0) {
  /external/u-boot/include/configs/
UCP1020.h 295 #define CONFIG_SYS_I2C_PCA9557_ADDR 0x18
p1_p2_rdb_pc.h 587 #define CONFIG_SYS_I2C_PCA9557_ADDR 0x18

Completed in 107 milliseconds