Searched refs:qwEpCtx2 (Results 1 – 4 of 4) sorted by relevance
680 devep->ep_ringaddr = ep_ctx->qwEpCtx2 & in pci_xhci_init_ep()682 devep->ep_ccs = XHCI_EPCTX_2_DCS_GET(ep_ctx->qwEpCtx2); in pci_xhci_init_ep()1115 iep_ctx->qwEpCtx2, iep_ctx->dwEpCtx4)); in pci_xhci_cmd_config_ep()1190 ep_ctx->qwEpCtx2 = devep->ep_ringaddr | devep->ep_ccs; in pci_xhci_cmd_reset_ep()1305 ep_ctx->qwEpCtx2 = trb->qwTrb0 & ~0xFUL; in pci_xhci_cmd_set_tr()1306 devep->ep_ringaddr = ep_ctx->qwEpCtx2 & ~0xFUL; in pci_xhci_cmd_set_tr()1674 ep_ctx->qwEpCtx2 = (ep_ctx->qwEpCtx2 & ~0x1) | (ccs & 0x1); in pci_xhci_update_ep_ring()1682 ep_ctx->qwEpCtx2 = (ringaddr & ~0xFUL) | (ccs & 0x1); in pci_xhci_update_ep_ring()1983 if (ep_ctx->qwEpCtx2 == 0) in pci_xhci_device_doorbell()2025 ep_ctx->qwEpCtx2 & XHCI_TRB_3_CYCLE_BIT, in pci_xhci_device_doorbell()[all …]
152 uint64_t qwEpCtx2; member
149 volatile uint64_t qwEpCtx2; member
193 DPRINTFN(5, "qwEpCtx2=0x%016llx\n", (long long)le64toh(pep->qwEpCtx2)); in xhci_dump_endpoint()2438 endp->qwEpCtx2 = htole64(ring_addr); in xhci_configure_endpoint()