NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_SET_PD
sys/dev/pci/cxgb/cxgb_regs.h
5913
#define V_SET_PD(x) ((x) << S_SET_PD)
sys/dev/pci/cxgb/cxgb_regs.h
5914
#define G_SET_PD(x) (((x) >> S_SET_PD) & M_SET_PD)