Searched refs:BMAC_HTABLE1 (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/drivers/net/ |
D | sunbmac.h | 127 #define BMAC_HTABLE1 0x348UL /* Hash table 1 */ macro
|
D | sunhme.h | 197 #define BMAC_HTABLE1 0x348UL /* Hash table 1 */ macro
|
D | sunbmac.c | 648 sbus_writel(0, bregs + BMAC_HTABLE1); in bigmac_init() 1003 sbus_writel(0xffff, bregs + BMAC_HTABLE1); in bigmac_set_multicast() 1028 sbus_writel(hash_table[1], bregs + BMAC_HTABLE1); in bigmac_set_multicast()
|
D | sunhme.c | 1541 hme_write32(hp, bregs + BMAC_HTABLE1, 0xffff); in happy_meal_init() 1566 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_init() 1572 hme_write32(hp, bregs + BMAC_HTABLE1, 0); in happy_meal_init() 2393 hme_write32(hp, bregs + BMAC_HTABLE1, 0xffff); in happy_meal_set_multicast() 2417 hme_write32(hp, bregs + BMAC_HTABLE1, hash_table[1]); in happy_meal_set_multicast()
|