Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dxhci-ring.c3155 field |= TRB_ISP; in queue_bulk_sg_tx()
3331 field |= TRB_ISP; in xhci_queue_bulk_tx()
3446 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
3652 field |= TRB_ISP; in xhci_queue_isoc_tx()
Dxhci.h1149 #define TRB_ISP (1<<2) macro