Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/usb/host/
Dxhci-ring.c3235 field |= TRB_ISP; in queue_bulk_sg_tx()
3398 field |= TRB_ISP; in xhci_queue_bulk_tx()
3518 field = TRB_ISP | TRB_TYPE(TRB_DATA); in xhci_queue_ctrl_tx()
3718 field |= TRB_ISP; in xhci_queue_isoc_tx()
Dxhci.h1110 #define TRB_ISP (1<<2) macro