Home
last modified time | relevance | path

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

/drivers/gpu/drm/bridge/
A Dtc358767.c1091 u32 dp_phy_ctrl; in tc_main_link_enable() local
1127 dp_phy_ctrl = BGREN | PWR_SW_EN | PHY_A0_EN | PHY_M0_EN; in tc_main_link_enable()
1129 dp_phy_ctrl |= PHY_2LANE; in tc_main_link_enable()
1131 ret = regmap_write(tc->regmap, DP_PHY_CTRL, dp_phy_ctrl); in tc_main_link_enable()
1145 dp_phy_ctrl |= DP_PHY_RST | PHY_M1_RST | PHY_M0_RST; in tc_main_link_enable()
1146 ret = regmap_write(tc->regmap, DP_PHY_CTRL, dp_phy_ctrl); in tc_main_link_enable()
1148 dp_phy_ctrl &= ~(DP_PHY_RST | PHY_M1_RST | PHY_M0_RST); in tc_main_link_enable()
1149 ret = regmap_write(tc->regmap, DP_PHY_CTRL, dp_phy_ctrl); in tc_main_link_enable()

Completed in 8 milliseconds