FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_ZIN
sys/dev/cxgb/common/cxgb_regs.h
1216
#define V_ZIN(x) ((x) << S_ZIN)
sys/dev/cxgb/common/cxgb_regs.h
1217
#define G_ZIN(x) (((x) >> S_ZIN) & M_ZIN)