Home
last modified time | relevance | path

Searched defs:STREAM_ID_FOR_TRB (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h836 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h980 #define STREAM_ID_FOR_TRB(p) ((((p)) << 16) & GENMASK(31, 16)) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1033 #define STREAM_ID_FOR_TRB(p) ((((p)) & 0xffff) << 16) macro