Home
last modified time | relevance | path

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

/u-boot/include/linux/usb/
A Ddwc3.h208 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
/u-boot/drivers/usb/dwc3/
A Dcore.h250 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
A Dcore.c632 dwc3_writel(dwc->regs, DWC3_DCTL, DWC3_DCTL_RUN_STOP); in dwc3_gadget_run()
A Dgadget.c1370 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
1377 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()

Completed in 13 milliseconds