Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-ring.c79 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, in xhci_trb_virt_to_dma() function
189 addr = (unsigned long long) xhci_trb_virt_to_dma(ring->deq_seg, ring->dequeue); in inc_deq()
266 addr = (unsigned long long) xhci_trb_virt_to_dma(ring->enq_seg, ring->enqueue); in inc_enq()
615 addr = xhci_trb_virt_to_dma(state->new_deq_seg, state->new_deq_ptr); in xhci_find_new_dequeue_state()
648 (unsigned long long)xhci_trb_virt_to_dma(cur_seg, cur_trb), in td_to_noop()
666 xhci_trb_virt_to_dma(cur_seg, cur_trb)); in td_to_noop()
690 (unsigned long long)xhci_trb_virt_to_dma(deq_state->new_deq_seg, deq_state->new_deq_ptr), in xhci_queue_new_dequeue_state()
807 (unsigned long long)xhci_trb_virt_to_dma( in handle_stopped_endpoint()
1131 if (xhci_trb_virt_to_dma(dev->eps[ep_index].queued_deq_seg, in handle_set_deq_completion()
1249 xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in xhci_cmd_to_noop()
[all …]
Dxhci-dbg.c333 (unsigned long long)xhci_trb_virt_to_dma(ring->deq_seg, in xhci_dbg_ring_ptrs()
339 (unsigned long long)xhci_trb_virt_to_dma(ring->enq_seg, in xhci_dbg_ring_ptrs()
Dxhci-mem.c747 addr = xhci_trb_virt_to_dma(ep->ring->deq_seg, ep->ring->dequeue); 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()
1900 start_dma = xhci_trb_virt_to_dma(input_seg, start_trb); in xhci_test_trb_in_td()
1901 end_dma = xhci_trb_virt_to_dma(input_seg, end_trb); in xhci_test_trb_in_td()
2049 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_set_hc_event_deq()
Dxhci.c831 (xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in xhci_set_cmd_ring_deq()
1544 (unsigned long long) xhci_trb_virt_to_dma( in xhci_urb_dequeue()
2802 addr = xhci_trb_virt_to_dma(deq_state->new_deq_seg, in xhci_setup_input_ctx_for_quirk()
Dxhci.h1770 dma_addr_t xhci_trb_virt_to_dma(struct xhci_segment *seg, union xhci_trb *trb);