forked from ~ljy/RK356X_SDK_RELEASE

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