Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Ddwc3.h209 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dxhci-keystone.c200 writel(DWC3_DCTL_RUN_STOP, &dwc3_reg->d_ctl); in keystone_xhci_phy_suspend()
/OK3568_Linux_fs/u-boot/drivers/usb/dwc3/
H A Dcore.h248 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
H A Dcore.c647 dwc3_writel(dwc->regs, DWC3_DCTL, DWC3_DCTL_RUN_STOP); in dwc3_gadget_run()
H A Dgadget.c1377 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
1384 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.h420 #define DWC3_DCTL_RUN_STOP BIT(31) macro
H A Dcore.c313 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_core_soft_reset()
H A Dgadget.c2622 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
2630 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()