Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.c674 enet_writel(priv, val, ENET_PML_REG(0)); in bcm_enet_set_mac_address()
727 enet_writel(priv, tmp, ENET_PML_REG(i + 1)); in bcm_enet_set_multicast_list()
735 enet_writel(priv, 0, ENET_PML_REG(i + 1)); in bcm_enet_set_multicast_list()
941 enet_writel(priv, 0, ENET_PML_REG(i)); in bcm_enet_open()
/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
Dbcm63xx_regs.h640 #define ENET_PML_REG(x) (0x58 + (x) * 8) macro