Searched refs:DWC3_DCTL_RUN_STOP (Results 1 – 4 of 4) sorted by relevance
208 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
250 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
632 dwc3_writel(dwc->regs, DWC3_DCTL, DWC3_DCTL_RUN_STOP); in dwc3_gadget_run()
1370 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()1377 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
Completed in 13 milliseconds