Searched refs:USBPHY_PHYCLKGD (Results 1 – 4 of 4) sorted by relevance
54 #define USBPHY_PHYCLKGD (1 << 8) macro
56 if (readl(USBPHY_CTL_PADDR) & USBPHY_PHYCLKGD) in phy_on()
16 #define USBPHY_PHYCLKGD BIT(8) macro
60 while ((__raw_readl(USB_PHY_CTRL) & USBPHY_PHYCLKGD) == 0) in phy_on()