Lines Matching refs:dwEpCtx0
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()
1193 epid, ep_ctx->dwEpCtx0, ep_ctx->dwEpCtx1, ep_ctx->qwEpCtx2, in pci_xhci_cmd_reset_ep()
1220 if (XHCI_EPCTX_0_LSA_GET(ep->dwEpCtx0) == 0) { in pci_xhci_find_stream()
1277 switch (XHCI_EPCTX_0_EPSTATE_GET(ep_ctx->dwEpCtx0)) { in pci_xhci_cmd_set_tr()
1283 XHCI_EPCTX_0_EPSTATE_GET(ep_ctx->dwEpCtx0))); in pci_xhci_cmd_set_tr()
1313 ep_ctx->dwEpCtx0 = (ep_ctx->dwEpCtx0 & ~0x7) | XHCI_ST_EPCTX_STOPPED; in pci_xhci_cmd_set_tr()
1339 ep0_ctx->dwEpCtx0, ep0_ctx->dwEpCtx1, ep0_ctx->qwEpCtx2, in pci_xhci_cmd_eval_ctx()
1391 ep0_ctx->dwEpCtx0, ep0_ctx->dwEpCtx1, ep0_ctx->qwEpCtx2, in pci_xhci_cmd_eval_ctx()
1713 ep_ctx->dwEpCtx0 = FIELD_REPLACE( in pci_xhci_try_usb_xfer()
1714 ep_ctx->dwEpCtx0, XHCI_ST_EPCTX_RUNNING, 0x7, 0); in pci_xhci_try_usb_xfer()
1774 ep_ctx->dwEpCtx0 = FIELD_REPLACE(ep_ctx->dwEpCtx0, in pci_xhci_handle_transfer()
1990 epid, ep_ctx->dwEpCtx0, ep_ctx->dwEpCtx1, ep_ctx->qwEpCtx2, in pci_xhci_device_doorbell()
2706 if ((ep_ctx->dwEpCtx0 & 0x7) == XHCI_ST_EPCTX_DISABLED) { in pci_xhci_dev_intr()