Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/usb/
H A Dxhci.h836 #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16)) macro
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dxhci.h1286 #define TRB_TO_STREAM_ID(p) ((((p) & (0xffff << 16)) >> 16)) macro
2475 TRB_TO_STREAM_ID(field2), in xhci_decode_trb()
H A Dxhci-ring.c1365 stream_id = TRB_TO_STREAM_ID(le32_to_cpu(trb->generic.field[2])); in xhci_handle_cmd_set_deq()