Home
last modified time | relevance | path

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

/linux-4.4.14/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.c2178 FEC_HASH_TABLE_LOW, FEC_GRP_HASH_TABLE_HIGH, FEC_GRP_HASH_TABLE_LOW,
2209 FEC_GRP_HASH_TABLE_HIGH, FEC_GRP_HASH_TABLE_LOW, FEC_R_DES_START_0,
2988 writel(0xffffffff, fep->hwp + FEC_GRP_HASH_TABLE_LOW); in set_multicast_list()
2996 writel(0, fep->hwp + FEC_GRP_HASH_TABLE_LOW); in set_multicast_list()
3020 tmp = readl(fep->hwp + FEC_GRP_HASH_TABLE_LOW); in set_multicast_list()
3022 writel(tmp, fep->hwp + FEC_GRP_HASH_TABLE_LOW); in set_multicast_list()