Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c232 #define DP_PHY_RST BIT(28) /* DP PHY Global Soft Reset */ macro
1034 dp_phy_ctrl |= DP_PHY_RST | PHY_M1_RST | PHY_M0_RST; in tc_main_link_enable()
1037 dp_phy_ctrl &= ~(DP_PHY_RST | PHY_M1_RST | PHY_M0_RST); in tc_main_link_enable()