Home
last modified time | relevance | path

Searched refs:GET_COMP_CODE (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/usb/host/
Dxhci-ring.c455 BUG_ON(GET_COMP_CODE( in xhci_wait_for_event()
497 BUG_ON(GET_COMP_CODE(le32_to_cpu(event->trans_event.transfer_len in abort_td()
503 != udev->slot_id || GET_COMP_CODE(le32_to_cpu( in abort_td()
511 != udev->slot_id || GET_COMP_CODE(le32_to_cpu( in abort_td()
522 switch (GET_COMP_CODE(le32_to_cpu(event->trans_event.transfer_len))) { in record_transfer_result()
926 if (GET_COMP_CODE(le32_to_cpu(event->trans_event.transfer_len)) in xhci_ctrl_tx()
Dxhci.c466 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_configure_endpoints()
474 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_configure_endpoints()
651 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_address_device()
673 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_address_device()
724 BUG_ON(GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)) in _xhci_alloc_device()
Dxhci.h721 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro