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()
1818 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in finish_td()
1910 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in process_ctrl_td()
2028 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in process_isoc_td()
2113 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in skip_isoc_td()
2144 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in process_bulk_intr_td()
2288 lower_32_bits(le64_to_cpu(event->buffer)), in handle_tx_event()
2289 upper_32_bits(le64_to_cpu(event->buffer)), in handle_tx_event()
2300 ep_ring = xhci_dma_to_transfer_ring(ep, le64_to_cpu(event->buffer)); in handle_tx_event()
2311 lower_32_bits(le64_to_cpu(event->buffer)), in handle_tx_event()
2312 upper_32_bits(le64_to_cpu(event->buffer)), in handle_tx_event()
2326 event_dma = le64_to_cpu(event->buffer); in handle_tx_event()