Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/dwc3/
Dcore.c589 reg |= DWC3_GUSB3PIPECTL_DEPOCHANGE; in dwc3_phy_setup()
604 reg &= ~DWC3_GUSB3PIPECTL_DEPOCHANGE; in dwc3_phy_setup()
Dcore.h289 #define DWC3_GUSB3PIPECTL_DEPOCHANGE BIT(18) macro