Searched refs:CONFIG_SYS_I2C_8574_ADDR2 (Results 1 – 7 of 7) sorted by relevance
/u-boot/include/configs/ |
A D | MPC8349ITX.h | 77 #define CONFIG_SYS_I2C_8574_ADDR2 0x21 /* I2C1, PCF8574 */ macro 86 {1, CONFIG_SYS_I2C_8574_ADDR2}, \
|
A D | vme8349.h | 124 #define CONFIG_SYS_I2C_8574_ADDR2 0x20 /* I2C1, PCF8574 */ macro
|
A D | caddy2.h | 124 #define CONFIG_SYS_I2C_8574_ADDR2 0x20 /* I2C1, PCF8574 */ macro
|
/u-boot/board/freescale/mpc8349itx/ |
A D | pci.c | 76 if ((i2c_read(CONFIG_SYS_I2C_8574_ADDR2, 0, 0, ®8, sizeof(reg8)) == 0) || in pci_init_board()
|
A D | mpc8349itx.c | 295 else if (i2c_read(CONFIG_SYS_I2C_8574_ADDR2, 0, 0, &i2c_data, sizeof(i2c_data)) == 0) in misc_init_r()
|
/u-boot/board/esd/vme8349/ |
A D | pci.c | 64 if ((i2c_read(CONFIG_SYS_I2C_8574_ADDR2, 0, 0, ®8, 1) == 0) || in pci_init_board()
|
/u-boot/scripts/ |
A D | config_whitelist.txt | 2579 CONFIG_SYS_I2C_8574_ADDR2
|
Completed in 9 milliseconds