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

  /src/sys/dev/ic/
dwc_eqos.c 483 uint32_t pfil, crc, hashreg, hashbit, hash[2]; local in function:eqos_setup_rxfilter
524 hashreg = (crc >> 5);
526 hash[hashreg] |= (1 << hashbit);
  /src/sys/arch/arm/sunxi/
sunxi_emac.c 538 uint32_t val, crc, hashreg, hashbit, hash[2], machi, maclo; local in function:sunxi_emac_setup_rxfilter
561 hashreg = (crc >> 5);
563 hash[hashreg] |= (1 << hashbit);

Completed in 13 milliseconds