Home
last modified time | relevance | path

Searched refs:get_bus_speed (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/i2c/
H A Di2c-uclass.c415 if (!ops->get_bus_speed) in dm_i2c_get_bus_speed()
418 return ops->get_bus_speed(bus); in dm_i2c_get_bus_speed()
H A Dat91_i2c.c259 .get_bus_speed = at91_i2c_get_bus_speed,
/OK3568_Linux_fs/u-boot/include/
H A Di2c.h426 int (*get_bus_speed)(struct udevice *bus); member