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