Searched refs:DWC3_DCTL_RUN_STOP (Results 1 – 8 of 8) sorted by relevance
209 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
200 writel(DWC3_DCTL_RUN_STOP, &dwc3_reg->d_ctl); in keystone_xhci_phy_suspend()
248 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
647 dwc3_writel(dwc->regs, DWC3_DCTL, DWC3_DCTL_RUN_STOP); in dwc3_gadget_run()
1377 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()1384 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
420 #define DWC3_DCTL_RUN_STOP BIT(31) macro
313 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_core_soft_reset()
2622 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()2630 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()