aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/asv.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-exynos/include/mach/asv.h')
-rw-r--r--arch/arm/mach-exynos/include/mach/asv.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/include/mach/asv.h b/arch/arm/mach-exynos/include/mach/asv.h
index 6fda670..ded531b 100644
--- a/arch/arm/mach-exynos/include/mach/asv.h
+++ b/arch/arm/mach-exynos/include/mach/asv.h
@@ -24,7 +24,20 @@
#define LOOP_CNT 10
+#define MIF_LOCK_FLAG 0
+#define INT_LOCK_FLAG 1
+#define G3D_LOCK_FLAG 2
+#define ARM_LOCK_FLAG 3
+
extern unsigned int exynos_result_of_asv;
+extern unsigned int exynos_armclk_max;
+extern unsigned int exynos_special_flag;
+extern bool exynos_dynamic_ema;
+
+static inline unsigned int is_special_flag(void)
+{
+ return exynos_special_flag;
+}
enum exynos4x12_abb_member {
ABB_INT,