/external/u-boot/drivers/i2c/ |
D | mvtwsi.c | 739 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 0) 745 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 1) 752 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 2) 759 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 3) 766 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 4) 773 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/board/ccv/xpress/ |
D | xpress.c | 308 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in board_init() 309 setup_i2c(1, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info2); in board_init() 310 setup_i2c(3, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info4); in board_init()
|
/external/u-boot/cmd/ |
D | eeprom.c | 29 #ifndef CONFIG_SYS_I2C_SPEED 30 #define CONFIG_SYS_I2C_SPEED 50000 macro 80 i2c_init(CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE); in eeprom_init()
|
/external/u-boot/board/barco/platinum/ |
D | platinum_titanium.c | 145 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info0); in platinum_setup_i2c() 146 setup_i2c(2, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info2); in platinum_setup_i2c()
|
D | platinum_picon.c | 174 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info0); in platinum_setup_i2c() 175 setup_i2c(2, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info2); in platinum_setup_i2c()
|
/external/u-boot/include/configs/ |
D | maxbcm.h | 29 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | db-88f6720.h | 29 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | thuban.h | 31 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | rastaban.h | 38 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | draco.h | 33 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | ds414.h | 29 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | db-mv784mp-gp.h | 26 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | rut.h | 27 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | pxm2.h | 36 #define CONFIG_SYS_I2C_SPEED 400000 macro
|
D | theadorable.h | 36 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | sksimx6.h | 35 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | mx6sabresd.h | 49 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | pcm058.h | 45 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | pfla02.h | 42 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
D | mx6sabreauto.h | 62 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
/external/arm-trusted-firmware/plat/allwinner/common/include/ |
D | mentor_i2c_plat.h | 13 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
/external/arm-trusted-firmware/plat/marvell/a8k/common/include/ |
D | mentor_i2c_plat.h | 13 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
/external/u-boot/arch/arm/mach-mvebu/include/mach/ |
D | config.h | 68 #define CONFIG_SYS_I2C_SPEED 100000 macro
|
/external/u-boot/board/kosagi/novena/ |
D | novena_spl.c | 252 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info0); in novena_spl_setup_iomux_i2c() 253 setup_i2c(1, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in novena_spl_setup_iomux_i2c() 254 setup_i2c(2, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info2); in novena_spl_setup_iomux_i2c()
|