1 #ifndef __ASM_ARM_PLATFORMS_EXYNOS5_H 2 #define __ASM_ARM_PLATFORMS_EXYNOS5_H 3 4 #define EXYNOS5_MCT_G_TCON 0x240 /* Relative to MCT_BASE */ 5 #define EXYNOS5_MCT_G_TCON_START (1 << 8) 6 7 #define EXYNOS5_PA_CHIPID 0x10000000 8 #define EXYNOS5_PA_TIMER 0x12dd0000 9 10 #define EXYNOS5_SWRESET 0x0400 /* Relative to PA_PMU */ 11 12 #endif /* __ASM_ARM_PLATFORMS_EXYNOS5_H */ 13 /* 14 * Local variables: 15 * mode: C 16 * c-file-style: "BSD" 17 * c-basic-offset: 4 18 * indent-tabs-mode: nil 19 * End: 20 */ 21