Home
last modified time | relevance | path

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

/freebsd-13.1/usr.sbin/bhyve/
H A Dpci_xhci.c694 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_DISABLED; in pci_xhci_disable_ep()
904 ep_ctx->dwEpCtx0 = FIELD_REPLACE( ep_ctx->dwEpCtx0, in pci_xhci_cmd_reset_device()
979 ep0_ctx->dwEpCtx0 = (ep0_ctx->dwEpCtx0 & ~0x7) | in pci_xhci_cmd_address_device()
1086 i, iep_ctx->dwEpCtx0, iep_ctx->dwEpCtx1, in pci_xhci_cmd_config_ep()
1094 ep_ctx->dwEpCtx0 = FIELD_REPLACE( in pci_xhci_cmd_config_ep()
1157 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_STOPPED; in pci_xhci_cmd_reset_ep()
1192 if (XHCI_EPCTX_0_LSA_GET(ep->dwEpCtx0) == 0) { in pci_xhci_find_stream()
1248 switch (XHCI_EPCTX_0_EPSTATE_GET(ep_ctx->dwEpCtx0)) { in pci_xhci_cmd_set_tr()
1287 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_STOPPED; in pci_xhci_cmd_set_tr()
1668 ep_ctx->dwEpCtx0 = FIELD_REPLACE( in pci_xhci_try_usb_xfer()
[all …]
H A Dpci_xhci.h132 volatile uint32_t dwEpCtx0; member
/freebsd-13.1/sys/dev/usb/controller/
H A Dxhci.h115 volatile uint32_t dwEpCtx0; member
H A Dxhci.c193 DPRINTFN(5, "dwEpCtx0=0x%08x\n", xhci_ctx_get_le32(sc, &pep->dwEpCtx0)); in xhci_dump_endpoint()
2455 xhci_ctx_set_le32(sc, &pinp->ctx_ep[epno - 1].dwEpCtx0, temp); in xhci_configure_endpoint()
3806 temp = xhci_ctx_get_le32(sc, &pdev->ctx_ep[epno - 1].dwEpCtx0); in xhci_get_endpoint_state()