Lines Matching refs:dp_com
557 void __iomem *dp_com;
773 void __iomem *dp_com = qmp->dp_com;
775 qphy_setbits(dp_com, QPHY_V3_DP_COM_POWER_DOWN_CTRL,
778 qphy_setbits(dp_com, QPHY_V3_DP_COM_RESET_OVRD_CTRL,
783 qphy_setbits(dp_com, QPHY_V3_DP_COM_TYPEC_CTRL, 0x02);
785 qphy_setbits(dp_com, QPHY_V3_DP_COM_PHY_MODE_CTRL,
789 qphy_clrbits(dp_com, QPHY_V3_DP_COM_RESET_OVRD_CTRL,
793 qphy_clrbits(dp_com, QPHY_V3_DP_COM_SWI_CTRL, 0x03);
794 qphy_clrbits(dp_com, QPHY_V3_DP_COM_SW_RESET, SW_RESET);
1209 qmp->dp_com = devm_platform_ioremap_resource(pdev, 1);
1210 if (IS_ERR(qmp->dp_com))
1211 return PTR_ERR(qmp->dp_com);