Searched refs:TRB_INTR_TARGET (Results 1 – 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | xhci-ring.c | 3512 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx() 3544 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx() 3625 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx() 3655 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx() 3677 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx() 3969 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
|
D | xhci.h | 1305 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 6066 + TRB_LEN(8) | TRB_INTR_TARGET(0), 6091 + TRB_INTR_TARGET(0); 6107 + TRB_INTR_TARGET(0),
|