Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_xhci.h158 volatile uint32_t dwEpCtx4; member
H A Dpci_xhci.c941 ep0_ctx->dwEpCtx4)); in pci_xhci_cmd_address_device()
992 ep0_ctx->dwEpCtx4)); in pci_xhci_cmd_address_device()
1087 iep_ctx->qwEpCtx2, iep_ctx->dwEpCtx4)); in pci_xhci_cmd_config_ep()
1164 ep_ctx->dwEpCtx4)); in pci_xhci_cmd_reset_ep()
1315 ep0_ctx->dwEpCtx4)); in pci_xhci_cmd_eval_ctx()
1359 ep0_ctx->dwEpCtx4)); in pci_xhci_cmd_eval_ctx()
1933 ep_ctx->dwEpCtx4)); in pci_xhci_device_doorbell()
/freebsd-13.1/sys/dev/usb/controller/
H A Dxhci.h149 volatile uint32_t dwEpCtx4; member
H A Dxhci.c196 DPRINTFN(5, "dwEpCtx4=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx4)); in xhci_dump_endpoint()
2508 xhci_ctx_set_le32(sc, &pinp->ctx_ep[epno - 1].dwEpCtx4, temp); in xhci_configure_endpoint()