Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A 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()
H A 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()
H A Dxhci.h721 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-ring.c798 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in cdnsp_handle_port_status()
927 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_finish_td()
1057 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_isoc_td()
1142 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_process_bulk_intr_td()
1245 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in cdnsp_handle_tx_event()
1495 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in cdnsp_handle_event()
H A Dcdnsp-debug.h211 cdnsp_trb_comp_code_string(GET_COMP_CODE(field2)), in cdnsp_decode_trb()
H A Dcdnsp-gadget.h876 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro
H A Dcdnsp-gadget.c587 pdev->cmd.status = GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)); in cdnsp_wait_for_cmd_compl()
/openbmc/linux/drivers/usb/host/
H A Dxhci-ring.c1786 cmd_comp_code = GET_COMP_CODE(le32_to_cpu(event->status)); in handle_cmd_completion()
1974 if (GET_COMP_CODE(le32_to_cpu(event->generic.field[2])) != COMP_SUCCESS) in handle_port_status()
2372 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_ctrl_td()
2469 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_isoc_td()
2594 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in process_bulk_intr_td()
2680 trb_comp_code = GET_COMP_CODE(le32_to_cpu(event->transfer_len)); in handle_tx_event()
H A Dxhci.h847 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro
2062 xhci_trb_comp_code_string(GET_COMP_CODE(field2)), in xhci_decode_trb()
H A Dxhci-dbgcap.c711 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()
/openbmc/linux/drivers/usb/early/
H A Dxhci-dbc.c722 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()