Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/dwc3/
Dcore.c301 usb3_port |= DWC3_GUSB3PIPECTL_PHYSOFTRST; in dwc3_core_soft_reset()
311 usb3_port &= ~DWC3_GUSB3PIPECTL_PHYSOFTRST; in dwc3_core_soft_reset()
Dcore.h306 #define DWC3_GUSB3PIPECTL_PHYSOFTRST BIT(31) macro