Home
last modified time | relevance | path

Searched refs:deq (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/drivers/usb/host/
Dxhci-mem.c733 ep_ctx->deq = cpu_to_le64(stream_info->ctx_array_dma); in xhci_setup_streams_ep_input_ctx()
748 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state); in xhci_setup_no_streams_ep_input_ctx()
1015 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx()
1194 ep0_ctx->deq = cpu_to_le64(dev->eps[0].ring->first_seg->dma | in xhci_setup_addressable_virt_dev()
1432 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma | ep_ring->cycle_state); in xhci_endpoint_init()
1521 ep_ctx->deq = 0; in xhci_endpoint_zero()
1609 in_ep_ctx->deq = out_ep_ctx->deq; in xhci_endpoint_copy()
2047 dma_addr_t deq; in xhci_set_hc_event_deq() local
2049 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_set_hc_event_deq()
2051 if (deq == 0 && !in_interrupt()) in xhci_set_hc_event_deq()
[all …]
Dxhci-dbg.c520 &ep_ctx->deq, in xhci_dbg_ep_ctx()
521 (unsigned long long)dma, ep_ctx->deq); in xhci_dbg_ep_ctx()
Dxhci-ring.c580 state->new_cycle_state = 0x1 & le64_to_cpu(ep_ctx->deq); in xhci_find_new_dequeue_state()
1130 le64_to_cpu(ep_ctx->deq)); in handle_set_deq_completion()
1133 (le64_to_cpu(ep_ctx->deq) & ~(EP_CTX_CYCLE_MASK))) { in handle_set_deq_completion()
2739 dma_addr_t deq; in xhci_irq() local
2801 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_irq()
2803 if (deq == 0) in xhci_irq()
2808 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_irq()
Dxhci.h605 __le64 deq; member
Dxhci.c1801 ep_ctx->deq = 0; in xhci_zero_in_ctx()
2812 ep_ctx->deq = cpu_to_le64(addr | deq_state->new_cycle_state); in xhci_setup_input_ctx_for_quirk()