Lines Matching refs:le64_to_cpu
467 hw_dequeue = le64_to_cpu(ctx->stream_ring); in xhci_find_new_dequeue_state()
471 hw_dequeue = le64_to_cpu(ep_ctx->deq); in xhci_find_new_dequeue_state()
1019 deq = le64_to_cpu(ctx->stream_ring) & SCTX_DEQ_MASK; in xhci_handle_cmd_set_deq()
1021 deq = le64_to_cpu(ep_ctx->deq) & ~EP_CTX_CYCLE_MASK; in xhci_handle_cmd_set_deq()
1300 cmd_dma = le64_to_cpu(event->cmd_trb); in handle_cmd_completion()
1817 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in finish_td()
1907 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in process_ctrl_td()
2011 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in process_isoc_td()
2090 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in skip_isoc_td()
2121 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in process_bulk_intr_td()
2252 lower_32_bits(le64_to_cpu(event->buffer)), in handle_tx_event()
2253 upper_32_bits(le64_to_cpu(event->buffer)), in handle_tx_event()
2264 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in handle_tx_event()
2275 lower_32_bits(le64_to_cpu(event->buffer)), in handle_tx_event()
2276 upper_32_bits(le64_to_cpu(event->buffer)), in handle_tx_event()
2290 event_dma = le64_to_cpu(event->buffer); in handle_tx_event()