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

/netbsd-current/sys/arch/arm/sunxi/
H A Dsunxi_emac.c538 uint32_t val, crc, hashreg, hashbit, hash[2], machi, maclo; local
561 hashreg = (crc >> 5);
563 hash[hashreg] |= (1 << hashbit);
/netbsd-current/sys/dev/ic/
H A Ddwc_eqos.c483 uint32_t pfil, crc, hashreg, hashbit, hash[2]; local
524 hashreg = (crc >> 5);
526 hash[hashreg] |= (1 << hashbit);

Completed in 148 milliseconds