Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_BUS
usr/src/uts/common/io/cxgbe/common/t4_regs.h
4116
#define V_BUS(x) ((x) << S_BUS)
usr/src/uts/common/io/cxgbe/common/t4_regs.h
4117
#define G_BUS(x) (((x) >> S_BUS) & M_BUS)