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.c119 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_enable_susphy()
121 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_enable_susphy()
680 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_ss_phy_setup()
2445 DWC3_GUSB3PIPECTL_SUSPHY); in dwc3_suspend_common()
H A Dcore.h333 #define DWC3_GUSB3PIPECTL_SUSPHY BIT(17) macro