Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h209 cdnsp_trb_comp_code_string(GET_COMP_CODE(field2)), in cdnsp_decode_trb()
H A Dcdnsp-gadget.c633 pdev->cmd.status = GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)); in cdnsp_wait_for_cmd_compl()
/linux/drivers/usb/host/
H A Dxhci.h835 #define GET_COMP_CODE(p) (((p) & COMP_CODE_MASK) >> 24) macro
2078 xhci_trb_comp_code_string(GET_COMP_CODE(field2)), in xhci_decode_trb()
H A Dxhci-dbgcap.c826 comp_code = GET_COMP_CODE(le32_to_cpu(event->generic.field[2])); in dbc_handle_xfer_event()
/linux/drivers/usb/early/
H A Dxhci-dbc.c726 comp_code = GET_COMP_CODE(le32_to_cpu(evt_trb->field[2])); in xdbc_handle_tx_event()