Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
H A Dcdnsp-debug.h210 EVENT_TRB_LEN(field2), TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
301 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
308 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
316 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
324 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
334 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
344 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
355 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
361 TRB_TO_SLOT_ID(field3), in cdnsp_decode_trb()
H A Dcdnsp-gadget.h973 #define TRB_TO_SLOT_ID(p) (((p) & GENMASK(31, 24)) >> 24) macro
/linux/drivers/usb/host/
H A Dxhci-ring.c1749 ep = xhci_get_virt_ep(xhci, TRB_TO_SLOT_ID(cmd_field3), in xhci_handle_command_timeout()
1798 unsigned int slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_cmd_completion()
1880 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1887 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1897 WARN_ON(slot_id != TRB_TO_SLOT_ID( in handle_cmd_completion()
1905 slot_id = TRB_TO_SLOT_ID( in handle_cmd_completion()
1949 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->generic.field[3])); in handle_device_notification()
2649 slot_id = TRB_TO_SLOT_ID(le32_to_cpu(event->flags)); in handle_tx_event()