Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.h266 #define XHCI_TRB_3_SLOT_SET(x) (((x) & 0xFF) << 24) macro
H A Dpci_xhci.c1490 evtrb.dwTrb3 |= XHCI_TRB_3_SLOT_SET(slot); in pci_xhci_complete_commands()
1608 XHCI_TRB_3_SLOT_SET(slot) | XHCI_TRB_3_EP_SET(epid); in pci_xhci_xfer_complete()