aboutsummaryrefslogtreecommitdiff
path: root/plat/mediatek/mt8173/drivers/timer/mt_cpuxgpt.h
blob: 0364bba09eed5c299b3f62e909bddda0b938b56c (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__ */