Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/phy/freescale/
H A Dphy-fsl-imx8mq-usb.c19 #define PHY_CTRL1 0x4 macro
46 value = readl(imx_phy->base + PHY_CTRL1); in imx8mq_usb_phy_init()
50 writel(value, imx_phy->base + PHY_CTRL1); in imx8mq_usb_phy_init()
60 value = readl(imx_phy->base + PHY_CTRL1); in imx8mq_usb_phy_init()
62 writel(value, imx_phy->base + PHY_CTRL1); in imx8mq_usb_phy_init()
83 value = readl(imx_phy->base + PHY_CTRL1); in imx8mp_usb_phy_init()
86 writel(value, imx_phy->base + PHY_CTRL1); in imx8mp_usb_phy_init()
98 value = readl(imx_phy->base + PHY_CTRL1); in imx8mp_usb_phy_init()
100 writel(value, imx_phy->base + PHY_CTRL1); in imx8mp_usb_phy_init()
/OK3568_Linux_fs/kernel/drivers/mmc/host/
H A Dsdhci_am654.c30 #define PHY_CTRL1 0x100 macro
217 regmap_update_bits(sdhci_am654->base, PHY_CTRL1, mask, val); in sdhci_am654_setup_dll()
220 regmap_update_bits(sdhci_am654->base, PHY_CTRL1, ENDLL_MASK, in sdhci_am654_setup_dll()
250 regmap_update_bits(sdhci_am654->base, PHY_CTRL1, ENDLL_MASK, 0); in sdhci_am654_setup_delay_chain()
269 regmap_update_bits(sdhci_am654->base, PHY_CTRL1, ENDLL_MASK, 0); in sdhci_am654_set_clock()
647 regmap_update_bits(sdhci_am654->base, PHY_CTRL1, in sdhci_am654_init()
660 regmap_update_bits(sdhci_am654->base, PHY_CTRL1, in sdhci_am654_init()
/OK3568_Linux_fs/kernel/drivers/phy/qualcomm/
H A Dphy-qcom-usb-ss.c21 #define PHY_CTRL1 0x70 macro
55 qcom_ssphy_updatel(priv->base + PHY_CTRL1, PHY_RESET, in qcom_ssphy_do_reset()
58 qcom_ssphy_updatel(priv->base + PHY_CTRL1, PHY_RESET, 0); in qcom_ssphy_do_reset()