diff options
Diffstat (limited to 'arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h')
-rw-r--r-- | arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h index 9981f4f0e42f..e6e65dc7d502 100644 --- a/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h +++ b/arch/mips/include/asm/mach-bcm63xx/bcm63xx_cpu.h | |||
@@ -174,6 +174,7 @@ enum bcm63xx_regs_set { | |||
174 | #define BCM_6368_RSET_SPI_SIZE 1804 | 174 | #define BCM_6368_RSET_SPI_SIZE 1804 |
175 | #define RSET_ENET_SIZE 2048 | 175 | #define RSET_ENET_SIZE 2048 |
176 | #define RSET_ENETDMA_SIZE 256 | 176 | #define RSET_ENETDMA_SIZE 256 |
177 | #define RSET_6345_ENETDMA_SIZE 64 | ||
177 | #define RSET_ENETDMAC_SIZE(chans) (16 * (chans)) | 178 | #define RSET_ENETDMAC_SIZE(chans) (16 * (chans)) |
178 | #define RSET_ENETDMAS_SIZE(chans) (16 * (chans)) | 179 | #define RSET_ENETDMAS_SIZE(chans) (16 * (chans)) |
179 | #define RSET_ENETSW_SIZE 65536 | 180 | #define RSET_ENETSW_SIZE 65536 |
@@ -300,7 +301,7 @@ enum bcm63xx_regs_set { | |||
300 | #define BCM_6345_USBDMA_BASE (0xfffe2800) | 301 | #define BCM_6345_USBDMA_BASE (0xfffe2800) |
301 | #define BCM_6345_ENET0_BASE (0xfffe1800) | 302 | #define BCM_6345_ENET0_BASE (0xfffe1800) |
302 | #define BCM_6345_ENETDMA_BASE (0xfffe2800) | 303 | #define BCM_6345_ENETDMA_BASE (0xfffe2800) |
303 | #define BCM_6345_ENETDMAC_BASE (0xfffe2900) | 304 | #define BCM_6345_ENETDMAC_BASE (0xfffe2840) |
304 | #define BCM_6345_ENETDMAS_BASE (0xfffe2a00) | 305 | #define BCM_6345_ENETDMAS_BASE (0xfffe2a00) |
305 | #define BCM_6345_ENETSW_BASE (0xdeadbeef) | 306 | #define BCM_6345_ENETSW_BASE (0xdeadbeef) |
306 | #define BCM_6345_PCMCIA_BASE (0xfffe2028) | 307 | #define BCM_6345_PCMCIA_BASE (0xfffe2028) |