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

/linux-master/drivers/phy/allwinner/
H A Dphy-sun4i-usb.c82 #define PHY_CTL_SIDDQ BIT(3) macro
335 val &= ~PHY_CTL_SIDDQ;
379 writel(readl(phyctl) | PHY_CTL_SIDDQ, phyctl);
995 .hci_phy_ctl_clear = PHY_CTL_SIDDQ,
1024 .hci_phy_ctl_clear = PHY_CTL_SIDDQ,

Completed in 95 milliseconds