Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dxhci-ring.c3194 field |= TRB_ISP; in queue_bulk_sg_tx()
3370 field |= TRB_ISP; in xhci_queue_bulk_tx()
3485 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
3797 field |= TRB_ISP; in xhci_queue_isoc_tx()
Dxhci.h1199 #define TRB_ISP (1<<2) macro