Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/rk628/
H A Drk628_combtxphy.c15 struct rk628_combtxphy *txphy = rk628->txphy; in rk628_txphy_set_bus_width() local
17 txphy->bus_width = bus_width; in rk628_txphy_set_bus_width()
23 struct rk628_combtxphy *txphy = rk628->txphy; in rk628_txphy_get_bus_width() local
25 return txphy->bus_width; in rk628_txphy_get_bus_width()
31 struct rk628_combtxphy *txphy = rk628->txphy; in rk628_combtxphy_dsi_power_on() local
38 if (txphy->flags & COMBTXPHY_MODULEA_EN) in rk628_combtxphy_dsi_power_on()
41 if (txphy->flags & COMBTXPHY_MODULEB_EN) in rk628_combtxphy_dsi_power_on()
45 rk628_i2c_write(rk628, COMBTXPHY_CON5, SW_REF_DIV(txphy->ref_div - 1) | in rk628_combtxphy_dsi_power_on()
46 SW_PLL_FB_DIV(txphy->fb_div) | in rk628_combtxphy_dsi_power_on()
47 SW_PLL_FRAC_DIV(txphy->frac_div) | in rk628_combtxphy_dsi_power_on()
[all …]
H A Drk628.h243 void *txphy; member
H A Drk628_csi_v4l2.c132 struct rk628_combtxphy *txphy; member
2190 csi->txphy = rk628_txphy_register(rk628); in rk628_csi_probe()
2191 if (!csi->txphy) { in rk628_csi_probe()