ARM: tegra: add VDE and arb semaphores to iomap.h
authorVarun Wadekar <vwadekar@nvidia.com>
Fri, 15 Oct 2010 17:04:33 +0000 (22:34 +0530)
committerDima Zavin <dima@android.com>
Tue, 14 Dec 2010 20:25:39 +0000 (12:25 -0800)
Change-Id: Ic47b80d1c7fdf04305afbea4b34d6c9e9c9304ad
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
arch/arm/mach-tegra/include/mach/iomap.h

index 26f2363a8b3b981e6f659151ef6b9492437840e2..e7fe2788e92dd02e4cff29662da3313b7793fae6 100644 (file)
 #define TEGRA_RES_SEMA_BASE            0x60001000
 #define TEGRA_RES_SEMA_SIZE            SZ_4K
 
+#define TEGRA_ARB_SEMA_BASE            0x60002000
+#define TEGRA_ARB_SEMA_SIZE            SZ_4K
+
 #define TEGRA_PRIMARY_ICTLR_BASE       0x60004000
 #define TEGRA_PRIMARY_ICTLR_SIZE       64
 
+#define TEGRA_ARBGNT_ICTLR_BASE                0x60004040
+#define TEGRA_ARBGNT_ICTLR_SIZE                192
+
 #define TEGRA_SECONDARY_ICTLR_BASE     0x60004100
 #define TEGRA_SECONDARY_ICTLR_SIZE     64
 
 #define TEGRA_EXCEPTION_VECTORS_BASE    0x6000F000
 #define TEGRA_EXCEPTION_VECTORS_SIZE    SZ_4K
 
+#define TEGRA_VDE_BASE         0x6001A000
+#define TEGRA_VDE_SIZE         (SZ_8K + SZ_4K - SZ_256)
+
 #define TEGRA_APB_MISC_BASE            0x70000000
 #define TEGRA_APB_MISC_SIZE            SZ_4K