1
2
3
4
5
6
7
8
9
10
11
12
13 #ifndef ASIC_REG_STLB_REGS_H_
14 #define ASIC_REG_STLB_REGS_H_
15
16
17
18
19
20
21
22 #define mmSTLB_CACHE_INV 0x490010
23
24 #define mmSTLB_CACHE_INV_BASE_39_8 0x490014
25
26 #define mmSTLB_CACHE_INV_BASE_49_40 0x490018
27
28 #define mmSTLB_STLB_FEATURE_EN 0x49001C
29
30 #define mmSTLB_STLB_AXI_CACHE 0x490020
31
32 #define mmSTLB_HOP_CONFIGURATION 0x490024
33
34 #define mmSTLB_LINK_LIST_LOOKUP_MASK_49_32 0x490028
35
36 #define mmSTLB_LINK_LIST_LOOKUP_MASK_31_0 0x49002C
37
38 #define mmSTLB_LINK_LIST 0x490030
39
40 #define mmSTLB_INV_ALL_START 0x490034
41
42 #define mmSTLB_INV_ALL_SET 0x490038
43
44 #define mmSTLB_INV_PS 0x49003C
45
46 #define mmSTLB_INV_CONSUMER_INDEX 0x490040
47
48 #define mmSTLB_INV_HIT_COUNT 0x490044
49
50 #define mmSTLB_INV_SET 0x490048
51
52 #define mmSTLB_SRAM_INIT 0x49004C
53
54 #endif