Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
DB_VALUE
drivers/usb/cdns3/cdnsp-gadget.h
549
#define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16))
drivers/usb/host/xhci.h
302
#define DB_VALUE(ep, stream) ((((ep) + 1) & 0xff) | ((stream) << 16))