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