Searched defs:STREAM_ID_FOR_TRB (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/cdns3/ | ||
D | cdnsp-gadget.h | 977 #define STREAM_ID_FOR_TRB(p) ((((p)) << 16) & GENMASK(31, 16)) macro |
/drivers/usb/host/ | ||
D | xhci.h | 1288 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro |