Searched refs:RCR_ALMUL (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ | ||
H A D | smc91cxxreg.h | 150 #define RCR_ALMUL 0x0004 /* receive all multicast packets */ macro |
H A D | smc91cxx.c | 458 tmp = RCR_ENABLE | RCR_STRIP_CRC | RCR_ALMUL; in smc91cxx_init() |