Lines Matching refs:le32_to_cpu
256 u32 type = le32_to_cpu(trb->link.control) & TRB_TYPE_BITMASK; in xhci_debug_trb()
267 GET_INTR_TARGET(le32_to_cpu(trb->link.intr_target))); in xhci_debug_trb()
269 le32_to_cpu(trb->link.control) & TRB_CYCLE); in xhci_debug_trb()
271 le32_to_cpu(trb->link.control) & LINK_TOGGLE); in xhci_debug_trb()
273 le32_to_cpu(trb->link.control) & TRB_NO_SNOOP); in xhci_debug_trb()
287 GET_COMP_CODE(le32_to_cpu(trb->event_cmd.status))); in xhci_debug_trb()
289 le32_to_cpu(trb->event_cmd.flags)); in xhci_debug_trb()
323 le32_to_cpu(trb->link.intr_target), in xhci_debug_segment()
324 le32_to_cpu(trb->link.control)); in xhci_debug_segment()
405 le32_to_cpu(entry->seg_size), in xhci_dbg_erst()
406 le32_to_cpu(entry->rsvd)); in xhci_dbg_erst()
440 switch (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state))) { in xhci_get_slot_state()