Searched refs:dp_phy_ctrl (Results 1 – 1 of 1) sorted by relevance
822 u32 dp_phy_ctrl; in tc_main_link_setup() local859 dp_phy_ctrl = BGREN | PWR_SW_EN | BIT(2) | PHY_A0_EN | PHY_M0_EN; in tc_main_link_setup()860 tc_write(DP_PHY_CTRL, dp_phy_ctrl); in tc_main_link_setup()879 dp_phy_ctrl |= DP_PHY_RST | PHY_M1_RST | PHY_M0_RST; in tc_main_link_setup()880 tc_write(DP_PHY_CTRL, dp_phy_ctrl); in tc_main_link_setup()882 dp_phy_ctrl &= ~(DP_PHY_RST | PHY_M1_RST | PHY_M0_RST); in tc_main_link_setup()883 tc_write(DP_PHY_CTRL, dp_phy_ctrl); in tc_main_link_setup()