Searched refs:BMAC_HTABLE2 (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunbmac.h | 127 #define BMAC_HTABLE2 0x344UL /* Hash table 2 */ macro
|
H A D | sunhme.h | 196 #define BMAC_HTABLE2 0x344UL /* Hash table 2 */ macro
|
H A D | sunbmac.c | 653 sbus_writel(0, bregs + BMAC_HTABLE2); in bigmac_init_hw() 1012 sbus_writel(0xffff, bregs + BMAC_HTABLE2); in bigmac_set_multicast() 1028 sbus_writel(hash_table[2], bregs + BMAC_HTABLE2); in bigmac_set_multicast()
|
H A D | sunhme.c | 1348 hme_write32(hp, bregs + BMAC_HTABLE2, 0xffff); in happy_meal_init() 1363 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_init() 1367 hme_write32(hp, bregs + BMAC_HTABLE2, 0); in happy_meal_init() 2097 hme_write32(hp, bregs + BMAC_HTABLE2, 0xffff); in happy_meal_set_multicast() 2113 hme_write32(hp, bregs + BMAC_HTABLE2, hash_table[2]); in happy_meal_set_multicast()
|