Home
last modified time | relevance | path

Searched refs:hashresult (Results 1 – 1 of 1) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Darmada100_fec.c199 u32 hashresult; in hash_function() local
234 hashresult = (addr0 << 9) | (addr1 ^ addr2 ^ addr3); in hash_function()
235 hashresult = hashresult & 0x07ff; in hash_function()
236 return hashresult; in hash_function()