Searched refs:TRB_INTR_TARGET (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/cdns3/ |
D | cdnsp-ring.c | 1975 TRB_INTR_TARGET(0); in cdnsp_queue_bulk_tx() 2051 TRB_TD_SIZE(zlp) | TRB_INTR_TARGET(0); in cdnsp_queue_ctrl_tx() 2096 cdnsp_queue_trb(pdev, ep_ring, false, 0, 0, TRB_INTR_TARGET(0), in cdnsp_queue_ctrl_tx() 2262 length_field = TRB_LEN(trb_buff_len) | 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
|
/drivers/usb/host/ |
D | xhci-ring.c | 3710 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx() 3743 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx() 3826 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx() 3856 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx() 3879 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx() 4172 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
|
D | xhci.h | 1309 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro
|