summaryrefslogtreecommitdiffstats
path: root/plat/mediatek/mt8173/drivers/timer/mt_cpuxgpt.h
blob: 8c0fe83adf69e43950d6de743191db9d7bbeb02e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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 */