Lines Matching refs:deq
653 /* Set deq ptr, cycle bit, and stream context type */
719 ep_ctx->deq = cpu_to_le64(stream_info->ctx_array_dma);
733 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state);
1034 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg,
1177 ep0_ctx->deq = cpu_to_le64(dev->eps[0].ring->first_seg->dma |
1484 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma |
1505 ep_ctx->deq = 0;
1593 in_ep_ctx->deq = out_ep_ctx->deq;
1937 dma_addr_t deq;
1939 deq = xhci_trb_virt_to_dma(ir->event_ring->deq_seg,
1941 if (!deq)
1952 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp,