Home
last modified time | relevance | path

Searched refs:XHCI_TRB_2_STREAM_GET (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.h208 #define XHCI_TRB_2_STREAM_GET(x) (((x) >> 16) & 0xFFFF) macro
H A Dxhci.c890 stream_id = XHCI_TRB_2_STREAM_GET(temp); in xhci_check_transfer()