/external/u-boot/drivers/i2c/ |
D | mvtwsi.c | 728 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 0) 734 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 1) 741 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 2) 748 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 3) 755 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 4) 762 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 5)
|
/external/u-boot/board/aristainetos/ |
D | aristainetos.c | 274 setup_i2c(0, CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, in board_init() 276 setup_i2c(1, CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, in board_init() 278 setup_i2c(2, CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, in board_init()
|
/external/u-boot/include/configs/ |
D | maxbcm.h | 28 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
D | db-88f6720.h | 28 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
D | ds414.h | 28 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
D | db-mv784mp-gp.h | 25 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
D | theadorable.h | 35 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
D | db-88f6820-gp.h | 28 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
D | turris_mox.h | 64 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
D | am335x_shc.h | 261 #define CONFIG_SYS_I2C_SLAVE 1 macro
|
D | mvebu_armada-37xx.h | 57 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
D | edminiv2.h | 172 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
D | aristainetos-common.h | 173 #define CONFIG_SYS_I2C_SLAVE 0x7f macro
|
D | ecovec.h | 34 #define CONFIG_SYS_I2C_SLAVE 0x7F macro
|
D | spear-common.h | 45 #define CONFIG_SYS_I2C_SLAVE 0x02 macro
|
D | x600.h | 78 #define CONFIG_SYS_I2C_SLAVE 0x02 macro
|
D | socfpga_common.h | 142 #define CONFIG_SYS_I2C_SLAVE 0x02 macro
|
D | M54418TWR.h | 148 #define CONFIG_SYS_I2C_SLAVE 0x7F macro
|
/external/u-boot/arch/arm/mach-mvebu/include/mach/ |
D | config.h | 89 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
/external/u-boot/arch/arm/mach-kirkwood/include/mach/ |
D | config.h | 123 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
/external/u-boot/include/ |
D | i2c.h | 677 #ifndef CONFIG_SYS_I2C_SLAVE 678 #define CONFIG_SYS_I2C_SLAVE 0xfe macro
|
/external/u-boot/board/freescale/p1_p2_rdb_pc/ |
D | spl.c | 103 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); in board_init_r()
|
/external/u-boot/board/Arcturus/ucp1020/ |
D | spl.c | 110 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); in board_init_r()
|
/external/u-boot/board/freescale/p1022ds/ |
D | spl.c | 111 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); in board_init_r()
|
/external/u-boot/board/silica/pengwyn/ |
D | board.c | 127 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); in board_init()
|