Home
last modified time | relevance | path

Searched refs:DEPEVT_STATUS_CONTROL_PHASE (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/usb/dwc3/
Ddebug.h512 int phase = DEPEVT_STATUS_CONTROL_PHASE(event->status); in dwc3_ep_event_string()
Dcore.h1237 #define DEPEVT_STATUS_CONTROL_PHASE(n) ((n) & 3) macro