Searched refs:FEC_GRP_HASH_TABLE_LOW (Results 1 – 2 of 2) sorted by relevance
51 #define FEC_GRP_HASH_TABLE_LOW 0x124 /* Low 32bits hash table */ macro164 #define FEC_GRP_HASH_TABLE_LOW 0x3cc /* Low 32bits hash table */ macro
2864 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()