Searched refs:deq (Results 1 – 5 of 5) sorted by relevance
779 ep_ctx->deq = cpu_to_le64(stream_info->ctx_array_dma); in xhci_setup_streams_ep_input_ctx()793 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state); in xhci_setup_no_streams_ep_input_ctx()1053 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx()1197 ep0_ctx->deq = cpu_to_le64(dev->eps[0].ring->first_seg->dma | in xhci_setup_addressable_virt_dev()1439 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma | ep_ring->cycle_state); in xhci_endpoint_init()1526 ep_ctx->deq = 0; in xhci_endpoint_zero()1614 in_ep_ctx->deq = out_ep_ctx->deq; in xhci_endpoint_copy()2055 dma_addr_t deq; in xhci_set_hc_event_deq() local2057 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_set_hc_event_deq()2059 if (deq == 0 && !in_interrupt()) in xhci_set_hc_event_deq()[all …]
471 hw_dequeue = le64_to_cpu(ep_ctx->deq); in xhci_find_new_dequeue_state()1014 u64 deq; in xhci_handle_cmd_set_deq() local1019 deq = le64_to_cpu(ctx->stream_ring) & SCTX_DEQ_MASK; in xhci_handle_cmd_set_deq()1021 deq = le64_to_cpu(ep_ctx->deq) & ~EP_CTX_CYCLE_MASK; in xhci_handle_cmd_set_deq()1024 "Successful Set TR Deq Ptr cmd, deq = @%08llx", deq); in xhci_handle_cmd_set_deq()1026 ep->queued_deq_ptr) == deq) { in xhci_handle_cmd_set_deq()2653 dma_addr_t deq; in xhci_irq() local2714 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_irq()2716 if (deq == 0) in xhci_irq()2721 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_irq()
523 &ep_ctx->deq, in xhci_dbg_ep_ctx()524 (unsigned long long)dma, ep_ctx->deq); in xhci_dbg_ep_ctx()
637 __le64 deq; member
1860 ep_ctx->deq = 0; in xhci_zero_in_ctx()2926 ep_ctx->deq = cpu_to_le64(addr | deq_state->new_cycle_state); in xhci_setup_input_ctx_for_quirk()