Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/dwc3/
Dcore.c164 reg |= DWC3_GCTL_CORESOFTRESET; in __dwc3_set_mode()
176 reg &= ~DWC3_GCTL_CORESOFTRESET; in __dwc3_set_mode()
Dcore.h243 #define DWC3_GCTL_CORESOFTRESET BIT(11) macro