Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci-ring.c679 field |= TRB_ISP; in xhci_bulk_tx()
862 field = TRB_ISP | (TRB_DATA << TRB_TYPE_SHIFT); in xhci_ctrl_tx()
Dxhci.h865 #define TRB_ISP (1<<2) macro