aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/misc/habanalabs/include/hw_ip/mmu/mmu_v1_1.h
blob: 9c727a5d47b4f59d02cd6d798d71b35fdd115c97 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* 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_V1_1_HOP0_MASK		0x3000000000000ull
#define MMU_V1_1_HOP1_MASK		0x0FF8000000000ull
#define MMU_V1_1_HOP2_MASK		0x0007FC0000000ull
#define MMU_V1_1_HOP3_MASK		0x000003FE00000ull
#define MMU_V1_1_HOP4_MASK		0x00000001FF000ull

#define MMU_V1_1_HOP0_SHIFT		48
#define MMU_V1_1_HOP1_SHIFT		39
#define MMU_V1_1_HOP2_SHIFT		30
#define MMU_V1_1_HOP3_SHIFT		21
#define MMU_V1_1_HOP4_SHIFT		12

#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_ */