Searched refs:BMAC_HTABLE1 (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/sun/ |
A D | sunbmac.h | 128 #define BMAC_HTABLE1 0x348UL /* Hash table 1 */ macro
|
A D | sunhme.h | 197 #define BMAC_HTABLE1 0x348UL /* Hash table 1 */ macro
|
A D | sunbmac.c | 654 sbus_writel(0, bregs + BMAC_HTABLE1); in bigmac_init_hw() 1011 sbus_writel(0xffff, bregs + BMAC_HTABLE1); in bigmac_set_multicast() 1027 sbus_writel(hash_table[1], bregs + BMAC_HTABLE1); in bigmac_set_multicast()
|
A D | sunhme.c | 1423 hme_write32(hp, bregs + BMAC_HTABLE1, 0xffff); in happy_meal_init() 1438 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_init() 1444 hme_write32(hp, bregs + BMAC_HTABLE1, 0); in happy_meal_init() 2257 hme_write32(hp, bregs + BMAC_HTABLE1, 0xffff); in happy_meal_set_multicast() 2273 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_set_multicast()
|
Completed in 14 milliseconds