Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/freescale/
Dfec.h51 #define FEC_GRP_HASH_TABLE_LOW 0x124 /* Low 32bits hash table */ macro
164 #define FEC_GRP_HASH_TABLE_LOW 0x3cc /* Low 32bits hash table */ macro
Dfec_main.c2864 writel(0xffffffff, fep->hwp + FEC_GRP_HASH_TABLE_LOW); in set_multicast_list()
2872 writel(0, fep->hwp + FEC_GRP_HASH_TABLE_LOW); in set_multicast_list()
2896 tmp = readl(fep->hwp + FEC_GRP_HASH_TABLE_LOW); in set_multicast_list()
2898 writel(tmp, fep->hwp + FEC_GRP_HASH_TABLE_LOW); in set_multicast_list()