summaryrefslogtreecommitdiffstats
path: root/plat/mediatek/mt8173/drivers/timer/mt_cpuxgpt.h
diff options
context:
space:
mode:
Diffstat (limited to 'plat/mediatek/mt8173/drivers/timer/mt_cpuxgpt.h')
-rw-r--r--plat/mediatek/mt8173/drivers/timer/mt_cpuxgpt.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/plat/mediatek/mt8173/drivers/timer/mt_cpuxgpt.h b/plat/mediatek/mt8173/drivers/timer/mt_cpuxgpt.h
new file mode 100644
index 0000000..8c0fe83
--- /dev/null
+++ b/plat/mediatek/mt8173/drivers/timer/mt_cpuxgpt.h
@@ -0,0 +1,16 @@
+/*
+ * Copyright (c) 2015, ARM Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef MT_CPUXGPT_H
+#define MT_CPUXGPT_H
+
+/* REG */
+#define INDEX_CNT_L_INIT 0x008
+#define INDEX_CNT_H_INIT 0x00C
+
+void generic_timer_backup(void);
+
+#endif /* MT_CPUXGPT_H */