Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/bridge/
Dtc358767.c237 #define PHY_M0_RST BIT(8) /* Reset PHY0 Main Channel */ 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()
1258 PHY_M0_RST | PHY_M1_RST | PHY_M0_EN, in tc_main_link_disable()
1259 PHY_M0_RST | PHY_M1_RST); in tc_main_link_disable()