Searched refs:DWC3_DCTL_RUN_STOP (Results 1 – 2 of 2) sorted by relevance
390 #define DWC3_DCTL_RUN_STOP BIT(31) macro
1816 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()1823 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()