Searched defs:EP_INTERVAL (Results 1 – 2 of 2) sorted by relevance
/drivers/usb/cdns3/ | ||
D | cdnsp-gadget.h | 672 #define EP_INTERVAL(p) (((p) << 16) & GENMASK(23, 16)) macro |
/drivers/usb/host/ | ||
D | xhci.h | 740 #define EP_INTERVAL(p) (((p) & 0xff) << 16) macro |