Home
last modified time | relevance | path

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

/external/u-boot/drivers/usb/host/
Dxhci.h901 #define TRB_TYPE(p) ((p) << 10) macro
979 #define TRB_TYPE_LINK(x) (((x) & TRB_TYPE_BITMASK) == TRB_TYPE(TRB_LINK))
982 cpu_to_le32(TRB_TYPE(TRB_LINK)))
984 cpu_to_le32(TRB_TYPE(TRB_TR_NOOP)))
Dxhci-ring.c282 fields[3] = TRB_TYPE(cmd) | SLOT_ID_FOR_TRB(slot_id) | in xhci_queue_command()