Lines Matching refs:xhci_trb_virt_to_dma

79 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()
1381 cmd_dequeue_dma = xhci_trb_virt_to_dma(xhci->cmd_ring->deq_seg, in handle_cmd_completion()
1779 start_dma = xhci_trb_virt_to_dma(start_seg, start_trb); in trb_in_td()
1786 end_seg_dma = xhci_trb_virt_to_dma(cur_seg, in trb_in_td()
1789 end_trb_dma = xhci_trb_virt_to_dma(cur_seg, end_trb); in trb_in_td()
1813 start_dma = xhci_trb_virt_to_dma(cur_seg, &cur_seg->trbs[0]); in trb_in_td()
2340 (unsigned long long) xhci_trb_virt_to_dma( in handle_tx_event()
2363 (unsigned long long) xhci_trb_virt_to_dma( in handle_tx_event()
2801 deq = xhci_trb_virt_to_dma(xhci->event_ring->deq_seg, in xhci_irq()
4000 addr = xhci_trb_virt_to_dma(deq_seg, deq_ptr); in queue_set_tr_deq()