Searched refs:BMAC_HTABLE2 (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/net/ethernet/sun/ |
D | sunbmac.h | 127 #define BMAC_HTABLE2 0x344UL /* Hash table 2 */ macro
|
D | sunhme.h | 196 #define BMAC_HTABLE2 0x344UL /* Hash table 2 */ macro
|
D | sunbmac.c | 653 sbus_writel(0, bregs + BMAC_HTABLE2); in bigmac_init_hw() 1011 sbus_writel(0xffff, bregs + BMAC_HTABLE2); in bigmac_set_multicast() 1027 sbus_writel(hash_table[2], bregs + BMAC_HTABLE2); in bigmac_set_multicast()
|
D | sunhme.c | 1526 hme_write32(hp, bregs + BMAC_HTABLE2, 0xffff); in happy_meal_init() 1541 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_init() 1545 hme_write32(hp, bregs + BMAC_HTABLE2, 0); in happy_meal_init() 2413 hme_write32(hp, bregs + BMAC_HTABLE2, 0xffff); in happy_meal_set_multicast() 2429 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_set_multicast()
|