Home
last modified time | relevance | path

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

/linux/arch/powerpc/mm/book3s32/
H A DMakefile11 obj-$(CONFIG_PPC_BOOK3S_604) += hash_low.o tlb.o
/linux/drivers/net/ethernet/freescale/
H A Dfec_main.c3618 unsigned int hash_high = 0, hash_low = 0; in set_multicast_list() local
3654 hash_low |= 1 << hash; in set_multicast_list()
3658 writel(hash_low, fep->hwp + FEC_GRP_HASH_TABLE_LOW); in set_multicast_list()