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
29
30
31
32
33
34 #ifndef _ASM_NLM_BRIDGE_H_
35 #define _ASM_NLM_BRIDGE_H_
36
37 #define BRIDGE_DRAM_0_BAR 0
38 #define BRIDGE_DRAM_1_BAR 1
39 #define BRIDGE_DRAM_2_BAR 2
40 #define BRIDGE_DRAM_3_BAR 3
41 #define BRIDGE_DRAM_4_BAR 4
42 #define BRIDGE_DRAM_5_BAR 5
43 #define BRIDGE_DRAM_6_BAR 6
44 #define BRIDGE_DRAM_7_BAR 7
45 #define BRIDGE_DRAM_CHN_0_MTR_0_BAR 8
46 #define BRIDGE_DRAM_CHN_0_MTR_1_BAR 9
47 #define BRIDGE_DRAM_CHN_0_MTR_2_BAR 10
48 #define BRIDGE_DRAM_CHN_0_MTR_3_BAR 11
49 #define BRIDGE_DRAM_CHN_0_MTR_4_BAR 12
50 #define BRIDGE_DRAM_CHN_0_MTR_5_BAR 13
51 #define BRIDGE_DRAM_CHN_0_MTR_6_BAR 14
52 #define BRIDGE_DRAM_CHN_0_MTR_7_BAR 15
53 #define BRIDGE_DRAM_CHN_1_MTR_0_BAR 16
54 #define BRIDGE_DRAM_CHN_1_MTR_1_BAR 17
55 #define BRIDGE_DRAM_CHN_1_MTR_2_BAR 18
56 #define BRIDGE_DRAM_CHN_1_MTR_3_BAR 19
57 #define BRIDGE_DRAM_CHN_1_MTR_4_BAR 20
58 #define BRIDGE_DRAM_CHN_1_MTR_5_BAR 21
59 #define BRIDGE_DRAM_CHN_1_MTR_6_BAR 22
60 #define BRIDGE_DRAM_CHN_1_MTR_7_BAR 23
61 #define BRIDGE_CFG_BAR 24
62 #define BRIDGE_PHNX_IO_BAR 25
63 #define BRIDGE_FLASH_BAR 26
64 #define BRIDGE_SRAM_BAR 27
65 #define BRIDGE_HTMEM_BAR 28
66 #define BRIDGE_HTINT_BAR 29
67 #define BRIDGE_HTPIC_BAR 30
68 #define BRIDGE_HTSM_BAR 31
69 #define BRIDGE_HTIO_BAR 32
70 #define BRIDGE_HTCFG_BAR 33
71 #define BRIDGE_PCIXCFG_BAR 34
72 #define BRIDGE_PCIXMEM_BAR 35
73 #define BRIDGE_PCIXIO_BAR 36
74 #define BRIDGE_DEVICE_MASK 37
75 #define BRIDGE_AERR_INTR_LOG1 38
76 #define BRIDGE_AERR_INTR_LOG2 39
77 #define BRIDGE_AERR_INTR_LOG3 40
78 #define BRIDGE_AERR_DEV_STAT 41
79 #define BRIDGE_AERR1_LOG1 42
80 #define BRIDGE_AERR1_LOG2 43
81 #define BRIDGE_AERR1_LOG3 44
82 #define BRIDGE_AERR1_DEV_STAT 45
83 #define BRIDGE_AERR_INTR_EN 46
84 #define BRIDGE_AERR_UPG 47
85 #define BRIDGE_AERR_CLEAR 48
86 #define BRIDGE_AERR1_CLEAR 49
87 #define BRIDGE_SBE_COUNTS 50
88 #define BRIDGE_DBE_COUNTS 51
89 #define BRIDGE_BITERR_INT_EN 52
90
91 #define BRIDGE_SYS2IO_CREDITS 53
92 #define BRIDGE_EVNT_CNT_CTRL1 54
93 #define BRIDGE_EVNT_COUNTER1 55
94 #define BRIDGE_EVNT_CNT_CTRL2 56
95 #define BRIDGE_EVNT_COUNTER2 57
96 #define BRIDGE_RESERVED1 58
97
98 #define BRIDGE_DEFEATURE 59
99 #define BRIDGE_SCRATCH0 60
100 #define BRIDGE_SCRATCH1 61
101 #define BRIDGE_SCRATCH2 62
102 #define BRIDGE_SCRATCH3 63
103
104 #endif