Home
last modified time | relevance | path

Searched refs:SLOT_ID_FOR_TRB (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/usb/cdns3/
A Dcdnsp-ring.c2343 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_slot_control()
2354 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_address_device()
2362 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_reset_device()
2372 SLOT_ID_FOR_TRB(pdev->slot_id)); in cdnsp_queue_configure_endpoint()
2381 cdnsp_queue_command(pdev, 0, 0, 0, SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_stop_endpoint()
2391 u32 trb_slot_id = SLOT_ID_FOR_TRB(pdev->slot_id); in cdnsp_queue_new_dequeue_state()
2411 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_reset_ep()
2422 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_halt_endpoint()
2433 SLOT_ID_FOR_TRB(pdev->slot_id) | in cdnsp_queue_flush_endpoint()
A Dcdnsp-gadget.h964 #define SLOT_ID_FOR_TRB(p) (((p) << 24) & GENMASK(31, 24)) macro
/linux/drivers/usb/host/
A Dxhci-ring.c697 STREAM_ID_FOR_TRB(stream_id), SLOT_ID_FOR_TRB(slot_id) | in xhci_move_dequeue_past_td()
4359 TRB_TYPE(trb_type) | SLOT_ID_FOR_TRB(slot_id), false); in xhci_queue_slot_control()
4368 TRB_TYPE(TRB_ADDR_DEV) | SLOT_ID_FOR_TRB(slot_id) in xhci_queue_address_device()
4383 TRB_TYPE(TRB_RESET_DEV) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_reset_device()
4394 TRB_TYPE(TRB_CONFIG_EP) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_configure_endpoint()
4404 TRB_TYPE(TRB_EVAL_CONTEXT) | SLOT_ID_FOR_TRB(slot_id), in xhci_queue_evaluate_context()
4415 u32 trb_slot_id = SLOT_ID_FOR_TRB(slot_id); in xhci_queue_stop_endpoint()
4428 u32 trb_slot_id = SLOT_ID_FOR_TRB(slot_id); in xhci_queue_reset_ep()
A Dxhci.h1268 #define SLOT_ID_FOR_TRB(p) (((p) & 0xff) << 24) macro

Completed in 41 milliseconds