Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
EP_MULT
drivers/usb/cdns3/cdnsp-gadget.h
674
#define EP_MULT(p) (((p) << 8) & GENMASK(9, 8))
drivers/usb/host/xhci.h
454
#define EP_MULT(p) (((p) & 0x3) << 8)