Searched refs:hashbit (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/arm/allwinner/
H A Dif_awg.c566 uint32_t val, crc, hashreg, hashbit, hash[2], machi, maclo; local
601 hashbit = (crc & 0x1f);
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
621 hashbit = (val & 31);
622 hash[hashreg] |= (1 << hashbit);

Completed in 111 milliseconds