Searched refs:SLOT_ID_FOR_TRB (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdnsp-ring.c | 2418 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_slot_control() 2429 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_address_device() 2437 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_reset_device() 2447 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_configure_endpoint() 2456 cdnsp_queue_command(pdev, 0, 0, 0, SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_stop_endpoint() 2466 u32 trb_slot_id = SLOT_ID_FOR_TRB(pdev->slot_id); in cdnsp_queue_new_dequeue_state() 2486 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_reset_ep() 2497 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_halt_endpoint() 2508 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_flush_endpoint()
|
H A D | cdnsp-gadget.h | 967 #define SLOT_ID_FOR_TRB(p) (((p) << 24) & GENMASK(31, 24)) macro
|
/openbmc/linux/drivers/usb/host/ |
H A D | xhci-ring.c | 737 STREAM_ID_FOR_TRB(stream_id), SLOT_ID_FOR_TRB(slot_id) | in xhci_move_dequeue_past_td() 4481 TRB_TYPE(trb_type) | SLOT_ID_FOR_TRB(slot_id), false); in xhci_queue_slot_control() 4490 TRB_TYPE(TRB_ADDR_DEV) | SLOT_ID_FOR_TRB(slot_id) in xhci_queue_address_device() 4505 TRB_TYPE(TRB_RESET_DEV) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_reset_device() 4516 TRB_TYPE(TRB_CONFIG_EP) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_configure_endpoint() 4526 TRB_TYPE(TRB_EVAL_CONTEXT) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_evaluate_context() 4537 u32 trb_slot_id = SLOT_ID_FOR_TRB(slot_id); in xhci_queue_stop_endpoint() 4550 u32 trb_slot_id = SLOT_ID_FOR_TRB(slot_id); in xhci_queue_reset_ep()
|
H A D | xhci.h | 1021 #define SLOT_ID_FOR_TRB(p) (((p) & 0xff) << 24) macro
|
/openbmc/u-boot/drivers/usb/host/ |
H A D | xhci.h | 822 #define SLOT_ID_FOR_TRB(p) (((p) & 0xff) << 24) macro
|
H A D | xhci-ring.c | 282 fields[3] = TRB_TYPE(cmd) | SLOT_ID_FOR_TRB(slot_id) | in xhci_queue_command()
|