Lines Matching refs:deq
688 /* Set deq ptr, cycle bit, and stream context type */
755 ep_ctx->deq = cpu_to_le64(stream_info->ctx_array_dma);
769 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state);
1080 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg,
1227 ep0_ctx->deq = cpu_to_le64(dev->eps[0].ring->first_seg->dma |
1533 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma |
1554 ep_ctx->deq = 0;
1642 in_ep_ctx->deq = out_ep_ctx->deq;
2123 dma_addr_t deq;
2125 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg,
2127 if (deq == 0 && !in_interrupt())
2140 xhci_write_64(xhci, ((u64) deq & (u64) ~ERST_PTR_MASK) | temp,