Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dpci_xhci.h154 #define XHCI_EPCTX_2_DCS_GET(x) ((x) & 0x1) macro
H A Dpci_xhci.c682 devep->ep_ccs = XHCI_EPCTX_2_DCS_GET(ep_ctx->qwEpCtx2); in pci_xhci_init_ep()
1298 XHCI_EPCTX_2_DCS_GET(trb->qwTrb0); in pci_xhci_cmd_set_tr()
/freebsd-14.2/sys/dev/usb/controller/
H A Dxhci.h151 #define XHCI_EPCTX_2_DCS_GET(x) ((x) & 0x1) macro