Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/dwc3/
H A Ddebug.h275 status & DEPEVT_STATUS_LST ? 'L' : 'l'); in dwc3_ep_event_string()
287 status & DEPEVT_STATUS_LST ? 'M' : 'm'); in dwc3_ep_event_string()
H A Dcore.h1425 #define DEPEVT_STATUS_LST BIT(3) /* XferComplete */ macro
/openbmc/u-boot/drivers/usb/dwc3/
H A Dcore.h897 #define DEPEVT_STATUS_LST (1 << 3) macro
H A Dgadget.c1740 if ((event->status & DEPEVT_STATUS_LST) && in __dwc3_cleanup_done_trbs()