0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013 #ifndef ASIC_REG_STLB_REGS_H_
0014 #define ASIC_REG_STLB_REGS_H_
0015
0016
0017
0018
0019
0020
0021
0022 #define mmSTLB_CACHE_INV 0x490010
0023
0024 #define mmSTLB_CACHE_INV_BASE_39_8 0x490014
0025
0026 #define mmSTLB_CACHE_INV_BASE_49_40 0x490018
0027
0028 #define mmSTLB_STLB_FEATURE_EN 0x49001C
0029
0030 #define mmSTLB_STLB_AXI_CACHE 0x490020
0031
0032 #define mmSTLB_HOP_CONFIGURATION 0x490024
0033
0034 #define mmSTLB_LINK_LIST_LOOKUP_MASK_49_32 0x490028
0035
0036 #define mmSTLB_LINK_LIST_LOOKUP_MASK_31_0 0x49002C
0037
0038 #define mmSTLB_LINK_LIST 0x490030
0039
0040 #define mmSTLB_INV_ALL_START 0x490034
0041
0042 #define mmSTLB_INV_ALL_SET 0x490038
0043
0044 #define mmSTLB_INV_PS 0x49003C
0045
0046 #define mmSTLB_INV_CONSUMER_INDEX 0x490040
0047
0048 #define mmSTLB_INV_HIT_COUNT 0x490044
0049
0050 #define mmSTLB_INV_SET 0x490048
0051
0052 #define mmSTLB_SRAM_INIT 0x49004C
0053
0054 #endif