Searched refs:txphy (Results 1 – 3 of 3) sorted by relevance
15 struct rk628_combtxphy *txphy = rk628->txphy; in rk628_txphy_set_bus_width() local17 txphy->bus_width = bus_width; in rk628_txphy_set_bus_width()23 struct rk628_combtxphy *txphy = rk628->txphy; in rk628_txphy_get_bus_width() local25 return txphy->bus_width; in rk628_txphy_get_bus_width()31 struct rk628_combtxphy *txphy = rk628->txphy; in rk628_combtxphy_dsi_power_on() local38 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 …]
243 void *txphy; member
132 struct rk628_combtxphy *txphy; member2190 csi->txphy = rk628_txphy_register(rk628); in rk628_csi_probe()2191 if (!csi->txphy) { in rk628_csi_probe()