HomeSort by relevance Sort by last modified time
    Searched refs:CONFIG_SYS_I2C_SLAVE (Results 1 - 25 of 37) sorted by null

1 2

  /external/u-boot/include/configs/
db-88f6720.h 28 #define CONFIG_SYS_I2C_SLAVE 0x0
maxbcm.h 28 #define CONFIG_SYS_I2C_SLAVE 0x0
db-mv784mp-gp.h 25 #define CONFIG_SYS_I2C_SLAVE 0x0
ds414.h 28 #define CONFIG_SYS_I2C_SLAVE 0x0
theadorable.h 35 #define CONFIG_SYS_I2C_SLAVE 0x0
am335x_shc.h 261 #define CONFIG_SYS_I2C_SLAVE 1
db-88f6820-gp.h 28 #define CONFIG_SYS_I2C_SLAVE 0x0
mvebu_armada-37xx.h 57 #define CONFIG_SYS_I2C_SLAVE 0x0
turris_mox.h 64 #define CONFIG_SYS_I2C_SLAVE 0x0
aristainetos-common.h 173 #define CONFIG_SYS_I2C_SLAVE 0x7f
ecovec.h 34 #define CONFIG_SYS_I2C_SLAVE 0x7F
edminiv2.h 172 #define CONFIG_SYS_I2C_SLAVE 0x0
spear-common.h 45 #define CONFIG_SYS_I2C_SLAVE 0x02
x600.h 78 #define CONFIG_SYS_I2C_SLAVE 0x02
socfpga_common.h 142 #define CONFIG_SYS_I2C_SLAVE 0x02
M54418TWR.h 148 #define CONFIG_SYS_I2C_SLAVE 0x7F
  /external/u-boot/arch/arm/mach-mvebu/include/mach/
config.h 89 #define CONFIG_SYS_I2C_SLAVE 0x0
  /external/u-boot/arch/arm/mach-kirkwood/include/mach/
config.h 123 #define CONFIG_SYS_I2C_SLAVE 0x0
  /external/u-boot/board/Arcturus/ucp1020/
spl.c 110 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
  /external/u-boot/board/freescale/p1022ds/
spl.c 111 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
  /external/u-boot/board/freescale/p1_p2_rdb_pc/
spl.c 103 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
  /external/u-boot/board/aristainetos/
aristainetos.c 274 setup_i2c(0, CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE,
276 setup_i2c(1, CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE,
278 setup_i2c(2, CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE,
  /external/u-boot/drivers/i2c/
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/silica/pengwyn/
board.c 127 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE);
  /external/u-boot/include/
i2c.h 674 * value for CONFIG_SYS_I2C_SLAVE should be defined for any board which does
677 #ifndef CONFIG_SYS_I2C_SLAVE
678 #define CONFIG_SYS_I2C_SLAVE 0xfe

Completed in 347 milliseconds

1 2