Home
last modified time | relevance | path

Searched defs:TRB_TO_EP_INDEX (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h827 #define TRB_TO_EP_INDEX(p) ((((p) & (0x1f << 16)) >> 16) - 1) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h970 #define TRB_TO_EP_INDEX(p) (((p) >> 16) & 0x1f) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1024 #define TRB_TO_EP_INDEX(p) ((((p) & (0x1f << 16)) >> 16) - 1) macro