Searched refs:BMAC_HTABLE0 (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/sun/ |
D | sunbmac.h | 129 #define BMAC_HTABLE0 0x34cUL /* Hash table 0 */ macro
|
D | sunhme.h | 198 #define BMAC_HTABLE0 0x34cUL /* Hash table 0 */ macro
|
D | sunbmac.c | 655 sbus_writel(0, bregs + BMAC_HTABLE0); in bigmac_init_hw() 1010 sbus_writel(0xffff, bregs + BMAC_HTABLE0); in bigmac_set_multicast() 1026 sbus_writel(hash_table[0], bregs + BMAC_HTABLE0); in bigmac_set_multicast()
|
D | sunhme.c | 1422 hme_write32(hp, bregs + BMAC_HTABLE0, 0xffff); in happy_meal_init() 1437 hme_write32(hp, bregs + BMAC_HTABLE0, hash_table[0]); in happy_meal_init() 1445 hme_write32(hp, bregs + BMAC_HTABLE0, 0); in happy_meal_init() 2256 hme_write32(hp, bregs + BMAC_HTABLE0, 0xffff); in happy_meal_set_multicast() 2272 hme_write32(hp, bregs + BMAC_HTABLE0, hash_table[0]); in happy_meal_set_multicast()
|