FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_PON
sys/dev/cxgbe/common/t4_regs.h
55417
#define V_PON(x) ((x) << S_PON)
sys/dev/cxgbe/common/t4_regs.h
55418
#define G_PON(x) (((x) >> S_PON) & M_PON)