Home
last modified time | relevance | path

Searched refs:TRB_FIELD_TO_TYPE (Results 1 – 14 of 14) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-debug.h164 int type = TRB_FIELD_TO_TYPE(flags); in cdns2_decode_trb()
H A Dcdns2-gadget.h460 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
H A Dcdns2-gadget.c986 while (TRB_FIELD_TO_TYPE(le32_to_cpu(trb->control)) == TRB_LINK && in cdns2_transfer_completed()
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h183 int type = TRB_FIELD_TO_TYPE(field3); in cdnsp_decode_trb()
H A Dcdns3-trace.h417 TRB_FIELD_TO_TYPE(__entry->control) == TRB_NORMAL ? "Normal" : "LINK",
H A Dcdns3-gadget.h1023 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
H A Dcdnsp-gadget.c506 if (TRB_FIELD_TO_TYPE(data) == TRB_TRANSFER && in cdnsp_invalidate_ep_events()
569 if (TRB_FIELD_TO_TYPE(flags) != TRB_COMPLETION || in cdnsp_wait_for_cmd_compl()
H A Dcdnsp-gadget.h1069 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
H A Dcdnsp-ring.c1005 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event_trb->generic.field[3])); in cdnsp_process_ctrl_td()
1513 TRB_FIELD_TO_TYPE(flags)); in cdnsp_handle_event()
H A Dcdns3-gadget.c1563 while (TRB_FIELD_TO_TYPE(le32_to_cpu(trb->control)) == TRB_LINK) { in cdns3_transfer_completed()
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h903 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
H A Dxhci-ring.c445 type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_wait_for_event()
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1111 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
2038 int type = TRB_FIELD_TO_TYPE(field3); in xhci_decode_trb()
H A Dxhci-ring.c1714 if (TRB_FIELD_TO_TYPE(cmd_field3) == TRB_STOP_RING) { in xhci_handle_command_timeout()
1831 cmd_type = TRB_FIELD_TO_TYPE(le32_to_cpu(cmd_trb->generic.field[3])); in handle_cmd_completion()
2370 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(ep_trb->generic.field[3])); in process_ctrl_td()
3094 trb_type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_handle_event()