Home
last modified time | relevance | path

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

/u-boot/drivers/usb/host/
A Dxhci-ring.c503 BUG_ON(TRB_TO_SLOT_ID(field) != udev->slot_id); in abort_td()
510 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
518 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
738 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_bulk_tx()
929 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_ctrl_tx()
945 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_ctrl_tx()
A Dxhci.c497 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in xhci_configure_endpoints()
691 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_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.h816 #define TRB_TO_SLOT_ID(p) (((p) & (0xff << 24)) >> 24) macro

Completed in 15 milliseconds