Home
last modified time | relevance | path

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

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