Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c116 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_enable_susphy()
118 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_enable_susphy()
675 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_ss_phy_setup()
2396 DWC3_GUSB3PIPECTL_SUSPHY); in dwc3_suspend_common()
H A Dcore.h333 #define DWC3_GUSB3PIPECTL_SUSPHY BIT(17) macro