Home
last modified time | relevance | path

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

/linux/drivers/phy/qualcomm/
H A Dphy-qcom-usb-ss.c23 #define PHY_CTRL4 0x7C macro
108 qcom_ssphy_updatel(priv->base + PHY_CTRL4, LANE0_PWR_ON, LANE0_PWR_ON); in qcom_ssphy_power_on()
110 qcom_ssphy_updatel(priv->base + PHY_CTRL4, TST_PWR_DOWN, 0); in qcom_ssphy_power_on()
125 qcom_ssphy_updatel(priv->base + PHY_CTRL4, LANE0_PWR_ON, 0); in qcom_ssphy_power_off()
127 qcom_ssphy_updatel(priv->base + PHY_CTRL4, TST_PWR_DOWN, TST_PWR_DOWN); in qcom_ssphy_power_off()
/linux/drivers/phy/freescale/
H A Dphy-fsl-imx8mq-usb.c43 #define PHY_CTRL4 0x10 macro
489 value = readl(imx_phy->base + PHY_CTRL4); in imx8m_phy_tune()
493 writel(value, imx_phy->base + PHY_CTRL4); in imx8m_phy_tune()