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