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

/linux-master/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_enet.h107 enum bcm63xx_regs_enetdmac { enum
118 static inline unsigned long bcm63xx_enetdmacreg(enum bcm63xx_regs_enetdmac reg)
120 extern const unsigned long *bcm63xx_regs_enetdmac;
122 return bcm63xx_regs_enetdmac[reg];
/linux-master/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;
43 bcm63xx_regs_enetdmac = bcm6348_regs_enetdmac;

Completed in 528 milliseconds