Home
last modified time | relevance | path

Searched refs:TRB_INTR_TARGET (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/usb/cdns3/
H A Dcdnsp-ring.c1977 TRB_INTR_TARGET(0); in cdnsp_queue_bulk_tx()
2053 TRB_TD_SIZE(zlp) | TRB_INTR_TARGET(0); in cdnsp_queue_ctrl_tx()
2098 cdnsp_queue_trb(pdev, ep_ring, false, 0, 0, TRB_INTR_TARGET(0), in cdnsp_queue_ctrl_tx()
2281 TRB_INTR_TARGET(0); in cdnsp_queue_isoc_tx()
H A Dcdnsp-gadget.h1001 #define TRB_INTR_TARGET(p) (((p) << 22) & GENMASK(31, 22)) macro
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dxhci-ring.c3558 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx()
3591 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx()
3674 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3704 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx()
3727 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
4020 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
H A Dxhci.h1305 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dxhci-ring.c3708 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx()
3741 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx()
3824 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3854 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx()
3877 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
4170 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
H A Dxhci.h1306 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro

Completed in 26 milliseconds