Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/net/
H A Darmada100_fec.c258 u32 newlo; in add_del_hash_entry() local
261 newlo = (((mach >> 4) & 0xf) << 15) in add_del_hash_entry()
289 if (((entry->lo & 0xfffffff8) == (newlo & 0xfffffff8)) in add_del_hash_entry()
299 if (((entry->lo & 0xfffffff8) != (newlo & 0xfffffff8)) && in add_del_hash_entry()
321 entry->lo = newlo; in add_del_hash_entry()