OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Sep 17 00:24:55 UTC 2026