Lines Matching refs:cdns_dp_phy_write_field
121 static void cdns_dp_phy_write_field(struct cdns_dp_phy *cdns_phy,
148 cdns_dp_phy_write_field(cdns_phy, PHY_PMA_XCVR_POWER_STATE_REQ, in cdns_dp_phy_init()
152 cdns_dp_phy_write_field(cdns_phy, in cdns_dp_phy_init()
157 cdns_dp_phy_write_field(cdns_phy, in cdns_dp_phy_init()
160 cdns_dp_phy_write_field(cdns_phy, in cdns_dp_phy_init()
166 cdns_dp_phy_write_field(cdns_phy, PHY_PMA_XCVR_PLLCLK_EN, in cdns_dp_phy_init()
170 cdns_dp_phy_write_field(cdns_phy, PHY_PMA_XCVR_PLLCLK_EN, in cdns_dp_phy_init()
173 cdns_dp_phy_write_field(cdns_phy, in cdns_dp_phy_init()
176 cdns_dp_phy_write_field(cdns_phy, in cdns_dp_phy_init()
198 cdns_dp_phy_write_field(cdns_phy, PHY_RESET, 8, 1, 1); in cdns_dp_phy_init()
428 static void cdns_dp_phy_write_field(struct cdns_dp_phy *cdns_phy, in cdns_dp_phy_write_field() function