Home
last modified time | relevance | path

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

/third_party/FreeBSD/sys/dev/usb/controller/
Dxhci.h219 #define XHCI_TRB_2_STREAM_SET(x) (((x) & 0xFFFF) << 16) macro
Dxhci.c1540 temp = XHCI_TRB_2_STREAM_SET(stream_id); in xhci_cmd_set_tr_dequeue_ptr()