Home
last modified time | relevance | path

Searched refs:DWC3_DCTL_RUN_STOP (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/dwc3/
H A Dcore.h449 #define DWC3_DCTL_RUN_STOP BIT(31) macro
H A Dgadget.c2673 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
2678 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
H A Dcore.c332 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_core_soft_reset()