Home
last modified time | relevance | path

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

/dragonfly/sys/bus/u4b/controller/
H A Dxhci.h209 #define XHCI_TRB_2_STREAM_SET(x) (((x) & 0xFFFF) << 16) macro
H A Dxhci.c1562 temp = XHCI_TRB_2_STREAM_SET(stream_id); in xhci_cmd_set_tr_dequeue_ptr()