Home
last modified time | relevance | path

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

/linux/drivers/usb/dwc3/
H A Dcore.h1475 #define DEPEVT_PARAMETER_CMD(n) (((n) & (0xf << 8)) >> 8) macro
H A Dgadget.c3780 u8 cmd = DEPEVT_PARAMETER_CMD(event->parameters); in dwc3_gadget_endpoint_command_complete()