Home
last modified time | relevance | path

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

/linux-6.15/drivers/phy/qualcomm/
H A Dphy-qcom-usb-ss.c22 #define PHY_CTRL2 0x74 macro
109 qcom_ssphy_updatel(priv->base + PHY_CTRL2, REF_PHY_EN, REF_PHY_EN); in qcom_ssphy_power_on()
126 qcom_ssphy_updatel(priv->base + PHY_CTRL2, REF_PHY_EN, 0); in qcom_ssphy_power_off()
/linux-6.15/drivers/phy/freescale/
H A Dphy-fsl-imx8mq-usb.c27 #define PHY_CTRL2 0x8 macro
492 value = readl(imx_phy->base + PHY_CTRL2); in imx8mq_usb_phy_init()
494 writel(value, imx_phy->base + PHY_CTRL2); in imx8mq_usb_phy_init()
528 value = readl(imx_phy->base + PHY_CTRL2); in imx8mp_usb_phy_init()
530 writel(value, imx_phy->base + PHY_CTRL2); in imx8mp_usb_phy_init()
/linux-6.15/drivers/mmc/host/
H A Dsdhci_am654.c31 #define PHY_CTRL2 0x104 macro