HomeSort by: relevance | last modified time | path
    Searched defs:hashreg (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/sunxi/
sunxi_emac.c 538 uint32_t val, crc, hashreg, hashbit, hash[2], machi, maclo; local
561 hashreg = (crc >> 5);
563 hash[hashreg] |= (1 << hashbit);
  /src/sys/dev/ic/
dwc_eqos.c 554 uint32_t pfil, crc, hashreg, hashbit, hash[2]; local
620 hashreg = (crc >> 5);
622 hash[hashreg] |= (1 << hashbit);

Completed in 23 milliseconds