Searched refs:DWC3_DCTL_RUN_STOP (Results 1 – 2 of 2) sorted by relevance
197 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
1296 reg |= (DWC3_DCTL_RUN_STOP in dwc3_gadget_run_stop()1299 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()