Home
last modified time | relevance | path

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

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