Home
last modified time | relevance | path

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

/openbmc/u-boot/include/linux/usb/
H A Ddwc3.h208 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h230 #define DWC3_DCTL_RUN_STOP (1 << 31) macro
H A Dgadget.c1363 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
1370 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h435 #define DWC3_DCTL_RUN_STOP BIT(31) macro
H A Dgadget.c2662 reg |= DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
2667 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_gadget_run_stop()
H A Dcore.c321 reg &= ~DWC3_DCTL_RUN_STOP; in dwc3_core_soft_reset()