Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h901 #define TRB_TYPE(p) ((p) << 10) macro
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c160 #define TRB_TYPE(t) (((t).control >> TRB_TYPE_SHIFT) & TRB_TYPE_MASK) macro