Home
last modified time | relevance | path

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

/drivers/usb/cdns3/
Dcdnsp-ring.c1975 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()
Dcdnsp-gadget.h1001 #define TRB_INTR_TARGET(p) (((p) << 22) & GENMASK(31, 22)) macro
/drivers/usb/host/
Dxhci-ring.c3710 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()
Dxhci.h1309 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro