Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h621 #define EP_INTERVAL(p) (((p) & 0xff) << 16) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h672 #define EP_INTERVAL(p) (((p) << 16) & GENMASK(23, 16)) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h487 #define EP_INTERVAL(p) (((p) & 0xff) << 16) macro