Home
last modified time | relevance | path

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

/linux/drivers/crypto/bcm/
H A Dutil.c180 u64 new_low = orig_low + (u64)increment; in add_to_ctr() local
182 *low_be = __cpu_to_be64(new_low); in add_to_ctr()
183 if (new_low < orig_low) in add_to_ctr()
/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c442 u32 new_low; in add_del_hash_entry() local
445 new_low = (((mac_addr[1] >> 4) & 0xf) << 15) in add_del_hash_entry()
474 (new_low & 0xfffffff8)) && in add_del_hash_entry()
485 if (((le32_to_cpu(entry->lo) & 0xfffffff8) != (new_low & 0xfffffff8)) && in add_del_hash_entry()
508 entry->lo = cpu_to_le32(new_low); in add_del_hash_entry()
/linux/drivers/net/ethernet/spacemit/
H A Dk1_emac.c1127 static void emac_update_counter(u64 *counter, u32 new_low) in emac_update_counter() argument
1132 if (old_low > new_low) { in emac_update_counter()
1137 *counter = (high << 32) | new_low; in emac_update_counter()