Searched refs:dwEpCtx0 (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | pci_xhci.c | 662 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 D | pci_xhci.h | 130 uint32_t dwEpCtx0; member
|