Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c3172 TRB_INTR_TARGET(0); in queue_bulk_sg_tx()
3340 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx()
3439 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3457 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx()
3481 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3687 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
Dxhci.h1136 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro