/openbmc/u-boot/board/aristainetos/ |
H A 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()
|
/openbmc/u-boot/drivers/i2c/ |
H A 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)
|
/openbmc/u-boot/include/configs/ |
H A D | maxbcm.h | 28 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
H A D | db-88f6720.h | 28 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
H A D | ds414.h | 28 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
H A D | db-mv784mp-gp.h | 25 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
H A D | theadorable.h | 35 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
H A D | turris_mox.h | 64 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
H A D | db-88f6820-gp.h | 23 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
H A D | am335x_shc.h | 260 #define CONFIG_SYS_I2C_SLAVE 1 macro
|
H A D | mvebu_armada-37xx.h | 55 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
H A D | aristainetos-common.h | 165 #define CONFIG_SYS_I2C_SLAVE 0x7f macro
|
H A D | edminiv2.h | 168 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
H A D | ecovec.h | 34 #define CONFIG_SYS_I2C_SLAVE 0x7F macro
|
H A D | spear-common.h | 44 #define CONFIG_SYS_I2C_SLAVE 0x02 macro
|
H A D | x600.h | 75 #define CONFIG_SYS_I2C_SLAVE 0x02 macro
|
H A D | socfpga_common.h | 150 #define CONFIG_SYS_I2C_SLAVE 0x02 macro
|
H A D | M54418TWR.h | 147 #define CONFIG_SYS_I2C_SLAVE 0x7F macro
|
/openbmc/u-boot/arch/arm/mach-mvebu/include/mach/ |
H A D | config.h | 67 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
/openbmc/u-boot/arch/arm/mach-kirkwood/include/mach/ |
H A D | config.h | 112 #define CONFIG_SYS_I2C_SLAVE 0x0 macro
|
/openbmc/u-boot/board/freescale/p1_p2_rdb_pc/ |
H A D | spl.c | 103 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); in board_init_r()
|
/openbmc/u-boot/board/Arcturus/ucp1020/ |
H A D | spl.c | 110 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); in board_init_r()
|
/openbmc/u-boot/board/freescale/p1022ds/ |
H A D | spl.c | 111 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); in board_init_r()
|
/openbmc/u-boot/include/ |
H A D | i2c.h | 698 #ifndef CONFIG_SYS_I2C_SLAVE 699 #define CONFIG_SYS_I2C_SLAVE 0xfe macro
|
/openbmc/u-boot/board/silica/pengwyn/ |
H A D | board.c | 127 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); in board_init()
|