Searched refs:hashreg (Results 1 - 2 of 2) sorted by last modified time

/freebsd-11-stable/sys/arm/allwinner/
H A Dif_awg.c566 uint32_t val, crc, hashreg, hashbit, hash[2], machi, maclo; local
600 hashreg = (crc >> 5);
602 hash[hashreg] |= (1 << hashbit);
/freebsd-11-stable/sys/dev/dwc/
H A Dif_dwc.c590 uint32_t crc, ffval, hashbit, hashreg, hi, lo, hash[8]; local
620 hashreg = (val >> 5);
622 hash[hashreg] |= (1 << hashbit);

Completed in 87 milliseconds