Home
last modified time | relevance | path

Searched refs:TRB_INTR_TARGET (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/usb/host/
H A Dxhci-ring.c3733 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx()
3765 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx()
3809 TRB_INTR_TARGET(0), field); in xhci_queue_ctrl_tx()
3860 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3890 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx()
3913 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
4227 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h1017 #define TRB_INTR_TARGET(p) (((p) << 22) & GENMASK(31, 22)) macro