Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c3211 TRB_INTR_TARGET(0); in queue_bulk_sg_tx()
3379 TRB_INTR_TARGET(0); in xhci_queue_bulk_tx()
3478 TRB_LEN(8) | TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3496 TRB_INTR_TARGET(0); in xhci_queue_ctrl_tx()
3520 TRB_INTR_TARGET(0), in xhci_queue_ctrl_tx()
3832 TRB_INTR_TARGET(0); in xhci_queue_isoc_tx()
Dxhci.h1186 #define TRB_INTR_TARGET(p) (((p) & 0x3ff) << 22) macro