Home
last modified time | relevance | path

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

/linux-6.15/drivers/usb/dwc3/
H A Ddebug.h298 int phase = DEPEVT_STATUS_CONTROL_PHASE(event->status); in dwc3_ep_event_string()
H A Dcore.h1470 #define DEPEVT_STATUS_CONTROL_PHASE(n) ((n) & 3) macro