Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/common/
H A Dpci_xhci.h260 #define XHCI_TRB_3_EP_SET(x) (((x) & 0x1F) << 16) macro
H A Dpci_xhci.c1638 XHCI_TRB_3_SLOT_SET(slot) | XHCI_TRB_3_EP_SET(epid); in pci_xhci_xfer_complete()