Searched refs:LEMAC_MCTBL_BITS (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/sys/dev/ic/
H A Dlemacreg.h81 #define LEMAC_MCTBL_BITS 9 macro
83 #define LEMAC_MCTBL_SIZE (1 << (LEMAC_MCTBL_BITS - 3))
H A Dlemac.c426 #if LEMAC_MCTBL_BITS < 0
427 crc >>= (32 + LEMAC_MCTBL_BITS);
428 crc &= (1 << -LEMAC_MCTBL_BITS) - 1;
430 crc &= (1 << LEMAC_MCTBL_BITS) - 1;
450 memset(sc->sc_mctbl, 0, LEMAC_MCTBL_BITS / 8);

Completed in 173 milliseconds