Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/dwc3/
Dcore.h518 #define DWC3_DSTS_DEVCTRLHLT BIT(22) macro
Dcore.c579 if (!(reg & DWC3_DSTS_DEVCTRLHLT)) in dwc3_event_buffers_cleanup()
Dgadget.c2608 reg &= DWC3_DSTS_DEVCTRLHLT; in dwc3_gadget_run_stop()