Searched refs:DWC3_DCTL_RUN_STOP (Results 1 – 4 of 4) sorted by relevance
208 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
199 writel(DWC3_DCTL_RUN_STOP, &dwc3_reg->d_ctl); in keystone_xhci_phy_suspend()
230 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
1364 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()1371 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()