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