Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.h520 #define DWC3_DSTS_DEVCTRLHLT BIT(22) macro
H A Dcore.c597 if (!(reg & DWC3_DSTS_DEVCTRLHLT)) in dwc3_event_buffers_cleanup()
H A Dgadget.c2678 reg &= DWC3_DSTS_DEVCTRLHLT; in dwc3_gadget_run_stop()