FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_SET_PU
sys/dev/cxgb/common/cxgb_regs.h
6580
#define V_SET_PU(x) ((x) << S_SET_PU)
sys/dev/cxgb/common/cxgb_regs.h
6581
#define G_SET_PU(x) (((x) >> S_SET_PU) & M_SET_PU)