Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dxhci-dbgcap.c65 dma_addr_t deq; in xhci_dbc_init_ep_contexts() local
71 deq = dbc_bulkout_enq(dbc); in xhci_dbc_init_ep_contexts()
74 ep_ctx->deq = cpu_to_le64(deq | dbc->ring_out->cycle_state); in xhci_dbc_init_ep_contexts()
78 deq = dbc_bulkin_enq(dbc); in xhci_dbc_init_ep_contexts()
81 ep_ctx->deq = cpu_to_le64(deq | dbc->ring_in->cycle_state); in xhci_dbc_init_ep_contexts()
541 dma_addr_t deq; in xhci_dbc_mem_init()
578 deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, in xhci_dbc_mem_init()
580 lo_hi_writeq(deq, in xhci_dbc_mem_init()
542 dma_addr_t deq; xhci_dbc_mem_init() local
882 dma_addr_t deq; xhci_dbc_do_handle_events() local
[all...]
H A Dxhci-trace.h344 __field(u64, deq)
350 __entry->deq = le64_to_cpu(ctx->deq);
354 __entry->info, __entry->info2, __entry->deq, __entry->tx_info)
481 __field(dma_addr_t, deq)
495 __entry->deq = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue);
500 &__entry->deq,
H A Dxhci-ring.c351 /* Ring might be empty even if enq != deq if enq is left on a link trb */ in xhci_num_trbs_free()
686 return le64_to_cpu(ep_ctx->deq); in xhci_get_hw_deq()
753 xhci_warn(xhci, "deq seg = %p, deq ptr = %p\n", new_seg, new_deq); in xhci_move_dequeue_past_td()
1080 case TD_CLEARING_CACHE: /* set TR deq command already queued */ in xhci_invalidate_cancelled_tds()
1125 * Deferred TDs need to have the deq pointer set after the above command in xhci_invalidate_cancelled_tds()
1297 /* will queue a set TR deq if stopped on a cancelled, uncleared TD */ in xhci_handle_cmd_stop_ep()
1411 * we need to clear the set deq pending flag in the endpoint ring state, so that
1436 xhci_warn(xhci, "WARN Set TR deq ptr command for freed stream ID %u\n", in xhci_handle_cmd_set_deq()
1485 u64 deq; in xhci_handle_cmd_set_deq() local
3043 dma_addr_t deq; xhci_update_erst_dequeue() local
3152 dma_addr_t deq; xhci_skip_sec_intr_events() local
[all...]
H A Dxhci-debugfs.c286 le64_to_cpu(ep_ctx->deq), in xhci_endpoint_context_show()
H A Dxhci.c648 "ERST deq = 64'h%0lx", (long unsigned int) temp_64); in xhci_run()
2112 ep_ctx->deq = 0; in xhci_zero_in_ctx()
3703 /* Set maxPstreams in endpoint context and update deq ptr to in xhci_alloc_streams()
3763 * update deq ptr to point to normal string ring. in xhci_alloc_streams()
3854 * update deq ptr to point to normal string ring. in xhci_free_streams()
/linux/drivers/usb/cdns3/
H A Dcdnsp-mem.c609 /* Set deq ptr, cycle bit, and stream context type. */ in cdnsp_alloc_stream_info()
721 ep0_ctx->deq = cpu_to_le64(dma | ep_ring->cycle_state); in cdnsp_copy_ep0_dequeue_into_input_ctx()
768 ep0_ctx->deq = cpu_to_le64(pdev->eps[0].ring->first_seg->dma | in cdnsp_setup_addressable_priv_dev()
1000 ep_ctx->deq = cpu_to_le64(pep->ring->first_seg->dma | in cdnsp_endpoint_init()
1020 pep->in_ctx->deq = 0; in cdnsp_endpoint_zero()
1099 dma_addr_t deq; in cdnsp_set_event_deq()
1102 deq = cdnsp_trb_virt_to_dma(pdev->event_ring->deq_seg, in cdnsp_set_event_deq()
1115 cdnsp_write_64(((u64)deq & (u64)~ERST_PTR_MASK) | temp, in cdnsp_set_event_deq()
1101 dma_addr_t deq; cdnsp_set_event_deq() local
H A Dcdnsp-debug.h541 u64 deq, u32 tx_info) in cdnsp_decode_ep_context() argument
577 burst, maxp, deq); in cdnsp_decode_ep_context()
H A Dcdnsp-gadget.c495 ep_ctx->deq = 0; in cdnsp_configure_endpoint()
802 ep_ctx->deq = cpu_to_le64(stream_info->ctx_array_dma);
1392 dma_addr_t deq; in cdnsp_update_erst_dequeue()
1396 /* If necessary, update the HW's version of the event ring deq ptr. */ in cdnsp_update_erst_dequeue()
1398 deq = cdnsp_trb_virt_to_dma(pdev->event_ring->deq_seg,
1401 temp_64 |= ((u64)deq & (u64)~ERST_PTR_MASK); in cdnsp_clear_cmd_ring()
1378 dma_addr_t deq; cdnsp_update_erst_dequeue() local
H A Dcdnsp-gadget.h634 * @deq: 64-bit ring dequeue pointer address. If the endpoint only
649 __le64 deq; member
714 /* deq bitmasks. */
756 /* Stream Context Types - bits 3:1 of stream ctx deq ptr. */
H A Dcdnsp-ring.c413 return le64_to_cpu(pep->out_ctx->deq); in cdnsp_get_hw_deq()
/linux/drivers/usb/early/
H A Dxhci-dbc.h77 __le64 deq; member
H A Dxhci-dbc.c326 ep_out->deq = cpu_to_le64(xdbc.out_seg.dma | xdbc.out_ring.cycle_state); in xdbc_mem_init()
333 ep_in->deq = cpu_to_le64(xdbc.in_seg.dma | xdbc.in_ring.cycle_state); in xdbc_mem_init()