Home
last modified time | relevance | path

Searched defs:TRB_FIELD_TO_TYPE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/usb/gadget/udc/cdns2/
H A Dcdns2-gadget.h460 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h903 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-gadget.h1023 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
H A Dcdnsp-gadget.h1069 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1111 #define TRB_FIELD_TO_TYPE(p) (((p) & TRB_TYPE_BITMASK) >> 10) macro