Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_combtxphy.c21 u32 rk628_txphy_get_bus_width(struct rk628 *rk628) in rk628_txphy_get_bus_width() function
27 EXPORT_SYMBOL(rk628_txphy_get_bus_width);
109 int bus_width = rk628_txphy_get_bus_width(rk628); in rk628_txphy_set_mode()
147 int bus_width = rk628_txphy_get_bus_width(rk628); in rk628_txphy_set_mode()
166 unsigned int fhsc = rk628_txphy_get_bus_width(rk628) & 0xfff; in rk628_txphy_set_mode()
H A Drk628_combtxphy.h90 u32 rk628_txphy_get_bus_width(struct rk628 *rk628);
H A Drk628_dsi.c302 dsi->lane_mbps = rk628_txphy_get_bus_width(dsi->rk628); in rk628_mipi_dsi_power_on()