Searched refs:TRB_INTR_TARGET (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/usb/cdns3/ |
| D | cdnsp-ring.c | 1974 TRB_INTR_TARGET(0); in cdnsp_queue_bulk_tx() 2050 TRB_TD_SIZE(zlp) | TRB_INTR_TARGET(0); in cdnsp_queue_ctrl_tx() 2095 cdnsp_queue_trb(pdev, ep_ring, false, 0, 0, TRB_INTR_TARGET(0), in cdnsp_queue_ctrl_tx() 2278 TRB_INTR_TARGET(0); in cdnsp_queue_isoc_tx()
|
| D | cdnsp-gadget.h | 1001 #define TRB_INTR_TARGET(p) (((p) << 22) & GENMASK(31, 22)) macro
|
| /Linux-v6.6/drivers/usb/host/ |
| D | xhci-ring.c | 3658 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx() 3691 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx() 3774 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx() 3804 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx() 3827 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx() 4120 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
|
| D | xhci.h | 1306 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro
|