Searched refs:TRB_INTR_TARGET (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/usb/cdns3/ |
D | cdnsp-ring.c | 1996 TRB_INTR_TARGET(0); in cdnsp_queue_bulk_tx() 2029 TRB_INTR_TARGET(0), field); in cdnsp_queue_bulk_tx() 2083 TRB_TD_SIZE(zlp) | TRB_INTR_TARGET(0); in cdnsp_queue_ctrl_tx() 2128 cdnsp_queue_trb(pdev, ep_ring, false, 0, 0, TRB_INTR_TARGET(0), in cdnsp_queue_ctrl_tx() 2298 TRB_INTR_TARGET(0); in cdnsp_queue_isoc_tx()
|
D | cdnsp-gadget.h | 1004 #define TRB_INTR_TARGET(p) (((p) << 22) & GENMASK(31, 22)) macro
|
/linux-6.12.1/drivers/usb/host/ |
D | xhci-ring.c | 3664 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx() 3696 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx() 3777 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx() 3807 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx() 3830 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx() 4121 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
|
D | xhci.h | 1024 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro
|