Searched refs:TRB_TO_SLOT_ID (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/usb/cdns3/ |
H 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()
|
H A D | cdnsp-gadget.h | 963 #define TRB_TO_SLOT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci.h | 1271 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro 2277 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2359 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2367 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2376 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2385 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2393 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2403 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2415 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2424 TRB_TO_SLOT_ID(field in xhci_decode_trb() [all...] |
H A D | xhci-ring.c | 1572 int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion() 1649 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1655 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1665 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1673 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion() 1718 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification() 2448 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event() 2592 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event() 2600 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event() 2657 TRB_TO_SLOT_ID(le32_to_cp in handle_tx_event() [all...] |
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci.h | 1272 #define TRB_TO_SLOT_ID(p) (((p) & (0xff<<24)) >> 24) macro 2309 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2391 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2399 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() 2425 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2435 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2447 TRB_TO_SLOT_ID(field3), in xhci_decode_trb() 2456 TRB_TO_SLOT_ID(field in xhci_decode_trb() [all...] |
H A D | xhci-ring.c | 1617 ep = xhci_get_virt_ep(xhci, TRB_TO_SLOT_ID(cmd_field3), in xhci_handle_command_timeout() 1666 unsigned int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion() 1747 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1754 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1764 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion() 1772 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion() 1814 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification() 2578 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event() 2718 TRB_TO_SLOT_ID(le32_to_cpu(event->flags)), in handle_tx_event() 2726 TRB_TO_SLOT_ID(le32_to_cp in handle_tx_event() [all...] |
Completed in 21 milliseconds