Searched refs:qcom_ssphy_updatel (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/phy/qualcomm/
H A Dphy-qcom-usb-ss.c45 static inline void qcom_ssphy_updatel(void __iomem *addr, u32 mask, u32 val) function
55 qcom_ssphy_updatel(priv->base + PHY_CTRL1, PHY_RESET,
58 qcom_ssphy_updatel(priv->base + PHY_CTRL1, PHY_RESET, 0);
108 qcom_ssphy_updatel(priv->base + PHY_CTRL4, LANE0_PWR_ON, LANE0_PWR_ON);
109 qcom_ssphy_updatel(priv->base + PHY_CTRL2, REF_PHY_EN, REF_PHY_EN);
110 qcom_ssphy_updatel(priv->base + PHY_CTRL4, TST_PWR_DOWN, 0);
125 qcom_ssphy_updatel(priv->base + PHY_CTRL4, LANE0_PWR_ON, 0);
126 qcom_ssphy_updatel(priv->base + PHY_CTRL2, REF_PHY_EN, 0);
127 qcom_ssphy_updatel(priv->base + PHY_CTRL4, TST_PWR_DOWN, TST_PWR_DOWN);

Completed in 147 milliseconds