Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.h918 TRB_LINK, /* 6 */ enumerator
979 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
982 cpu_to_le32(TRB_TYPE(TRB_LINK)))
Dxhci-mem.c233 val |= (TRB_LINK << TRB_TYPE_SHIFT); in xhci_link_segments()