Home
last modified time | relevance | path

Searched refs:i2c_get_bus_speed (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/board/BuR/brxre1/
H A Dboard.c128 oldspeed = i2c_get_bus_speed(); in am33xx_spl_board_init()
173 oldspeed = i2c_get_bus_speed(); in board_late_init()
272 oldspeed = i2c_get_bus_speed(); in board_late_init()
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h785 unsigned int i2c_get_bus_speed(void);
879 unsigned int i2c_get_bus_speed(void);
/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c_core.c316 unsigned int i2c_get_bus_speed(void) in i2c_get_bus_speed() function
/OK3568_Linux_fs/u-boot/cmd/
H A Di2c.c219 unsigned int i2c_get_bus_speed(void) in i2c_get_bus_speed() function
1873 speed = i2c_get_bus_speed(); in do_i2c_bus_speed()
/OK3568_Linux_fs/u-boot/board/freescale/b4860qds/
H A Db4860qds.c240 orig_i2c_speed = i2c_get_bus_speed(); in adjust_vdd()