Lines Matching refs:le32_to_cpu
273 u32 type = le32_to_cpu(trb->link.control) & TRB_TYPE_BITMASK; in xhci_debug_trb()
284 GET_INTR_TARGET(le32_to_cpu(trb->link.intr_target))); in xhci_debug_trb()
286 le32_to_cpu(trb->link.control) & TRB_CYCLE); in xhci_debug_trb()
288 le32_to_cpu(trb->link.control) & LINK_TOGGLE); in xhci_debug_trb()
290 le32_to_cpu(trb->link.control) & TRB_NO_SNOOP); in xhci_debug_trb()
304 GET_COMP_CODE(le32_to_cpu(trb->event_cmd.status))); in xhci_debug_trb()
306 le32_to_cpu(trb->event_cmd.flags)); in xhci_debug_trb()
340 le32_to_cpu(trb->link.intr_target), in xhci_debug_segment()
341 le32_to_cpu(trb->link.control)); in xhci_debug_segment()
422 le32_to_cpu(entry->seg_size), in xhci_dbg_erst()
423 le32_to_cpu(entry->rsvd)); in xhci_dbg_erst()
457 switch (GET_SLOT_STATE(le32_to_cpu(slot_ctx->dev_state))) { in xhci_get_slot_state()