Linux
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
RSV_BITMASK
drivers/net/ethernet/microchip/enc28j60_hw.h
280
#define RSV_GETBIT(x, y) (((x) & RSV_BITMASK(y)) ? 1 : 0)
drivers/net/ethernet/microchip/encx24j600_hw.h
420
#define RSV_GETBIT(x, y) (((x) & RSV_BITMASK(y)) ? 1 : 0)