Searched refs:SLOT_ID_FOR_TRB (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/usb/cdns3/ |
| H A D | cdnsp-ring.c | 2408 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_slot_control() 2419 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_address_device() 2427 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_reset_device() 2437 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_configure_endpoint() 2446 cdnsp_queue_command(pdev, 0, 0, 0, SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_stop_endpoint() 2456 u32 trb_slot_id = SLOT_ID_FOR_TRB(pdev->slot_id); in cdnsp_queue_new_dequeue_state() 2476 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_reset_ep() 2487 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_halt_endpoint()
|
| H A D | cdnsp-gadget.h | 974 #define SLOT_ID_FOR_TRB(p) (((p) << 24) & GENMASK(31, 24)) macro
|
| /linux/drivers/usb/host/ |
| H A D | xhci-ring.c | 775 STREAM_ID_FOR_TRB(stream_id), SLOT_ID_FOR_TRB(slot_id) | in xhci_move_dequeue_past_td() 4399 TRB_TYPE(trb_type) | SLOT_ID_FOR_TRB(slot_id), false); in xhci_queue_slot_control() 4408 TRB_TYPE(TRB_ADDR_DEV) | SLOT_ID_FOR_TRB(slot_id) in xhci_queue_address_device() 4423 TRB_TYPE(TRB_RESET_DEV) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_reset_device() 4434 TRB_TYPE(TRB_CONFIG_EP) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_configure_endpoint() 4455 TRB_TYPE(TRB_EVAL_CONTEXT) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_evaluate_context() 4466 u32 trb_slot_id = SLOT_ID_FOR_TRB(slot_id); in xhci_queue_stop_endpoint() 4479 u32 trb_slot_id = SLOT_ID_FOR_TRB(slot_id); in xhci_queue_reset_ep()
|
| H A D | xhci.h | 818 #define SLOT_ID_FOR_TRB(p) (((p) & 0xff) << 24) macro
|