Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/bhyve/
Dpci_xhci.h134 #define XHCI_EPCTX_0_EPSTATE_GET(x) ((x) & 0x7) macro
Dpci_xhci.c1247 switch (XHCI_EPCTX_0_EPSTATE_GET(ep_ctx->dwEpCtx0)) { in pci_xhci_cmd_set_tr()
1253 XHCI_EPCTX_0_EPSTATE_GET(ep_ctx->dwEpCtx0))); in pci_xhci_cmd_set_tr()
/freebsd-12-stable/sys/dev/usb/controller/
Dxhci.h117 #define XHCI_EPCTX_0_EPSTATE_GET(x) ((x) & 0x7) macro
Dxhci.c3842 return (XHCI_EPCTX_0_EPSTATE_GET(temp)); in xhci_get_endpoint_state()