NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
S_REFSEL
sys/dev/pci/cxgb/cxgb_regs.h
1289
#define V_REFSEL(x) ((x) << S_REFSEL)
sys/dev/pci/cxgb/cxgb_regs.h
1290
#define G_REFSEL(x) (((x) >> S_REFSEL) & M_REFSEL)