Go to the documentation of this file.
14 #ifndef __MACH_SPEAR6XX_H
15 #define __MACH_SPEAR6XX_H
17 #include <asm/memory.h>
20 #define SPEAR6XX_ICM1_BASE UL(0xD0000000)
21 #define VA_SPEAR6XX_ICM1_BASE UL(0xFD000000)
22 #define SPEAR6XX_ICM1_UART0_BASE UL(0xD0000000)
23 #define VA_SPEAR6XX_ICM1_UART0_BASE (VA_SPEAR6XX_ICM1_2_BASE | SPEAR6XX_ICM1_UART0_BASE)
26 #define SPEAR6XX_ML_CPU_BASE UL(0xF0000000)
27 #define VA_SPEAR6XX_ML_CPU_BASE UL(0xF0000000)
30 #define SPEAR6XX_ICM3_SMI_CTRL_BASE UL(0xFC000000)
31 #define VA_SPEAR6XX_ICM3_SMI_CTRL_BASE UL(0xFC000000)
32 #define SPEAR6XX_ICM3_DMA_BASE UL(0xFC400000)
33 #define SPEAR6XX_ICM3_SYS_CTRL_BASE UL(0xFCA00000)
34 #define VA_SPEAR6XX_ICM3_SYS_CTRL_BASE (VA_SPEAR6XX_ICM3_SMI_CTRL_BASE | SPEAR6XX_ICM3_SYS_CTRL_BASE)
35 #define SPEAR6XX_ICM3_MISC_REG_BASE UL(0xFCA80000)
36 #define VA_SPEAR6XX_ICM3_MISC_REG_BASE (VA_SPEAR6XX_ICM3_SMI_CTRL_BASE | SPEAR6XX_ICM3_MISC_REG_BASE)
39 #define SPEAR_DBG_UART_BASE SPEAR6XX_ICM1_UART0_BASE
40 #define VA_SPEAR_DBG_UART_BASE VA_SPEAR6XX_ICM1_UART0_BASE
43 #define SPEAR_SYS_CTRL_BASE SPEAR6XX_ICM3_SYS_CTRL_BASE
44 #define VA_SPEAR_SYS_CTRL_BASE VA_SPEAR6XX_ICM3_SYS_CTRL_BASE