summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pm.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-tegra/pm.h')
-rw-r--r--arch/arm/mach-tegra/pm.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/pm.h b/arch/arm/mach-tegra/pm.h
index b079ab30b68f..7d7e2a87445f 100644
--- a/arch/arm/mach-tegra/pm.h
+++ b/arch/arm/mach-tegra/pm.h
@@ -56,9 +56,9 @@ unsigned long tegra_cpu_lp2_min_residency(void);
#define TEGRA_POWER_CLUSTER_FORCE 0x8000 /* Force switch */
#define FLOW_CTRL_HALT_CPU(cpu) (IO_ADDRESS(TEGRA_FLOW_CTRL_BASE) + \
- ((cpu) == 0 ? 0x8 : (0x18 + 8 * ((cpu) - 1))))
+ ((cpu) == 0 ? 0x0 : 0x14 + ((cpu) - 1) * 0x8))
#define FLOW_CTRL_CPU_CSR(cpu) (IO_ADDRESS(TEGRA_FLOW_CTRL_BASE) + \
- ((cpu) == 0 ? 0x0 : (0x4 + cpu * 0x10)))
+ ((cpu) == 0 ? 0x8 : 0x18 + ((cpu) - 1) * 0x8))
#define FLOW_CTRL_CLUSTER_CONTROL \
(IO_ADDRESS(TEGRA_FLOW_CTRL_BASE) + 0x2c)