Searched defs:EP_ID_FOR_TRB (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/cdns3/ | ||
D | cdnsp-gadget.h | 969 #define EP_ID_FOR_TRB(p) ((((p) + 1) << 16) & GENMASK(20, 16)) macro |
/drivers/usb/host/ | ||
D | xhci.h | 1280 #define EP_ID_FOR_TRB(p) ((((p) + 1) & 0x1f) << 16) macro |