Searched refs:bcm63xx_regs_enetdmac (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h102 enum bcm63xx_regs_enetdmac { enum
113 static inline unsigned long bcm63xx_enetdmacreg(enum bcm63xx_regs_enetdmac reg) bcm63xx_enetdmacreg()
115 extern const unsigned long *bcm63xx_regs_enetdmac; bcm63xx_enetdmacreg()
117 return bcm63xx_regs_enetdmac[reg]; bcm63xx_enetdmacreg()
/linux-4.4.14/arch/mips/bcm63xx/
H A Ddev-enet.c35 const unsigned long *bcm63xx_regs_enetdmac; variable
36 EXPORT_SYMBOL(bcm63xx_regs_enetdmac); variable
41 bcm63xx_regs_enetdmac = bcm6345_regs_enetdmac; bcm63xx_enetdmac_regs_init()
43 bcm63xx_regs_enetdmac = bcm6348_regs_enetdmac; bcm63xx_enetdmac_regs_init()

Completed in 69 milliseconds