Searched refs:ENET_PML_REG (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bcm63xx_enet.c | 657 enet_writel(priv, val, ENET_PML_REG(0)); in bcm_enet_set_mac_address() 710 enet_writel(priv, tmp, ENET_PML_REG(i + 1)); in bcm_enet_set_multicast_list() 718 enet_writel(priv, 0, ENET_PML_REG(i + 1)); in bcm_enet_set_multicast_list() 915 enet_writel(priv, 0, ENET_PML_REG(i)); in bcm_enet_open()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bcm63xx_enet.c | 678 enet_writel(priv, val, ENET_PML_REG(0)); in bcm_enet_set_mac_address() 731 enet_writel(priv, tmp, ENET_PML_REG(i + 1)); in bcm_enet_set_multicast_list() 739 enet_writel(priv, 0, ENET_PML_REG(i + 1)); in bcm_enet_set_multicast_list() 954 enet_writel(priv, 0, ENET_PML_REG(i)); in bcm_enet_open()
|
/kernel/linux/linux-5.10/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_regs.h | 641 #define ENET_PML_REG(x) (0x58 + (x) * 8) macro
|
/kernel/linux/linux-6.6/arch/mips/include/asm/mach-bcm63xx/ |
H A D | bcm63xx_regs.h | 641 #define ENET_PML_REG(x) (0x58 + (x) * 8) macro
|
Completed in 14 milliseconds