Searched refs:CONFIG_SYS_I2C_PCA9557_ADDR (Results 1 – 4 of 4) sorted by relevance
/u-boot/board/freescale/p1_p2_rdb_pc/ |
A D | p1_p2_rdb_pc.c | 180 ret = i2c_get_chip_for_busnum(bus_num, CONFIG_SYS_I2C_PCA9557_ADDR, in checkboard() 197 if (i2c_read(CONFIG_SYS_I2C_PCA9557_ADDR, 0, 1, &in, 1) < 0 || in checkboard() 198 i2c_read(CONFIG_SYS_I2C_PCA9557_ADDR, 1, 1, &out, 1) < 0 || in checkboard() 199 i2c_read(CONFIG_SYS_I2C_PCA9557_ADDR, 3, 1, &io_config, 1) < 0) { in checkboard()
|
/u-boot/include/configs/ |
A D | UCP1020.h | 327 #define CONFIG_SYS_I2C_PCA9557_ADDR 0x18 macro
|
A D | p1_p2_rdb_pc.h | 491 #define CONFIG_SYS_I2C_PCA9557_ADDR 0x18 macro
|
/u-boot/scripts/ |
A D | config_whitelist.txt | 2658 CONFIG_SYS_I2C_PCA9557_ADDR
|
Completed in 11 milliseconds