xref: /OK3568_Linux_fs/kernel/drivers/misc/habanalabs/include/hw_ip/mmu/mmu_v1_0.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: GPL-2.0
2  *
3  * Copyright 2016-2018 HabanaLabs, Ltd.
4  * All Rights Reserved.
5  *
6  */
7 
8 #ifndef INCLUDE_MMU_V1_0_H_
9 #define INCLUDE_MMU_V1_0_H_
10 
11 #define MMU_HOP0_PA43_12	0x490004
12 #define MMU_HOP0_PA49_44	0x490008
13 #define MMU_ASID_BUSY		0x490000
14 
15 #endif /* INCLUDE_MMU_V1_0_H_ */
16