Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dpci_xhci.c662 pstreams = XHCI_EPCTX_0_MAXP_STREAMS_GET(ep_ctx->dwEpCtx0); in pci_xhci_init_ep()
705 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_DISABLED; in pci_xhci_disable_ep()
922 ep_ctx->dwEpCtx0 = FIELD_REPLACE( ep_ctx->dwEpCtx0, in pci_xhci_cmd_reset_device()
954 ep0_ctx->dwEpCtx0, ep0_ctx->dwEpCtx1, ep0_ctx->qwEpCtx2, in pci_xhci_cmd_address_device()
1001 ep0_ctx->dwEpCtx0 = (ep0_ctx->dwEpCtx0 & ~0x7) | in pci_xhci_cmd_address_device()
1013 ep0_ctx->dwEpCtx0, ep0_ctx->dwEpCtx1, ep0_ctx->qwEpCtx2, in pci_xhci_cmd_address_device()
1114 i, iep_ctx->dwEpCtx0, iep_ctx->dwEpCtx1, in pci_xhci_cmd_config_ep()
1122 ep_ctx->dwEpCtx0 = FIELD_REPLACE( in pci_xhci_cmd_config_ep()
1123 ep_ctx->dwEpCtx0, XHCI_ST_EPCTX_RUNNING, 0x7, 0); in pci_xhci_cmd_config_ep()
1187 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_STOPPED; in pci_xhci_cmd_reset_ep()
[all …]
H A Dpci_xhci.h130 uint32_t dwEpCtx0; member
/freebsd/sys/dev/usb/controller/
H A Dxhci.h119 volatile uint32_t dwEpCtx0; member
H A Dxhci.c192 DPRINTFN(5, "dwEpCtx0=0x%08x\n", le32toh(pep->dwEpCtx0)); in xhci_dump_endpoint()
2487 endp->dwEpCtx0 = htole32(temp); in xhci_configure_endpoint()
3840 temp = le32toh(endp->dwEpCtx0); in xhci_get_endpoint_state()