Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dcore.c201 reg |= DWC3_GCTL_CORESOFTRESET; in __dwc3_set_mode()
213 reg &= ~DWC3_GCTL_CORESOFTRESET; in __dwc3_set_mode()
Dcore.h268 #define DWC3_GCTL_CORESOFTRESET BIT(11) macro