Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c61 #define PHY_CTL_SIDDQ BIT(3) macro
281 val &= ~PHY_CTL_SIDDQ; in sun4i_usb_phy_init()
323 writel(readl(phyctl) | PHY_CTL_SIDDQ, phyctl); in sun4i_usb_phy_exit()
/openbmc/linux/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c82 #define PHY_CTL_SIDDQ BIT(3) macro
335 val &= ~PHY_CTL_SIDDQ; in sun4i_usb_phy_init()
379 writel(readl(phyctl) | PHY_CTL_SIDDQ, phyctl); in sun4i_usb_phy_exit()
995 .hci_phy_ctl_clear = PHY_CTL_SIDDQ,
1024 .hci_phy_ctl_clear = PHY_CTL_SIDDQ,