Home
last modified time | relevance | path

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

/linux/drivers/usb/cdns3/
A Dcdnsp-ring.c1963 TRB_INTR_TARGET(0); in cdnsp_queue_bulk_tx()
2028 TRB_TD_SIZE(remainder) | TRB_INTR_TARGET(0); in cdnsp_queue_ctrl_tx()
2062 cdnsp_queue_trb(pdev, ep_ring, false, 0, 0, TRB_INTR_TARGET(0), in cdnsp_queue_ctrl_tx()
2227 length_field = TRB_LEN(trb_buff_len) | TRB_INTR_TARGET(0); in cdnsp_queue_isoc_tx()
A Dcdnsp-gadget.h1001 #define TRB_INTR_TARGET(p) (((p) << 22) & GENMASK(31, 22)) macro
/linux/drivers/usb/host/
A Dxhci-ring.c3694 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx()
3727 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx()
3810 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3840 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx()
3863 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
4156 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
A Dxhci.h1301 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro

Completed in 26 milliseconds