Searched refs:BMAC_HTABLE3 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunbmac.h | 126 #define BMAC_HTABLE3 0x340UL /* Hash table 3 */ macro
|
D | sunhme.h | 195 #define BMAC_HTABLE3 0x340UL /* Hash table 3 */ macro
|
D | sunbmac.c | 652 sbus_writel(0, bregs + BMAC_HTABLE3); in bigmac_init_hw() 1012 sbus_writel(0xffff, bregs + BMAC_HTABLE3); in bigmac_set_multicast() 1028 sbus_writel(hash_table[3], bregs + BMAC_HTABLE3); in bigmac_set_multicast()
|
D | sunhme.c | 1527 hme_write32(hp, bregs + BMAC_HTABLE3, 0xffff); in happy_meal_init() 1542 hme_write32(hp, bregs + BMAC_HTABLE3, hash_table[3]); in happy_meal_init() 1544 hme_write32(hp, bregs + BMAC_HTABLE3, 0); in happy_meal_init() 2414 hme_write32(hp, bregs + BMAC_HTABLE3, 0xffff); in happy_meal_set_multicast() 2430 hme_write32(hp, bregs + BMAC_HTABLE3, hash_table[3]); in happy_meal_set_multicast()
|