Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h459 #define TRB_TYPE(p) ((p) << 10) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h901 #define TRB_TYPE(p) ((p) << 10) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h1022 #define TRB_TYPE(p) ((p) << 10) macro
H A Dcdnsp-gadget.h1075 #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
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1110 #define TRB_TYPE(p) ((p) << 10) macro