Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/usb/dwc3/
Dcore.c173 reg |= DWC3_GCTL_CORESOFTRESET; in __dwc3_set_mode()
185 reg &= ~DWC3_GCTL_CORESOFTRESET; in __dwc3_set_mode()
Dcore.h250 #define DWC3_GCTL_CORESOFTRESET BIT(11) macro