Searched refs:TRB_TO_SLOT_ID (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/usb/host/ |
| H A D | xhci-ring.c | 496 BUG_ON(TRB_TO_SLOT_ID(field) != udev->slot_id); in abort_td() 503 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td() 511 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in abort_td() 725 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_bulk_tx() 917 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_ctrl_tx() 933 BUG_ON(TRB_TO_SLOT_ID(field) != slot_id); in xhci_ctrl_tx()
|
| H A D | xhci.c | 464 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) in xhci_configure_endpoints() 650 BUG_ON(TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)) != slot_id); in xhci_address_device() 728 udev->slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->event_cmd.flags)); in _xhci_alloc_device()
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | xhci.h | 1274 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro 2338 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2420 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2428 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2437 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2446 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2454 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2464 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2476 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2485 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() [all …]
|
| H A D | xhci-ring.c | 1702 unsigned int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion() 1783 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1790 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1800 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1808 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion() 1850 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification() 2600 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event() 2735 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event() 2743 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event() 2800 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event()
|
| /OK3568_Linux_fs/u-boot/include/usb/ |
| H A D | xhci.h | 820 #define TRB_TO_SLOT_ID(p) (((p) & (0xff << 24)) >> 24) macro
|