Home
last modified time | relevance | path

Searched refs:RSV_BITMASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/microchip/
H A Denc28j60_hw.h279 #define RSV_BITMASK(x) (1 << ((x) - 16)) macro
280 #define RSV_GETBIT(x, y) (((x) & RSV_BITMASK(y)) ? 1 : 0)
H A Dencx24j600_hw.h419 #define RSV_BITMASK(x) (1 << ((x) - 16)) macro
420 #define RSV_GETBIT(x, y) (((x) & RSV_BITMASK(y)) ? 1 : 0)