Searched refs:deq (Results 1 – 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci-dbgcap.c | 94 dma_addr_t deq, dma; in xhci_dbc_init_contexts() local 112 deq = dbc_bulkout_enq(dbc); in xhci_dbc_init_contexts() 115 ep_ctx->deq = cpu_to_le64(deq | dbc->ring_out->cycle_state); in xhci_dbc_init_contexts() 119 deq = dbc_bulkin_enq(dbc); in xhci_dbc_init_contexts() 122 ep_ctx->deq = cpu_to_le64(deq | dbc->ring_in->cycle_state); in xhci_dbc_init_contexts() 470 dma_addr_t deq; in xhci_dbc_mem_init() local 508 deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, in xhci_dbc_mem_init() 510 lo_hi_writeq(deq, &dbc->regs->erdp); in xhci_dbc_mem_init() 752 dma_addr_t deq; in xhci_dbc_do_handle_events() local 878 deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, in xhci_dbc_do_handle_events() [all …]
|
D | xhci-trace.h | 323 __field(u64, deq) 330 __entry->deq = le64_to_cpu(ctx->deq); 334 __entry->info, __entry->info2, __entry->deq, __entry->tx_info) 463 __field(dma_addr_t, deq) 483 __entry->deq = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue); 488 &__entry->deq, &__entry->deq_seg,
|
D | xhci-mem.c | 755 ep_ctx->deq = cpu_to_le64(stream_info->ctx_array_dma); in xhci_setup_streams_ep_input_ctx() 769 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state); in xhci_setup_no_streams_ep_input_ctx() 1080 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx() 1227 ep0_ctx->deq = cpu_to_le64(dev->eps[0].ring->first_seg->dma | in xhci_setup_addressable_virt_dev() 1533 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma | in xhci_endpoint_init() 1554 ep_ctx->deq = 0; in xhci_endpoint_zero() 1642 in_ep_ctx->deq = out_ep_ctx->deq; in xhci_endpoint_copy() 2123 dma_addr_t deq; in xhci_set_hc_event_deq() local 2125 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_set_hc_event_deq() 2127 if (deq == 0 && !in_interrupt()) in xhci_set_hc_event_deq() [all …]
|
D | xhci-ring.c | 542 return le64_to_cpu(ep_ctx->deq); in xhci_get_hw_deq() 1292 u64 deq; in xhci_handle_cmd_set_deq() local 1297 deq = le64_to_cpu(ctx->stream_ring) & SCTX_DEQ_MASK; in xhci_handle_cmd_set_deq() 1299 deq = le64_to_cpu(ep_ctx->deq) & ~EP_CTX_CYCLE_MASK; in xhci_handle_cmd_set_deq() 1302 "Successful Set TR Deq Ptr cmd, deq = @%08llx", deq); in xhci_handle_cmd_set_deq() 1304 ep->queued_deq_ptr) == deq) { in xhci_handle_cmd_set_deq() 2882 dma_addr_t deq; in xhci_update_erst_dequeue() local 2887 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_update_erst_dequeue() 2889 if (deq == 0) in xhci_update_erst_dequeue() 2896 ((u64) deq & (u64) ~ERST_PTR_MASK)) in xhci_update_erst_dequeue() [all …]
|
D | xhci.h | 709 __le64 deq; member 2727 u32 info2, u64 deq, u32 tx_info) in xhci_decode_ep_context() argument 2772 burst, maxp, deq); in xhci_decode_ep_context()
|
D | xhci-debugfs.c | 297 le64_to_cpu(ep_ctx->deq), in xhci_endpoint_context_show()
|
D | xhci.c | 1998 ep_ctx->deq = 0; in xhci_zero_in_ctx() 3069 ep_ctx->deq = cpu_to_le64(addr | deq_state->new_cycle_state); in xhci_setup_input_ctx_for_quirk()
|
/kernel/linux/linux-5.10/drivers/usb/early/ |
D | xhci-dbc.h | 77 __le64 deq; member
|
D | xhci-dbc.c | 326 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()
|