Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
EXTRACT_NIBBLE
usr/src/uts/common/io/rtw/rtwphyio.c
195
#define EXTRACT_NIBBLE(d, which) (((d) >> (4 * (which))) & 0xf)
usr/src/uts/common/io/rtw/rtwphyio.c
210
#undef EXTRACT_NIBBLE