Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/host/
Dxhci-ring.c3348 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx()
3380 queue_trb(xhci, ring, 0, 0, 0, TRB_INTR_TARGET(0), field); in xhci_queue_bulk_tx()
3461 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3491 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx()
3513 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3790 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
Dxhci.h1294 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro