Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/phy/allwinner/
Dphy-sun4i-usb.c84 #define PHY_CTL_SIDDQ BIT(3) macro
303 val &= ~PHY_CTL_SIDDQ; in sun4i_usb_phy_init()
348 writel(readl(phyctl) | PHY_CTL_SIDDQ, phyctl); in sun4i_usb_phy_exit()
953 .hci_phy_ctl_clear = PHY_CTL_SIDDQ,