Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/usb/host/
H A Dxhci-ring.c495 BUG_ON(TRB_TO_SLOT_ID(field) != udev->slot_id); in reset_ep()
504 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in reset_ep()
532 BUG_ON(TRB_TO_SLOT_ID(field) != udev->slot_id); in abort_td()
542 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
553 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td()
767 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_bulk_tx()
959 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_ctrl_tx()
979 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_ctrl_tx()
H A Dxhci.c467 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in xhci_configure_endpoints()
656 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device()
737 udev->slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)); in _xhci_alloc_device()
/rk3399_rockchip-uboot/include/usb/
H A Dxhci.h820 #define TRB_TO_SLOT_ID(p) (((p) & (0xff << 24)) >> 24) macro