Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bhyve/
Dpci_xhci.h234 #define XHCI_TRB_2_STREAM_SET(x) (((x) & 0xFFFF) << 16) macro
/freebsd-12-stable/sys/dev/usb/controller/
Dxhci.h219 #define XHCI_TRB_2_STREAM_SET(x) (((x) & 0xFFFF) << 16) macro
Dxhci.c1599 temp = XHCI_TRB_2_STREAM_SET(stream_id); in xhci_cmd_set_tr_dequeue_ptr()