Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.c214 reg |= DWC3_GCTL_CORESOFTRESET; in __dwc3_set_mode()
226 reg &= ~DWC3_GCTL_CORESOFTRESET; in __dwc3_set_mode()
H A Dcore.h268 #define DWC3_GCTL_CORESOFTRESET BIT(11) macro