Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/bridge/
Dtc358767.c150 #define PHY_M1_RST BIT(12) /* Reset PHY1 Main Channel */ macro
879 dp_phy_ctrl |= DP_PHY_RST | PHY_M1_RST | PHY_M0_RST; in tc_main_link_setup()
882 dp_phy_ctrl &= ~(DP_PHY_RST | PHY_M1_RST | PHY_M0_RST); in tc_main_link_setup()