Home
last modified time | relevance | path

Searched refs:DWC3_DCTL_RUN_STOP (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/include/linux/usb/
Ddwc3.h208 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
/external/u-boot/drivers/usb/host/
Dxhci-keystone.c199 writel(DWC3_DCTL_RUN_STOP, &dwc3_reg->d_ctl); in keystone_xhci_phy_suspend()
/external/u-boot/drivers/usb/dwc3/
Dcore.h230 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
Dgadget.c1364 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
1371 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()