Home
last modified time | relevance | path

Searched refs:XHCI_INCTX_1_ADD_MASK (Results 1 – 2 of 2) sorted by path

/illumos-gate/usr/src/cmd/bhyve/
H A Dpci_xhci.c1092 XHCI_INCTX_1_ADD_MASK(i)) { in pci_xhci_cmd_config_ep()
H A Dpci_xhci.h171 #define XHCI_INCTX_1_ADD_MASK(n) (1U << (n)) macro