Home
last modified time | relevance | path

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

123456

/rk3399_rockchip-uboot/drivers/i2c/
H A Dfti2c010.c19 #ifndef CONFIG_SYS_I2C_SPEED
20 #define CONFIG_SYS_I2C_SPEED 5000 macro
321 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE,
326 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE,
332 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE,
338 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE,
H A Dadi_i2c.c63 #define SYS_I2C_DUTY I2C_SPEED_TO_DUTY(CONFIG_SYS_I2C_SPEED)
289 CONFIG_SYS_I2C_SPEED,
297 CONFIG_SYS_I2C_SPEED,
306 CONFIG_SYS_I2C_SPEED,
H A Dmvtwsi.c721 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 0)
727 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 1)
734 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 2)
741 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 3)
748 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 4)
755 CONFIG_SYS_I2C_SPEED, CONFIG_SYS_I2C_SLAVE, 5)
/rk3399_rockchip-uboot/board/aristainetos/
H A 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()
/rk3399_rockchip-uboot/include/configs/
H A Dthuban.h33 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Drastaban.h40 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Dmaxbcm.h32 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Ddraco.h36 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Drut.h29 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Ddb-88f6720.h32 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Dpxm2.h38 #define CONFIG_SYS_I2C_SPEED 400000 macro
H A Dmx6sabresd.h52 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Dds414.h32 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Ddb-mv784mp-gp.h30 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Dmx6sabreauto.h66 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Dtheadorable.h39 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Dmx6sllevk.h32 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Dwarp.h77 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Dpengwyn.h108 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Ddb-88f6820-gp.h33 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Dmx6ullevk.h52 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Dudoo_neo.h95 #define CONFIG_SYS_I2C_SPEED 100000 macro
H A Dwarp7.h105 #define CONFIG_SYS_I2C_SPEED 100000 macro
/rk3399_rockchip-uboot/board/ccv/xpress/
H A Dxpress.c301 setup_i2c(0, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info1); in board_init()
302 setup_i2c(1, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info2); in board_init()
303 setup_i2c(3, CONFIG_SYS_I2C_SPEED, 0x7f, &i2c_pad_info4); in board_init()
/rk3399_rockchip-uboot/arch/arm/mach-mvebu/include/mach/
H A Dconfig.h94 #define CONFIG_SYS_I2C_SPEED 100000 macro

123456