Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_MONTH
drivers/net/ethernet/chelsio/cxgb/regs.h
202
#define V_MONTH(x) ((x) << S_MONTH)
drivers/net/ethernet/chelsio/cxgb/regs.h
203
#define G_MONTH(x) (((x) >> S_MONTH) & M_MONTH)