summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/pm.h
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-07-21 12:24:05 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:56 -0800
commit5b5f0382c47f1b697761e8406530ea7abf8f6455 (patch)
tree1296d3c89f59eb6773fd07302542aeeb5ff7eba2 /arch/arm/mach-tegra/pm.h
parent36c09236df8fbe389ebbe58395e808c31b098013 (diff)
ARM: tegra: power: Consolidate power management flags
Consolidate all of the power management control flags in one header and adjust the values of the software flags so that they do not conflict with the values of the hardware flags. Change-Id: I7971d274946d84dcc50bd9d9e0190091ebbefa2e Signed-off-by: Scott Williams <scwilliams@nvidia.com> Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: R29d2420a74f977c16f73b1abd9ca7470695a53f4
Diffstat (limited to 'arch/arm/mach-tegra/pm.h')
-rw-r--r--arch/arm/mach-tegra/pm.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-tegra/pm.h b/arch/arm/mach-tegra/pm.h
index d6771e4b41b3..fb6bef9acb49 100644
--- a/arch/arm/mach-tegra/pm.h
+++ b/arch/arm/mach-tegra/pm.h
@@ -53,14 +53,6 @@ bool tegra_set_cpu_in_lp2(int cpu);
int tegra_suspend_dram(enum tegra_suspend_mode mode);
-#define TEGRA_POWER_SDRAM_SELFREFRESH 0x400 /* SDRAM is in self-refresh */
-
-#define TEGRA_POWER_CLUSTER_G 0x1000 /* G CPU */
-#define TEGRA_POWER_CLUSTER_LP 0x2000 /* LP CPU */
-#define TEGRA_POWER_CLUSTER_MASK 0x3000
-#define TEGRA_POWER_CLUSTER_IMMEDIATE 0x4000 /* Immediate wake */
-#define TEGRA_POWER_CLUSTER_FORCE 0x8000 /* Force switch */
-
#define FLOW_CTRL_CLUSTER_CONTROL \
(IO_ADDRESS(TEGRA_FLOW_CTRL_BASE) + 0x2c)
#define FLOW_CTRL_CPU_CSR_IMMEDIATE_WAKE (1<<3)