Lines Matching refs:pctx
266 dma_addr_t pctx; member
281 dma_addr_t pctx; member
868 stctx[i].pctx = base + i * 16; in xhci_alloc_stream_contexts()
1026 xhci_dma_read_u32s(epctx->xhci, sctx->pctx, ctx, sizeof(ctx)); in xhci_find_stream()
1046 xhci_dma_read_u32s(xhci, epctx->pctx, ctx, sizeof(ctx)); in xhci_set_ep_state()
1054 xhci_dma_read_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state()
1058 xhci_dma_write_u32s(xhci, sctx->pctx, ctx2, sizeof(ctx2)); in xhci_set_ep_state()
1068 epctx->pctx, state, ctx[3], ctx[2]); in xhci_set_ep_state()
1071 xhci_dma_write_u32s(xhci, epctx->pctx, ctx, sizeof(ctx)); in xhci_set_ep_state()
1104 dma_addr_t pctx, uint32_t *ctx) in xhci_init_epctx() argument
1111 epctx->pctx = pctx; in xhci_init_epctx()
1127 unsigned int epid, dma_addr_t pctx, in xhci_enable_ep() argument
1144 xhci_init_epctx(epctx, pctx, ctx); in xhci_enable_ep()
2432 static TRBCCode xhci_get_port_bandwidth(XHCIState *xhci, uint64_t pctx) in xhci_get_port_bandwidth() argument
2438 ctx = xhci_mask64(pctx); in xhci_get_port_bandwidth()
3475 dma_addr_t dcbaap, pctx; in usb_xhci_post_load() local
3502 pctx = slot->ctx + 32 * epid; in usb_xhci_post_load()
3503 xhci_dma_read_u32s(xhci, pctx, ep_ctx, sizeof(ep_ctx)); in usb_xhci_post_load()
3510 xhci_init_epctx(epctx, pctx, ep_ctx); in usb_xhci_post_load()