Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dxhci.h616 #define EP_MULT(p) (((p) & 0x3) << 8) macro
/openbmc/linux/drivers/usb/cdns3/
H A Dcdnsp-gadget.h667 #define EP_MULT(p) (((p) << 8) & GENMASK(9, 8)) macro
/openbmc/linux/drivers/usb/host/
H A Dxhci.h737 #define EP_MULT(p) (((p) & 0x3) << 8) macro