1 /* SPDX-License-Identifier: GPL-2.0
2  *
3  * Copyright 2018 HabanaLabs, Ltd.
4  * All Rights Reserved.
5  *
6  */
7 
8 #ifndef INCLUDE_MMU_V1_1_H_
9 #define INCLUDE_MMU_V1_1_H_
10 
11 #define MMU_ASID		0xC12004
12 #define MMU_HOP0_PA43_12	0xC12008
13 #define MMU_HOP0_PA49_44	0xC1200C
14 #define MMU_BUSY		0xC12000
15 
16 #endif /* INCLUDE_MMU_V1_1_H_ */
17