Searched refs:XHCI_ST_EPCTX_DISABLED (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/usr.sbin/bhyve/
H A Dpci_xhci.h54 XHCI_ST_EPCTX_DISABLED, enumerator in enum:__anon17395
H A Dpci_xhci.c688 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_DISABLED;
898 XHCI_ST_EPCTX_DISABLED, 0x7, 0);
2620 if ((ep_ctx->dwEpCtx0 & 0x7) == XHCI_ST_EPCTX_DISABLED) {

Completed in 114 milliseconds