Lines Matching refs:cdns_dp_phy

104 struct cdns_dp_phy {  struct
113 static void cdns_dp_phy_run(struct cdns_dp_phy *cdns_phy); argument
114 static void cdns_dp_phy_wait_pma_cmn_ready(struct cdns_dp_phy *cdns_phy);
115 static void cdns_dp_phy_pma_cfg(struct cdns_dp_phy *cdns_phy);
116 static void cdns_dp_phy_pma_cmn_cfg_25mhz(struct cdns_dp_phy *cdns_phy);
117 static void cdns_dp_phy_pma_lane_cfg(struct cdns_dp_phy *cdns_phy,
119 static void cdns_dp_phy_pma_cmn_vco_cfg_25mhz(struct cdns_dp_phy *cdns_phy);
120 static void cdns_dp_phy_pma_cmn_rate(struct cdns_dp_phy *cdns_phy);
121 static void cdns_dp_phy_write_field(struct cdns_dp_phy *cdns_phy,
136 struct cdns_dp_phy *cdns_phy = phy_get_drvdata(phy); in cdns_dp_phy_init()
205 static void cdns_dp_phy_wait_pma_cmn_ready(struct cdns_dp_phy *cdns_phy) in cdns_dp_phy_wait_pma_cmn_ready()
217 static void cdns_dp_phy_pma_cfg(struct cdns_dp_phy *cdns_phy) in cdns_dp_phy_pma_cfg()
229 static void cdns_dp_phy_pma_cmn_cfg_25mhz(struct cdns_dp_phy *cdns_phy) in cdns_dp_phy_pma_cmn_cfg_25mhz()
262 static void cdns_dp_phy_pma_cmn_vco_cfg_25mhz(struct cdns_dp_phy *cdns_phy) in cdns_dp_phy_pma_cmn_vco_cfg_25mhz()
303 static void cdns_dp_phy_pma_cmn_rate(struct cdns_dp_phy *cdns_phy) in cdns_dp_phy_pma_cmn_rate()
347 static void cdns_dp_phy_pma_lane_cfg(struct cdns_dp_phy *cdns_phy, in cdns_dp_phy_pma_lane_cfg()
364 static void cdns_dp_phy_run(struct cdns_dp_phy *cdns_phy) in cdns_dp_phy_run()
428 static void cdns_dp_phy_write_field(struct cdns_dp_phy *cdns_phy, in cdns_dp_phy_write_field()
444 struct cdns_dp_phy *cdns_phy; in cdns_dp_phy_probe()