Searched refs:DWC3_GUSB3PIPECTL_SUSPHY (Results 1 – 5 of 5) sorted by relevance
201 #define DWC3_GUSB3PIPECTL_SUSPHY (1 << 17) macro
350 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()374 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()
174 #define DWC3_GUSB3PIPECTL_SUSPHY (1 << 17) macro
113 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_enable_susphy()115 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_enable_susphy()660 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_phy_setup()2136 DWC3_GUSB3PIPECTL_SUSPHY); in dwc3_suspend_common()
320 #define DWC3_GUSB3PIPECTL_SUSPHY BIT(17) macro