Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h828 #define EP_ID_FOR_TRB(p) ((((p) + 1) & 0x1f) << 16) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h972 #define EP_ID_FOR_TRB(p) ((((p) + 1) << 16) & GENMASK(20, 16)) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h1025 #define EP_ID_FOR_TRB(p) ((((p) + 1) & 0x1f) << 16) macro