Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci-dbgcap.c94 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 …]
Dxhci-trace.h323 __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,
Dxhci-mem.c755 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 …]
Dxhci-ring.c542 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 …]
Dxhci.h709 __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()
Dxhci-debugfs.c297 le64_to_cpu(ep_ctx->deq), in xhci_endpoint_context_show()
Dxhci.c1998 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/
Dxhci-dbc.h77 __le64 deq; member
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()