aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-exynos/include/mach/regs-iem.h
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2012-08-17 14:23:43 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2012-08-17 14:23:43 +0400
commit2b63dc2fc72537d393f5eb9a8b1ec129f4366315 (patch)
tree14b8d24f8227545973ce98eb480e13d7909f7ac0 /arch/arm/mach-exynos/include/mach/regs-iem.h
parent03ec8b58a82d9348c4f57a61d5198f237378c10f (diff)
parent4bb4d398ed4bbfa6c39ac52042f0d877237ab37d (diff)
Automatically merging tracking-samslt-all into merge-linux-linaro
Conflicting files:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/regs-iem.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/regs-iem.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/regs-iem.h b/arch/arm/mach-exynos/include/mach/regs-iem.h
new file mode 100644
index 000000000000..d9bf17778584
--- /dev/null
+++ b/arch/arm/mach-exynos/include/mach/regs-iem.h
@@ -0,0 +1,27 @@
+/* linux/arch/arm/mach-exynos/include/mach/regs-iem.h
+ *
+ * Copyright (c) 2011 Samsung Electronics Co., Ltd.
+ * http://www.samsung.com/
+ *
+ * EXYNOS4 - IEM(INTELLIGENT ENERGY MANAGEMENT) register discription
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+*/
+
+#ifndef __ASM_ARCH_REGS_IEM_H
+#define __ASM_ARCH_REGS_IEM_H __FILE__
+
+/* Register for IEC */
+#define EXYNOS4_IECDPCCR (0x00000)
+
+/* Register for APC */
+#define EXYNOS4_APC_CONTROL (0x10010)
+#define EXYNOS4_APC_PREDLYSEL (0x10024)
+#define EXYNOS4_APC_DBG_DLYCODE (0x100E0)
+
+#define APC_HPM_EN (1 << 4)
+#define IEC_EN (1 << 0)
+
+#endif /* __ASM_ARCH_REGS_IEM_H */