Home
last modified time | relevance | path

Searched refs:ENET_PMH_REG (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/drivers/net/
Dbcm63xx_enet.c594 enet_writel(priv, val, ENET_PMH_REG(0)); in bcm_enet_set_mac_address()
647 enet_writel(priv, tmp, ENET_PMH_REG(i++ + 1)); in bcm_enet_set_multicast_list()
652 enet_writel(priv, 0, ENET_PMH_REG(i + 1)); in bcm_enet_set_multicast_list()
855 enet_writel(priv, 0, ENET_PMH_REG(i)); in bcm_enet_open()
/linux-2.6.39/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h489 #define ENET_PMH_REG(x) (0x5c + (x) * 8) macro