Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.h132 #define XHCI_EPCTX_0_EPSTATE_GET(x) ((x) & 0x7) macro
H A Dpci_xhci.c1277 switch (XHCI_EPCTX_0_EPSTATE_GET(ep_ctx->dwEpCtx0)) { in pci_xhci_cmd_set_tr()
1283 XHCI_EPCTX_0_EPSTATE_GET(ep_ctx->dwEpCtx0))); in pci_xhci_cmd_set_tr()
/freebsd/sys/dev/usb/controller/
H A Dxhci.h121 #define XHCI_EPCTX_0_EPSTATE_GET(x) ((x) & 0x7) macro