Searched refs:TRB_TO_SLOT_ID (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/cdns3/ |
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()
|
D | cdnsp-gadget.h | 963 #define TRB_TO_SLOT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
|
/drivers/usb/host/ |
D | xhci.h | 1275 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro 2307 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2389 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2397 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2406 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2415 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2423 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2433 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2445 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2454 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() [all …]
|
D | xhci-ring.c | 1710 unsigned int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion() 1791 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1798 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1808 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1816 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion() 1858 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification() 2615 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event() 2757 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event() 2765 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event() 2822 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event()
|