Lines Matching defs:deq
673 /* Set deq ptr, cycle bit, and stream context type */
741 ep_ctx->deq = cpu_to_le64(stream_info->ctx_array_dma);
755 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state);
1056 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg,
1195 ep0_ctx->deq = cpu_to_le64(dev->eps[0].ring->first_seg->dma |
1508 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma |
1529 ep_ctx->deq = 0;
1617 in_ep_ctx->deq = out_ep_ctx->deq;
2007 dma_addr_t deq;
2009 deq = xhci_trb_virt_to_dma(ir->event_ring->deq_seg,
2011 if (!deq)
2019 xhci_write_64(xhci, deq & ERST_PTR_MASK, &ir->ir_set->erst_dequeue);