Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/host/
Dxhci-ring.c3226 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx()
3258 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx()
3339 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3359 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx()
3381 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3658 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
Dxhci.h1275 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro