Searched defs:TRB_TO_STREAM_ID (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/usb/cdns3/
H A Dcdnsp-gadget.h976 #define TRB_TO_STREAM_ID(p) ((((p) & GENMASK(31, 16)) >> 16)) macro
/linux-master/drivers/usb/host/
H A Dxhci.h1002 #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16)) macro

Completed in 271 milliseconds