Home
last modified time | relevance | path

Searched refs:CONFIG_SYS_I2C_SPEED (Results 1 – 25 of 124) sorted by relevance

12345

/external/u-boot/drivers/i2c/
Dmvtwsi.c739 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/
Daristainetos.c274 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/
Dxpress.c308 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/
Deeprom.c29 #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/
Dplatinum_titanium.c145 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()
Dplatinum_picon.c174 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/
Dmaxbcm.h29 #define CONFIG_SYS_I2C_SPEED 100000 macro
Ddb-88f6720.h29 #define CONFIG_SYS_I2C_SPEED 100000 macro
Dthuban.h31 #define CONFIG_SYS_I2C_SPEED 100000 macro
Drastaban.h38 #define CONFIG_SYS_I2C_SPEED 100000 macro
Ddraco.h33 #define CONFIG_SYS_I2C_SPEED 100000 macro
Dds414.h29 #define CONFIG_SYS_I2C_SPEED 100000 macro
Ddb-mv784mp-gp.h26 #define CONFIG_SYS_I2C_SPEED 100000 macro
Drut.h27 #define CONFIG_SYS_I2C_SPEED 100000 macro
Dpxm2.h36 #define CONFIG_SYS_I2C_SPEED 400000 macro
Dtheadorable.h36 #define CONFIG_SYS_I2C_SPEED 100000 macro
Dsksimx6.h35 #define CONFIG_SYS_I2C_SPEED 100000 macro
Dmx6sabresd.h49 #define CONFIG_SYS_I2C_SPEED 100000 macro
Dpcm058.h45 #define CONFIG_SYS_I2C_SPEED 100000 macro
Dpfla02.h42 #define CONFIG_SYS_I2C_SPEED 100000 macro
Dmx6sabreauto.h62 #define CONFIG_SYS_I2C_SPEED 100000 macro
/external/arm-trusted-firmware/plat/allwinner/common/include/
Dmentor_i2c_plat.h13 #define CONFIG_SYS_I2C_SPEED 100000 macro
/external/arm-trusted-firmware/plat/marvell/a8k/common/include/
Dmentor_i2c_plat.h13 #define CONFIG_SYS_I2C_SPEED 100000 macro
/external/u-boot/arch/arm/mach-mvebu/include/mach/
Dconfig.h68 #define CONFIG_SYS_I2C_SPEED 100000 macro
/external/u-boot/board/kosagi/novena/
Dnovena_spl.c252 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()

12345