Home
last modified time | relevance | path

Searched refs:DWC3_DSTS_DEVCTRLHLT (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h299 #define DWC3_DSTS_DEVCTRLHLT (1 << 22) macro
H A Dgadget.c1383 if (!(reg & DWC3_DSTS_DEVCTRLHLT)) in dwc3_gadget_run_stop()
1386 if (reg & DWC3_DSTS_DEVCTRLHLT) in dwc3_gadget_run_stop()
/openbmc/linux/drivers/usb/dwc3/
H A Dcore.h506 #define DWC3_DSTS_DEVCTRLHLT BIT(22) macro
H A Dcore.c581 if (!(reg & DWC3_DSTS_DEVCTRLHLT)) in dwc3_event_buffers_cleanup()
H A Dgadget.c2677 reg &= DWC3_DSTS_DEVCTRLHLT; in dwc3_gadget_run_stop()