Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-ring.c426 if ((le32_to_cpu(event->event_cmd.flags) & TRB_CYCLE) != in event_ready()
453 type = TRB_FIELD_TO_TYPE(le32_to_cpu(event->event_cmd.flags)); in xhci_wait_for_event()
510 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
512 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
518 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
520 event->event_cmd.status)) != COMP_SUCCESS); in abort_td()
A Dxhci.c497 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in xhci_configure_endpoints()
500 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_configure_endpoints()
508 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_configure_endpoints()
691 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device()
693 switch (GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))) { in xhci_address_device()
715 GET_COMP_CODE(le32_to_cpu(event->event_cmd.status))); in xhci_address_device()
766 BUG_ON(GET_COMP_CODE(le32_to_cpu(event->event_cmd.status)) in _xhci_alloc_device()
769 udev->slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)); in _xhci_alloc_device()
/u-boot/include/usb/
A Dxhci.h890 struct xhci_event_cmd event_cmd; member

Completed in 12 milliseconds