Searched refs:TRB_TO_SLOT_ID (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/usb/cdns3/ |
A D | cdnsp-debug.h | 212 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb() 303 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb() 310 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb() 318 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb() 326 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb() 337 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb() 346 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb() 357 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb() 363 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
|
A D | cdnsp-gadget.h | 963 #define TRB_TO_SLOT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
|
/linux/drivers/usb/host/ |
A D | xhci.h | 1267 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro 2270 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2352 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2360 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2369 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2378 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2386 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2396 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2408 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2417 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() [all …]
|
A D | xhci-ring.c | 1708 unsigned int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion() 1789 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1796 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1806 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1814 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion() 1856 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification() 2606 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event() 2742 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event() 2750 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event() 2807 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event()
|
Completed in 36 milliseconds