Searched refs:deq (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/usb/host/ |
D | xhci-dbgcap.c | 93 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() 377 dma_addr_t deq; in xhci_dbc_mem_init() local 416 deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, in xhci_dbc_mem_init() 418 xhci_write_64(xhci, deq, &dbc->regs->erdp); in xhci_dbc_mem_init() 651 dma_addr_t deq; in xhci_dbc_do_handle_events() local 777 deq = xhci_trb_virt_to_dma(dbc->ring_evt->deq_seg, in xhci_dbc_do_handle_events() [all …]
|
D | xhci-trace.h | 335 __field(u64, deq) 341 __entry->deq = le64_to_cpu(ctx->deq); 345 __entry->info2, __entry->deq, __entry->tx_info) 442 __field(dma_addr_t, deq) 462 __entry->deq = xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue); 467 &__entry->deq, &__entry->deq_seg,
|
D | xhci-mem.c | 741 ep_ctx->deq = cpu_to_le64(stream_info->ctx_array_dma); in xhci_setup_streams_ep_input_ctx() 755 ep_ctx->deq = cpu_to_le64(addr | ep->ring->cycle_state); in xhci_setup_no_streams_ep_input_ctx() 1058 ep0_ctx->deq = cpu_to_le64(xhci_trb_virt_to_dma(ep_ring->enq_seg, in xhci_copy_ep0_dequeue_into_input_ctx() 1205 ep0_ctx->deq = cpu_to_le64(dev->eps[0].ring->first_seg->dma | in xhci_setup_addressable_virt_dev() 1505 ep_ctx->deq = cpu_to_le64(ep_ring->first_seg->dma | 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() 2090 dma_addr_t deq; in xhci_set_hc_event_deq() local 2092 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_set_hc_event_deq() 2094 if (deq == 0 && !in_interrupt()) in xhci_set_hc_event_deq() [all …]
|
D | xhci-ring.c | 493 return le64_to_cpu(ep_ctx->deq); in xhci_get_hw_deq() 1086 u64 deq; in xhci_handle_cmd_set_deq() local 1091 deq = le64_to_cpu(ctx->stream_ring) & SCTX_DEQ_MASK; in xhci_handle_cmd_set_deq() 1093 deq = le64_to_cpu(ep_ctx->deq) & ~EP_CTX_CYCLE_MASK; in xhci_handle_cmd_set_deq() 1096 "Successful Set TR Deq Ptr cmd, deq = @%08llx", deq); in xhci_handle_cmd_set_deq() 1098 ep->queued_deq_ptr) == deq) { in xhci_handle_cmd_set_deq() 2644 dma_addr_t deq; in xhci_irq() local 2705 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_irq() 2707 if (deq == 0) in xhci_irq() 2712 temp_64 |= ((u64) deq & (u64) ~ERST_PTR_MASK); in xhci_irq()
|
D | xhci.h | 695 __le64 deq; member 2554 static inline const char *xhci_decode_ep_context(u32 info, u32 info2, u64 deq, in xhci_decode_ep_context() argument 2601 burst, maxp, deq); in xhci_decode_ep_context()
|
D | xhci-debugfs.c | 291 ep_ctx->deq, in xhci_endpoint_context_show()
|
D | xhci.c | 1899 ep_ctx->deq = 0; in xhci_zero_in_ctx() 2967 ep_ctx->deq = cpu_to_le64(addr | deq_state->new_cycle_state); in xhci_setup_input_ctx_for_quirk()
|
/Linux-v4.19/drivers/usb/early/ |
D | xhci-dbc.h | 77 __le64 deq; member
|
D | xhci-dbc.c | 325 ep_out->deq = cpu_to_le64(xdbc.out_seg.dma | xdbc.out_ring.cycle_state); in xdbc_mem_init() 332 ep_in->deq = cpu_to_le64(xdbc.in_seg.dma | xdbc.in_ring.cycle_state); in xdbc_mem_init()
|