Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/usb/cdns3/
Dcdnsp-gadget.h679 #define EP_INTERVAL(p) (((p) << 16) & GENMASK(23, 16)) macro
/kernel/linux/linux-6.6/drivers/usb/host/
Dxhci.h487 #define EP_INTERVAL(p) (((p) & 0xff) << 16) macro
/kernel/linux/linux-5.10/drivers/usb/host/
Dxhci.h739 #define EP_INTERVAL(p) (((p) & 0xff) << 16) macro