Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/ !
Dcore.c116 reg |= DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_enable_susphy()
118 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_enable_susphy()
671 reg &= ~DWC3_GUSB3PIPECTL_SUSPHY; in dwc3_ss_phy_setup()
2349 DWC3_GUSB3PIPECTL_SUSPHY); in dwc3_suspend_common()
Dcore.h333 #define DWC3_GUSB3PIPECTL_SUSPHY BIT(17) macro