Home
last modified time | relevance | path

Searched refs:TRB_TO_STREAM_ID (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h356 TRB_TO_STREAM_ID(field2), in cdnsp_decode_trb()
H A Dcdnsp-gadget.h979 #define TRB_TO_STREAM_ID(p) ((((p) & GENMASK(31, 16)) >> 16)) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h835 #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16)) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1032 #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16)) macro
2200 TRB_TO_STREAM_ID(field2), in xhci_decode_trb()
H A Dxhci-ring.c1407 stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2])); in xhci_handle_cmd_set_deq()