blob: 65f3b12607664083a8bb92a0ec5d791af298d8a1 [file] [log] [blame]
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001/* bnx2x_reg.h: Broadcom Everest network driver.
2 *
Dmitry Kravkov5de92402011-05-04 23:51:13 +00003 * Copyright (c) 2007-2011 Broadcom Corporation
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation.
8 *
Eilon Greenstein33471622008-08-13 15:59:08 -07009 * The registers description starts with the register Access type followed
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +020010 * by size in bits. For example [RW 32]. The access types are:
11 * R - Read only
12 * RC - Clear on read
13 * RW - Read/Write
14 * ST - Statistics register (clear on read)
15 * W - Write only
16 * WB - Wide bus register - the size is over 32 bits and it should be
17 * read/write in consecutive 32 bits accesses
18 * WR - Write Clear (write 1 to clear the bit)
19 *
20 */
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +000021#ifndef BNX2X_REG_H
22#define BNX2X_REG_H
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +020023
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000024#define ATC_ATC_INT_STS_REG_ADDRESS_ERROR (0x1<<0)
25#define ATC_ATC_INT_STS_REG_ATC_GPA_MULTIPLE_HITS (0x1<<2)
26#define ATC_ATC_INT_STS_REG_ATC_IREQ_LESS_THAN_STU (0x1<<5)
27#define ATC_ATC_INT_STS_REG_ATC_RCPL_TO_EMPTY_CNT (0x1<<3)
28#define ATC_ATC_INT_STS_REG_ATC_TCPL_ERROR (0x1<<4)
29#define ATC_ATC_INT_STS_REG_ATC_TCPL_TO_NOT_PEND (0x1<<1)
30/* [RW 1] Initiate the ATC array - reset all the valid bits */
31#define ATC_REG_ATC_INIT_ARRAY 0x1100b8
32/* [R 1] ATC initalization done */
33#define ATC_REG_ATC_INIT_DONE 0x1100bc
34/* [RC 6] Interrupt register #0 read clear */
35#define ATC_REG_ATC_INT_STS_CLR 0x1101c0
36/* [RW 19] Interrupt mask register #0 read/write */
37#define BRB1_REG_BRB1_INT_MASK 0x60128
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +020038/* [R 19] Interrupt register #0 read */
39#define BRB1_REG_BRB1_INT_STS 0x6011c
40/* [RW 4] Parity mask register #0 read/write */
41#define BRB1_REG_BRB1_PRTY_MASK 0x60138
Eliezer Tamirf1410642008-02-28 11:51:50 -080042/* [R 4] Parity register #0 read */
43#define BRB1_REG_BRB1_PRTY_STS 0x6012c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +000044/* [RC 4] Parity register #0 read clear */
45#define BRB1_REG_BRB1_PRTY_STS_CLR 0x60130
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +020046/* [RW 10] At address BRB1_IND_FREE_LIST_PRS_CRDT initialize free head. At
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000047 * address BRB1_IND_FREE_LIST_PRS_CRDT+1 initialize free tail. At address
48 * BRB1_IND_FREE_LIST_PRS_CRDT+2 initialize parser initial credit. Warning -
49 * following reset the first rbc access to this reg must be write; there can
50 * be no more rbc writes after the first one; there can be any number of rbc
51 * read following the first write; rbc access not following these rules will
52 * result in hang condition. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +020053#define BRB1_REG_FREE_LIST_PRS_CRDT 0x60200
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000054/* [RW 10] The number of free blocks below which the full signal to class 0
55 * is asserted */
56#define BRB1_REG_FULL_0_XOFF_THRESHOLD_0 0x601d0
Yaniv Rosner9380bb92011-06-14 01:34:07 +000057#define BRB1_REG_FULL_0_XOFF_THRESHOLD_1 0x60230
58/* [RW 11] The number of free blocks above which the full signal to class 0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000059 * is de-asserted */
60#define BRB1_REG_FULL_0_XON_THRESHOLD_0 0x601d4
Yaniv Rosner9380bb92011-06-14 01:34:07 +000061#define BRB1_REG_FULL_0_XON_THRESHOLD_1 0x60234
62/* [RW 11] The number of free blocks below which the full signal to class 1
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000063 * is asserted */
64#define BRB1_REG_FULL_1_XOFF_THRESHOLD_0 0x601d8
Yaniv Rosner9380bb92011-06-14 01:34:07 +000065#define BRB1_REG_FULL_1_XOFF_THRESHOLD_1 0x60238
66/* [RW 11] The number of free blocks above which the full signal to class 1
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000067 * is de-asserted */
68#define BRB1_REG_FULL_1_XON_THRESHOLD_0 0x601dc
Yaniv Rosner9380bb92011-06-14 01:34:07 +000069#define BRB1_REG_FULL_1_XON_THRESHOLD_1 0x6023c
70/* [RW 11] The number of free blocks below which the full signal to the LB
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000071 * port is asserted */
72#define BRB1_REG_FULL_LB_XOFF_THRESHOLD 0x601e0
73/* [RW 10] The number of free blocks above which the full signal to the LB
74 * port is de-asserted */
75#define BRB1_REG_FULL_LB_XON_THRESHOLD 0x601e4
Eilon Greenstein1c063282009-02-12 08:36:43 +000076/* [RW 10] The number of free blocks above which the High_llfc signal to
77 interface #n is de-asserted. */
78#define BRB1_REG_HIGH_LLFC_HIGH_THRESHOLD_0 0x6014c
79/* [RW 10] The number of free blocks below which the High_llfc signal to
80 interface #n is asserted. */
81#define BRB1_REG_HIGH_LLFC_LOW_THRESHOLD_0 0x6013c
Yaniv Rosner9380bb92011-06-14 01:34:07 +000082/* [RW 11] The number of blocks guarantied for the LB port */
83#define BRB1_REG_LB_GUARANTIED 0x601ec
84/* [RW 11] The hysteresis on the guarantied buffer space for the Lb port
85 * before signaling XON. */
86#define BRB1_REG_LB_GUARANTIED_HYST 0x60264
87/* [RW 24] LL RAM data. */
88#define BRB1_REG_LL_RAM 0x61000
Eilon Greenstein1c063282009-02-12 08:36:43 +000089/* [RW 10] The number of free blocks above which the Low_llfc signal to
90 interface #n is de-asserted. */
91#define BRB1_REG_LOW_LLFC_HIGH_THRESHOLD_0 0x6016c
92/* [RW 10] The number of free blocks below which the Low_llfc signal to
93 interface #n is asserted. */
94#define BRB1_REG_LOW_LLFC_LOW_THRESHOLD_0 0x6015c
Yaniv Rosner9380bb92011-06-14 01:34:07 +000095/* [RW 11] The number of blocks guarantied for class 0 in MAC 0. The
96 * register is applicable only when per_class_guaranty_mode is set. */
97#define BRB1_REG_MAC_0_CLASS_0_GUARANTIED 0x60244
98/* [RW 11] The hysteresis on the guarantied buffer space for class 0 in MAC
99 * 1 before signaling XON. The register is applicable only when
100 * per_class_guaranty_mode is set. */
101#define BRB1_REG_MAC_0_CLASS_0_GUARANTIED_HYST 0x60254
102/* [RW 11] The number of blocks guarantied for class 1 in MAC 0. The
103 * register is applicable only when per_class_guaranty_mode is set. */
104#define BRB1_REG_MAC_0_CLASS_1_GUARANTIED 0x60248
105/* [RW 11] The hysteresis on the guarantied buffer space for class 1in MAC 0
106 * before signaling XON. The register is applicable only when
107 * per_class_guaranty_mode is set. */
108#define BRB1_REG_MAC_0_CLASS_1_GUARANTIED_HYST 0x60258
109/* [RW 11] The number of blocks guarantied for class 0in MAC1.The register
110 * is applicable only when per_class_guaranty_mode is set. */
111#define BRB1_REG_MAC_1_CLASS_0_GUARANTIED 0x6024c
112/* [RW 11] The hysteresis on the guarantied buffer space for class 0 in MAC
113 * 1 before signaling XON. The register is applicable only when
114 * per_class_guaranty_mode is set. */
115#define BRB1_REG_MAC_1_CLASS_0_GUARANTIED_HYST 0x6025c
116/* [RW 11] The number of blocks guarantied for class 1 in MAC 1. The
117 * register is applicable only when per_class_guaranty_mode is set. */
118#define BRB1_REG_MAC_1_CLASS_1_GUARANTIED 0x60250
119/* [RW 11] The hysteresis on the guarantied buffer space for class 1 in MAC
120 * 1 before signaling XON. The register is applicable only when
121 * per_class_guaranty_mode is set. */
122#define BRB1_REG_MAC_1_CLASS_1_GUARANTIED_HYST 0x60260
123/* [RW 11] The number of blocks guarantied for the MAC port. The register is
124 * applicable only when per_class_guaranty_mode is reset. */
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000125#define BRB1_REG_MAC_GUARANTIED_0 0x601e8
126#define BRB1_REG_MAC_GUARANTIED_1 0x60240
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200127/* [R 24] The number of full blocks. */
128#define BRB1_REG_NUM_OF_FULL_BLOCKS 0x60090
129/* [ST 32] The number of cycles that the write_full signal towards MAC #0
130 was asserted. */
131#define BRB1_REG_NUM_OF_FULL_CYCLES_0 0x600c8
132#define BRB1_REG_NUM_OF_FULL_CYCLES_1 0x600cc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200133#define BRB1_REG_NUM_OF_FULL_CYCLES_4 0x600d8
134/* [ST 32] The number of cycles that the pause signal towards MAC #0 was
135 asserted. */
136#define BRB1_REG_NUM_OF_PAUSE_CYCLES_0 0x600b8
137#define BRB1_REG_NUM_OF_PAUSE_CYCLES_1 0x600bc
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000138/* [RW 10] The number of free blocks below which the pause signal to class 0
139 * is asserted */
140#define BRB1_REG_PAUSE_0_XOFF_THRESHOLD_0 0x601c0
Yaniv Rosner9380bb92011-06-14 01:34:07 +0000141#define BRB1_REG_PAUSE_0_XOFF_THRESHOLD_1 0x60220
142/* [RW 11] The number of free blocks above which the pause signal to class 0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000143 * is de-asserted */
144#define BRB1_REG_PAUSE_0_XON_THRESHOLD_0 0x601c4
Yaniv Rosner9380bb92011-06-14 01:34:07 +0000145#define BRB1_REG_PAUSE_0_XON_THRESHOLD_1 0x60224
146/* [RW 11] The number of free blocks below which the pause signal to class 1
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000147 * is asserted */
148#define BRB1_REG_PAUSE_1_XOFF_THRESHOLD_0 0x601c8
Yaniv Rosner9380bb92011-06-14 01:34:07 +0000149#define BRB1_REG_PAUSE_1_XOFF_THRESHOLD_1 0x60228
150/* [RW 11] The number of free blocks above which the pause signal to class 1
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000151 * is de-asserted */
152#define BRB1_REG_PAUSE_1_XON_THRESHOLD_0 0x601cc
Yaniv Rosner9380bb92011-06-14 01:34:07 +0000153#define BRB1_REG_PAUSE_1_XON_THRESHOLD_1 0x6022c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000154/* [RW 10] Write client 0: De-assert pause threshold. Not Functional */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200155#define BRB1_REG_PAUSE_HIGH_THRESHOLD_0 0x60078
156#define BRB1_REG_PAUSE_HIGH_THRESHOLD_1 0x6007c
157/* [RW 10] Write client 0: Assert pause threshold. */
158#define BRB1_REG_PAUSE_LOW_THRESHOLD_0 0x60068
159#define BRB1_REG_PAUSE_LOW_THRESHOLD_1 0x6006c
Eilon Greenstein33471622008-08-13 15:59:08 -0700160/* [R 24] The number of full blocks occupied by port. */
Eilon Greenstein34f80b02008-06-23 20:33:01 -0700161#define BRB1_REG_PORT_NUM_OCC_BLOCKS_0 0x60094
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200162/* [RW 1] Reset the design by software. */
163#define BRB1_REG_SOFT_RESET 0x600dc
164/* [R 5] Used to read the value of the XX protection CAM occupancy counter. */
165#define CCM_REG_CAM_OCCUP 0xd0188
166/* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded;
167 acknowledge output is deasserted; all other signals are treated as usual;
168 if 1 - normal activity. */
169#define CCM_REG_CCM_CFC_IFEN 0xd003c
170/* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is
171 disregarded; valid is deasserted; all other signals are treated as usual;
172 if 1 - normal activity. */
173#define CCM_REG_CCM_CQM_IFEN 0xd000c
174/* [RW 1] If set the Q index; received from the QM is inserted to event ID.
175 Otherwise 0 is inserted. */
176#define CCM_REG_CCM_CQM_USE_Q 0xd00c0
177/* [RW 11] Interrupt mask register #0 read/write */
178#define CCM_REG_CCM_INT_MASK 0xd01e4
179/* [R 11] Interrupt register #0 read */
180#define CCM_REG_CCM_INT_STS 0xd01d8
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000181/* [RW 27] Parity mask register #0 read/write */
182#define CCM_REG_CCM_PRTY_MASK 0xd01f4
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700183/* [R 27] Parity register #0 read */
184#define CCM_REG_CCM_PRTY_STS 0xd01e8
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000185/* [RC 27] Parity register #0 read clear */
186#define CCM_REG_CCM_PRTY_STS_CLR 0xd01ec
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200187/* [RW 3] The size of AG context region 0 in REG-pairs. Designates the MS
188 REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5).
189 Is used to determine the number of the AG context REG-pairs written back;
190 when the input message Reg1WbFlg isn't set. */
191#define CCM_REG_CCM_REG0_SZ 0xd00c4
192/* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is
193 disregarded; valid is deasserted; all other signals are treated as usual;
194 if 1 - normal activity. */
195#define CCM_REG_CCM_STORM0_IFEN 0xd0004
196/* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is
197 disregarded; valid is deasserted; all other signals are treated as usual;
198 if 1 - normal activity. */
199#define CCM_REG_CCM_STORM1_IFEN 0xd0008
200/* [RW 1] CDU AG read Interface enable. If 0 - the request input is
201 disregarded; valid output is deasserted; all other signals are treated as
202 usual; if 1 - normal activity. */
203#define CCM_REG_CDU_AG_RD_IFEN 0xd0030
204/* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input
205 are disregarded; all other signals are treated as usual; if 1 - normal
206 activity. */
207#define CCM_REG_CDU_AG_WR_IFEN 0xd002c
208/* [RW 1] CDU STORM read Interface enable. If 0 - the request input is
209 disregarded; valid output is deasserted; all other signals are treated as
210 usual; if 1 - normal activity. */
211#define CCM_REG_CDU_SM_RD_IFEN 0xd0038
212/* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid
213 input is disregarded; all other signals are treated as usual; if 1 -
214 normal activity. */
215#define CCM_REG_CDU_SM_WR_IFEN 0xd0034
216/* [RW 4] CFC output initial credit. Max credit available - 15.Write writes
217 the initial credit value; read returns the current value of the credit
218 counter. Must be initialized to 1 at start-up. */
219#define CCM_REG_CFC_INIT_CRD 0xd0204
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300220/* [RW 2] Auxiliary counter flag Q number 1. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200221#define CCM_REG_CNT_AUX1_Q 0xd00c8
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300222/* [RW 2] Auxiliary counter flag Q number 2. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200223#define CCM_REG_CNT_AUX2_Q 0xd00cc
224/* [RW 28] The CM header value for QM request (primary). */
225#define CCM_REG_CQM_CCM_HDR_P 0xd008c
226/* [RW 28] The CM header value for QM request (secondary). */
227#define CCM_REG_CQM_CCM_HDR_S 0xd0090
228/* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded;
229 acknowledge output is deasserted; all other signals are treated as usual;
230 if 1 - normal activity. */
231#define CCM_REG_CQM_CCM_IFEN 0xd0014
232/* [RW 6] QM output initial credit. Max credit available - 32. Write writes
233 the initial credit value; read returns the current value of the credit
234 counter. Must be initialized to 32 at start-up. */
235#define CCM_REG_CQM_INIT_CRD 0xd020c
236/* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0
237 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
238 prioritised); 2 stands for weight 2; tc. */
239#define CCM_REG_CQM_P_WEIGHT 0xd00b8
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -0800240/* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0
241 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
242 prioritised); 2 stands for weight 2; tc. */
243#define CCM_REG_CQM_S_WEIGHT 0xd00bc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200244/* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded;
245 acknowledge output is deasserted; all other signals are treated as usual;
246 if 1 - normal activity. */
247#define CCM_REG_CSDM_IFEN 0xd0018
248/* [RC 1] Set when the message length mismatch (relative to last indication)
249 at the SDM interface is detected. */
250#define CCM_REG_CSDM_LENGTH_MIS 0xd0170
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -0800251/* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for
252 weight 8 (the most prioritised); 1 stands for weight 1(least
253 prioritised); 2 stands for weight 2; tc. */
254#define CCM_REG_CSDM_WEIGHT 0xd00b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200255/* [RW 28] The CM header for QM formatting in case of an error in the QM
256 inputs. */
257#define CCM_REG_ERR_CCM_HDR 0xd0094
258/* [RW 8] The Event ID in case the input message ErrorFlg is set. */
259#define CCM_REG_ERR_EVNT_ID 0xd0098
260/* [RW 8] FIC0 output initial credit. Max credit available - 255. Write
261 writes the initial credit value; read returns the current value of the
262 credit counter. Must be initialized to 64 at start-up. */
263#define CCM_REG_FIC0_INIT_CRD 0xd0210
264/* [RW 8] FIC1 output initial credit. Max credit available - 255.Write
265 writes the initial credit value; read returns the current value of the
266 credit counter. Must be initialized to 64 at start-up. */
267#define CCM_REG_FIC1_INIT_CRD 0xd0214
268/* [RW 1] Arbitration between Input Arbiter groups: 0 - fair Round-Robin; 1
269 - strict priority defined by ~ccm_registers_gr_ag_pr.gr_ag_pr;
270 ~ccm_registers_gr_ld0_pr.gr_ld0_pr and
271 ~ccm_registers_gr_ld1_pr.gr_ld1_pr. Groups are according to channels and
272 outputs to STORM: aggregation; load FIC0; load FIC1 and store. */
273#define CCM_REG_GR_ARB_TYPE 0xd015c
274/* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the
275 highest priority is 3. It is supposed; that the Store channel priority is
276 the compliment to 4 of the rest priorities - Aggregation channel; Load
277 (FIC0) channel and Load (FIC1). */
278#define CCM_REG_GR_LD0_PR 0xd0164
279/* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the
280 highest priority is 3. It is supposed; that the Store channel priority is
281 the compliment to 4 of the rest priorities - Aggregation channel; Load
282 (FIC0) channel and Load (FIC1). */
283#define CCM_REG_GR_LD1_PR 0xd0168
284/* [RW 2] General flags index. */
285#define CCM_REG_INV_DONE_Q 0xd0108
286/* [RW 4] The number of double REG-pairs(128 bits); loaded from the STORM
287 context and sent to STORM; for a specific connection type. The double
288 REG-pairs are used in order to align to STORM context row size of 128
289 bits. The offset of these data in the STORM context is always 0. Index
290 _(0..15) stands for the connection type (one of 16). */
291#define CCM_REG_N_SM_CTX_LD_0 0xd004c
292#define CCM_REG_N_SM_CTX_LD_1 0xd0050
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200293#define CCM_REG_N_SM_CTX_LD_2 0xd0054
294#define CCM_REG_N_SM_CTX_LD_3 0xd0058
295#define CCM_REG_N_SM_CTX_LD_4 0xd005c
296/* [RW 1] Input pbf Interface enable. If 0 - the valid input is disregarded;
297 acknowledge output is deasserted; all other signals are treated as usual;
298 if 1 - normal activity. */
299#define CCM_REG_PBF_IFEN 0xd0028
300/* [RC 1] Set when the message length mismatch (relative to last indication)
301 at the pbf interface is detected. */
302#define CCM_REG_PBF_LENGTH_MIS 0xd0180
303/* [RW 3] The weight of the input pbf in the WRR mechanism. 0 stands for
304 weight 8 (the most prioritised); 1 stands for weight 1(least
305 prioritised); 2 stands for weight 2; tc. */
306#define CCM_REG_PBF_WEIGHT 0xd00ac
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200307#define CCM_REG_PHYS_QNUM1_0 0xd0134
308#define CCM_REG_PHYS_QNUM1_1 0xd0138
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200309#define CCM_REG_PHYS_QNUM2_0 0xd013c
310#define CCM_REG_PHYS_QNUM2_1 0xd0140
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200311#define CCM_REG_PHYS_QNUM3_0 0xd0144
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700312#define CCM_REG_PHYS_QNUM3_1 0xd0148
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200313#define CCM_REG_QOS_PHYS_QNUM0_0 0xd0114
314#define CCM_REG_QOS_PHYS_QNUM0_1 0xd0118
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200315#define CCM_REG_QOS_PHYS_QNUM1_0 0xd011c
316#define CCM_REG_QOS_PHYS_QNUM1_1 0xd0120
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200317#define CCM_REG_QOS_PHYS_QNUM2_0 0xd0124
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700318#define CCM_REG_QOS_PHYS_QNUM2_1 0xd0128
319#define CCM_REG_QOS_PHYS_QNUM3_0 0xd012c
320#define CCM_REG_QOS_PHYS_QNUM3_1 0xd0130
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200321/* [RW 1] STORM - CM Interface enable. If 0 - the valid input is
322 disregarded; acknowledge output is deasserted; all other signals are
323 treated as usual; if 1 - normal activity. */
324#define CCM_REG_STORM_CCM_IFEN 0xd0010
325/* [RC 1] Set when the message length mismatch (relative to last indication)
326 at the STORM interface is detected. */
327#define CCM_REG_STORM_LENGTH_MIS 0xd016c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -0800328/* [RW 3] The weight of the STORM input in the WRR (Weighted Round robin)
329 mechanism. 0 stands for weight 8 (the most prioritised); 1 stands for
330 weight 1(least prioritised); 2 stands for weight 2 (more prioritised);
331 tc. */
332#define CCM_REG_STORM_WEIGHT 0xd009c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200333/* [RW 1] Input tsem Interface enable. If 0 - the valid input is
334 disregarded; acknowledge output is deasserted; all other signals are
335 treated as usual; if 1 - normal activity. */
336#define CCM_REG_TSEM_IFEN 0xd001c
337/* [RC 1] Set when the message length mismatch (relative to last indication)
338 at the tsem interface is detected. */
339#define CCM_REG_TSEM_LENGTH_MIS 0xd0174
340/* [RW 3] The weight of the input tsem in the WRR mechanism. 0 stands for
341 weight 8 (the most prioritised); 1 stands for weight 1(least
342 prioritised); 2 stands for weight 2; tc. */
343#define CCM_REG_TSEM_WEIGHT 0xd00a0
344/* [RW 1] Input usem Interface enable. If 0 - the valid input is
345 disregarded; acknowledge output is deasserted; all other signals are
346 treated as usual; if 1 - normal activity. */
347#define CCM_REG_USEM_IFEN 0xd0024
348/* [RC 1] Set when message length mismatch (relative to last indication) at
349 the usem interface is detected. */
350#define CCM_REG_USEM_LENGTH_MIS 0xd017c
351/* [RW 3] The weight of the input usem in the WRR mechanism. 0 stands for
352 weight 8 (the most prioritised); 1 stands for weight 1(least
353 prioritised); 2 stands for weight 2; tc. */
354#define CCM_REG_USEM_WEIGHT 0xd00a8
355/* [RW 1] Input xsem Interface enable. If 0 - the valid input is
356 disregarded; acknowledge output is deasserted; all other signals are
357 treated as usual; if 1 - normal activity. */
358#define CCM_REG_XSEM_IFEN 0xd0020
359/* [RC 1] Set when the message length mismatch (relative to last indication)
360 at the xsem interface is detected. */
361#define CCM_REG_XSEM_LENGTH_MIS 0xd0178
362/* [RW 3] The weight of the input xsem in the WRR mechanism. 0 stands for
363 weight 8 (the most prioritised); 1 stands for weight 1(least
364 prioritised); 2 stands for weight 2; tc. */
365#define CCM_REG_XSEM_WEIGHT 0xd00a4
366/* [RW 19] Indirect access to the descriptor table of the XX protection
367 mechanism. The fields are: [5:0] - message length; [12:6] - message
368 pointer; 18:13] - next pointer. */
369#define CCM_REG_XX_DESCR_TABLE 0xd0300
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700370#define CCM_REG_XX_DESCR_TABLE_SIZE 36
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200371/* [R 7] Used to read the value of XX protection Free counter. */
372#define CCM_REG_XX_FREE 0xd0184
373/* [RW 6] Initial value for the credit counter; responsible for fulfilling
374 of the Input Stage XX protection buffer by the XX protection pending
375 messages. Max credit available - 127. Write writes the initial credit
376 value; read returns the current value of the credit counter. Must be
377 initialized to maximum XX protected message size - 2 at start-up. */
378#define CCM_REG_XX_INIT_CRD 0xd0220
379/* [RW 7] The maximum number of pending messages; which may be stored in XX
380 protection. At read the ~ccm_registers_xx_free.xx_free counter is read.
381 At write comprises the start value of the ~ccm_registers_xx_free.xx_free
382 counter. */
383#define CCM_REG_XX_MSG_NUM 0xd0224
384/* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */
385#define CCM_REG_XX_OVFL_EVNT_ID 0xd0044
386/* [RW 18] Indirect access to the XX table of the XX protection mechanism.
387 The fields are: [5:0] - tail pointer; 11:6] - Link List size; 17:12] -
388 header pointer. */
389#define CCM_REG_XX_TABLE 0xd0280
390#define CDU_REG_CDU_CHK_MASK0 0x101000
391#define CDU_REG_CDU_CHK_MASK1 0x101004
392#define CDU_REG_CDU_CONTROL0 0x101008
393#define CDU_REG_CDU_DEBUG 0x101010
394#define CDU_REG_CDU_GLOBAL_PARAMS 0x101020
395/* [RW 7] Interrupt mask register #0 read/write */
396#define CDU_REG_CDU_INT_MASK 0x10103c
397/* [R 7] Interrupt register #0 read */
398#define CDU_REG_CDU_INT_STS 0x101030
399/* [RW 5] Parity mask register #0 read/write */
400#define CDU_REG_CDU_PRTY_MASK 0x10104c
Eliezer Tamirf1410642008-02-28 11:51:50 -0800401/* [R 5] Parity register #0 read */
402#define CDU_REG_CDU_PRTY_STS 0x101040
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000403/* [RC 5] Parity register #0 read clear */
404#define CDU_REG_CDU_PRTY_STS_CLR 0x101044
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200405/* [RC 32] logging of error data in case of a CDU load error:
406 {expected_cid[15:0]; xpected_type[2:0]; xpected_region[2:0]; ctive_error;
407 ype_error; ctual_active; ctual_compressed_context}; */
408#define CDU_REG_ERROR_DATA 0x101014
409/* [WB 216] L1TT ram access. each entry has the following format :
410 {mrege_regions[7:0]; ffset12[5:0]...offset0[5:0];
411 ength12[5:0]...length0[5:0]; d12[3:0]...id0[3:0]} */
412#define CDU_REG_L1TT 0x101800
413/* [WB 24] MATT ram access. each entry has the following
414 format:{RegionLength[11:0]; egionOffset[11:0]} */
415#define CDU_REG_MATT 0x101100
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700416/* [RW 1] when this bit is set the CDU operates in e1hmf mode */
417#define CDU_REG_MF_MODE 0x101050
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200418/* [R 1] indication the initializing the activity counter by the hardware
419 was done. */
420#define CFC_REG_AC_INIT_DONE 0x104078
421/* [RW 13] activity counter ram access */
422#define CFC_REG_ACTIVITY_COUNTER 0x104400
423#define CFC_REG_ACTIVITY_COUNTER_SIZE 256
424/* [R 1] indication the initializing the cams by the hardware was done. */
425#define CFC_REG_CAM_INIT_DONE 0x10407c
426/* [RW 2] Interrupt mask register #0 read/write */
427#define CFC_REG_CFC_INT_MASK 0x104108
428/* [R 2] Interrupt register #0 read */
429#define CFC_REG_CFC_INT_STS 0x1040fc
430/* [RC 2] Interrupt register #0 read clear */
431#define CFC_REG_CFC_INT_STS_CLR 0x104100
432/* [RW 4] Parity mask register #0 read/write */
433#define CFC_REG_CFC_PRTY_MASK 0x104118
Eliezer Tamirf1410642008-02-28 11:51:50 -0800434/* [R 4] Parity register #0 read */
435#define CFC_REG_CFC_PRTY_STS 0x10410c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000436/* [RC 4] Parity register #0 read clear */
437#define CFC_REG_CFC_PRTY_STS_CLR 0x104110
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200438/* [RW 21] CID cam access (21:1 - Data; alid - 0) */
439#define CFC_REG_CID_CAM 0x104800
440#define CFC_REG_CONTROL0 0x104028
441#define CFC_REG_DEBUG0 0x104050
442/* [RW 14] indicates per error (in #cfc_registers_cfc_error_vector.cfc_error
443 vector) whether the cfc should be disabled upon it */
444#define CFC_REG_DISABLE_ON_ERROR 0x104044
445/* [RC 14] CFC error vector. when the CFC detects an internal error it will
446 set one of these bits. the bit description can be found in CFC
447 specifications */
448#define CFC_REG_ERROR_VECTOR 0x10403c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -0800449/* [WB 93] LCID info ram access */
450#define CFC_REG_INFO_RAM 0x105000
451#define CFC_REG_INFO_RAM_SIZE 1024
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200452#define CFC_REG_INIT_REG 0x10404c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -0800453#define CFC_REG_INTERFACES 0x104058
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200454/* [RW 24] {weight_load_client7[2:0] to weight_load_client0[2:0]}. this
455 field allows changing the priorities of the weighted-round-robin arbiter
456 which selects which CFC load client should be served next */
457#define CFC_REG_LCREQ_WEIGHTS 0x104084
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700458/* [RW 16] Link List ram access; data = {prev_lcid; ext_lcid} */
459#define CFC_REG_LINK_LIST 0x104c00
460#define CFC_REG_LINK_LIST_SIZE 256
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200461/* [R 1] indication the initializing the link list by the hardware was done. */
462#define CFC_REG_LL_INIT_DONE 0x104074
463/* [R 9] Number of allocated LCIDs which are at empty state */
464#define CFC_REG_NUM_LCIDS_ALLOC 0x104020
465/* [R 9] Number of Arriving LCIDs in Link List Block */
466#define CFC_REG_NUM_LCIDS_ARRIVING 0x104004
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +0300467#define CFC_REG_NUM_LCIDS_INSIDE_PF 0x104120
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200468/* [R 9] Number of Leaving LCIDs in Link List Block */
469#define CFC_REG_NUM_LCIDS_LEAVING 0x104018
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000470#define CFC_REG_WEAK_ENABLE_PF 0x104124
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200471/* [RW 8] The event id for aggregated interrupt 0 */
472#define CSDM_REG_AGG_INT_EVENT_0 0xc2038
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700473#define CSDM_REG_AGG_INT_EVENT_10 0xc2060
474#define CSDM_REG_AGG_INT_EVENT_11 0xc2064
475#define CSDM_REG_AGG_INT_EVENT_12 0xc2068
476#define CSDM_REG_AGG_INT_EVENT_13 0xc206c
477#define CSDM_REG_AGG_INT_EVENT_14 0xc2070
478#define CSDM_REG_AGG_INT_EVENT_15 0xc2074
479#define CSDM_REG_AGG_INT_EVENT_16 0xc2078
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700480#define CSDM_REG_AGG_INT_EVENT_2 0xc2040
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700481#define CSDM_REG_AGG_INT_EVENT_3 0xc2044
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700482#define CSDM_REG_AGG_INT_EVENT_4 0xc2048
Eilon Greensteinca003922009-08-12 22:53:28 -0700483#define CSDM_REG_AGG_INT_EVENT_5 0xc204c
484#define CSDM_REG_AGG_INT_EVENT_6 0xc2050
485#define CSDM_REG_AGG_INT_EVENT_7 0xc2054
486#define CSDM_REG_AGG_INT_EVENT_8 0xc2058
487#define CSDM_REG_AGG_INT_EVENT_9 0xc205c
488/* [RW 1] For each aggregated interrupt index whether the mode is normal (0)
489 or auto-mask-mode (1) */
490#define CSDM_REG_AGG_INT_MODE_10 0xc21e0
491#define CSDM_REG_AGG_INT_MODE_11 0xc21e4
492#define CSDM_REG_AGG_INT_MODE_12 0xc21e8
493#define CSDM_REG_AGG_INT_MODE_13 0xc21ec
494#define CSDM_REG_AGG_INT_MODE_14 0xc21f0
495#define CSDM_REG_AGG_INT_MODE_15 0xc21f4
496#define CSDM_REG_AGG_INT_MODE_16 0xc21f8
497#define CSDM_REG_AGG_INT_MODE_6 0xc21d0
498#define CSDM_REG_AGG_INT_MODE_7 0xc21d4
499#define CSDM_REG_AGG_INT_MODE_8 0xc21d8
500#define CSDM_REG_AGG_INT_MODE_9 0xc21dc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200501/* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */
502#define CSDM_REG_CFC_RSP_START_ADDR 0xc2008
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300503/* [RW 16] The maximum value of the completion counter #0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200504#define CSDM_REG_CMP_COUNTER_MAX0 0xc201c
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300505/* [RW 16] The maximum value of the completion counter #1 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200506#define CSDM_REG_CMP_COUNTER_MAX1 0xc2020
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300507/* [RW 16] The maximum value of the completion counter #2 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200508#define CSDM_REG_CMP_COUNTER_MAX2 0xc2024
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300509/* [RW 16] The maximum value of the completion counter #3 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200510#define CSDM_REG_CMP_COUNTER_MAX3 0xc2028
511/* [RW 13] The start address in the internal RAM for the completion
512 counters. */
513#define CSDM_REG_CMP_COUNTER_START_ADDR 0xc200c
514/* [RW 32] Interrupt mask register #0 read/write */
515#define CSDM_REG_CSDM_INT_MASK_0 0xc229c
516#define CSDM_REG_CSDM_INT_MASK_1 0xc22ac
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700517/* [R 32] Interrupt register #0 read */
518#define CSDM_REG_CSDM_INT_STS_0 0xc2290
519#define CSDM_REG_CSDM_INT_STS_1 0xc22a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200520/* [RW 11] Parity mask register #0 read/write */
521#define CSDM_REG_CSDM_PRTY_MASK 0xc22bc
Eliezer Tamirf1410642008-02-28 11:51:50 -0800522/* [R 11] Parity register #0 read */
523#define CSDM_REG_CSDM_PRTY_STS 0xc22b0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000524/* [RC 11] Parity register #0 read clear */
525#define CSDM_REG_CSDM_PRTY_STS_CLR 0xc22b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200526#define CSDM_REG_ENABLE_IN1 0xc2238
527#define CSDM_REG_ENABLE_IN2 0xc223c
528#define CSDM_REG_ENABLE_OUT1 0xc2240
529#define CSDM_REG_ENABLE_OUT2 0xc2244
530/* [RW 4] The initial number of messages that can be sent to the pxp control
531 interface without receiving any ACK. */
532#define CSDM_REG_INIT_CREDIT_PXP_CTRL 0xc24bc
533/* [ST 32] The number of ACK after placement messages received */
534#define CSDM_REG_NUM_OF_ACK_AFTER_PLACE 0xc227c
535/* [ST 32] The number of packet end messages received from the parser */
536#define CSDM_REG_NUM_OF_PKT_END_MSG 0xc2274
537/* [ST 32] The number of requests received from the pxp async if */
538#define CSDM_REG_NUM_OF_PXP_ASYNC_REQ 0xc2278
539/* [ST 32] The number of commands received in queue 0 */
540#define CSDM_REG_NUM_OF_Q0_CMD 0xc2248
541/* [ST 32] The number of commands received in queue 10 */
542#define CSDM_REG_NUM_OF_Q10_CMD 0xc226c
543/* [ST 32] The number of commands received in queue 11 */
544#define CSDM_REG_NUM_OF_Q11_CMD 0xc2270
545/* [ST 32] The number of commands received in queue 1 */
546#define CSDM_REG_NUM_OF_Q1_CMD 0xc224c
547/* [ST 32] The number of commands received in queue 3 */
548#define CSDM_REG_NUM_OF_Q3_CMD 0xc2250
549/* [ST 32] The number of commands received in queue 4 */
550#define CSDM_REG_NUM_OF_Q4_CMD 0xc2254
551/* [ST 32] The number of commands received in queue 5 */
552#define CSDM_REG_NUM_OF_Q5_CMD 0xc2258
553/* [ST 32] The number of commands received in queue 6 */
554#define CSDM_REG_NUM_OF_Q6_CMD 0xc225c
555/* [ST 32] The number of commands received in queue 7 */
556#define CSDM_REG_NUM_OF_Q7_CMD 0xc2260
557/* [ST 32] The number of commands received in queue 8 */
558#define CSDM_REG_NUM_OF_Q8_CMD 0xc2264
559/* [ST 32] The number of commands received in queue 9 */
560#define CSDM_REG_NUM_OF_Q9_CMD 0xc2268
561/* [RW 13] The start address in the internal RAM for queue counters */
562#define CSDM_REG_Q_COUNTER_START_ADDR 0xc2010
563/* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */
564#define CSDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0xc2548
565/* [R 1] parser fifo empty in sdm_sync block */
566#define CSDM_REG_SYNC_PARSER_EMPTY 0xc2550
567/* [R 1] parser serial fifo empty in sdm_sync block */
568#define CSDM_REG_SYNC_SYNC_EMPTY 0xc2558
569/* [RW 32] Tick for timer counter. Applicable only when
570 ~csdm_registers_timer_tick_enable.timer_tick_enable =1 */
571#define CSDM_REG_TIMER_TICK 0xc2000
572/* [RW 5] The number of time_slots in the arbitration cycle */
573#define CSEM_REG_ARB_CYCLE_SIZE 0x200034
574/* [RW 3] The source that is associated with arbitration element 0. Source
575 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
576 sleeping thread with priority 1; 4- sleeping thread with priority 2 */
577#define CSEM_REG_ARB_ELEMENT0 0x200020
578/* [RW 3] The source that is associated with arbitration element 1. Source
579 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
580 sleeping thread with priority 1; 4- sleeping thread with priority 2.
581 Could not be equal to register ~csem_registers_arb_element0.arb_element0 */
582#define CSEM_REG_ARB_ELEMENT1 0x200024
583/* [RW 3] The source that is associated with arbitration element 2. Source
584 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
585 sleeping thread with priority 1; 4- sleeping thread with priority 2.
586 Could not be equal to register ~csem_registers_arb_element0.arb_element0
587 and ~csem_registers_arb_element1.arb_element1 */
588#define CSEM_REG_ARB_ELEMENT2 0x200028
589/* [RW 3] The source that is associated with arbitration element 3. Source
590 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
591 sleeping thread with priority 1; 4- sleeping thread with priority 2.Could
592 not be equal to register ~csem_registers_arb_element0.arb_element0 and
593 ~csem_registers_arb_element1.arb_element1 and
594 ~csem_registers_arb_element2.arb_element2 */
595#define CSEM_REG_ARB_ELEMENT3 0x20002c
596/* [RW 3] The source that is associated with arbitration element 4. Source
597 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
598 sleeping thread with priority 1; 4- sleeping thread with priority 2.
599 Could not be equal to register ~csem_registers_arb_element0.arb_element0
600 and ~csem_registers_arb_element1.arb_element1 and
601 ~csem_registers_arb_element2.arb_element2 and
602 ~csem_registers_arb_element3.arb_element3 */
603#define CSEM_REG_ARB_ELEMENT4 0x200030
604/* [RW 32] Interrupt mask register #0 read/write */
605#define CSEM_REG_CSEM_INT_MASK_0 0x200110
606#define CSEM_REG_CSEM_INT_MASK_1 0x200120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700607/* [R 32] Interrupt register #0 read */
608#define CSEM_REG_CSEM_INT_STS_0 0x200104
609#define CSEM_REG_CSEM_INT_STS_1 0x200114
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200610/* [RW 32] Parity mask register #0 read/write */
611#define CSEM_REG_CSEM_PRTY_MASK_0 0x200130
612#define CSEM_REG_CSEM_PRTY_MASK_1 0x200140
Eliezer Tamirf1410642008-02-28 11:51:50 -0800613/* [R 32] Parity register #0 read */
614#define CSEM_REG_CSEM_PRTY_STS_0 0x200124
615#define CSEM_REG_CSEM_PRTY_STS_1 0x200134
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000616/* [RC 32] Parity register #0 read clear */
617#define CSEM_REG_CSEM_PRTY_STS_CLR_0 0x200128
618#define CSEM_REG_CSEM_PRTY_STS_CLR_1 0x200138
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200619#define CSEM_REG_ENABLE_IN 0x2000a4
620#define CSEM_REG_ENABLE_OUT 0x2000a8
621/* [RW 32] This address space contains all registers and memories that are
622 placed in SEM_FAST block. The SEM_FAST registers are described in
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700623 appendix B. In order to access the sem_fast registers the base address
624 ~fast_memory.fast_memory should be added to eachsem_fast register offset. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200625#define CSEM_REG_FAST_MEMORY 0x220000
626/* [RW 1] Disables input messages from FIC0 May be updated during run_time
627 by the microcode */
628#define CSEM_REG_FIC0_DISABLE 0x200224
629/* [RW 1] Disables input messages from FIC1 May be updated during run_time
630 by the microcode */
631#define CSEM_REG_FIC1_DISABLE 0x200234
632/* [RW 15] Interrupt table Read and write access to it is not possible in
633 the middle of the work */
634#define CSEM_REG_INT_TABLE 0x200400
635/* [ST 24] Statistics register. The number of messages that entered through
636 FIC0 */
637#define CSEM_REG_MSG_NUM_FIC0 0x200000
638/* [ST 24] Statistics register. The number of messages that entered through
639 FIC1 */
640#define CSEM_REG_MSG_NUM_FIC1 0x200004
641/* [ST 24] Statistics register. The number of messages that were sent to
642 FOC0 */
643#define CSEM_REG_MSG_NUM_FOC0 0x200008
644/* [ST 24] Statistics register. The number of messages that were sent to
645 FOC1 */
646#define CSEM_REG_MSG_NUM_FOC1 0x20000c
647/* [ST 24] Statistics register. The number of messages that were sent to
648 FOC2 */
649#define CSEM_REG_MSG_NUM_FOC2 0x200010
650/* [ST 24] Statistics register. The number of messages that were sent to
651 FOC3 */
652#define CSEM_REG_MSG_NUM_FOC3 0x200014
653/* [RW 1] Disables input messages from the passive buffer May be updated
654 during run_time by the microcode */
655#define CSEM_REG_PAS_DISABLE 0x20024c
656/* [WB 128] Debug only. Passive buffer memory */
657#define CSEM_REG_PASSIVE_BUFFER 0x202000
658/* [WB 46] pram memory. B45 is parity; b[44:0] - data. */
659#define CSEM_REG_PRAM 0x240000
660/* [R 16] Valid sleeping threads indication have bit per thread */
661#define CSEM_REG_SLEEP_THREADS_VALID 0x20026c
662/* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */
663#define CSEM_REG_SLOW_EXT_STORE_EMPTY 0x2002a0
664/* [RW 16] List of free threads . There is a bit per thread. */
665#define CSEM_REG_THREADS_LIST 0x2002e4
666/* [RW 3] The arbitration scheme of time_slot 0 */
667#define CSEM_REG_TS_0_AS 0x200038
668/* [RW 3] The arbitration scheme of time_slot 10 */
669#define CSEM_REG_TS_10_AS 0x200060
670/* [RW 3] The arbitration scheme of time_slot 11 */
671#define CSEM_REG_TS_11_AS 0x200064
672/* [RW 3] The arbitration scheme of time_slot 12 */
673#define CSEM_REG_TS_12_AS 0x200068
674/* [RW 3] The arbitration scheme of time_slot 13 */
675#define CSEM_REG_TS_13_AS 0x20006c
676/* [RW 3] The arbitration scheme of time_slot 14 */
677#define CSEM_REG_TS_14_AS 0x200070
678/* [RW 3] The arbitration scheme of time_slot 15 */
679#define CSEM_REG_TS_15_AS 0x200074
680/* [RW 3] The arbitration scheme of time_slot 16 */
681#define CSEM_REG_TS_16_AS 0x200078
682/* [RW 3] The arbitration scheme of time_slot 17 */
683#define CSEM_REG_TS_17_AS 0x20007c
684/* [RW 3] The arbitration scheme of time_slot 18 */
685#define CSEM_REG_TS_18_AS 0x200080
686/* [RW 3] The arbitration scheme of time_slot 1 */
687#define CSEM_REG_TS_1_AS 0x20003c
688/* [RW 3] The arbitration scheme of time_slot 2 */
689#define CSEM_REG_TS_2_AS 0x200040
690/* [RW 3] The arbitration scheme of time_slot 3 */
691#define CSEM_REG_TS_3_AS 0x200044
692/* [RW 3] The arbitration scheme of time_slot 4 */
693#define CSEM_REG_TS_4_AS 0x200048
694/* [RW 3] The arbitration scheme of time_slot 5 */
695#define CSEM_REG_TS_5_AS 0x20004c
696/* [RW 3] The arbitration scheme of time_slot 6 */
697#define CSEM_REG_TS_6_AS 0x200050
698/* [RW 3] The arbitration scheme of time_slot 7 */
699#define CSEM_REG_TS_7_AS 0x200054
700/* [RW 3] The arbitration scheme of time_slot 8 */
701#define CSEM_REG_TS_8_AS 0x200058
702/* [RW 3] The arbitration scheme of time_slot 9 */
703#define CSEM_REG_TS_9_AS 0x20005c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000704/* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64
705 * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */
706#define CSEM_REG_VFPF_ERR_NUM 0x200380
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200707/* [RW 1] Parity mask register #0 read/write */
708#define DBG_REG_DBG_PRTY_MASK 0xc0a8
Eliezer Tamirf1410642008-02-28 11:51:50 -0800709/* [R 1] Parity register #0 read */
710#define DBG_REG_DBG_PRTY_STS 0xc09c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000711/* [RC 1] Parity register #0 read clear */
712#define DBG_REG_DBG_PRTY_STS_CLR 0xc0a0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000713/* [RW 1] When set the DMAE will process the commands as in E1.5. 1.The
714 * function that is used is always SRC-PCI; 2.VF_Valid = 0; 3.VFID=0;
715 * 4.Completion function=0; 5.Error handling=0 */
716#define DMAE_REG_BACKWARD_COMP_EN 0x10207c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200717/* [RW 32] Commands memory. The address to command X; row Y is to calculated
718 as 14*X+Y. */
719#define DMAE_REG_CMD_MEM 0x102400
Eilon Greenstein34f80b02008-06-23 20:33:01 -0700720#define DMAE_REG_CMD_MEM_SIZE 224
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200721/* [RW 1] If 0 - the CRC-16c initial value is all zeroes; if 1 - the CRC-16c
722 initial value is all ones. */
723#define DMAE_REG_CRC16C_INIT 0x10201c
724/* [RW 1] If 0 - the CRC-16 T10 initial value is all zeroes; if 1 - the
725 CRC-16 T10 initial value is all ones. */
726#define DMAE_REG_CRC16T10_INIT 0x102020
727/* [RW 2] Interrupt mask register #0 read/write */
728#define DMAE_REG_DMAE_INT_MASK 0x102054
729/* [RW 4] Parity mask register #0 read/write */
730#define DMAE_REG_DMAE_PRTY_MASK 0x102064
Eliezer Tamirf1410642008-02-28 11:51:50 -0800731/* [R 4] Parity register #0 read */
732#define DMAE_REG_DMAE_PRTY_STS 0x102058
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000733/* [RC 4] Parity register #0 read clear */
734#define DMAE_REG_DMAE_PRTY_STS_CLR 0x10205c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200735/* [RW 1] Command 0 go. */
736#define DMAE_REG_GO_C0 0x102080
737/* [RW 1] Command 1 go. */
738#define DMAE_REG_GO_C1 0x102084
739/* [RW 1] Command 10 go. */
740#define DMAE_REG_GO_C10 0x102088
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200741/* [RW 1] Command 11 go. */
742#define DMAE_REG_GO_C11 0x10208c
743/* [RW 1] Command 12 go. */
744#define DMAE_REG_GO_C12 0x102090
745/* [RW 1] Command 13 go. */
746#define DMAE_REG_GO_C13 0x102094
747/* [RW 1] Command 14 go. */
748#define DMAE_REG_GO_C14 0x102098
749/* [RW 1] Command 15 go. */
750#define DMAE_REG_GO_C15 0x10209c
751/* [RW 1] Command 2 go. */
752#define DMAE_REG_GO_C2 0x1020a0
753/* [RW 1] Command 3 go. */
754#define DMAE_REG_GO_C3 0x1020a4
755/* [RW 1] Command 4 go. */
756#define DMAE_REG_GO_C4 0x1020a8
757/* [RW 1] Command 5 go. */
758#define DMAE_REG_GO_C5 0x1020ac
759/* [RW 1] Command 6 go. */
760#define DMAE_REG_GO_C6 0x1020b0
761/* [RW 1] Command 7 go. */
762#define DMAE_REG_GO_C7 0x1020b4
763/* [RW 1] Command 8 go. */
764#define DMAE_REG_GO_C8 0x1020b8
765/* [RW 1] Command 9 go. */
766#define DMAE_REG_GO_C9 0x1020bc
767/* [RW 1] DMAE GRC Interface (Target; aster) enable. If 0 - the acknowledge
768 input is disregarded; valid is deasserted; all other signals are treated
769 as usual; if 1 - normal activity. */
770#define DMAE_REG_GRC_IFEN 0x102008
771/* [RW 1] DMAE PCI Interface (Request; ead; rite) enable. If 0 - the
772 acknowledge input is disregarded; valid is deasserted; full is asserted;
773 all other signals are treated as usual; if 1 - normal activity. */
774#define DMAE_REG_PCI_IFEN 0x102004
775/* [RW 4] DMAE- PCI Request Interface initial credit. Write writes the
776 initial value to the credit counter; related to the address. Read returns
777 the current value of the counter. */
778#define DMAE_REG_PXP_REQ_INIT_CRD 0x1020c0
779/* [RW 8] Aggregation command. */
780#define DORQ_REG_AGG_CMD0 0x170060
781/* [RW 8] Aggregation command. */
782#define DORQ_REG_AGG_CMD1 0x170064
783/* [RW 8] Aggregation command. */
784#define DORQ_REG_AGG_CMD2 0x170068
785/* [RW 8] Aggregation command. */
786#define DORQ_REG_AGG_CMD3 0x17006c
787/* [RW 28] UCM Header. */
788#define DORQ_REG_CMHEAD_RX 0x170050
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700789/* [RW 32] Doorbell address for RBC doorbells (function 0). */
790#define DORQ_REG_DB_ADDR0 0x17008c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200791/* [RW 5] Interrupt mask register #0 read/write */
792#define DORQ_REG_DORQ_INT_MASK 0x170180
793/* [R 5] Interrupt register #0 read */
794#define DORQ_REG_DORQ_INT_STS 0x170174
795/* [RC 5] Interrupt register #0 read clear */
796#define DORQ_REG_DORQ_INT_STS_CLR 0x170178
797/* [RW 2] Parity mask register #0 read/write */
798#define DORQ_REG_DORQ_PRTY_MASK 0x170190
Eliezer Tamirf1410642008-02-28 11:51:50 -0800799/* [R 2] Parity register #0 read */
800#define DORQ_REG_DORQ_PRTY_STS 0x170184
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000801/* [RC 2] Parity register #0 read clear */
802#define DORQ_REG_DORQ_PRTY_STS_CLR 0x170188
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200803/* [RW 8] The address to write the DPM CID to STORM. */
804#define DORQ_REG_DPM_CID_ADDR 0x170044
805/* [RW 5] The DPM mode CID extraction offset. */
806#define DORQ_REG_DPM_CID_OFST 0x170030
807/* [RW 12] The threshold of the DQ FIFO to send the almost full interrupt. */
808#define DORQ_REG_DQ_FIFO_AFULL_TH 0x17007c
809/* [RW 12] The threshold of the DQ FIFO to send the full interrupt. */
810#define DORQ_REG_DQ_FIFO_FULL_TH 0x170078
811/* [R 13] Current value of the DQ FIFO fill level according to following
812 pointer. The range is 0 - 256 FIFO rows; where each row stands for the
813 doorbell. */
814#define DORQ_REG_DQ_FILL_LVLF 0x1700a4
815/* [R 1] DQ FIFO full status. Is set; when FIFO filling level is more or
816 equal to full threshold; reset on full clear. */
817#define DORQ_REG_DQ_FULL_ST 0x1700c0
818/* [RW 28] The value sent to CM header in the case of CFC load error. */
819#define DORQ_REG_ERR_CMHEAD 0x170058
820#define DORQ_REG_IF_EN 0x170004
821#define DORQ_REG_MODE_ACT 0x170008
822/* [RW 5] The normal mode CID extraction offset. */
823#define DORQ_REG_NORM_CID_OFST 0x17002c
824/* [RW 28] TCM Header when only TCP context is loaded. */
825#define DORQ_REG_NORM_CMHEAD_TX 0x17004c
826/* [RW 3] The number of simultaneous outstanding requests to Context Fetch
827 Interface. */
828#define DORQ_REG_OUTST_REQ 0x17003c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +0300829#define DORQ_REG_PF_USAGE_CNT 0x1701d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200830#define DORQ_REG_REGN 0x170038
831/* [R 4] Current value of response A counter credit. Initial credit is
832 configured through write to ~dorq_registers_rsp_init_crd.rsp_init_crd
833 register. */
834#define DORQ_REG_RSPA_CRD_CNT 0x1700ac
835/* [R 4] Current value of response B counter credit. Initial credit is
836 configured through write to ~dorq_registers_rsp_init_crd.rsp_init_crd
837 register. */
838#define DORQ_REG_RSPB_CRD_CNT 0x1700b0
839/* [RW 4] The initial credit at the Doorbell Response Interface. The write
840 writes the same initial credit to the rspa_crd_cnt and rspb_crd_cnt. The
841 read reads this written value. */
842#define DORQ_REG_RSP_INIT_CRD 0x170048
843/* [RW 4] Initial activity counter value on the load request; when the
844 shortcut is done. */
845#define DORQ_REG_SHRT_ACT_CNT 0x170070
846/* [RW 28] TCM Header when both ULP and TCP context is loaded. */
847#define DORQ_REG_SHRT_CMHEAD 0x170054
848#define HC_CONFIG_0_REG_ATTN_BIT_EN_0 (0x1<<4)
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +0000849#define HC_CONFIG_0_REG_BLOCK_DISABLE_0 (0x1<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200850#define HC_CONFIG_0_REG_INT_LINE_EN_0 (0x1<<3)
Eilon Greenstein8badd272009-02-12 08:36:15 +0000851#define HC_CONFIG_0_REG_MSI_ATTN_EN_0 (0x1<<7)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200852#define HC_CONFIG_0_REG_MSI_MSIX_INT_EN_0 (0x1<<2)
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +0000853#define HC_CONFIG_0_REG_SINGLE_ISR_EN_0 (0x1<<1)
854#define HC_CONFIG_1_REG_BLOCK_DISABLE_1 (0x1<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200855#define HC_REG_AGG_INT_0 0x108050
856#define HC_REG_AGG_INT_1 0x108054
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200857#define HC_REG_ATTN_BIT 0x108120
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200858#define HC_REG_ATTN_IDX 0x108100
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200859#define HC_REG_ATTN_MSG0_ADDR_L 0x108018
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200860#define HC_REG_ATTN_MSG1_ADDR_L 0x108020
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200861#define HC_REG_ATTN_NUM_P0 0x108038
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200862#define HC_REG_ATTN_NUM_P1 0x10803c
Eilon Greenstein5c862842008-08-13 15:51:48 -0700863#define HC_REG_COMMAND_REG 0x108180
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200864#define HC_REG_CONFIG_0 0x108000
865#define HC_REG_CONFIG_1 0x108004
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700866#define HC_REG_FUNC_NUM_P0 0x1080ac
867#define HC_REG_FUNC_NUM_P1 0x1080b0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200868/* [RW 3] Parity mask register #0 read/write */
869#define HC_REG_HC_PRTY_MASK 0x1080a0
Eliezer Tamirf1410642008-02-28 11:51:50 -0800870/* [R 3] Parity register #0 read */
871#define HC_REG_HC_PRTY_STS 0x108094
Vladislav Zolotarovf4a66892010-10-19 05:13:09 +0000872/* [RC 3] Parity register #0 read clear */
873#define HC_REG_HC_PRTY_STS_CLR 0x108098
874#define HC_REG_INT_MASK 0x108108
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200875#define HC_REG_LEADING_EDGE_0 0x108040
876#define HC_REG_LEADING_EDGE_1 0x108048
Vladislav Zolotarovf4a66892010-10-19 05:13:09 +0000877#define HC_REG_MAIN_MEMORY 0x108800
878#define HC_REG_MAIN_MEMORY_SIZE 152
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200879#define HC_REG_P0_PROD_CONS 0x108200
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200880#define HC_REG_P1_PROD_CONS 0x108400
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200881#define HC_REG_PBA_COMMAND 0x108140
882#define HC_REG_PCI_CONFIG_0 0x108010
883#define HC_REG_PCI_CONFIG_1 0x108014
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200884#define HC_REG_STATISTIC_COUNTERS 0x109000
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200885#define HC_REG_TRAILING_EDGE_0 0x108044
886#define HC_REG_TRAILING_EDGE_1 0x10804c
887#define HC_REG_UC_RAM_ADDR_0 0x108028
888#define HC_REG_UC_RAM_ADDR_1 0x108030
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200889#define HC_REG_USTORM_ADDR_FOR_COALESCE 0x108068
890#define HC_REG_VQID_0 0x108008
891#define HC_REG_VQID_1 0x10800c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000892#define IGU_BLOCK_CONFIGURATION_REG_BACKWARD_COMP_EN (0x1<<1)
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +0000893#define IGU_BLOCK_CONFIGURATION_REG_BLOCK_ENABLE (0x1<<0)
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000894#define IGU_REG_ATTENTION_ACK_BITS 0x130108
895/* [R 4] Debug: attn_fsm */
896#define IGU_REG_ATTN_FSM 0x130054
897#define IGU_REG_ATTN_MSG_ADDR_H 0x13011c
898#define IGU_REG_ATTN_MSG_ADDR_L 0x130120
899/* [R 4] Debug: [3] - attention write done message is pending (0-no pending;
900 * 1-pending). [2:0] = PFID. Pending means attention message was sent; but
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300901 * write done didn't receive. */
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000902#define IGU_REG_ATTN_WRITE_DONE_PENDING 0x130030
903#define IGU_REG_BLOCK_CONFIGURATION 0x130000
904#define IGU_REG_COMMAND_REG_32LSB_DATA 0x130124
905#define IGU_REG_COMMAND_REG_CTRL 0x13012c
906/* [WB_R 32] Cleanup bit status per SB. 1 = cleanup is set. 0 = cleanup bit
907 * is clear. The bits in this registers are set and clear via the producer
908 * command. Data valid only in addresses 0-4. all the rest are zero. */
909#define IGU_REG_CSTORM_TYPE_0_SB_CLEANUP 0x130200
910/* [R 5] Debug: ctrl_fsm */
911#define IGU_REG_CTRL_FSM 0x130064
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300912/* [R 1] data available for error memory. If this bit is clear do not red
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000913 * from error_handling_memory. */
914#define IGU_REG_ERROR_HANDLING_DATA_VALID 0x130130
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000915/* [RW 11] Parity mask register #0 read/write */
916#define IGU_REG_IGU_PRTY_MASK 0x1300a8
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000917/* [R 11] Parity register #0 read */
918#define IGU_REG_IGU_PRTY_STS 0x13009c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000919/* [RC 11] Parity register #0 read clear */
920#define IGU_REG_IGU_PRTY_STS_CLR 0x1300a0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000921/* [R 4] Debug: int_handle_fsm */
922#define IGU_REG_INT_HANDLE_FSM 0x130050
923#define IGU_REG_LEADING_EDGE_LATCH 0x130134
924/* [RW 14] mapping CAM; relevant for E2 operating mode only. [0] - valid.
925 * [6:1] - vector number; [13:7] - FID (if VF - [13] = 0; [12:7] = VF
926 * number; if PF - [13] = 1; [12:10] = 0; [9:7] = PF number); */
927#define IGU_REG_MAPPING_MEMORY 0x131000
928#define IGU_REG_MAPPING_MEMORY_SIZE 136
929#define IGU_REG_PBA_STATUS_LSB 0x130138
930#define IGU_REG_PBA_STATUS_MSB 0x13013c
931#define IGU_REG_PCI_PF_MSI_EN 0x130140
932#define IGU_REG_PCI_PF_MSIX_EN 0x130144
933#define IGU_REG_PCI_PF_MSIX_FUNC_MASK 0x130148
934/* [WB_R 32] Each bit represent the pending bits status for that SB. 0 = no
935 * pending; 1 = pending. Pendings means interrupt was asserted; and write
936 * done was not received. Data valid only in addresses 0-4. all the rest are
937 * zero. */
938#define IGU_REG_PENDING_BITS_STATUS 0x130300
939#define IGU_REG_PF_CONFIGURATION 0x130154
940/* [RW 20] producers only. E2 mode: address 0-135 match to the mapping
941 * memory; 136 - PF0 default prod; 137 PF1 default prod; 138 - PF2 default
942 * prod; 139 PF3 default prod; 140 - PF0 - ATTN prod; 141 - PF1 - ATTN prod;
943 * 142 - PF2 - ATTN prod; 143 - PF3 - ATTN prod; 144-147 reserved. E1.5 mode
944 * - In backward compatible mode; for non default SB; each even line in the
945 * memory holds the U producer and each odd line hold the C producer. The
946 * first 128 producer are for NDSB (PF0 - 0-31; PF1 - 32-63 and so on). The
947 * last 20 producers are for the DSB for each PF. each PF has five segments
948 * (the order inside each segment is PF0; PF1; PF2; PF3) - 128-131 U prods;
949 * 132-135 C prods; 136-139 X prods; 140-143 T prods; 144-147 ATTN prods; */
950#define IGU_REG_PROD_CONS_MEMORY 0x132000
951/* [R 3] Debug: pxp_arb_fsm */
952#define IGU_REG_PXP_ARB_FSM 0x130068
953/* [RW 6] Write one for each bit will reset the appropriate memory. When the
954 * memory reset finished the appropriate bit will be clear. Bit 0 - mapping
955 * memory; Bit 1 - SB memory; Bit 2 - SB interrupt and mask register; Bit 3
956 * - MSIX memory; Bit 4 - PBA memory; Bit 5 - statistics; */
957#define IGU_REG_RESET_MEMORIES 0x130158
958/* [R 4] Debug: sb_ctrl_fsm */
959#define IGU_REG_SB_CTRL_FSM 0x13004c
960#define IGU_REG_SB_INT_BEFORE_MASK_LSB 0x13015c
961#define IGU_REG_SB_INT_BEFORE_MASK_MSB 0x130160
962#define IGU_REG_SB_MASK_LSB 0x130164
963#define IGU_REG_SB_MASK_MSB 0x130168
964/* [RW 16] Number of command that were dropped without causing an interrupt
965 * due to: read access for WO BAR address; or write access for RO BAR
966 * address or any access for reserved address or PCI function error is set
967 * and address is not MSIX; PBA or cleanup */
968#define IGU_REG_SILENT_DROP 0x13016c
969/* [RW 10] Number of MSI/MSIX/ATTN messages sent for the function: 0-63 -
970 * number of MSIX messages per VF; 64-67 - number of MSI/MSIX messages per
971 * PF; 68-71 number of ATTN messages per PF */
972#define IGU_REG_STATISTIC_NUM_MESSAGE_SENT 0x130800
973/* [RW 32] Number of cycles the timer mask masking the IGU interrupt when a
974 * timer mask command arrives. Value must be bigger than 100. */
975#define IGU_REG_TIMER_MASKING_VALUE 0x13003c
976#define IGU_REG_TRAILING_EDGE_LATCH 0x130104
977#define IGU_REG_VF_CONFIGURATION 0x130170
978/* [WB_R 32] Each bit represent write done pending bits status for that SB
979 * (MSI/MSIX message was sent and write done was not received yet). 0 =
980 * clear; 1 = set. Data valid only in addresses 0-4. all the rest are zero. */
981#define IGU_REG_WRITE_DONE_PENDING 0x130480
982#define MCP_A_REG_MCPR_SCRATCH 0x3a0000
Dmitry Kravkov7a25cc72011-06-14 01:33:25 +0000983#define MCP_REG_MCPR_CPU_PROGRAM_COUNTER 0x8501c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200984#define MCP_REG_MCPR_NVM_ACCESS_ENABLE 0x86424
985#define MCP_REG_MCPR_NVM_ADDR 0x8640c
986#define MCP_REG_MCPR_NVM_CFG4 0x8642c
987#define MCP_REG_MCPR_NVM_COMMAND 0x86400
988#define MCP_REG_MCPR_NVM_READ 0x86410
989#define MCP_REG_MCPR_NVM_SW_ARB 0x86420
990#define MCP_REG_MCPR_NVM_WRITE 0x86408
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200991#define MCP_REG_MCPR_SCRATCH 0xa0000
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +0000992#define MISC_AEU_GENERAL_MASK_REG_AEU_NIG_CLOSE_MASK (0x1<<1)
993#define MISC_AEU_GENERAL_MASK_REG_AEU_PXP_CLOSE_MASK (0x1<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200994/* [R 32] read first 32 bit after inversion of function 0. mapped as
995 follows: [0] NIG attention for function0; [1] NIG attention for
996 function1; [2] GPIO1 mcp; [3] GPIO2 mcp; [4] GPIO3 mcp; [5] GPIO4 mcp;
997 [6] GPIO1 function 1; [7] GPIO2 function 1; [8] GPIO3 function 1; [9]
998 GPIO4 function 1; [10] PCIE glue/PXP VPD event function0; [11] PCIE
999 glue/PXP VPD event function1; [12] PCIE glue/PXP Expansion ROM event0;
1000 [13] PCIE glue/PXP Expansion ROM event1; [14] SPIO4; [15] SPIO5; [16]
1001 MSI/X indication for mcp; [17] MSI/X indication for function 1; [18] BRB
1002 Parity error; [19] BRB Hw interrupt; [20] PRS Parity error; [21] PRS Hw
1003 interrupt; [22] SRC Parity error; [23] SRC Hw interrupt; [24] TSDM Parity
1004 error; [25] TSDM Hw interrupt; [26] TCM Parity error; [27] TCM Hw
1005 interrupt; [28] TSEMI Parity error; [29] TSEMI Hw interrupt; [30] PBF
1006 Parity error; [31] PBF Hw interrupt; */
1007#define MISC_REG_AEU_AFTER_INVERT_1_FUNC_0 0xa42c
1008#define MISC_REG_AEU_AFTER_INVERT_1_FUNC_1 0xa430
1009/* [R 32] read first 32 bit after inversion of mcp. mapped as follows: [0]
1010 NIG attention for function0; [1] NIG attention for function1; [2] GPIO1
1011 mcp; [3] GPIO2 mcp; [4] GPIO3 mcp; [5] GPIO4 mcp; [6] GPIO1 function 1;
1012 [7] GPIO2 function 1; [8] GPIO3 function 1; [9] GPIO4 function 1; [10]
1013 PCIE glue/PXP VPD event function0; [11] PCIE glue/PXP VPD event
1014 function1; [12] PCIE glue/PXP Expansion ROM event0; [13] PCIE glue/PXP
1015 Expansion ROM event1; [14] SPIO4; [15] SPIO5; [16] MSI/X indication for
1016 mcp; [17] MSI/X indication for function 1; [18] BRB Parity error; [19]
1017 BRB Hw interrupt; [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC
1018 Parity error; [23] SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw
1019 interrupt; [26] TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI
1020 Parity error; [29] TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw
1021 interrupt; */
1022#define MISC_REG_AEU_AFTER_INVERT_1_MCP 0xa434
1023/* [R 32] read second 32 bit after inversion of function 0. mapped as
1024 follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM
1025 Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw
1026 interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity
1027 error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw
1028 interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14]
1029 NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error;
1030 [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw
1031 interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM
1032 Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI
1033 Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM
1034 Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw
1035 interrupt; */
1036#define MISC_REG_AEU_AFTER_INVERT_2_FUNC_0 0xa438
1037#define MISC_REG_AEU_AFTER_INVERT_2_FUNC_1 0xa43c
1038/* [R 32] read second 32 bit after inversion of mcp. mapped as follows: [0]
1039 PBClient Parity error; [1] PBClient Hw interrupt; [2] QM Parity error;
1040 [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw interrupt;
1041 [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity error; [9]
1042 XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw interrupt; [12]
1043 DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14] NIG Parity
1044 error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error; [17] Vaux
1045 PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw interrupt;
1046 [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM Parity error;
1047 [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI Hw interrupt;
1048 [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM Parity error;
1049 [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw interrupt; */
1050#define MISC_REG_AEU_AFTER_INVERT_2_MCP 0xa440
1051/* [R 32] read third 32 bit after inversion of function 0. mapped as
1052 follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP Parity
1053 error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error; [5]
1054 PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw
1055 interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity
1056 error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC)
1057 Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16]
1058 pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20]
1059 MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23]
1060 SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW
1061 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3
1062 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General
1063 attn1; */
1064#define MISC_REG_AEU_AFTER_INVERT_3_FUNC_0 0xa444
1065#define MISC_REG_AEU_AFTER_INVERT_3_FUNC_1 0xa448
1066/* [R 32] read third 32 bit after inversion of mcp. mapped as follows: [0]
1067 CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP Parity error; [3] PXP
1068 Hw interrupt; [4] PXPpciClockClient Parity error; [5] PXPpciClockClient
1069 Hw interrupt; [6] CFC Parity error; [7] CFC Hw interrupt; [8] CDU Parity
1070 error; [9] CDU Hw interrupt; [10] DMAE Parity error; [11] DMAE Hw
1071 interrupt; [12] IGU (HC) Parity error; [13] IGU (HC) Hw interrupt; [14]
1072 MISC Parity error; [15] MISC Hw interrupt; [16] pxp_misc_mps_attn; [17]
1073 Flash event; [18] SMB event; [19] MCP attn0; [20] MCP attn1; [21] SW
1074 timers attn_1 func0; [22] SW timers attn_2 func0; [23] SW timers attn_3
1075 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW timers attn_1
1076 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 func1; [29] SW
1077 timers attn_4 func1; [30] General attn0; [31] General attn1; */
1078#define MISC_REG_AEU_AFTER_INVERT_3_MCP 0xa44c
1079/* [R 32] read fourth 32 bit after inversion of function 0. mapped as
1080 follows: [0] General attn2; [1] General attn3; [2] General attn4; [3]
1081 General attn5; [4] General attn6; [5] General attn7; [6] General attn8;
1082 [7] General attn9; [8] General attn10; [9] General attn11; [10] General
1083 attn12; [11] General attn13; [12] General attn14; [13] General attn15;
1084 [14] General attn16; [15] General attn17; [16] General attn18; [17]
1085 General attn19; [18] General attn20; [19] General attn21; [20] Main power
1086 interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN
1087 Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC
1088 Latched timeout attention; [27] GRC Latched reserved access attention;
1089 [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP
1090 Latched ump_tx_parity; [31] MCP Latched scpad_parity; */
1091#define MISC_REG_AEU_AFTER_INVERT_4_FUNC_0 0xa450
1092#define MISC_REG_AEU_AFTER_INVERT_4_FUNC_1 0xa454
1093/* [R 32] read fourth 32 bit after inversion of mcp. mapped as follows: [0]
1094 General attn2; [1] General attn3; [2] General attn4; [3] General attn5;
1095 [4] General attn6; [5] General attn7; [6] General attn8; [7] General
1096 attn9; [8] General attn10; [9] General attn11; [10] General attn12; [11]
1097 General attn13; [12] General attn14; [13] General attn15; [14] General
1098 attn16; [15] General attn17; [16] General attn18; [17] General attn19;
1099 [18] General attn20; [19] General attn21; [20] Main power interrupt; [21]
1100 RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN Latched attn; [24]
1101 RBCU Latched attn; [25] RBCP Latched attn; [26] GRC Latched timeout
1102 attention; [27] GRC Latched reserved access attention; [28] MCP Latched
1103 rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP Latched
1104 ump_tx_parity; [31] MCP Latched scpad_parity; */
1105#define MISC_REG_AEU_AFTER_INVERT_4_MCP 0xa458
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00001106/* [R 32] Read fifth 32 bit after inversion of function 0. Mapped as
1107 * follows: [0] PGLUE config_space; [1] PGLUE misc_flr; [2] PGLUE B RBC
1108 * attention [3] PGLUE B RBC parity; [4] ATC attention; [5] ATC parity; [6]
1109 * CNIG attention (reserved); [7] CNIG parity (reserved); [31-8] Reserved; */
1110#define MISC_REG_AEU_AFTER_INVERT_5_FUNC_0 0xa700
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001111/* [W 14] write to this register results with the clear of the latched
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001112 signals; one in d0 clears RBCR latch; one in d1 clears RBCT latch; one in
1113 d2 clears RBCN latch; one in d3 clears RBCU latch; one in d4 clears RBCP
1114 latch; one in d5 clears GRC Latched timeout attention; one in d6 clears
1115 GRC Latched reserved access attention; one in d7 clears Latched
1116 rom_parity; one in d8 clears Latched ump_rx_parity; one in d9 clears
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001117 Latched ump_tx_parity; one in d10 clears Latched scpad_parity (both
1118 ports); one in d11 clears pxpv_misc_mps_attn; one in d12 clears
1119 pxp_misc_exp_rom_attn0; one in d13 clears pxp_misc_exp_rom_attn1; read
1120 from this register return zero */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001121#define MISC_REG_AEU_CLR_LATCH_SIGNAL 0xa45c
1122/* [RW 32] first 32b for enabling the output for function 0 output0. mapped
1123 as follows: [0] NIG attention for function0; [1] NIG attention for
1124 function1; [2] GPIO1 function 0; [3] GPIO2 function 0; [4] GPIO3 function
1125 0; [5] GPIO4 function 0; [6] GPIO1 function 1; [7] GPIO2 function 1; [8]
1126 GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event
1127 function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP
1128 Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14]
1129 SPIO4; [15] SPIO5; [16] MSI/X indication for function 0; [17] MSI/X
1130 indication for function 1; [18] BRB Parity error; [19] BRB Hw interrupt;
1131 [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23]
1132 SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26]
1133 TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29]
1134 TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */
1135#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_0 0xa06c
1136#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_1 0xa07c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001137#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_2 0xa08c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001138#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_3 0xa09c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001139#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_5 0xa0bc
1140#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_6 0xa0cc
1141#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_7 0xa0dc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001142/* [RW 32] first 32b for enabling the output for function 1 output0. mapped
1143 as follows: [0] NIG attention for function0; [1] NIG attention for
1144 function1; [2] GPIO1 function 1; [3] GPIO2 function 1; [4] GPIO3 function
1145 1; [5] GPIO4 function 1; [6] GPIO1 function 1; [7] GPIO2 function 1; [8]
1146 GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event
1147 function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP
1148 Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14]
1149 SPIO4; [15] SPIO5; [16] MSI/X indication for function 1; [17] MSI/X
1150 indication for function 1; [18] BRB Parity error; [19] BRB Hw interrupt;
1151 [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23]
1152 SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26]
1153 TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29]
1154 TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */
1155#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_0 0xa10c
1156#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_1 0xa11c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001157#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_2 0xa12c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001158#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_3 0xa13c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001159#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_5 0xa15c
1160#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_6 0xa16c
1161#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_7 0xa17c
1162/* [RW 32] first 32b for enabling the output for close the gate nig. mapped
1163 as follows: [0] NIG attention for function0; [1] NIG attention for
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001164 function1; [2] GPIO1 function 0; [3] GPIO2 function 0; [4] GPIO3 function
1165 0; [5] GPIO4 function 0; [6] GPIO1 function 1; [7] GPIO2 function 1; [8]
1166 GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event
1167 function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP
1168 Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14]
1169 SPIO4; [15] SPIO5; [16] MSI/X indication for function 0; [17] MSI/X
1170 indication for function 1; [18] BRB Parity error; [19] BRB Hw interrupt;
1171 [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23]
1172 SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26]
1173 TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29]
1174 TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */
1175#define MISC_REG_AEU_ENABLE1_NIG_0 0xa0ec
1176#define MISC_REG_AEU_ENABLE1_NIG_1 0xa18c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001177/* [RW 32] first 32b for enabling the output for close the gate pxp. mapped
1178 as follows: [0] NIG attention for function0; [1] NIG attention for
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001179 function1; [2] GPIO1 function 0; [3] GPIO2 function 0; [4] GPIO3 function
1180 0; [5] GPIO4 function 0; [6] GPIO1 function 1; [7] GPIO2 function 1; [8]
1181 GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event
1182 function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP
1183 Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14]
1184 SPIO4; [15] SPIO5; [16] MSI/X indication for function 0; [17] MSI/X
1185 indication for function 1; [18] BRB Parity error; [19] BRB Hw interrupt;
1186 [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23]
1187 SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26]
1188 TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29]
1189 TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */
1190#define MISC_REG_AEU_ENABLE1_PXP_0 0xa0fc
1191#define MISC_REG_AEU_ENABLE1_PXP_1 0xa19c
1192/* [RW 32] second 32b for enabling the output for function 0 output0. mapped
1193 as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM
1194 Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw
1195 interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity
1196 error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw
1197 interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14]
1198 NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error;
1199 [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw
1200 interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM
1201 Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI
1202 Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM
1203 Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw
1204 interrupt; */
1205#define MISC_REG_AEU_ENABLE2_FUNC_0_OUT_0 0xa070
1206#define MISC_REG_AEU_ENABLE2_FUNC_0_OUT_1 0xa080
1207/* [RW 32] second 32b for enabling the output for function 1 output0. mapped
1208 as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM
1209 Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw
1210 interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity
1211 error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw
1212 interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14]
1213 NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error;
1214 [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw
1215 interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM
1216 Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI
1217 Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM
1218 Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw
1219 interrupt; */
1220#define MISC_REG_AEU_ENABLE2_FUNC_1_OUT_0 0xa110
1221#define MISC_REG_AEU_ENABLE2_FUNC_1_OUT_1 0xa120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001222/* [RW 32] second 32b for enabling the output for close the gate nig. mapped
1223 as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM
1224 Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw
1225 interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity
1226 error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw
1227 interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14]
1228 NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error;
1229 [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw
1230 interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM
1231 Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI
1232 Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM
1233 Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw
1234 interrupt; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001235#define MISC_REG_AEU_ENABLE2_NIG_0 0xa0f0
1236#define MISC_REG_AEU_ENABLE2_NIG_1 0xa190
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001237/* [RW 32] second 32b for enabling the output for close the gate pxp. mapped
1238 as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM
1239 Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw
1240 interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity
1241 error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw
1242 interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14]
1243 NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error;
1244 [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw
1245 interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM
1246 Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI
1247 Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM
1248 Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw
1249 interrupt; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001250#define MISC_REG_AEU_ENABLE2_PXP_0 0xa100
1251#define MISC_REG_AEU_ENABLE2_PXP_1 0xa1a0
1252/* [RW 32] third 32b for enabling the output for function 0 output0. mapped
1253 as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP
1254 Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error;
1255 [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw
1256 interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity
1257 error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC)
1258 Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16]
1259 pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20]
1260 MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23]
1261 SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW
1262 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3
1263 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General
1264 attn1; */
1265#define MISC_REG_AEU_ENABLE3_FUNC_0_OUT_0 0xa074
1266#define MISC_REG_AEU_ENABLE3_FUNC_0_OUT_1 0xa084
1267/* [RW 32] third 32b for enabling the output for function 1 output0. mapped
1268 as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP
1269 Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error;
1270 [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw
1271 interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity
1272 error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC)
1273 Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16]
1274 pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20]
1275 MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23]
1276 SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW
1277 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3
1278 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General
1279 attn1; */
1280#define MISC_REG_AEU_ENABLE3_FUNC_1_OUT_0 0xa114
1281#define MISC_REG_AEU_ENABLE3_FUNC_1_OUT_1 0xa124
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001282/* [RW 32] third 32b for enabling the output for close the gate nig. mapped
1283 as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP
1284 Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error;
1285 [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw
1286 interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity
1287 error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC)
1288 Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16]
1289 pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20]
1290 MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23]
1291 SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW
1292 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3
1293 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General
1294 attn1; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001295#define MISC_REG_AEU_ENABLE3_NIG_0 0xa0f4
1296#define MISC_REG_AEU_ENABLE3_NIG_1 0xa194
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001297/* [RW 32] third 32b for enabling the output for close the gate pxp. mapped
1298 as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP
1299 Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error;
1300 [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw
1301 interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity
1302 error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC)
1303 Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16]
1304 pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20]
1305 MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23]
1306 SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW
1307 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3
1308 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General
1309 attn1; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001310#define MISC_REG_AEU_ENABLE3_PXP_0 0xa104
1311#define MISC_REG_AEU_ENABLE3_PXP_1 0xa1a4
1312/* [RW 32] fourth 32b for enabling the output for function 0 output0.mapped
1313 as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3]
1314 General attn5; [4] General attn6; [5] General attn7; [6] General attn8;
1315 [7] General attn9; [8] General attn10; [9] General attn11; [10] General
1316 attn12; [11] General attn13; [12] General attn14; [13] General attn15;
1317 [14] General attn16; [15] General attn17; [16] General attn18; [17]
1318 General attn19; [18] General attn20; [19] General attn21; [20] Main power
1319 interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN
1320 Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC
1321 Latched timeout attention; [27] GRC Latched reserved access attention;
1322 [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP
1323 Latched ump_tx_parity; [31] MCP Latched scpad_parity; */
1324#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_0 0xa078
1325#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_2 0xa098
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001326#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_4 0xa0b8
1327#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_5 0xa0c8
1328#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_6 0xa0d8
1329#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_7 0xa0e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001330/* [RW 32] fourth 32b for enabling the output for function 1 output0.mapped
1331 as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3]
1332 General attn5; [4] General attn6; [5] General attn7; [6] General attn8;
1333 [7] General attn9; [8] General attn10; [9] General attn11; [10] General
1334 attn12; [11] General attn13; [12] General attn14; [13] General attn15;
1335 [14] General attn16; [15] General attn17; [16] General attn18; [17]
1336 General attn19; [18] General attn20; [19] General attn21; [20] Main power
1337 interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN
1338 Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC
1339 Latched timeout attention; [27] GRC Latched reserved access attention;
1340 [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP
1341 Latched ump_tx_parity; [31] MCP Latched scpad_parity; */
1342#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_0 0xa118
1343#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_2 0xa138
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001344#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_4 0xa158
1345#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_5 0xa168
1346#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_6 0xa178
1347#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_7 0xa188
1348/* [RW 32] fourth 32b for enabling the output for close the gate nig.mapped
1349 as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3]
1350 General attn5; [4] General attn6; [5] General attn7; [6] General attn8;
1351 [7] General attn9; [8] General attn10; [9] General attn11; [10] General
1352 attn12; [11] General attn13; [12] General attn14; [13] General attn15;
1353 [14] General attn16; [15] General attn17; [16] General attn18; [17]
1354 General attn19; [18] General attn20; [19] General attn21; [20] Main power
1355 interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN
1356 Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC
1357 Latched timeout attention; [27] GRC Latched reserved access attention;
1358 [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP
1359 Latched ump_tx_parity; [31] MCP Latched scpad_parity; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001360#define MISC_REG_AEU_ENABLE4_NIG_0 0xa0f8
1361#define MISC_REG_AEU_ENABLE4_NIG_1 0xa198
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001362/* [RW 32] fourth 32b for enabling the output for close the gate pxp.mapped
1363 as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3]
1364 General attn5; [4] General attn6; [5] General attn7; [6] General attn8;
1365 [7] General attn9; [8] General attn10; [9] General attn11; [10] General
1366 attn12; [11] General attn13; [12] General attn14; [13] General attn15;
1367 [14] General attn16; [15] General attn17; [16] General attn18; [17]
1368 General attn19; [18] General attn20; [19] General attn21; [20] Main power
1369 interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN
1370 Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC
1371 Latched timeout attention; [27] GRC Latched reserved access attention;
1372 [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP
1373 Latched ump_tx_parity; [31] MCP Latched scpad_parity; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001374#define MISC_REG_AEU_ENABLE4_PXP_0 0xa108
1375#define MISC_REG_AEU_ENABLE4_PXP_1 0xa1a8
1376/* [RW 1] set/clr general attention 0; this will set/clr bit 94 in the aeu
1377 128 bit vector */
1378#define MISC_REG_AEU_GENERAL_ATTN_0 0xa000
1379#define MISC_REG_AEU_GENERAL_ATTN_1 0xa004
1380#define MISC_REG_AEU_GENERAL_ATTN_10 0xa028
1381#define MISC_REG_AEU_GENERAL_ATTN_11 0xa02c
1382#define MISC_REG_AEU_GENERAL_ATTN_12 0xa030
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001383#define MISC_REG_AEU_GENERAL_ATTN_2 0xa008
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001384#define MISC_REG_AEU_GENERAL_ATTN_3 0xa00c
1385#define MISC_REG_AEU_GENERAL_ATTN_4 0xa010
1386#define MISC_REG_AEU_GENERAL_ATTN_5 0xa014
1387#define MISC_REG_AEU_GENERAL_ATTN_6 0xa018
Eliezer Tamirf1410642008-02-28 11:51:50 -08001388#define MISC_REG_AEU_GENERAL_ATTN_7 0xa01c
1389#define MISC_REG_AEU_GENERAL_ATTN_8 0xa020
1390#define MISC_REG_AEU_GENERAL_ATTN_9 0xa024
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001391#define MISC_REG_AEU_GENERAL_MASK 0xa61c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001392/* [RW 32] first 32b for inverting the input for function 0; for each bit:
1393 0= do not invert; 1= invert; mapped as follows: [0] NIG attention for
1394 function0; [1] NIG attention for function1; [2] GPIO1 mcp; [3] GPIO2 mcp;
1395 [4] GPIO3 mcp; [5] GPIO4 mcp; [6] GPIO1 function 1; [7] GPIO2 function 1;
1396 [8] GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event
1397 function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP
1398 Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14]
1399 SPIO4; [15] SPIO5; [16] MSI/X indication for mcp; [17] MSI/X indication
1400 for function 1; [18] BRB Parity error; [19] BRB Hw interrupt; [20] PRS
1401 Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] SRC Hw
1402 interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26] TCM
1403 Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29] TSEMI
1404 Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */
1405#define MISC_REG_AEU_INVERTER_1_FUNC_0 0xa22c
1406#define MISC_REG_AEU_INVERTER_1_FUNC_1 0xa23c
1407/* [RW 32] second 32b for inverting the input for function 0; for each bit:
1408 0= do not invert; 1= invert. mapped as follows: [0] PBClient Parity
1409 error; [1] PBClient Hw interrupt; [2] QM Parity error; [3] QM Hw
1410 interrupt; [4] Timers Parity error; [5] Timers Hw interrupt; [6] XSDM
1411 Parity error; [7] XSDM Hw interrupt; [8] XCM Parity error; [9] XCM Hw
1412 interrupt; [10] XSEMI Parity error; [11] XSEMI Hw interrupt; [12]
1413 DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14] NIG Parity
1414 error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error; [17] Vaux
1415 PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw interrupt;
1416 [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM Parity error;
1417 [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI Hw interrupt;
1418 [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM Parity error;
1419 [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw interrupt; */
1420#define MISC_REG_AEU_INVERTER_2_FUNC_0 0xa230
1421#define MISC_REG_AEU_INVERTER_2_FUNC_1 0xa240
1422/* [RW 10] [7:0] = mask 8 attention output signals toward IGU function0;
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001423 [9:8] = raserved. Zero = mask; one = unmask */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001424#define MISC_REG_AEU_MASK_ATTN_FUNC_0 0xa060
1425#define MISC_REG_AEU_MASK_ATTN_FUNC_1 0xa064
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001426/* [RW 1] If set a system kill occurred */
1427#define MISC_REG_AEU_SYS_KILL_OCCURRED 0xa610
1428/* [RW 32] Represent the status of the input vector to the AEU when a system
1429 kill occurred. The register is reset in por reset. Mapped as follows: [0]
1430 NIG attention for function0; [1] NIG attention for function1; [2] GPIO1
1431 mcp; [3] GPIO2 mcp; [4] GPIO3 mcp; [5] GPIO4 mcp; [6] GPIO1 function 1;
1432 [7] GPIO2 function 1; [8] GPIO3 function 1; [9] GPIO4 function 1; [10]
1433 PCIE glue/PXP VPD event function0; [11] PCIE glue/PXP VPD event
1434 function1; [12] PCIE glue/PXP Expansion ROM event0; [13] PCIE glue/PXP
1435 Expansion ROM event1; [14] SPIO4; [15] SPIO5; [16] MSI/X indication for
1436 mcp; [17] MSI/X indication for function 1; [18] BRB Parity error; [19]
1437 BRB Hw interrupt; [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC
1438 Parity error; [23] SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw
1439 interrupt; [26] TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI
1440 Parity error; [29] TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw
1441 interrupt; */
1442#define MISC_REG_AEU_SYS_KILL_STATUS_0 0xa600
1443#define MISC_REG_AEU_SYS_KILL_STATUS_1 0xa604
1444#define MISC_REG_AEU_SYS_KILL_STATUS_2 0xa608
1445#define MISC_REG_AEU_SYS_KILL_STATUS_3 0xa60c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001446/* [R 4] This field indicates the type of the device. '0' - 2 Ports; '1' - 1
1447 Port. */
1448#define MISC_REG_BOND_ID 0xa400
1449/* [R 8] These bits indicate the metal revision of the chip. This value
1450 starts at 0x00 for each all-layer tape-out and increments by one for each
1451 tape-out. */
1452#define MISC_REG_CHIP_METAL 0xa404
1453/* [R 16] These bits indicate the part number for the chip. */
1454#define MISC_REG_CHIP_NUM 0xa408
1455/* [R 4] These bits indicate the base revision of the chip. This value
1456 starts at 0x0 for the A0 tape-out and increments by one for each
1457 all-layer tape-out. */
1458#define MISC_REG_CHIP_REV 0xa40c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001459/* [RW 32] The following driver registers(1...16) represent 16 drivers and
1460 32 clients. Each client can be controlled by one driver only. One in each
1461 bit represent that this driver control the appropriate client (Ex: bit 5
1462 is set means this driver control client number 5). addr1 = set; addr0 =
1463 clear; read from both addresses will give the same result = status. write
1464 to address 1 will set a request to control all the clients that their
1465 appropriate bit (in the write command) is set. if the client is free (the
1466 appropriate bit in all the other drivers is clear) one will be written to
1467 that driver register; if the client isn't free the bit will remain zero.
1468 if the appropriate bit is set (the driver request to gain control on a
1469 client it already controls the ~MISC_REGISTERS_INT_STS.GENERIC_SW
1470 interrupt will be asserted). write to address 0 will set a request to
1471 free all the clients that their appropriate bit (in the write command) is
1472 set. if the appropriate bit is clear (the driver request to free a client
1473 it doesn't controls the ~MISC_REGISTERS_INT_STS.GENERIC_SW interrupt will
1474 be asserted). */
Eliezer Tamirf1410642008-02-28 11:51:50 -08001475#define MISC_REG_DRIVER_CONTROL_1 0xa510
Yitchak Gertner4a37fb62008-08-13 15:50:23 -07001476#define MISC_REG_DRIVER_CONTROL_7 0xa3c8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001477/* [RW 1] e1hmf for WOL. If clr WOL signal o the PXP will be send on bit 0
1478 only. */
1479#define MISC_REG_E1HMF_MODE 0xa5f8
Eilon Greensteinca003922009-08-12 22:53:28 -07001480/* [RW 32] Debug only: spare RW register reset by core reset */
1481#define MISC_REG_GENERIC_CR_0 0xa460
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00001482#define MISC_REG_GENERIC_CR_1 0xa464
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00001483/* [RW 32] Debug only: spare RW register reset by por reset */
1484#define MISC_REG_GENERIC_POR_1 0xa474
Eliezer Tamirf1410642008-02-28 11:51:50 -08001485/* [RW 32] GPIO. [31-28] FLOAT port 0; [27-24] FLOAT port 0; When any of
1486 these bits is written as a '1'; the corresponding SPIO bit will turn off
1487 it's drivers and become an input. This is the reset state of all GPIO
1488 pins. The read value of these bits will be a '1' if that last command
1489 (#SET; #CLR; or #FLOAT) for this bit was a #FLOAT. (reset value 0xff).
1490 [23-20] CLR port 1; 19-16] CLR port 0; When any of these bits is written
1491 as a '1'; the corresponding GPIO bit will drive low. The read value of
1492 these bits will be a '1' if that last command (#SET; #CLR; or #FLOAT) for
1493 this bit was a #CLR. (reset value 0). [15-12] SET port 1; 11-8] port 0;
1494 SET When any of these bits is written as a '1'; the corresponding GPIO
1495 bit will drive high (if it has that capability). The read value of these
1496 bits will be a '1' if that last command (#SET; #CLR; or #FLOAT) for this
1497 bit was a #SET. (reset value 0). [7-4] VALUE port 1; [3-0] VALUE port 0;
1498 RO; These bits indicate the read value of each of the eight GPIO pins.
1499 This is the result value of the pin; not the drive value. Writing these
1500 bits will have not effect. */
1501#define MISC_REG_GPIO 0xa490
Eilon Greenstein4acac6a2009-02-12 08:36:52 +00001502/* [RW 8] These bits enable the GPIO_INTs to signals event to the
1503 IGU/MCP.according to the following map: [0] p0_gpio_0; [1] p0_gpio_1; [2]
1504 p0_gpio_2; [3] p0_gpio_3; [4] p1_gpio_0; [5] p1_gpio_1; [6] p1_gpio_2;
1505 [7] p1_gpio_3; */
1506#define MISC_REG_GPIO_EVENT_EN 0xa2bc
1507/* [RW 32] GPIO INT. [31-28] OLD_CLR port1; [27-24] OLD_CLR port0; Writing a
1508 '1' to these bit clears the corresponding bit in the #OLD_VALUE register.
1509 This will acknowledge an interrupt on the falling edge of corresponding
1510 GPIO input (reset value 0). [23-16] OLD_SET [23-16] port1; OLD_SET port0;
1511 Writing a '1' to these bit sets the corresponding bit in the #OLD_VALUE
1512 register. This will acknowledge an interrupt on the rising edge of
1513 corresponding SPIO input (reset value 0). [15-12] OLD_VALUE [11-8] port1;
1514 OLD_VALUE port0; RO; These bits indicate the old value of the GPIO input
1515 value. When the ~INT_STATE bit is set; this bit indicates the OLD value
1516 of the pin such that if ~INT_STATE is set and this bit is '0'; then the
1517 interrupt is due to a low to high edge. If ~INT_STATE is set and this bit
1518 is '1'; then the interrupt is due to a high to low edge (reset value 0).
1519 [7-4] INT_STATE port1; [3-0] INT_STATE RO port0; These bits indicate the
1520 current GPIO interrupt state for each GPIO pin. This bit is cleared when
1521 the appropriate #OLD_SET or #OLD_CLR command bit is written. This bit is
1522 set when the GPIO input does not match the current value in #OLD_VALUE
1523 (reset value 0). */
1524#define MISC_REG_GPIO_INT 0xa494
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001525/* [R 28] this field hold the last information that caused reserved
1526 attention. bits [19:0] - address; [22:20] function; [23] reserved;
Eilon Greenstein33471622008-08-13 15:59:08 -07001527 [27:24] the master that caused the attention - according to the following
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001528 encodeing:1 = pxp; 2 = mcp; 3 = usdm; 4 = tsdm; 5 = xsdm; 6 = csdm; 7 =
1529 dbu; 8 = dmae */
1530#define MISC_REG_GRC_RSV_ATTN 0xa3c0
1531/* [R 28] this field hold the last information that caused timeout
1532 attention. bits [19:0] - address; [22:20] function; [23] reserved;
Eilon Greenstein33471622008-08-13 15:59:08 -07001533 [27:24] the master that caused the attention - according to the following
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001534 encodeing:1 = pxp; 2 = mcp; 3 = usdm; 4 = tsdm; 5 = xsdm; 6 = csdm; 7 =
1535 dbu; 8 = dmae */
1536#define MISC_REG_GRC_TIMEOUT_ATTN 0xa3c4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001537/* [RW 1] Setting this bit enables a timer in the GRC block to timeout any
1538 access that does not finish within
1539 ~misc_registers_grc_timout_val.grc_timeout_val cycles. When this bit is
1540 cleared; this timeout is disabled. If this timeout occurs; the GRC shall
1541 assert it attention output. */
1542#define MISC_REG_GRC_TIMEOUT_EN 0xa280
1543/* [RW 28] 28 LSB of LCPLL first register; reset val = 521. inside order of
1544 the bits is: [2:0] OAC reset value 001) CML output buffer bias control;
1545 111 for +40%; 011 for +20%; 001 for 0%; 000 for -20%. [5:3] Icp_ctrl
1546 (reset value 001) Charge pump current control; 111 for 720u; 011 for
1547 600u; 001 for 480u and 000 for 360u. [7:6] Bias_ctrl (reset value 00)
1548 Global bias control; When bit 7 is high bias current will be 10 0gh; When
1549 bit 6 is high bias will be 100w; Valid values are 00; 10; 01. [10:8]
1550 Pll_observe (reset value 010) Bits to control observability. bit 10 is
1551 for test bias; bit 9 is for test CK; bit 8 is test Vc. [12:11] Vth_ctrl
1552 (reset value 00) Comparator threshold control. 00 for 0.6V; 01 for 0.54V
1553 and 10 for 0.66V. [13] pllSeqStart (reset value 0) Enables VCO tuning
1554 sequencer: 1= sequencer disabled; 0= sequencer enabled (inverted
1555 internally). [14] reserved (reset value 0) Reset for VCO sequencer is
1556 connected to RESET input directly. [15] capRetry_en (reset value 0)
1557 enable retry on cap search failure (inverted). [16] freqMonitor_e (reset
1558 value 0) bit to continuously monitor vco freq (inverted). [17]
1559 freqDetRestart_en (reset value 0) bit to enable restart when not freq
1560 locked (inverted). [18] freqDetRetry_en (reset value 0) bit to enable
1561 retry on freq det failure(inverted). [19] pllForceFdone_en (reset value
1562 0) bit to enable pllForceFdone & pllForceFpass into pllSeq. [20]
1563 pllForceFdone (reset value 0) bit to force freqDone. [21] pllForceFpass
1564 (reset value 0) bit to force freqPass. [22] pllForceDone_en (reset value
1565 0) bit to enable pllForceCapDone. [23] pllForceCapDone (reset value 0)
1566 bit to force capDone. [24] pllForceCapPass_en (reset value 0) bit to
1567 enable pllForceCapPass. [25] pllForceCapPass (reset value 0) bit to force
1568 capPass. [26] capRestart (reset value 0) bit to force cap sequencer to
1569 restart. [27] capSelectM_en (reset value 0) bit to enable cap select
1570 register bits. */
1571#define MISC_REG_LCPLL_CTRL_1 0xa2a4
1572#define MISC_REG_LCPLL_CTRL_REG_2 0xa2a8
1573/* [RW 4] Interrupt mask register #0 read/write */
1574#define MISC_REG_MISC_INT_MASK 0xa388
1575/* [RW 1] Parity mask register #0 read/write */
1576#define MISC_REG_MISC_PRTY_MASK 0xa398
Eliezer Tamirf1410642008-02-28 11:51:50 -08001577/* [R 1] Parity register #0 read */
1578#define MISC_REG_MISC_PRTY_STS 0xa38c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00001579/* [RC 1] Parity register #0 read clear */
1580#define MISC_REG_MISC_PRTY_STS_CLR 0xa390
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001581#define MISC_REG_NIG_WOL_P0 0xa270
1582#define MISC_REG_NIG_WOL_P1 0xa274
1583/* [R 1] If set indicate that the pcie_rst_b was asserted without perst
1584 assertion */
1585#define MISC_REG_PCIE_HOT_RESET 0xa618
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001586/* [RW 32] 32 LSB of storm PLL first register; reset val = 0x 071d2911.
1587 inside order of the bits is: [0] P1 divider[0] (reset value 1); [1] P1
1588 divider[1] (reset value 0); [2] P1 divider[2] (reset value 0); [3] P1
1589 divider[3] (reset value 0); [4] P2 divider[0] (reset value 1); [5] P2
1590 divider[1] (reset value 0); [6] P2 divider[2] (reset value 0); [7] P2
1591 divider[3] (reset value 0); [8] ph_det_dis (reset value 1); [9]
1592 freq_det_dis (reset value 0); [10] Icpx[0] (reset value 0); [11] Icpx[1]
1593 (reset value 1); [12] Icpx[2] (reset value 0); [13] Icpx[3] (reset value
1594 1); [14] Icpx[4] (reset value 0); [15] Icpx[5] (reset value 0); [16]
1595 Rx[0] (reset value 1); [17] Rx[1] (reset value 0); [18] vc_en (reset
1596 value 1); [19] vco_rng[0] (reset value 1); [20] vco_rng[1] (reset value
1597 1); [21] Kvco_xf[0] (reset value 0); [22] Kvco_xf[1] (reset value 0);
1598 [23] Kvco_xf[2] (reset value 0); [24] Kvco_xs[0] (reset value 1); [25]
1599 Kvco_xs[1] (reset value 1); [26] Kvco_xs[2] (reset value 1); [27]
1600 testd_en (reset value 0); [28] testd_sel[0] (reset value 0); [29]
1601 testd_sel[1] (reset value 0); [30] testd_sel[2] (reset value 0); [31]
1602 testa_en (reset value 0); */
1603#define MISC_REG_PLL_STORM_CTRL_1 0xa294
1604#define MISC_REG_PLL_STORM_CTRL_2 0xa298
1605#define MISC_REG_PLL_STORM_CTRL_3 0xa29c
1606#define MISC_REG_PLL_STORM_CTRL_4 0xa2a0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00001607/* [R 1] Status of 4 port mode enable input pin. */
1608#define MISC_REG_PORT4MODE_EN 0xa750
1609/* [RW 2] 4 port mode enable overwrite.[0] - Overwrite control; if it is 0 -
1610 * the port4mode_en output is equal to 4 port mode input pin; if it is 1 -
1611 * the port4mode_en output is equal to bit[1] of this register; [1] -
1612 * Overwrite value. If bit[0] of this register is 1 this is the value that
1613 * receives the port4mode_en output . */
1614#define MISC_REG_PORT4MODE_EN_OVWR 0xa720
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001615/* [RW 32] reset reg#2; rite/read one = the specific block is out of reset;
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001616 write/read zero = the specific block is in reset; addr 0-wr- the write
1617 value will be written to the register; addr 1-set - one will be written
1618 to all the bits that have the value of one in the data written (bits that
1619 have the value of zero will not be change) ; addr 2-clear - zero will be
1620 written to all the bits that have the value of one in the data written
1621 (bits that have the value of zero will not be change); addr 3-ignore;
1622 read ignore from all addr except addr 00; inside order of the bits is:
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001623 [0] rst_bmac0; [1] rst_bmac1; [2] rst_emac0; [3] rst_emac1; [4] rst_grc;
1624 [5] rst_mcp_n_reset_reg_hard_core; [6] rst_ mcp_n_hard_core_rst_b; [7]
1625 rst_ mcp_n_reset_cmn_cpu; [8] rst_ mcp_n_reset_cmn_core; [9] rst_rbcn;
1626 [10] rst_dbg; [11] rst_misc_core; [12] rst_dbue (UART); [13]
1627 Pci_resetmdio_n; [14] rst_emac0_hard_core; [15] rst_emac1_hard_core; 16]
1628 rst_pxp_rq_rd_wr; 31:17] reserved */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001629#define MISC_REG_RESET_REG_2 0xa590
1630/* [RW 20] 20 bit GRC address where the scratch-pad of the MCP that is
1631 shared with the driver resides */
1632#define MISC_REG_SHARED_MEM_ADDR 0xa2b4
Eliezer Tamirf1410642008-02-28 11:51:50 -08001633/* [RW 32] SPIO. [31-24] FLOAT When any of these bits is written as a '1';
1634 the corresponding SPIO bit will turn off it's drivers and become an
1635 input. This is the reset state of all SPIO pins. The read value of these
1636 bits will be a '1' if that last command (#SET; #CL; or #FLOAT) for this
1637 bit was a #FLOAT. (reset value 0xff). [23-16] CLR When any of these bits
1638 is written as a '1'; the corresponding SPIO bit will drive low. The read
1639 value of these bits will be a '1' if that last command (#SET; #CLR; or
1640#FLOAT) for this bit was a #CLR. (reset value 0). [15-8] SET When any of
1641 these bits is written as a '1'; the corresponding SPIO bit will drive
1642 high (if it has that capability). The read value of these bits will be a
1643 '1' if that last command (#SET; #CLR; or #FLOAT) for this bit was a #SET.
1644 (reset value 0). [7-0] VALUE RO; These bits indicate the read value of
1645 each of the eight SPIO pins. This is the result value of the pin; not the
1646 drive value. Writing these bits will have not effect. Each 8 bits field
1647 is divided as follows: [0] VAUX Enable; when pulsed low; enables supply
1648 from VAUX. (This is an output pin only; the FLOAT field is not applicable
1649 for this pin); [1] VAUX Disable; when pulsed low; disables supply form
1650 VAUX. (This is an output pin only; FLOAT field is not applicable for this
1651 pin); [2] SEL_VAUX_B - Control to power switching logic. Drive low to
1652 select VAUX supply. (This is an output pin only; it is not controlled by
1653 the SET and CLR fields; it is controlled by the Main Power SM; the FLOAT
1654 field is not applicable for this pin; only the VALUE fields is relevant -
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001655 it reflects the output value); [3] port swap [4] spio_4; [5] spio_5; [6]
Eliezer Tamirf1410642008-02-28 11:51:50 -08001656 Bit 0 of UMP device ID select; read by UMP firmware; [7] Bit 1 of UMP
1657 device ID select; read by UMP firmware. */
1658#define MISC_REG_SPIO 0xa4fc
1659/* [RW 8] These bits enable the SPIO_INTs to signals event to the IGU/MC.
1660 according to the following map: [3:0] reserved; [4] spio_4 [5] spio_5;
1661 [7:0] reserved */
1662#define MISC_REG_SPIO_EVENT_EN 0xa2b8
1663/* [RW 32] SPIO INT. [31-24] OLD_CLR Writing a '1' to these bit clears the
1664 corresponding bit in the #OLD_VALUE register. This will acknowledge an
1665 interrupt on the falling edge of corresponding SPIO input (reset value
1666 0). [23-16] OLD_SET Writing a '1' to these bit sets the corresponding bit
1667 in the #OLD_VALUE register. This will acknowledge an interrupt on the
1668 rising edge of corresponding SPIO input (reset value 0). [15-8] OLD_VALUE
1669 RO; These bits indicate the old value of the SPIO input value. When the
1670 ~INT_STATE bit is set; this bit indicates the OLD value of the pin such
1671 that if ~INT_STATE is set and this bit is '0'; then the interrupt is due
1672 to a low to high edge. If ~INT_STATE is set and this bit is '1'; then the
1673 interrupt is due to a high to low edge (reset value 0). [7-0] INT_STATE
1674 RO; These bits indicate the current SPIO interrupt state for each SPIO
1675 pin. This bit is cleared when the appropriate #OLD_SET or #OLD_CLR
1676 command bit is written. This bit is set when the SPIO input does not
1677 match the current value in #OLD_VALUE (reset value 0). */
1678#define MISC_REG_SPIO_INT 0xa500
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08001679/* [RW 32] reload value for counter 4 if reload; the value will be reload if
1680 the counter reached zero and the reload bit
1681 (~misc_registers_sw_timer_cfg_4.sw_timer_cfg_4[1] ) is set */
1682#define MISC_REG_SW_TIMER_RELOAD_VAL_4 0xa2fc
1683/* [RW 32] the value of the counter for sw timers1-8. there are 8 addresses
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04001684 in this register. address 0 - timer 1; address 1 - timer 2, ... address 7 -
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08001685 timer 8 */
1686#define MISC_REG_SW_TIMER_VAL 0xa5c0
Eliezer Tamirf1410642008-02-28 11:51:50 -08001687/* [RW 1] Set by the MCP to remember if one or more of the drivers is/are
1688 loaded; 0-prepare; -unprepare */
1689#define MISC_REG_UNPREPARED 0xa424
Eilon Greenstein581ce432009-07-29 00:20:04 +00001690#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_BRCST (0x1<<0)
1691#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_MLCST (0x1<<1)
1692#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_NO_VLAN (0x1<<4)
1693#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_UNCST (0x1<<2)
1694#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_VLAN (0x1<<3)
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03001695/* [RW 5] MDIO PHY Address. The WC uses this address to determine whether or
1696 * not it is the recipient of the message on the MDIO interface. The value
1697 * is compared to the value on ctrl_md_devad. Drives output
1698 * misc_xgxs0_phy_addr. Global register. */
1699#define MISC_REG_WC0_CTRL_PHY_ADDR 0xa9cc
Yaniv Rosner9380bb92011-06-14 01:34:07 +00001700/* [RW 2] XMAC Core port mode. Indicates the number of ports on the system
1701 side. This should be less than or equal to phy_port_mode; if some of the
1702 ports are not used. This enables reduction of frequency on the core side.
1703 This is a strap input for the XMAC_MP core. 00 - Single Port Mode; 01 -
1704 Dual Port Mode; 10 - Tri Port Mode; 11 - Quad Port Mode. This is a strap
1705 input for the XMAC_MP core; and should be changed only while reset is
1706 held low. Reset on Hard reset. */
1707#define MISC_REG_XMAC_CORE_PORT_MODE 0xa964
1708/* [RW 2] XMAC PHY port mode. Indicates the number of ports on the Warp
1709 Core. This is a strap input for the XMAC_MP core. 00 - Single Port Mode;
1710 01 - Dual Port Mode; 1x - Quad Port Mode; This is a strap input for the
1711 XMAC_MP core; and should be changed only while reset is held low. Reset
1712 on Hard reset. */
1713#define MISC_REG_XMAC_PHY_PORT_MODE 0xa960
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03001714/* [RW 32] 1 [47] Packet Size = 64 Write to this register write bits 31:0.
1715 * Reads from this register will clear bits 31:0. */
1716#define MSTAT_REG_RX_STAT_GR64_LO 0x200
1717/* [RW 32] 1 [00] Tx Good Packet Count Write to this register write bits
1718 * 31:0. Reads from this register will clear bits 31:0. */
1719#define MSTAT_REG_TX_STAT_GTXPOK_LO 0
Yaniv Rosner9380bb92011-06-14 01:34:07 +00001720#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_BRCST (0x1<<0)
1721#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_MLCST (0x1<<1)
1722#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_NO_VLAN (0x1<<4)
1723#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_UNCST (0x1<<2)
1724#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_VLAN (0x1<<3)
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00001725#define NIG_LLH0_XCM_MASK_REG_LLH0_XCM_MASK_BCN (0x1<<0)
1726#define NIG_LLH1_XCM_MASK_REG_LLH1_XCM_MASK_BCN (0x1<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001727#define NIG_MASK_INTERRUPT_PORT0_REG_MASK_EMAC0_MISC_MI_INT (0x1<<0)
1728#define NIG_MASK_INTERRUPT_PORT0_REG_MASK_SERDES0_LINK_STATUS (0x1<<9)
1729#define NIG_MASK_INTERRUPT_PORT0_REG_MASK_XGXS0_LINK10G (0x1<<15)
1730#define NIG_MASK_INTERRUPT_PORT0_REG_MASK_XGXS0_LINK_STATUS (0xf<<18)
1731/* [RW 1] Input enable for RX_BMAC0 IF */
1732#define NIG_REG_BMAC0_IN_EN 0x100ac
1733/* [RW 1] output enable for TX_BMAC0 IF */
1734#define NIG_REG_BMAC0_OUT_EN 0x100e0
1735/* [RW 1] output enable for TX BMAC pause port 0 IF */
1736#define NIG_REG_BMAC0_PAUSE_OUT_EN 0x10110
1737/* [RW 1] output enable for RX_BMAC0_REGS IF */
1738#define NIG_REG_BMAC0_REGS_OUT_EN 0x100e8
1739/* [RW 1] output enable for RX BRB1 port0 IF */
1740#define NIG_REG_BRB0_OUT_EN 0x100f8
1741/* [RW 1] Input enable for TX BRB1 pause port 0 IF */
1742#define NIG_REG_BRB0_PAUSE_IN_EN 0x100c4
1743/* [RW 1] output enable for RX BRB1 port1 IF */
1744#define NIG_REG_BRB1_OUT_EN 0x100fc
1745/* [RW 1] Input enable for TX BRB1 pause port 1 IF */
1746#define NIG_REG_BRB1_PAUSE_IN_EN 0x100c8
1747/* [RW 1] output enable for RX BRB1 LP IF */
1748#define NIG_REG_BRB_LB_OUT_EN 0x10100
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001749/* [WB_W 82] Debug packet to LP from RBC; Data spelling:[63:0] data; 64]
1750 error; [67:65]eop_bvalid; [68]eop; [69]sop; [70]port_id; 71]flush;
1751 72:73]-vnic_num; 81:74]-sideband_info */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001752#define NIG_REG_DEBUG_PACKET_LB 0x10800
1753/* [RW 1] Input enable for TX Debug packet */
1754#define NIG_REG_EGRESS_DEBUG_IN_EN 0x100dc
1755/* [RW 1] If 1 - egress drain mode for port0 is active. In this mode all
1756 packets from PBFare not forwarded to the MAC and just deleted from FIFO.
1757 First packet may be deleted from the middle. And last packet will be
1758 always deleted till the end. */
1759#define NIG_REG_EGRESS_DRAIN0_MODE 0x10060
1760/* [RW 1] Output enable to EMAC0 */
1761#define NIG_REG_EGRESS_EMAC0_OUT_EN 0x10120
1762/* [RW 1] MAC configuration for packets of port0. If 1 - all packet outputs
1763 to emac for port0; other way to bmac for port0 */
1764#define NIG_REG_EGRESS_EMAC0_PORT 0x10058
1765/* [RW 1] Input enable for TX PBF user packet port0 IF */
1766#define NIG_REG_EGRESS_PBF0_IN_EN 0x100cc
1767/* [RW 1] Input enable for TX PBF user packet port1 IF */
1768#define NIG_REG_EGRESS_PBF1_IN_EN 0x100d0
Eilon Greenstein279abdf2009-07-21 05:47:22 +00001769/* [RW 1] Input enable for TX UMP management packet port0 IF */
1770#define NIG_REG_EGRESS_UMP0_IN_EN 0x100d4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001771/* [RW 1] Input enable for RX_EMAC0 IF */
1772#define NIG_REG_EMAC0_IN_EN 0x100a4
1773/* [RW 1] output enable for TX EMAC pause port 0 IF */
1774#define NIG_REG_EMAC0_PAUSE_OUT_EN 0x10118
1775/* [R 1] status from emac0. This bit is set when MDINT from either the
1776 EXT_MDINT pin or from the Copper PHY is driven low. This condition must
1777 be cleared in the attached PHY device that is driving the MINT pin. */
1778#define NIG_REG_EMAC0_STATUS_MISC_MI_INT 0x10494
1779/* [WB 48] This address space contains BMAC0 registers. The BMAC registers
1780 are described in appendix A. In order to access the BMAC0 registers; the
1781 base address; NIG_REGISTERS_INGRESS_BMAC0_MEM; Offset: 0x10c00; should be
1782 added to each BMAC register offset */
1783#define NIG_REG_INGRESS_BMAC0_MEM 0x10c00
1784/* [WB 48] This address space contains BMAC1 registers. The BMAC registers
1785 are described in appendix A. In order to access the BMAC0 registers; the
1786 base address; NIG_REGISTERS_INGRESS_BMAC1_MEM; Offset: 0x11000; should be
1787 added to each BMAC register offset */
1788#define NIG_REG_INGRESS_BMAC1_MEM 0x11000
1789/* [R 1] FIFO empty in EOP descriptor FIFO of LP in NIG_RX_EOP */
1790#define NIG_REG_INGRESS_EOP_LB_EMPTY 0x104e0
1791/* [RW 17] Debug only. RX_EOP_DSCR_lb_FIFO in NIG_RX_EOP. Data
1792 packet_length[13:0]; mac_error[14]; trunc_error[15]; parity[16] */
1793#define NIG_REG_INGRESS_EOP_LB_FIFO 0x104e4
Eilon Greenstein2f904462009-08-12 08:22:16 +00001794/* [RW 27] 0 - must be active for Everest A0; 1- for Everest B0 when latch
1795 logic for interrupts must be used. Enable per bit of interrupt of
1796 ~latch_status.latch_status */
1797#define NIG_REG_LATCH_BC_0 0x16210
1798/* [RW 27] Latch for each interrupt from Unicore.b[0]
1799 status_emac0_misc_mi_int; b[1] status_emac0_misc_mi_complete;
1800 b[2]status_emac0_misc_cfg_change; b[3]status_emac0_misc_link_status;
1801 b[4]status_emac0_misc_link_change; b[5]status_emac0_misc_attn;
1802 b[6]status_serdes0_mac_crs; b[7]status_serdes0_autoneg_complete;
1803 b[8]status_serdes0_fiber_rxact; b[9]status_serdes0_link_status;
1804 b[10]status_serdes0_mr_page_rx; b[11]status_serdes0_cl73_an_complete;
1805 b[12]status_serdes0_cl73_mr_page_rx; b[13]status_serdes0_rx_sigdet;
1806 b[14]status_xgxs0_remotemdioreq; b[15]status_xgxs0_link10g;
1807 b[16]status_xgxs0_autoneg_complete; b[17]status_xgxs0_fiber_rxact;
1808 b[21:18]status_xgxs0_link_status; b[22]status_xgxs0_mr_page_rx;
1809 b[23]status_xgxs0_cl73_an_complete; b[24]status_xgxs0_cl73_mr_page_rx;
1810 b[25]status_xgxs0_rx_sigdet; b[26]status_xgxs0_mac_crs */
1811#define NIG_REG_LATCH_STATUS_0 0x18000
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001812/* [RW 1] led 10g for port 0 */
1813#define NIG_REG_LED_10G_P0 0x10320
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001814/* [RW 1] led 10g for port 1 */
1815#define NIG_REG_LED_10G_P1 0x10324
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001816/* [RW 1] Port0: This bit is set to enable the use of the
1817 ~nig_registers_led_control_blink_rate_p0.led_control_blink_rate_p0 field
1818 defined below. If this bit is cleared; then the blink rate will be about
1819 8Hz. */
1820#define NIG_REG_LED_CONTROL_BLINK_RATE_ENA_P0 0x10318
1821/* [RW 12] Port0: Specifies the period of each blink cycle (on + off) for
1822 Traffic LED in milliseconds. Must be a non-zero value. This 12-bit field
1823 is reset to 0x080; giving a default blink period of approximately 8Hz. */
1824#define NIG_REG_LED_CONTROL_BLINK_RATE_P0 0x10310
1825/* [RW 1] Port0: If set along with the
Eilon Greenstein34f80b02008-06-23 20:33:01 -07001826 ~nig_registers_led_control_override_traffic_p0.led_control_override_traffic_p0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001827 bit and ~nig_registers_led_control_traffic_p0.led_control_traffic_p0 LED
1828 bit; the Traffic LED will blink with the blink rate specified in
1829 ~nig_registers_led_control_blink_rate_p0.led_control_blink_rate_p0 and
1830 ~nig_registers_led_control_blink_rate_ena_p0.led_control_blink_rate_ena_p0
1831 fields. */
1832#define NIG_REG_LED_CONTROL_BLINK_TRAFFIC_P0 0x10308
1833/* [RW 1] Port0: If set overrides hardware control of the Traffic LED. The
1834 Traffic LED will then be controlled via bit ~nig_registers_
1835 led_control_traffic_p0.led_control_traffic_p0 and bit
1836 ~nig_registers_led_control_blink_traffic_p0.led_control_blink_traffic_p0 */
1837#define NIG_REG_LED_CONTROL_OVERRIDE_TRAFFIC_P0 0x102f8
1838/* [RW 1] Port0: If set along with the led_control_override_trafic_p0 bit;
1839 turns on the Traffic LED. If the led_control_blink_traffic_p0 bit is also
1840 set; the LED will blink with blink rate specified in
1841 ~nig_registers_led_control_blink_rate_p0.led_control_blink_rate_p0 and
1842 ~nig_regsters_led_control_blink_rate_ena_p0.led_control_blink_rate_ena_p0
1843 fields. */
1844#define NIG_REG_LED_CONTROL_TRAFFIC_P0 0x10300
1845/* [RW 4] led mode for port0: 0 MAC; 1-3 PHY1; 4 MAC2; 5-7 PHY4; 8-MAC3;
1846 9-11PHY7; 12 MAC4; 13-15 PHY10; */
1847#define NIG_REG_LED_MODE_P0 0x102f0
Eilon Greenstein1c063282009-02-12 08:36:43 +00001848/* [RW 3] for port0 enable for llfc ppp and pause. b0 - brb1 enable; b1-
1849 tsdm enable; b2- usdm enable */
1850#define NIG_REG_LLFC_EGRESS_SRC_ENABLE_0 0x16070
Eilon Greensteinca003922009-08-12 22:53:28 -07001851#define NIG_REG_LLFC_EGRESS_SRC_ENABLE_1 0x16074
Eilon Greenstein1c063282009-02-12 08:36:43 +00001852/* [RW 1] SAFC enable for port0. This register may get 1 only when
1853 ~ppp_enable.ppp_enable = 0 and pause_enable.pause_enable =0 for the same
1854 port */
1855#define NIG_REG_LLFC_ENABLE_0 0x16208
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00001856#define NIG_REG_LLFC_ENABLE_1 0x1620c
Eilon Greenstein1c063282009-02-12 08:36:43 +00001857/* [RW 16] classes are high-priority for port0 */
1858#define NIG_REG_LLFC_HIGH_PRIORITY_CLASSES_0 0x16058
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00001859#define NIG_REG_LLFC_HIGH_PRIORITY_CLASSES_1 0x1605c
Eilon Greenstein1c063282009-02-12 08:36:43 +00001860/* [RW 16] classes are low-priority for port0 */
1861#define NIG_REG_LLFC_LOW_PRIORITY_CLASSES_0 0x16060
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00001862#define NIG_REG_LLFC_LOW_PRIORITY_CLASSES_1 0x16064
Eilon Greenstein1c063282009-02-12 08:36:43 +00001863/* [RW 1] Output enable of message to LLFC BMAC IF for port0 */
1864#define NIG_REG_LLFC_OUT_EN_0 0x160c8
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00001865#define NIG_REG_LLFC_OUT_EN_1 0x160cc
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001866#define NIG_REG_LLH0_ACPI_PAT_0_CRC 0x1015c
1867#define NIG_REG_LLH0_ACPI_PAT_6_LEN 0x10154
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001868#define NIG_REG_LLH0_BRB1_DRV_MASK 0x10244
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001869#define NIG_REG_LLH0_BRB1_DRV_MASK_MF 0x16048
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001870/* [RW 1] send to BRB1 if no match on any of RMP rules. */
1871#define NIG_REG_LLH0_BRB1_NOT_MCP 0x1025c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001872/* [RW 2] Determine the classification participants. 0: no classification.1:
1873 classification upon VLAN id. 2: classification upon MAC address. 3:
1874 classification upon both VLAN id & MAC addr. */
1875#define NIG_REG_LLH0_CLS_TYPE 0x16080
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001876/* [RW 32] cm header for llh0 */
1877#define NIG_REG_LLH0_CM_HEADER 0x1007c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001878#define NIG_REG_LLH0_DEST_IP_0_1 0x101dc
1879#define NIG_REG_LLH0_DEST_MAC_0_0 0x101c0
1880/* [RW 16] destination TCP address 1. The LLH will look for this address in
1881 all incoming packets. */
1882#define NIG_REG_LLH0_DEST_TCP_0 0x10220
1883/* [RW 16] destination UDP address 1 The LLH will look for this address in
1884 all incoming packets. */
1885#define NIG_REG_LLH0_DEST_UDP_0 0x10214
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001886#define NIG_REG_LLH0_ERROR_MASK 0x1008c
1887/* [RW 8] event id for llh0 */
1888#define NIG_REG_LLH0_EVENT_ID 0x10084
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001889#define NIG_REG_LLH0_FUNC_EN 0x160fc
Dmitry Kravkov0793f83f2010-12-01 12:39:28 -08001890#define NIG_REG_LLH0_FUNC_MEM 0x16180
1891#define NIG_REG_LLH0_FUNC_MEM_ENABLE 0x16140
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001892#define NIG_REG_LLH0_FUNC_VLAN_ID 0x16100
1893/* [RW 1] Determine the IP version to look for in
1894 ~nig_registers_llh0_dest_ip_0.llh0_dest_ip_0. 0 - IPv6; 1-IPv4 */
1895#define NIG_REG_LLH0_IPV4_IPV6_0 0x10208
1896/* [RW 1] t bit for llh0 */
1897#define NIG_REG_LLH0_T_BIT 0x10074
1898/* [RW 12] VLAN ID 1. In case of VLAN packet the LLH will look for this ID. */
1899#define NIG_REG_LLH0_VLAN_ID_0 0x1022c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001900/* [RW 8] init credit counter for port0 in LLH */
1901#define NIG_REG_LLH0_XCM_INIT_CREDIT 0x10554
1902#define NIG_REG_LLH0_XCM_MASK 0x10130
Vladislav Zolotarovda5a6622008-08-13 15:50:00 -07001903#define NIG_REG_LLH1_BRB1_DRV_MASK 0x10248
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001904/* [RW 1] send to BRB1 if no match on any of RMP rules. */
1905#define NIG_REG_LLH1_BRB1_NOT_MCP 0x102dc
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001906/* [RW 2] Determine the classification participants. 0: no classification.1:
1907 classification upon VLAN id. 2: classification upon MAC address. 3:
1908 classification upon both VLAN id & MAC addr. */
1909#define NIG_REG_LLH1_CLS_TYPE 0x16084
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001910/* [RW 32] cm header for llh1 */
1911#define NIG_REG_LLH1_CM_HEADER 0x10080
1912#define NIG_REG_LLH1_ERROR_MASK 0x10090
1913/* [RW 8] event id for llh1 */
1914#define NIG_REG_LLH1_EVENT_ID 0x10088
Dmitry Kravkov0793f83f2010-12-01 12:39:28 -08001915#define NIG_REG_LLH1_FUNC_MEM 0x161c0
1916#define NIG_REG_LLH1_FUNC_MEM_ENABLE 0x16160
1917#define NIG_REG_LLH1_FUNC_MEM_SIZE 16
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03001918/* [RW 1] When this bit is set; the LLH will classify the packet before
1919 * sending it to the BRB or calculating WoL on it. This bit controls port 1
1920 * only. The legacy llh_multi_function_mode bit controls port 0. */
1921#define NIG_REG_LLH1_MF_MODE 0x18614
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001922/* [RW 8] init credit counter for port1 in LLH */
1923#define NIG_REG_LLH1_XCM_INIT_CREDIT 0x10564
1924#define NIG_REG_LLH1_XCM_MASK 0x10134
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001925/* [RW 1] When this bit is set; the LLH will expect all packets to be with
1926 e1hov */
1927#define NIG_REG_LLH_E1HOV_MODE 0x160d8
1928/* [RW 1] When this bit is set; the LLH will classify the packet before
1929 sending it to the BRB or calculating WoL on it. */
1930#define NIG_REG_LLH_MF_MODE 0x16024
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001931#define NIG_REG_MASK_INTERRUPT_PORT0 0x10330
1932#define NIG_REG_MASK_INTERRUPT_PORT1 0x10334
1933/* [RW 1] Output signal from NIG to EMAC0. When set enables the EMAC0 block. */
1934#define NIG_REG_NIG_EMAC0_EN 0x1003c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001935/* [RW 1] Output signal from NIG to EMAC1. When set enables the EMAC1 block. */
1936#define NIG_REG_NIG_EMAC1_EN 0x10040
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001937/* [RW 1] Output signal from NIG to TX_EMAC0. When set indicates to the
1938 EMAC0 to strip the CRC from the ingress packets. */
1939#define NIG_REG_NIG_INGRESS_EMAC0_NO_CRC 0x10044
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001940/* [R 32] Interrupt register #0 read */
1941#define NIG_REG_NIG_INT_STS_0 0x103b0
1942#define NIG_REG_NIG_INT_STS_1 0x103c0
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00001943/* [R 32] Legacy E1 and E1H location for parity error mask register. */
1944#define NIG_REG_NIG_PRTY_MASK 0x103dc
1945/* [RW 32] Parity mask register #0 read/write */
1946#define NIG_REG_NIG_PRTY_MASK_0 0x183c8
1947#define NIG_REG_NIG_PRTY_MASK_1 0x183d8
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00001948/* [R 32] Legacy E1 and E1H location for parity error status register. */
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001949#define NIG_REG_NIG_PRTY_STS 0x103d0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00001950/* [R 32] Parity register #0 read */
1951#define NIG_REG_NIG_PRTY_STS_0 0x183bc
1952#define NIG_REG_NIG_PRTY_STS_1 0x183cc
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00001953/* [R 32] Legacy E1 and E1H location for parity error status clear register. */
1954#define NIG_REG_NIG_PRTY_STS_CLR 0x103d4
1955/* [RC 32] Parity register #0 read clear */
1956#define NIG_REG_NIG_PRTY_STS_CLR_0 0x183c0
1957#define NIG_REG_NIG_PRTY_STS_CLR_1 0x183d0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00001958/* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic
1959 * Ethernet header. */
1960#define NIG_REG_P0_HDRS_AFTER_BASIC 0x18038
1961/* [RW 1] HW PFC enable bit. Set this bit to enable the PFC functionality in
1962 * the NIG. Other flow control modes such as PAUSE and SAFC/LLFC should be
1963 * disabled when this bit is set. */
1964#define NIG_REG_P0_HWPFC_ENABLE 0x18078
1965#define NIG_REG_P0_LLH_FUNC_MEM2 0x18480
1966#define NIG_REG_P0_LLH_FUNC_MEM2_ENABLE 0x18440
Yaniv Rosner9380bb92011-06-14 01:34:07 +00001967/* [RW 1] Input enable for RX MAC interface. */
1968#define NIG_REG_P0_MAC_IN_EN 0x185ac
1969/* [RW 1] Output enable for TX MAC interface */
1970#define NIG_REG_P0_MAC_OUT_EN 0x185b0
1971/* [RW 1] Output enable for TX PAUSE signal to the MAC. */
1972#define NIG_REG_P0_MAC_PAUSE_OUT_EN 0x185b4
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00001973/* [RW 32] Eight 4-bit configurations for specifying which COS (0-15 for
1974 * future expansion) each priorty is to be mapped to. Bits 3:0 specify the
1975 * COS for priority 0. Bits 31:28 specify the COS for priority 7. The 3-bit
1976 * priority field is extracted from the outer-most VLAN in receive packet.
1977 * Only COS 0 and COS 1 are supported in E2. */
1978#define NIG_REG_P0_PKT_PRIORITY_TO_COS 0x18054
1979/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 0. A
1980 * priority is mapped to COS 0 when the corresponding mask bit is 1. More
1981 * than one bit may be set; allowing multiple priorities to be mapped to one
1982 * COS. */
1983#define NIG_REG_P0_RX_COS0_PRIORITY_MASK 0x18058
1984/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 1. A
1985 * priority is mapped to COS 1 when the corresponding mask bit is 1. More
1986 * than one bit may be set; allowing multiple priorities to be mapped to one
1987 * COS. */
1988#define NIG_REG_P0_RX_COS1_PRIORITY_MASK 0x1805c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03001989/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 2. A
1990 * priority is mapped to COS 2 when the corresponding mask bit is 1. More
1991 * than one bit may be set; allowing multiple priorities to be mapped to one
1992 * COS. */
1993#define NIG_REG_P0_RX_COS2_PRIORITY_MASK 0x186b0
1994/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 3. A
1995 * priority is mapped to COS 3 when the corresponding mask bit is 1. More
1996 * than one bit may be set; allowing multiple priorities to be mapped to one
1997 * COS. */
1998#define NIG_REG_P0_RX_COS3_PRIORITY_MASK 0x186b4
1999/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 4. A
2000 * priority is mapped to COS 4 when the corresponding mask bit is 1. More
2001 * than one bit may be set; allowing multiple priorities to be mapped to one
2002 * COS. */
2003#define NIG_REG_P0_RX_COS4_PRIORITY_MASK 0x186b8
2004/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 5. A
2005 * priority is mapped to COS 5 when the corresponding mask bit is 1. More
2006 * than one bit may be set; allowing multiple priorities to be mapped to one
2007 * COS. */
2008#define NIG_REG_P0_RX_COS5_PRIORITY_MASK 0x186bc
Yaniv Rosner9380bb92011-06-14 01:34:07 +00002009/* [R 1] RX FIFO for receiving data from MAC is empty. */
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002010/* [RW 15] Specify which of the credit registers the client is to be mapped
2011 * to. Bits[2:0] are for client 0; bits [14:12] are for client 4. For
2012 * clients that are not subject to WFQ credit blocking - their
2013 * specifications here are not used. */
2014#define NIG_REG_P0_TX_ARB_CLIENT_CREDIT_MAP 0x180f0
2015/* [RW 5] Specify whether the client competes directly in the strict
2016 * priority arbiter. The bits are mapped according to client ID (client IDs
2017 * are defined in tx_arb_priority_client). Default value is set to enable
2018 * strict priorities for clients 0-2 -- management and debug traffic. */
2019#define NIG_REG_P0_TX_ARB_CLIENT_IS_STRICT 0x180e8
2020/* [RW 5] Specify whether the client is subject to WFQ credit blocking. The
2021 * bits are mapped according to client ID (client IDs are defined in
2022 * tx_arb_priority_client). Default value is 0 for not using WFQ credit
2023 * blocking. */
2024#define NIG_REG_P0_TX_ARB_CLIENT_IS_SUBJECT2WFQ 0x180ec
2025/* [RW 32] Specify the upper bound that credit register 0 is allowed to
2026 * reach. */
2027#define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_0 0x1810c
2028#define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_1 0x18110
2029/* [RW 32] Specify the weight (in bytes) to be added to credit register 0
2030 * when it is time to increment. */
2031#define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_0 0x180f8
2032#define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_1 0x180fc
2033/* [RW 12] Specify the number of strict priority arbitration slots between
2034 * two round-robin arbitration slots to avoid starvation. A value of 0 means
2035 * no strict priority cycles - the strict priority with anti-starvation
2036 * arbiter becomes a round-robin arbiter. */
2037#define NIG_REG_P0_TX_ARB_NUM_STRICT_ARB_SLOTS 0x180f4
2038/* [RW 15] Specify the client number to be assigned to each priority of the
2039 * strict priority arbiter. Priority 0 is the highest priority. Bits [2:0]
2040 * are for priority 0 client; bits [14:12] are for priority 4 client. The
2041 * clients are assigned the following IDs: 0-management; 1-debug traffic
2042 * from this port; 2-debug traffic from other port; 3-COS0 traffic; 4-COS1
2043 * traffic. The reset value[14:0] is set to 0x4688 (15'b100_011_010_001_000)
2044 * for management at priority 0; debug traffic at priorities 1 and 2; COS0
2045 * traffic at priority 3; and COS1 traffic at priority 4. */
2046#define NIG_REG_P0_TX_ARB_PRIORITY_CLIENT 0x180e4
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002047/* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic
2048 * Ethernet header. */
2049#define NIG_REG_P1_HDRS_AFTER_BASIC 0x1818c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002050#define NIG_REG_P1_LLH_FUNC_MEM2 0x184c0
2051#define NIG_REG_P1_LLH_FUNC_MEM2_ENABLE 0x18460
Yaniv Rosner9380bb92011-06-14 01:34:07 +00002052#define NIG_REG_P1_MAC_IN_EN 0x185c0
2053/* [RW 1] Output enable for TX MAC interface */
2054#define NIG_REG_P1_MAC_OUT_EN 0x185c4
2055/* [RW 1] Output enable for TX PAUSE signal to the MAC. */
2056#define NIG_REG_P1_MAC_PAUSE_OUT_EN 0x185c8
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002057/* [RW 32] Eight 4-bit configurations for specifying which COS (0-15 for
2058 * future expansion) each priorty is to be mapped to. Bits 3:0 specify the
2059 * COS for priority 0. Bits 31:28 specify the COS for priority 7. The 3-bit
2060 * priority field is extracted from the outer-most VLAN in receive packet.
2061 * Only COS 0 and COS 1 are supported in E2. */
2062#define NIG_REG_P1_PKT_PRIORITY_TO_COS 0x181a8
2063/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 0. A
2064 * priority is mapped to COS 0 when the corresponding mask bit is 1. More
2065 * than one bit may be set; allowing multiple priorities to be mapped to one
2066 * COS. */
2067#define NIG_REG_P1_RX_COS0_PRIORITY_MASK 0x181ac
2068/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 1. A
2069 * priority is mapped to COS 1 when the corresponding mask bit is 1. More
2070 * than one bit may be set; allowing multiple priorities to be mapped to one
2071 * COS. */
2072#define NIG_REG_P1_RX_COS1_PRIORITY_MASK 0x181b0
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002073/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 2. A
2074 * priority is mapped to COS 2 when the corresponding mask bit is 1. More
2075 * than one bit may be set; allowing multiple priorities to be mapped to one
2076 * COS. */
2077#define NIG_REG_P1_RX_COS2_PRIORITY_MASK 0x186f8
Yaniv Rosner9380bb92011-06-14 01:34:07 +00002078/* [R 1] RX FIFO for receiving data from MAC is empty. */
2079#define NIG_REG_P1_RX_MACFIFO_EMPTY 0x1858c
2080/* [R 1] TLLH FIFO is empty. */
2081#define NIG_REG_P1_TLLH_FIFO_EMPTY 0x18338
2082/* [RW 32] Specify which of the credit registers the client is to be mapped
2083 * to. This register specifies bits 31:0 of the 36-bit value. Bits[3:0] are
2084 * for client 0; bits [35:32] are for client 8. For clients that are not
2085 * subject to WFQ credit blocking - their specifications here are not used.
2086 * This is a new register (with 2_) added in E3 B0 to accommodate the 9
2087 * input clients to ETS arbiter. The reset default is set for management and
2088 * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to
2089 * use credit registers 0-5 respectively (0x543210876). Note that credit
2090 * registers can not be shared between clients. Note also that there are
2091 * only COS0-2 in port 1- there is a total of 6 clients in port 1. Only
2092 * credit registers 0-5 are valid. This register should be configured
2093 * appropriately before enabling WFQ. */
2094#define NIG_REG_P1_TX_ARB_CLIENT_CREDIT_MAP2_LSB 0x186e8
2095/* [RW 4] Specify which of the credit registers the client is to be mapped
2096 * to. This register specifies bits 35:32 of the 36-bit value. Bits[3:0] are
2097 * for client 0; bits [35:32] are for client 8. For clients that are not
2098 * subject to WFQ credit blocking - their specifications here are not used.
2099 * This is a new register (with 2_) added in E3 B0 to accommodate the 9
2100 * input clients to ETS arbiter. The reset default is set for management and
2101 * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to
2102 * use credit registers 0-5 respectively (0x543210876). Note that credit
2103 * registers can not be shared between clients. Note also that there are
2104 * only COS0-2 in port 1- there is a total of 6 clients in port 1. Only
2105 * credit registers 0-5 are valid. This register should be configured
2106 * appropriately before enabling WFQ. */
2107#define NIG_REG_P1_TX_ARB_CLIENT_CREDIT_MAP2_MSB 0x186ec
2108/* [RW 9] Specify whether the client competes directly in the strict
2109 * priority arbiter. The bits are mapped according to client ID (client IDs
2110 * are defined in tx_arb_priority_client2): 0-management; 1-debug traffic
2111 * from this port; 2-debug traffic from other port; 3-COS0 traffic; 4-COS1
2112 * traffic; 5-COS2 traffic; 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic.
2113 * Default value is set to enable strict priorities for all clients. */
2114#define NIG_REG_P1_TX_ARB_CLIENT_IS_STRICT 0x18234
2115/* [RW 9] Specify whether the client is subject to WFQ credit blocking. The
2116 * bits are mapped according to client ID (client IDs are defined in
2117 * tx_arb_priority_client2): 0-management; 1-debug traffic from this port;
2118 * 2-debug traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2
2119 * traffic; 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. Default value is
2120 * 0 for not using WFQ credit blocking. */
2121#define NIG_REG_P1_TX_ARB_CLIENT_IS_SUBJECT2WFQ 0x18238
2122/* [RW 32] Specify the upper bound that credit register 0 is allowed to
2123 * reach. */
Eilon Greenstein1c063282009-02-12 08:36:43 +00002124/* [RW 1] Pause enable for port0. This register may get 1 only when
2125 ~safc_enable.safc_enable = 0 and ppp_enable.ppp_enable =0 for the same
2126 port */
2127#define NIG_REG_PAUSE_ENABLE_0 0x160c0
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002128#define NIG_REG_PAUSE_ENABLE_1 0x160c4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002129/* [RW 1] Input enable for RX PBF LP IF */
2130#define NIG_REG_PBF_LB_IN_EN 0x100b4
Eliezer Tamirf1410642008-02-28 11:51:50 -08002131/* [RW 1] Value of this register will be transmitted to port swap when
2132 ~nig_registers_strap_override.strap_override =1 */
2133#define NIG_REG_PORT_SWAP 0x10394
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002134/* [RW 1] PPP enable for port0. This register may get 1 only when
2135 * ~safc_enable.safc_enable = 0 and pause_enable.pause_enable =0 for the
2136 * same port */
2137#define NIG_REG_PPP_ENABLE_0 0x160b0
2138#define NIG_REG_PPP_ENABLE_1 0x160b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002139/* [RW 1] output enable for RX parser descriptor IF */
2140#define NIG_REG_PRS_EOP_OUT_EN 0x10104
2141/* [RW 1] Input enable for RX parser request IF */
2142#define NIG_REG_PRS_REQ_IN_EN 0x100b8
Eilon Greensteinc1b73992009-02-12 08:37:07 +00002143/* [RW 5] control to serdes - CL45 DEVAD */
2144#define NIG_REG_SERDES0_CTRL_MD_DEVAD 0x10370
2145/* [RW 1] control to serdes; 0 - clause 45; 1 - clause 22 */
2146#define NIG_REG_SERDES0_CTRL_MD_ST 0x1036c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002147/* [RW 5] control to serdes - CL22 PHY_ADD and CL45 PRTAD */
2148#define NIG_REG_SERDES0_CTRL_PHY_ADDR 0x10374
2149/* [R 1] status from serdes0 that inputs to interrupt logic of link status */
2150#define NIG_REG_SERDES0_STATUS_LINK_STATUS 0x10578
2151/* [R 32] Rx statistics : In user packets discarded due to BRB backpressure
2152 for port0 */
2153#define NIG_REG_STAT0_BRB_DISCARD 0x105f0
Yitchak Gertner66e855f2008-08-13 15:49:05 -07002154/* [R 32] Rx statistics : In user packets truncated due to BRB backpressure
2155 for port0 */
2156#define NIG_REG_STAT0_BRB_TRUNCATE 0x105f8
Eilon Greenstein34f80b02008-06-23 20:33:01 -07002157/* [WB_R 36] Tx statistics : Number of packets from emac0 or bmac0 that
2158 between 1024 and 1522 bytes for port0 */
2159#define NIG_REG_STAT0_EGRESS_MAC_PKT0 0x10750
2160/* [WB_R 36] Tx statistics : Number of packets from emac0 or bmac0 that
2161 between 1523 bytes and above for port0 */
2162#define NIG_REG_STAT0_EGRESS_MAC_PKT1 0x10760
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002163/* [R 32] Rx statistics : In user packets discarded due to BRB backpressure
2164 for port1 */
2165#define NIG_REG_STAT1_BRB_DISCARD 0x10628
Eilon Greenstein34f80b02008-06-23 20:33:01 -07002166/* [WB_R 36] Tx statistics : Number of packets from emac1 or bmac1 that
2167 between 1024 and 1522 bytes for port1 */
2168#define NIG_REG_STAT1_EGRESS_MAC_PKT0 0x107a0
2169/* [WB_R 36] Tx statistics : Number of packets from emac1 or bmac1 that
2170 between 1523 bytes and above for port1 */
2171#define NIG_REG_STAT1_EGRESS_MAC_PKT1 0x107b0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002172/* [WB_R 64] Rx statistics : User octets received for LP */
2173#define NIG_REG_STAT2_BRB_OCTET 0x107e0
2174#define NIG_REG_STATUS_INTERRUPT_PORT0 0x10328
2175#define NIG_REG_STATUS_INTERRUPT_PORT1 0x1032c
Eliezer Tamirf1410642008-02-28 11:51:50 -08002176/* [RW 1] port swap mux selection. If this register equal to 0 then port
2177 swap is equal to SPIO pin that inputs from ifmux_serdes_swap. If 1 then
2178 ort swap is equal to ~nig_registers_port_swap.port_swap */
2179#define NIG_REG_STRAP_OVERRIDE 0x10398
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002180/* [RW 1] output enable for RX_XCM0 IF */
2181#define NIG_REG_XCM0_OUT_EN 0x100f0
2182/* [RW 1] output enable for RX_XCM1 IF */
2183#define NIG_REG_XCM1_OUT_EN 0x100f4
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002184/* [RW 1] control to xgxs - remote PHY in-band MDIO */
2185#define NIG_REG_XGXS0_CTRL_EXTREMOTEMDIOST 0x10348
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002186/* [RW 5] control to xgxs - CL45 DEVAD */
2187#define NIG_REG_XGXS0_CTRL_MD_DEVAD 0x1033c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002188/* [RW 1] control to xgxs; 0 - clause 45; 1 - clause 22 */
2189#define NIG_REG_XGXS0_CTRL_MD_ST 0x10338
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002190/* [RW 5] control to xgxs - CL22 PHY_ADD and CL45 PRTAD */
2191#define NIG_REG_XGXS0_CTRL_PHY_ADDR 0x10340
2192/* [R 1] status from xgxs0 that inputs to interrupt logic of link10g. */
2193#define NIG_REG_XGXS0_STATUS_LINK10G 0x10680
2194/* [R 4] status from xgxs0 that inputs to interrupt logic of link status */
2195#define NIG_REG_XGXS0_STATUS_LINK_STATUS 0x10684
2196/* [RW 2] selection for XGXS lane of port 0 in NIG_MUX block */
2197#define NIG_REG_XGXS_LANE_SEL_P0 0x102e8
2198/* [RW 1] selection for port0 for NIG_MUX block : 0 = SerDes; 1 = XGXS */
2199#define NIG_REG_XGXS_SERDES0_MODE_SEL 0x102e0
Eilon Greenstein2f904462009-08-12 08:22:16 +00002200#define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_EMAC0_MISC_MI_INT (0x1<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002201#define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_SERDES0_LINK_STATUS (0x1<<9)
2202#define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_XGXS0_LINK10G (0x1<<15)
2203#define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_XGXS0_LINK_STATUS (0xf<<18)
2204#define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_XGXS0_LINK_STATUS_SIZE 18
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002205/* [RW 31] The upper bound of the weight of COS0 in the ETS command arbiter. */
2206#define PBF_REG_COS0_UPPER_BOUND 0x15c05c
2207/* [RW 31] The weight of COS0 in the ETS command arbiter. */
2208#define PBF_REG_COS0_WEIGHT 0x15c054
2209/* [RW 31] The upper bound of the weight of COS1 in the ETS command arbiter. */
2210#define PBF_REG_COS1_UPPER_BOUND 0x15c060
2211/* [RW 31] The weight of COS1 in the ETS command arbiter. */
2212#define PBF_REG_COS1_WEIGHT 0x15c058
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002213/* [R 11] Current credit for the LB queue in the tx port buffers in 16 byte
2214 * lines. */
2215#define PBF_REG_CREDIT_LB_Q 0x140338
2216/* [R 11] Current credit for queue 0 in the tx port buffers in 16 byte
2217 * lines. */
2218#define PBF_REG_CREDIT_Q0 0x14033c
2219/* [R 11] Current credit for queue 1 in the tx port buffers in 16 byte
2220 * lines. */
2221#define PBF_REG_CREDIT_Q1 0x140340
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002222/* [RW 1] Disable processing further tasks from port 0 (after ending the
2223 current task in process). */
2224#define PBF_REG_DISABLE_NEW_TASK_PROC_P0 0x14005c
2225/* [RW 1] Disable processing further tasks from port 1 (after ending the
2226 current task in process). */
2227#define PBF_REG_DISABLE_NEW_TASK_PROC_P1 0x140060
2228/* [RW 1] Disable processing further tasks from port 4 (after ending the
2229 current task in process). */
2230#define PBF_REG_DISABLE_NEW_TASK_PROC_P4 0x14006c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002231#define PBF_REG_DISABLE_PF 0x1402e8
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002232/* [RW 1] Indicates that ETS is performed between the COSes in the command
2233 * arbiter. If reset strict priority w/ anti-starvation will be performed
2234 * w/o WFQ. */
2235#define PBF_REG_ETS_ENABLED 0x15c050
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002236/* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic
2237 * Ethernet header. */
2238#define PBF_REG_HDRS_AFTER_BASIC 0x15c0a8
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002239/* [RW 6] Bit-map indicating which L2 hdrs may appear after L2 tag 0 */
2240#define PBF_REG_HDRS_AFTER_TAG_0 0x15c0b8
2241/* [R 1] Removed for E3 B0 - Indicates which COS is conncted to the highest
2242 * priority in the command arbiter. */
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002243#define PBF_REG_HIGH_PRIORITY_COS_NUM 0x15c04c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002244#define PBF_REG_IF_ENABLE_REG 0x140044
2245/* [RW 1] Init bit. When set the initial credits are copied to the credit
2246 registers (except the port credits). Should be set and then reset after
2247 the configuration of the block has ended. */
2248#define PBF_REG_INIT 0x140000
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002249/* [RW 11] Initial credit for the LB queue in the tx port buffers in 16 byte
2250 * lines. */
2251#define PBF_REG_INIT_CRD_LB_Q 0x15c248
2252/* [RW 11] Initial credit for queue 0 in the tx port buffers in 16 byte
2253 * lines. */
2254#define PBF_REG_INIT_CRD_Q0 0x15c230
2255/* [RW 11] Initial credit for queue 1 in the tx port buffers in 16 byte
2256 * lines. */
2257#define PBF_REG_INIT_CRD_Q1 0x15c234
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002258/* [RW 1] Init bit for port 0. When set the initial credit of port 0 is
2259 copied to the credit register. Should be set and then reset after the
2260 configuration of the port has ended. */
2261#define PBF_REG_INIT_P0 0x140004
2262/* [RW 1] Init bit for port 1. When set the initial credit of port 1 is
2263 copied to the credit register. Should be set and then reset after the
2264 configuration of the port has ended. */
2265#define PBF_REG_INIT_P1 0x140008
2266/* [RW 1] Init bit for port 4. When set the initial credit of port 4 is
2267 copied to the credit register. Should be set and then reset after the
2268 configuration of the port has ended. */
2269#define PBF_REG_INIT_P4 0x14000c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002270/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2271 * the LB queue. Reset upon init. */
2272#define PBF_REG_INTERNAL_CRD_FREED_CNT_LB_Q 0x140354
2273/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2274 * queue 0. Reset upon init. */
2275#define PBF_REG_INTERNAL_CRD_FREED_CNT_Q0 0x140358
2276/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2277 * queue 1. Reset upon init. */
2278#define PBF_REG_INTERNAL_CRD_FREED_CNT_Q1 0x14035c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002279/* [RW 1] Enable for mac interface 0. */
2280#define PBF_REG_MAC_IF0_ENABLE 0x140030
2281/* [RW 1] Enable for mac interface 1. */
2282#define PBF_REG_MAC_IF1_ENABLE 0x140034
2283/* [RW 1] Enable for the loopback interface. */
2284#define PBF_REG_MAC_LB_ENABLE 0x140040
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002285/* [RW 6] Bit-map indicating which headers must appear in the packet */
2286#define PBF_REG_MUST_HAVE_HDRS 0x15c0c4
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002287/* [RW 16] The number of strict priority arbitration slots between 2 RR
2288 * arbitration slots. A value of 0 means no strict priority cycles; i.e. the
2289 * strict-priority w/ anti-starvation arbiter is a RR arbiter. */
2290#define PBF_REG_NUM_STRICT_ARB_SLOTS 0x15c064
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002291/* [RW 10] Port 0 threshold used by arbiter in 16 byte lines used when pause
2292 not suppoterd. */
2293#define PBF_REG_P0_ARB_THRSH 0x1400e4
2294/* [R 11] Current credit for port 0 in the tx port buffers in 16 byte lines. */
2295#define PBF_REG_P0_CREDIT 0x140200
2296/* [RW 11] Initial credit for port 0 in the tx port buffers in 16 byte
2297 lines. */
2298#define PBF_REG_P0_INIT_CRD 0x1400d0
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002299/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2300 * port 0. Reset upon init. */
2301#define PBF_REG_P0_INTERNAL_CRD_FREED_CNT 0x140308
2302/* [R 1] Removed for E3 B0 - Indication that pause is enabled for port 0. */
2303#define PBF_REG_P0_PAUSE_ENABLE 0x140014
2304/* [R 8] Removed for E3 B0 - Number of tasks in port 0 task queue. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002305#define PBF_REG_P0_TASK_CNT 0x140204
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002306/* [R 32] Removed for E3 B0 - Cyclic counter for number of 8 byte lines
2307 * freed from the task queue of port 0. Reset upon init. */
2308#define PBF_REG_P0_TQ_LINES_FREED_CNT 0x1402f0
2309/* [R 12] Number of 8 bytes lines occupied in the task queue of port 0. */
2310#define PBF_REG_P0_TQ_OCCUPANCY 0x1402fc
2311/* [R 11] Removed for E3 B0 - Current credit for port 1 in the tx port
2312 * buffers in 16 byte lines. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002313#define PBF_REG_P1_CREDIT 0x140208
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002314/* [R 11] Removed for E3 B0 - Initial credit for port 0 in the tx port
2315 * buffers in 16 byte lines. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002316#define PBF_REG_P1_INIT_CRD 0x1400d4
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002317/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2318 * port 1. Reset upon init. */
2319#define PBF_REG_P1_INTERNAL_CRD_FREED_CNT 0x14030c
2320/* [R 8] Removed for E3 B0 - Number of tasks in port 1 task queue. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002321#define PBF_REG_P1_TASK_CNT 0x14020c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002322/* [R 32] Removed for E3 B0 - Cyclic counter for number of 8 byte lines
2323 * freed from the task queue of port 1. Reset upon init. */
2324#define PBF_REG_P1_TQ_LINES_FREED_CNT 0x1402f4
2325/* [R 12] Number of 8 bytes lines occupied in the task queue of port 1. */
2326#define PBF_REG_P1_TQ_OCCUPANCY 0x140300
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002327/* [R 11] Current credit for port 4 in the tx port buffers in 16 byte lines. */
2328#define PBF_REG_P4_CREDIT 0x140210
2329/* [RW 11] Initial credit for port 4 in the tx port buffers in 16 byte
2330 lines. */
2331#define PBF_REG_P4_INIT_CRD 0x1400e0
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002332/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2333 * port 4. Reset upon init. */
2334#define PBF_REG_P4_INTERNAL_CRD_FREED_CNT 0x140310
2335/* [R 8] Removed for E3 B0 - Number of tasks in port 4 task queue. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002336#define PBF_REG_P4_TASK_CNT 0x140214
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002337/* [R 32] Removed for E3 B0 - Cyclic counter for number of 8 byte lines
2338 * freed from the task queue of port 4. Reset upon init. */
2339#define PBF_REG_P4_TQ_LINES_FREED_CNT 0x1402f8
2340/* [R 12] Number of 8 bytes lines occupied in the task queue of port 4. */
2341#define PBF_REG_P4_TQ_OCCUPANCY 0x140304
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002342/* [RW 5] Interrupt mask register #0 read/write */
2343#define PBF_REG_PBF_INT_MASK 0x1401d4
2344/* [R 5] Interrupt register #0 read */
2345#define PBF_REG_PBF_INT_STS 0x1401c8
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00002346/* [RW 20] Parity mask register #0 read/write */
2347#define PBF_REG_PBF_PRTY_MASK 0x1401e4
2348/* [RC 20] Parity register #0 read clear */
2349#define PBF_REG_PBF_PRTY_STS_CLR 0x1401dc
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002350/* [RW 16] The Ethernet type value for L2 tag 0 */
2351#define PBF_REG_TAG_ETHERTYPE_0 0x15c090
2352/* [RW 4] The length of the info field for L2 tag 0. The length is between
2353 * 2B and 14B; in 2B granularity */
2354#define PBF_REG_TAG_LEN_0 0x15c09c
2355/* [R 32] Cyclic counter for number of 8 byte lines freed from the LB task
2356 * queue. Reset upon init. */
2357#define PBF_REG_TQ_LINES_FREED_CNT_LB_Q 0x14038c
2358/* [R 32] Cyclic counter for number of 8 byte lines freed from the task
2359 * queue 0. Reset upon init. */
2360#define PBF_REG_TQ_LINES_FREED_CNT_Q0 0x140390
2361/* [R 32] Cyclic counter for number of 8 byte lines freed from task queue 1.
2362 * Reset upon init. */
2363#define PBF_REG_TQ_LINES_FREED_CNT_Q1 0x140394
2364/* [R 13] Number of 8 bytes lines occupied in the task queue of the LB
2365 * queue. */
2366#define PBF_REG_TQ_OCCUPANCY_LB_Q 0x1403a8
2367/* [R 13] Number of 8 bytes lines occupied in the task queue of queue 0. */
2368#define PBF_REG_TQ_OCCUPANCY_Q0 0x1403ac
2369/* [R 13] Number of 8 bytes lines occupied in the task queue of queue 1. */
2370#define PBF_REG_TQ_OCCUPANCY_Q1 0x1403b0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002371#define PB_REG_CONTROL 0
2372/* [RW 2] Interrupt mask register #0 read/write */
2373#define PB_REG_PB_INT_MASK 0x28
2374/* [R 2] Interrupt register #0 read */
2375#define PB_REG_PB_INT_STS 0x1c
2376/* [RW 4] Parity mask register #0 read/write */
2377#define PB_REG_PB_PRTY_MASK 0x38
Eliezer Tamirf1410642008-02-28 11:51:50 -08002378/* [R 4] Parity register #0 read */
2379#define PB_REG_PB_PRTY_STS 0x2c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00002380/* [RC 4] Parity register #0 read clear */
2381#define PB_REG_PB_PRTY_STS_CLR 0x30
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002382#define PGLUE_B_PGLUE_B_INT_STS_REG_ADDRESS_ERROR (0x1<<0)
2383#define PGLUE_B_PGLUE_B_INT_STS_REG_CSSNOOP_FIFO_OVERFLOW (0x1<<8)
2384#define PGLUE_B_PGLUE_B_INT_STS_REG_INCORRECT_RCV_BEHAVIOR (0x1<<1)
2385#define PGLUE_B_PGLUE_B_INT_STS_REG_TCPL_ERROR_ATTN (0x1<<6)
2386#define PGLUE_B_PGLUE_B_INT_STS_REG_TCPL_IN_TWO_RCBS_ATTN (0x1<<7)
2387#define PGLUE_B_PGLUE_B_INT_STS_REG_VF_GRC_SPACE_VIOLATION_ATTN (0x1<<4)
2388#define PGLUE_B_PGLUE_B_INT_STS_REG_VF_LENGTH_VIOLATION_ATTN (0x1<<3)
2389#define PGLUE_B_PGLUE_B_INT_STS_REG_VF_MSIX_BAR_VIOLATION_ATTN (0x1<<5)
2390#define PGLUE_B_PGLUE_B_INT_STS_REG_WAS_ERROR_ATTN (0x1<<2)
2391/* [R 8] Config space A attention dirty bits. Each bit indicates that the
2392 * corresponding PF generates config space A attention. Set by PXP. Reset by
2393 * MCP writing 1 to icfg_space_a_request_clr. Note: register contains bits
2394 * from both paths. */
2395#define PGLUE_B_REG_CFG_SPACE_A_REQUEST 0x9010
2396/* [R 8] Config space B attention dirty bits. Each bit indicates that the
2397 * corresponding PF generates config space B attention. Set by PXP. Reset by
2398 * MCP writing 1 to icfg_space_b_request_clr. Note: register contains bits
2399 * from both paths. */
2400#define PGLUE_B_REG_CFG_SPACE_B_REQUEST 0x9014
2401/* [RW 1] Type A PF enable inbound interrupt table for CSDM. 0 - disable; 1
2402 * - enable. */
2403#define PGLUE_B_REG_CSDM_INB_INT_A_PF_ENABLE 0x9194
2404/* [RW 18] Type B VF inbound interrupt table for CSDM: bits[17:9]-mask;
2405 * its[8:0]-address. Bits [1:0] must be zero (DW resolution address). */
2406#define PGLUE_B_REG_CSDM_INB_INT_B_VF 0x916c
2407/* [RW 1] Type B VF enable inbound interrupt table for CSDM. 0 - disable; 1
2408 * - enable. */
2409#define PGLUE_B_REG_CSDM_INB_INT_B_VF_ENABLE 0x919c
2410/* [RW 16] Start offset of CSDM zone A (queue zone) in the internal RAM */
2411#define PGLUE_B_REG_CSDM_START_OFFSET_A 0x9100
2412/* [RW 16] Start offset of CSDM zone B (legacy zone) in the internal RAM */
2413#define PGLUE_B_REG_CSDM_START_OFFSET_B 0x9108
2414/* [RW 5] VF Shift of CSDM zone B (legacy zone) in the internal RAM */
2415#define PGLUE_B_REG_CSDM_VF_SHIFT_B 0x9110
2416/* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */
2417#define PGLUE_B_REG_CSDM_ZONE_A_SIZE_PF 0x91ac
2418/* [R 8] FLR request attention dirty bits for PFs 0 to 7. Each bit indicates
2419 * that the FLR register of the corresponding PF was set. Set by PXP. Reset
2420 * by MCP writing 1 to flr_request_pf_7_0_clr. Note: register contains bits
2421 * from both paths. */
2422#define PGLUE_B_REG_FLR_REQUEST_PF_7_0 0x9028
2423/* [W 8] FLR request attention dirty bits clear for PFs 0 to 7. MCP writes 1
2424 * to a bit in this register in order to clear the corresponding bit in
2425 * flr_request_pf_7_0 register. Note: register contains bits from both
2426 * paths. */
2427#define PGLUE_B_REG_FLR_REQUEST_PF_7_0_CLR 0x9418
2428/* [R 32] FLR request attention dirty bits for VFs 96 to 127. Each bit
2429 * indicates that the FLR register of the corresponding VF was set. Set by
2430 * PXP. Reset by MCP writing 1 to flr_request_vf_127_96_clr. */
2431#define PGLUE_B_REG_FLR_REQUEST_VF_127_96 0x9024
2432/* [R 32] FLR request attention dirty bits for VFs 0 to 31. Each bit
2433 * indicates that the FLR register of the corresponding VF was set. Set by
2434 * PXP. Reset by MCP writing 1 to flr_request_vf_31_0_clr. */
2435#define PGLUE_B_REG_FLR_REQUEST_VF_31_0 0x9018
2436/* [R 32] FLR request attention dirty bits for VFs 32 to 63. Each bit
2437 * indicates that the FLR register of the corresponding VF was set. Set by
2438 * PXP. Reset by MCP writing 1 to flr_request_vf_63_32_clr. */
2439#define PGLUE_B_REG_FLR_REQUEST_VF_63_32 0x901c
2440/* [R 32] FLR request attention dirty bits for VFs 64 to 95. Each bit
2441 * indicates that the FLR register of the corresponding VF was set. Set by
2442 * PXP. Reset by MCP writing 1 to flr_request_vf_95_64_clr. */
2443#define PGLUE_B_REG_FLR_REQUEST_VF_95_64 0x9020
2444/* [R 8] Each bit indicates an incorrect behavior in user RX interface. Bit
2445 * 0 - Target memory read arrived with a correctable error. Bit 1 - Target
2446 * memory read arrived with an uncorrectable error. Bit 2 - Configuration RW
2447 * arrived with a correctable error. Bit 3 - Configuration RW arrived with
2448 * an uncorrectable error. Bit 4 - Completion with Configuration Request
2449 * Retry Status. Bit 5 - Expansion ROM access received with a write request.
2450 * Bit 6 - Completion with pcie_rx_err of 0000; CMPL_STATUS of non-zero; and
2451 * pcie_rx_last not asserted. Bit 7 - Completion with pcie_rx_err of 1010;
2452 * and pcie_rx_last not asserted. */
2453#define PGLUE_B_REG_INCORRECT_RCV_DETAILS 0x9068
2454#define PGLUE_B_REG_INTERNAL_PFID_ENABLE_MASTER 0x942c
2455#define PGLUE_B_REG_INTERNAL_PFID_ENABLE_TARGET_READ 0x9430
2456#define PGLUE_B_REG_INTERNAL_PFID_ENABLE_TARGET_WRITE 0x9434
2457#define PGLUE_B_REG_INTERNAL_VFID_ENABLE 0x9438
2458/* [R 9] Interrupt register #0 read */
2459#define PGLUE_B_REG_PGLUE_B_INT_STS 0x9298
2460/* [RC 9] Interrupt register #0 read clear */
2461#define PGLUE_B_REG_PGLUE_B_INT_STS_CLR 0x929c
2462/* [R 2] Parity register #0 read */
2463#define PGLUE_B_REG_PGLUE_B_PRTY_STS 0x92a8
2464/* [R 13] Details of first request received with error. [2:0] - PFID. [3] -
2465 * VF_VALID. [9:4] - VFID. [11:10] - Error Code - 0 - Indicates Completion
2466 * Timeout of a User Tx non-posted request. 1 - unsupported request. 2 -
2467 * completer abort. 3 - Illegal value for this field. [12] valid - indicates
2468 * if there was a completion error since the last time this register was
2469 * cleared. */
2470#define PGLUE_B_REG_RX_ERR_DETAILS 0x9080
2471/* [R 18] Details of first ATS Translation Completion request received with
2472 * error. [2:0] - PFID. [3] - VF_VALID. [9:4] - VFID. [11:10] - Error Code -
2473 * 0 - Indicates Completion Timeout of a User Tx non-posted request. 1 -
2474 * unsupported request. 2 - completer abort. 3 - Illegal value for this
2475 * field. [16:12] - ATC OTB EntryID. [17] valid - indicates if there was a
2476 * completion error since the last time this register was cleared. */
2477#define PGLUE_B_REG_RX_TCPL_ERR_DETAILS 0x9084
2478/* [W 8] Debug only - Shadow BME bits clear for PFs 0 to 7. MCP writes 1 to
2479 * a bit in this register in order to clear the corresponding bit in
2480 * shadow_bme_pf_7_0 register. MCP should never use this unless a
2481 * work-around is needed. Note: register contains bits from both paths. */
2482#define PGLUE_B_REG_SHADOW_BME_PF_7_0_CLR 0x9458
2483/* [R 8] SR IOV disabled attention dirty bits. Each bit indicates that the
2484 * VF enable register of the corresponding PF is written to 0 and was
2485 * previously 1. Set by PXP. Reset by MCP writing 1 to
2486 * sr_iov_disabled_request_clr. Note: register contains bits from both
2487 * paths. */
2488#define PGLUE_B_REG_SR_IOV_DISABLED_REQUEST 0x9030
2489/* [R 32] Indicates the status of tags 32-63. 0 - tags is used - read
2490 * completion did not return yet. 1 - tag is unused. Same functionality as
2491 * pxp2_registers_pgl_exp_rom_data2 for tags 0-31. */
2492#define PGLUE_B_REG_TAGS_63_32 0x9244
2493/* [RW 1] Type A PF enable inbound interrupt table for TSDM. 0 - disable; 1
2494 * - enable. */
2495#define PGLUE_B_REG_TSDM_INB_INT_A_PF_ENABLE 0x9170
2496/* [RW 16] Start offset of TSDM zone A (queue zone) in the internal RAM */
2497#define PGLUE_B_REG_TSDM_START_OFFSET_A 0x90c4
2498/* [RW 16] Start offset of TSDM zone B (legacy zone) in the internal RAM */
2499#define PGLUE_B_REG_TSDM_START_OFFSET_B 0x90cc
2500/* [RW 5] VF Shift of TSDM zone B (legacy zone) in the internal RAM */
2501#define PGLUE_B_REG_TSDM_VF_SHIFT_B 0x90d4
2502/* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */
2503#define PGLUE_B_REG_TSDM_ZONE_A_SIZE_PF 0x91a0
2504/* [R 32] Address [31:0] of first read request not submitted due to error */
2505#define PGLUE_B_REG_TX_ERR_RD_ADD_31_0 0x9098
2506/* [R 32] Address [63:32] of first read request not submitted due to error */
2507#define PGLUE_B_REG_TX_ERR_RD_ADD_63_32 0x909c
2508/* [R 31] Details of first read request not submitted due to error. [4:0]
2509 * VQID. [5] TREQ. 1 - Indicates the request is a Translation Request.
2510 * [20:8] - Length in bytes. [23:21] - PFID. [24] - VF_VALID. [30:25] -
2511 * VFID. */
2512#define PGLUE_B_REG_TX_ERR_RD_DETAILS 0x90a0
2513/* [R 26] Details of first read request not submitted due to error. [15:0]
2514 * Request ID. [19:16] client ID. [20] - last SR. [24:21] - Error type -
2515 * [21] - Indicates was_error was set; [22] - Indicates BME was cleared;
2516 * [23] - Indicates FID_enable was cleared; [24] - Indicates VF with parent
2517 * PF FLR_request or IOV_disable_request dirty bit is set. [25] valid -
2518 * indicates if there was a request not submitted due to error since the
2519 * last time this register was cleared. */
2520#define PGLUE_B_REG_TX_ERR_RD_DETAILS2 0x90a4
2521/* [R 32] Address [31:0] of first write request not submitted due to error */
2522#define PGLUE_B_REG_TX_ERR_WR_ADD_31_0 0x9088
2523/* [R 32] Address [63:32] of first write request not submitted due to error */
2524#define PGLUE_B_REG_TX_ERR_WR_ADD_63_32 0x908c
2525/* [R 31] Details of first write request not submitted due to error. [4:0]
2526 * VQID. [20:8] - Length in bytes. [23:21] - PFID. [24] - VF_VALID. [30:25]
2527 * - VFID. */
2528#define PGLUE_B_REG_TX_ERR_WR_DETAILS 0x9090
2529/* [R 26] Details of first write request not submitted due to error. [15:0]
2530 * Request ID. [19:16] client ID. [20] - last SR. [24:21] - Error type -
2531 * [21] - Indicates was_error was set; [22] - Indicates BME was cleared;
2532 * [23] - Indicates FID_enable was cleared; [24] - Indicates VF with parent
2533 * PF FLR_request or IOV_disable_request dirty bit is set. [25] valid -
2534 * indicates if there was a request not submitted due to error since the
2535 * last time this register was cleared. */
2536#define PGLUE_B_REG_TX_ERR_WR_DETAILS2 0x9094
2537/* [RW 10] Type A PF/VF inbound interrupt table for USDM: bits[9:5]-mask;
2538 * its[4:0]-address relative to start_offset_a. Bits [1:0] can have any
2539 * value (Byte resolution address). */
2540#define PGLUE_B_REG_USDM_INB_INT_A_0 0x9128
2541#define PGLUE_B_REG_USDM_INB_INT_A_1 0x912c
2542#define PGLUE_B_REG_USDM_INB_INT_A_2 0x9130
2543#define PGLUE_B_REG_USDM_INB_INT_A_3 0x9134
2544#define PGLUE_B_REG_USDM_INB_INT_A_4 0x9138
2545#define PGLUE_B_REG_USDM_INB_INT_A_5 0x913c
2546#define PGLUE_B_REG_USDM_INB_INT_A_6 0x9140
2547/* [RW 1] Type A PF enable inbound interrupt table for USDM. 0 - disable; 1
2548 * - enable. */
2549#define PGLUE_B_REG_USDM_INB_INT_A_PF_ENABLE 0x917c
2550/* [RW 1] Type A VF enable inbound interrupt table for USDM. 0 - disable; 1
2551 * - enable. */
2552#define PGLUE_B_REG_USDM_INB_INT_A_VF_ENABLE 0x9180
2553/* [RW 1] Type B VF enable inbound interrupt table for USDM. 0 - disable; 1
2554 * - enable. */
2555#define PGLUE_B_REG_USDM_INB_INT_B_VF_ENABLE 0x9184
2556/* [RW 16] Start offset of USDM zone A (queue zone) in the internal RAM */
2557#define PGLUE_B_REG_USDM_START_OFFSET_A 0x90d8
2558/* [RW 16] Start offset of USDM zone B (legacy zone) in the internal RAM */
2559#define PGLUE_B_REG_USDM_START_OFFSET_B 0x90e0
2560/* [RW 5] VF Shift of USDM zone B (legacy zone) in the internal RAM */
2561#define PGLUE_B_REG_USDM_VF_SHIFT_B 0x90e8
2562/* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */
2563#define PGLUE_B_REG_USDM_ZONE_A_SIZE_PF 0x91a4
2564/* [R 26] Details of first target VF request accessing VF GRC space that
2565 * failed permission check. [14:0] Address. [15] w_nr: 0 - Read; 1 - Write.
2566 * [21:16] VFID. [24:22] - PFID. [25] valid - indicates if there was a
2567 * request accessing VF GRC space that failed permission check since the
2568 * last time this register was cleared. Permission checks are: function
2569 * permission; R/W permission; address range permission. */
2570#define PGLUE_B_REG_VF_GRC_SPACE_VIOLATION_DETAILS 0x9234
2571/* [R 31] Details of first target VF request with length violation (too many
2572 * DWs) accessing BAR0. [12:0] Address in DWs (bits [14:2] of byte address).
2573 * [14:13] BAR. [20:15] VFID. [23:21] - PFID. [29:24] - Length in DWs. [30]
2574 * valid - indicates if there was a request with length violation since the
2575 * last time this register was cleared. Length violations: length of more
2576 * than 2DWs; length of 2DWs and address not QW aligned; window is GRC and
2577 * length is more than 1 DW. */
2578#define PGLUE_B_REG_VF_LENGTH_VIOLATION_DETAILS 0x9230
2579/* [R 8] Was_error indication dirty bits for PFs 0 to 7. Each bit indicates
2580 * that there was a completion with uncorrectable error for the
2581 * corresponding PF. Set by PXP. Reset by MCP writing 1 to
2582 * was_error_pf_7_0_clr. */
2583#define PGLUE_B_REG_WAS_ERROR_PF_7_0 0x907c
2584/* [W 8] Was_error indication dirty bits clear for PFs 0 to 7. MCP writes 1
2585 * to a bit in this register in order to clear the corresponding bit in
2586 * flr_request_pf_7_0 register. */
2587#define PGLUE_B_REG_WAS_ERROR_PF_7_0_CLR 0x9470
2588/* [R 32] Was_error indication dirty bits for VFs 96 to 127. Each bit
2589 * indicates that there was a completion with uncorrectable error for the
2590 * corresponding VF. Set by PXP. Reset by MCP writing 1 to
2591 * was_error_vf_127_96_clr. */
2592#define PGLUE_B_REG_WAS_ERROR_VF_127_96 0x9078
2593/* [W 32] Was_error indication dirty bits clear for VFs 96 to 127. MCP
2594 * writes 1 to a bit in this register in order to clear the corresponding
2595 * bit in was_error_vf_127_96 register. */
2596#define PGLUE_B_REG_WAS_ERROR_VF_127_96_CLR 0x9474
2597/* [R 32] Was_error indication dirty bits for VFs 0 to 31. Each bit
2598 * indicates that there was a completion with uncorrectable error for the
2599 * corresponding VF. Set by PXP. Reset by MCP writing 1 to
2600 * was_error_vf_31_0_clr. */
2601#define PGLUE_B_REG_WAS_ERROR_VF_31_0 0x906c
2602/* [W 32] Was_error indication dirty bits clear for VFs 0 to 31. MCP writes
2603 * 1 to a bit in this register in order to clear the corresponding bit in
2604 * was_error_vf_31_0 register. */
2605#define PGLUE_B_REG_WAS_ERROR_VF_31_0_CLR 0x9478
2606/* [R 32] Was_error indication dirty bits for VFs 32 to 63. Each bit
2607 * indicates that there was a completion with uncorrectable error for the
2608 * corresponding VF. Set by PXP. Reset by MCP writing 1 to
2609 * was_error_vf_63_32_clr. */
2610#define PGLUE_B_REG_WAS_ERROR_VF_63_32 0x9070
2611/* [W 32] Was_error indication dirty bits clear for VFs 32 to 63. MCP writes
2612 * 1 to a bit in this register in order to clear the corresponding bit in
2613 * was_error_vf_63_32 register. */
2614#define PGLUE_B_REG_WAS_ERROR_VF_63_32_CLR 0x947c
2615/* [R 32] Was_error indication dirty bits for VFs 64 to 95. Each bit
2616 * indicates that there was a completion with uncorrectable error for the
2617 * corresponding VF. Set by PXP. Reset by MCP writing 1 to
2618 * was_error_vf_95_64_clr. */
2619#define PGLUE_B_REG_WAS_ERROR_VF_95_64 0x9074
2620/* [W 32] Was_error indication dirty bits clear for VFs 64 to 95. MCP writes
2621 * 1 to a bit in this register in order to clear the corresponding bit in
2622 * was_error_vf_95_64 register. */
2623#define PGLUE_B_REG_WAS_ERROR_VF_95_64_CLR 0x9480
2624/* [RW 1] Type A PF enable inbound interrupt table for XSDM. 0 - disable; 1
2625 * - enable. */
2626#define PGLUE_B_REG_XSDM_INB_INT_A_PF_ENABLE 0x9188
2627/* [RW 16] Start offset of XSDM zone A (queue zone) in the internal RAM */
2628#define PGLUE_B_REG_XSDM_START_OFFSET_A 0x90ec
2629/* [RW 16] Start offset of XSDM zone B (legacy zone) in the internal RAM */
2630#define PGLUE_B_REG_XSDM_START_OFFSET_B 0x90f4
2631/* [RW 5] VF Shift of XSDM zone B (legacy zone) in the internal RAM */
2632#define PGLUE_B_REG_XSDM_VF_SHIFT_B 0x90fc
2633/* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */
2634#define PGLUE_B_REG_XSDM_ZONE_A_SIZE_PF 0x91a8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002635#define PRS_REG_A_PRSU_20 0x40134
2636/* [R 8] debug only: CFC load request current credit. Transaction based. */
2637#define PRS_REG_CFC_LD_CURRENT_CREDIT 0x40164
2638/* [R 8] debug only: CFC search request current credit. Transaction based. */
2639#define PRS_REG_CFC_SEARCH_CURRENT_CREDIT 0x40168
2640/* [RW 6] The initial credit for the search message to the CFC interface.
2641 Credit is transaction based. */
2642#define PRS_REG_CFC_SEARCH_INITIAL_CREDIT 0x4011c
2643/* [RW 24] CID for port 0 if no match */
2644#define PRS_REG_CID_PORT_0 0x400fc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002645/* [RW 32] The CM header for flush message where 'load existed' bit in CFC
2646 load response is reset and packet type is 0. Used in packet start message
2647 to TCM. */
2648#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_0 0x400dc
2649#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_1 0x400e0
2650#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_2 0x400e4
2651#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_3 0x400e8
2652#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_4 0x400ec
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08002653#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_5 0x400f0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002654/* [RW 32] The CM header for flush message where 'load existed' bit in CFC
2655 load response is set and packet type is 0. Used in packet start message
2656 to TCM. */
2657#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_0 0x400bc
2658#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_1 0x400c0
2659#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_2 0x400c4
2660#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_3 0x400c8
2661#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_4 0x400cc
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08002662#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_5 0x400d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002663/* [RW 32] The CM header for a match and packet type 1 for loopback port.
2664 Used in packet start message to TCM. */
2665#define PRS_REG_CM_HDR_LOOPBACK_TYPE_1 0x4009c
2666#define PRS_REG_CM_HDR_LOOPBACK_TYPE_2 0x400a0
2667#define PRS_REG_CM_HDR_LOOPBACK_TYPE_3 0x400a4
2668#define PRS_REG_CM_HDR_LOOPBACK_TYPE_4 0x400a8
2669/* [RW 32] The CM header for a match and packet type 0. Used in packet start
2670 message to TCM. */
2671#define PRS_REG_CM_HDR_TYPE_0 0x40078
2672#define PRS_REG_CM_HDR_TYPE_1 0x4007c
2673#define PRS_REG_CM_HDR_TYPE_2 0x40080
2674#define PRS_REG_CM_HDR_TYPE_3 0x40084
2675#define PRS_REG_CM_HDR_TYPE_4 0x40088
2676/* [RW 32] The CM header in case there was not a match on the connection */
2677#define PRS_REG_CM_NO_MATCH_HDR 0x400b8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002678/* [RW 1] Indicates if in e1hov mode. 0=non-e1hov mode; 1=e1hov mode. */
2679#define PRS_REG_E1HOV_MODE 0x401c8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002680/* [RW 8] The 8-bit event ID for a match and packet type 1. Used in packet
2681 start message to TCM. */
2682#define PRS_REG_EVENT_ID_1 0x40054
2683#define PRS_REG_EVENT_ID_2 0x40058
2684#define PRS_REG_EVENT_ID_3 0x4005c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002685/* [RW 16] The Ethernet type value for FCoE */
2686#define PRS_REG_FCOE_TYPE 0x401d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002687/* [RW 8] Context region for flush packet with packet type 0. Used in CFC
2688 load request message. */
2689#define PRS_REG_FLUSH_REGIONS_TYPE_0 0x40004
2690#define PRS_REG_FLUSH_REGIONS_TYPE_1 0x40008
2691#define PRS_REG_FLUSH_REGIONS_TYPE_2 0x4000c
2692#define PRS_REG_FLUSH_REGIONS_TYPE_3 0x40010
2693#define PRS_REG_FLUSH_REGIONS_TYPE_4 0x40014
2694#define PRS_REG_FLUSH_REGIONS_TYPE_5 0x40018
2695#define PRS_REG_FLUSH_REGIONS_TYPE_6 0x4001c
2696#define PRS_REG_FLUSH_REGIONS_TYPE_7 0x40020
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002697/* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic
2698 * Ethernet header. */
2699#define PRS_REG_HDRS_AFTER_BASIC 0x40238
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002700/* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic
2701 * Ethernet header for port 0 packets. */
2702#define PRS_REG_HDRS_AFTER_BASIC_PORT_0 0x40270
2703#define PRS_REG_HDRS_AFTER_BASIC_PORT_1 0x40290
2704/* [R 6] Bit-map indicating which L2 hdrs may appear after L2 tag 0 */
2705#define PRS_REG_HDRS_AFTER_TAG_0 0x40248
2706/* [RW 6] Bit-map indicating which L2 hdrs may appear after L2 tag 0 for
2707 * port 0 packets */
2708#define PRS_REG_HDRS_AFTER_TAG_0_PORT_0 0x40280
2709#define PRS_REG_HDRS_AFTER_TAG_0_PORT_1 0x402a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002710/* [RW 4] The increment value to send in the CFC load request message */
2711#define PRS_REG_INC_VALUE 0x40048
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002712/* [RW 6] Bit-map indicating which headers must appear in the packet */
2713#define PRS_REG_MUST_HAVE_HDRS 0x40254
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002714/* [RW 6] Bit-map indicating which headers must appear in the packet for
2715 * port 0 packets */
2716#define PRS_REG_MUST_HAVE_HDRS_PORT_0 0x4028c
2717#define PRS_REG_MUST_HAVE_HDRS_PORT_1 0x402ac
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002718#define PRS_REG_NIC_MODE 0x40138
2719/* [RW 8] The 8-bit event ID for cases where there is no match on the
2720 connection. Used in packet start message to TCM. */
2721#define PRS_REG_NO_MATCH_EVENT_ID 0x40070
2722/* [ST 24] The number of input CFC flush packets */
2723#define PRS_REG_NUM_OF_CFC_FLUSH_MESSAGES 0x40128
2724/* [ST 32] The number of cycles the Parser halted its operation since it
2725 could not allocate the next serial number */
2726#define PRS_REG_NUM_OF_DEAD_CYCLES 0x40130
2727/* [ST 24] The number of input packets */
2728#define PRS_REG_NUM_OF_PACKETS 0x40124
2729/* [ST 24] The number of input transparent flush packets */
2730#define PRS_REG_NUM_OF_TRANSPARENT_FLUSH_MESSAGES 0x4012c
2731/* [RW 8] Context region for received Ethernet packet with a match and
2732 packet type 0. Used in CFC load request message */
2733#define PRS_REG_PACKET_REGIONS_TYPE_0 0x40028
2734#define PRS_REG_PACKET_REGIONS_TYPE_1 0x4002c
2735#define PRS_REG_PACKET_REGIONS_TYPE_2 0x40030
2736#define PRS_REG_PACKET_REGIONS_TYPE_3 0x40034
2737#define PRS_REG_PACKET_REGIONS_TYPE_4 0x40038
2738#define PRS_REG_PACKET_REGIONS_TYPE_5 0x4003c
2739#define PRS_REG_PACKET_REGIONS_TYPE_6 0x40040
2740#define PRS_REG_PACKET_REGIONS_TYPE_7 0x40044
2741/* [R 2] debug only: Number of pending requests for CAC on port 0. */
2742#define PRS_REG_PENDING_BRB_CAC0_RQ 0x40174
2743/* [R 2] debug only: Number of pending requests for header parsing. */
2744#define PRS_REG_PENDING_BRB_PRS_RQ 0x40170
2745/* [R 1] Interrupt register #0 read */
2746#define PRS_REG_PRS_INT_STS 0x40188
2747/* [RW 8] Parity mask register #0 read/write */
2748#define PRS_REG_PRS_PRTY_MASK 0x401a4
Eliezer Tamirf1410642008-02-28 11:51:50 -08002749/* [R 8] Parity register #0 read */
2750#define PRS_REG_PRS_PRTY_STS 0x40198
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00002751/* [RC 8] Parity register #0 read clear */
2752#define PRS_REG_PRS_PRTY_STS_CLR 0x4019c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002753/* [RW 8] Context region for pure acknowledge packets. Used in CFC load
2754 request message */
2755#define PRS_REG_PURE_REGIONS 0x40024
2756/* [R 32] debug only: Serial number status lsb 32 bits. '1' indicates this
2757 serail number was released by SDM but cannot be used because a previous
2758 serial number was not released. */
2759#define PRS_REG_SERIAL_NUM_STATUS_LSB 0x40154
2760/* [R 32] debug only: Serial number status msb 32 bits. '1' indicates this
2761 serail number was released by SDM but cannot be used because a previous
2762 serial number was not released. */
2763#define PRS_REG_SERIAL_NUM_STATUS_MSB 0x40158
2764/* [R 4] debug only: SRC current credit. Transaction based. */
2765#define PRS_REG_SRC_CURRENT_CREDIT 0x4016c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002766/* [RW 16] The Ethernet type value for L2 tag 0 */
2767#define PRS_REG_TAG_ETHERTYPE_0 0x401d4
2768/* [RW 4] The length of the info field for L2 tag 0. The length is between
2769 * 2B and 14B; in 2B granularity */
2770#define PRS_REG_TAG_LEN_0 0x4022c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002771/* [R 8] debug only: TCM current credit. Cycle based. */
2772#define PRS_REG_TCM_CURRENT_CREDIT 0x40160
2773/* [R 8] debug only: TSDM current credit. Transaction based. */
2774#define PRS_REG_TSDM_CURRENT_CREDIT 0x4015c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002775#define PXP2_PXP2_INT_MASK_0_REG_PGL_CPL_AFT (0x1<<19)
2776#define PXP2_PXP2_INT_MASK_0_REG_PGL_CPL_OF (0x1<<20)
2777#define PXP2_PXP2_INT_MASK_0_REG_PGL_PCIE_ATTN (0x1<<22)
2778#define PXP2_PXP2_INT_MASK_0_REG_PGL_READ_BLOCKED (0x1<<23)
2779#define PXP2_PXP2_INT_MASK_0_REG_PGL_WRITE_BLOCKED (0x1<<24)
2780#define PXP2_PXP2_INT_STS_0_REG_WR_PGLUE_EOP_ERROR (0x1<<7)
2781#define PXP2_PXP2_INT_STS_CLR_0_REG_WR_PGLUE_EOP_ERROR (0x1<<7)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002782/* [R 6] Debug only: Number of used entries in the data FIFO */
2783#define PXP2_REG_HST_DATA_FIFO_STATUS 0x12047c
2784/* [R 7] Debug only: Number of used entries in the header FIFO */
2785#define PXP2_REG_HST_HEADER_FIFO_STATUS 0x120478
Eilon Greenstein34f80b02008-06-23 20:33:01 -07002786#define PXP2_REG_PGL_ADDR_88_F0 0x120534
2787#define PXP2_REG_PGL_ADDR_8C_F0 0x120538
2788#define PXP2_REG_PGL_ADDR_90_F0 0x12053c
2789#define PXP2_REG_PGL_ADDR_94_F0 0x120540
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002790#define PXP2_REG_PGL_CONTROL0 0x120490
2791#define PXP2_REG_PGL_CONTROL1 0x120514
Eilon Greensteinca003922009-08-12 22:53:28 -07002792#define PXP2_REG_PGL_DEBUG 0x120520
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002793/* [RW 32] third dword data of expansion rom request. this register is
2794 special. reading from it provides a vector outstanding read requests. if
2795 a bit is zero it means that a read request on the corresponding tag did
2796 not finish yet (not all completions have arrived for it) */
2797#define PXP2_REG_PGL_EXP_ROM2 0x120808
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002798/* [RW 32] Inbound interrupt table for CSDM: bits[31:16]-mask;
2799 its[15:0]-address */
2800#define PXP2_REG_PGL_INT_CSDM_0 0x1204f4
2801#define PXP2_REG_PGL_INT_CSDM_1 0x1204f8
2802#define PXP2_REG_PGL_INT_CSDM_2 0x1204fc
2803#define PXP2_REG_PGL_INT_CSDM_3 0x120500
2804#define PXP2_REG_PGL_INT_CSDM_4 0x120504
2805#define PXP2_REG_PGL_INT_CSDM_5 0x120508
2806#define PXP2_REG_PGL_INT_CSDM_6 0x12050c
2807#define PXP2_REG_PGL_INT_CSDM_7 0x120510
2808/* [RW 32] Inbound interrupt table for TSDM: bits[31:16]-mask;
2809 its[15:0]-address */
2810#define PXP2_REG_PGL_INT_TSDM_0 0x120494
2811#define PXP2_REG_PGL_INT_TSDM_1 0x120498
2812#define PXP2_REG_PGL_INT_TSDM_2 0x12049c
2813#define PXP2_REG_PGL_INT_TSDM_3 0x1204a0
2814#define PXP2_REG_PGL_INT_TSDM_4 0x1204a4
2815#define PXP2_REG_PGL_INT_TSDM_5 0x1204a8
2816#define PXP2_REG_PGL_INT_TSDM_6 0x1204ac
2817#define PXP2_REG_PGL_INT_TSDM_7 0x1204b0
2818/* [RW 32] Inbound interrupt table for USDM: bits[31:16]-mask;
2819 its[15:0]-address */
2820#define PXP2_REG_PGL_INT_USDM_0 0x1204b4
2821#define PXP2_REG_PGL_INT_USDM_1 0x1204b8
2822#define PXP2_REG_PGL_INT_USDM_2 0x1204bc
2823#define PXP2_REG_PGL_INT_USDM_3 0x1204c0
2824#define PXP2_REG_PGL_INT_USDM_4 0x1204c4
2825#define PXP2_REG_PGL_INT_USDM_5 0x1204c8
2826#define PXP2_REG_PGL_INT_USDM_6 0x1204cc
2827#define PXP2_REG_PGL_INT_USDM_7 0x1204d0
2828/* [RW 32] Inbound interrupt table for XSDM: bits[31:16]-mask;
2829 its[15:0]-address */
2830#define PXP2_REG_PGL_INT_XSDM_0 0x1204d4
2831#define PXP2_REG_PGL_INT_XSDM_1 0x1204d8
2832#define PXP2_REG_PGL_INT_XSDM_2 0x1204dc
2833#define PXP2_REG_PGL_INT_XSDM_3 0x1204e0
2834#define PXP2_REG_PGL_INT_XSDM_4 0x1204e4
2835#define PXP2_REG_PGL_INT_XSDM_5 0x1204e8
2836#define PXP2_REG_PGL_INT_XSDM_6 0x1204ec
2837#define PXP2_REG_PGL_INT_XSDM_7 0x1204f0
Eilon Greensteinf1ef27e2009-02-12 08:36:23 +00002838/* [RW 3] this field allows one function to pretend being another function
2839 when accessing any BAR mapped resource within the device. the value of
2840 the field is the number of the function that will be accessed
2841 effectively. after software write to this bit it must read it in order to
2842 know that the new value is updated */
2843#define PXP2_REG_PGL_PRETEND_FUNC_F0 0x120674
2844#define PXP2_REG_PGL_PRETEND_FUNC_F1 0x120678
2845#define PXP2_REG_PGL_PRETEND_FUNC_F2 0x12067c
2846#define PXP2_REG_PGL_PRETEND_FUNC_F3 0x120680
2847#define PXP2_REG_PGL_PRETEND_FUNC_F4 0x120684
2848#define PXP2_REG_PGL_PRETEND_FUNC_F5 0x120688
2849#define PXP2_REG_PGL_PRETEND_FUNC_F6 0x12068c
2850#define PXP2_REG_PGL_PRETEND_FUNC_F7 0x120690
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002851/* [R 1] this bit indicates that a read request was blocked because of
2852 bus_master_en was deasserted */
2853#define PXP2_REG_PGL_READ_BLOCKED 0x120568
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002854#define PXP2_REG_PGL_TAGS_LIMIT 0x1205a8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002855/* [R 18] debug only */
2856#define PXP2_REG_PGL_TXW_CDTS 0x12052c
2857/* [R 1] this bit indicates that a write request was blocked because of
2858 bus_master_en was deasserted */
2859#define PXP2_REG_PGL_WRITE_BLOCKED 0x120564
2860#define PXP2_REG_PSWRQ_BW_ADD1 0x1201c0
2861#define PXP2_REG_PSWRQ_BW_ADD10 0x1201e4
2862#define PXP2_REG_PSWRQ_BW_ADD11 0x1201e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002863#define PXP2_REG_PSWRQ_BW_ADD2 0x1201c4
2864#define PXP2_REG_PSWRQ_BW_ADD28 0x120228
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002865#define PXP2_REG_PSWRQ_BW_ADD3 0x1201c8
2866#define PXP2_REG_PSWRQ_BW_ADD6 0x1201d4
2867#define PXP2_REG_PSWRQ_BW_ADD7 0x1201d8
2868#define PXP2_REG_PSWRQ_BW_ADD8 0x1201dc
2869#define PXP2_REG_PSWRQ_BW_ADD9 0x1201e0
2870#define PXP2_REG_PSWRQ_BW_CREDIT 0x12032c
2871#define PXP2_REG_PSWRQ_BW_L1 0x1202b0
2872#define PXP2_REG_PSWRQ_BW_L10 0x1202d4
2873#define PXP2_REG_PSWRQ_BW_L11 0x1202d8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002874#define PXP2_REG_PSWRQ_BW_L2 0x1202b4
2875#define PXP2_REG_PSWRQ_BW_L28 0x120318
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002876#define PXP2_REG_PSWRQ_BW_L3 0x1202b8
2877#define PXP2_REG_PSWRQ_BW_L6 0x1202c4
2878#define PXP2_REG_PSWRQ_BW_L7 0x1202c8
2879#define PXP2_REG_PSWRQ_BW_L8 0x1202cc
2880#define PXP2_REG_PSWRQ_BW_L9 0x1202d0
2881#define PXP2_REG_PSWRQ_BW_RD 0x120324
2882#define PXP2_REG_PSWRQ_BW_UB1 0x120238
2883#define PXP2_REG_PSWRQ_BW_UB10 0x12025c
2884#define PXP2_REG_PSWRQ_BW_UB11 0x120260
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002885#define PXP2_REG_PSWRQ_BW_UB2 0x12023c
2886#define PXP2_REG_PSWRQ_BW_UB28 0x1202a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002887#define PXP2_REG_PSWRQ_BW_UB3 0x120240
2888#define PXP2_REG_PSWRQ_BW_UB6 0x12024c
2889#define PXP2_REG_PSWRQ_BW_UB7 0x120250
2890#define PXP2_REG_PSWRQ_BW_UB8 0x120254
2891#define PXP2_REG_PSWRQ_BW_UB9 0x120258
2892#define PXP2_REG_PSWRQ_BW_WR 0x120328
2893#define PXP2_REG_PSWRQ_CDU0_L2P 0x120000
2894#define PXP2_REG_PSWRQ_QM0_L2P 0x120038
2895#define PXP2_REG_PSWRQ_SRC0_L2P 0x120054
2896#define PXP2_REG_PSWRQ_TM0_L2P 0x12001c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002897#define PXP2_REG_PSWRQ_TSDM0_L2P 0x1200e0
Eilon Greenstein34f80b02008-06-23 20:33:01 -07002898/* [RW 32] Interrupt mask register #0 read/write */
2899#define PXP2_REG_PXP2_INT_MASK_0 0x120578
2900/* [R 32] Interrupt register #0 read */
2901#define PXP2_REG_PXP2_INT_STS_0 0x12056c
2902#define PXP2_REG_PXP2_INT_STS_1 0x120608
2903/* [RC 32] Interrupt register #0 read clear */
2904#define PXP2_REG_PXP2_INT_STS_CLR_0 0x120570
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002905/* [RW 32] Parity mask register #0 read/write */
2906#define PXP2_REG_PXP2_PRTY_MASK_0 0x120588
2907#define PXP2_REG_PXP2_PRTY_MASK_1 0x120598
Eliezer Tamirf1410642008-02-28 11:51:50 -08002908/* [R 32] Parity register #0 read */
2909#define PXP2_REG_PXP2_PRTY_STS_0 0x12057c
2910#define PXP2_REG_PXP2_PRTY_STS_1 0x12058c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00002911/* [RC 32] Parity register #0 read clear */
2912#define PXP2_REG_PXP2_PRTY_STS_CLR_0 0x120580
2913#define PXP2_REG_PXP2_PRTY_STS_CLR_1 0x120590
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002914/* [R 1] Debug only: The 'almost full' indication from each fifo (gives
2915 indication about backpressure) */
2916#define PXP2_REG_RD_ALMOST_FULL_0 0x120424
2917/* [R 8] Debug only: The blocks counter - number of unused block ids */
2918#define PXP2_REG_RD_BLK_CNT 0x120418
2919/* [RW 8] Debug only: Total number of available blocks in Tetris Buffer.
2920 Must be bigger than 6. Normally should not be changed. */
2921#define PXP2_REG_RD_BLK_NUM_CFG 0x12040c
2922/* [RW 2] CDU byte swapping mode configuration for master read requests */
2923#define PXP2_REG_RD_CDURD_SWAP_MODE 0x120404
2924/* [RW 1] When '1'; inputs to the PSWRD block are ignored */
2925#define PXP2_REG_RD_DISABLE_INPUTS 0x120374
2926/* [R 1] PSWRD internal memories initialization is done */
2927#define PXP2_REG_RD_INIT_DONE 0x120370
2928/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
2929 allocated for vq10 */
2930#define PXP2_REG_RD_MAX_BLKS_VQ10 0x1203a0
2931/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
2932 allocated for vq11 */
2933#define PXP2_REG_RD_MAX_BLKS_VQ11 0x1203a4
2934/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
2935 allocated for vq17 */
2936#define PXP2_REG_RD_MAX_BLKS_VQ17 0x1203bc
2937/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
2938 allocated for vq18 */
2939#define PXP2_REG_RD_MAX_BLKS_VQ18 0x1203c0
2940/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
2941 allocated for vq19 */
2942#define PXP2_REG_RD_MAX_BLKS_VQ19 0x1203c4
2943/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
2944 allocated for vq22 */
2945#define PXP2_REG_RD_MAX_BLKS_VQ22 0x1203d0
2946/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
Eilon Greensteinca003922009-08-12 22:53:28 -07002947 allocated for vq25 */
2948#define PXP2_REG_RD_MAX_BLKS_VQ25 0x1203dc
2949/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002950 allocated for vq6 */
2951#define PXP2_REG_RD_MAX_BLKS_VQ6 0x120390
2952/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
2953 allocated for vq9 */
2954#define PXP2_REG_RD_MAX_BLKS_VQ9 0x12039c
2955/* [RW 2] PBF byte swapping mode configuration for master read requests */
2956#define PXP2_REG_RD_PBF_SWAP_MODE 0x1203f4
2957/* [R 1] Debug only: Indication if delivery ports are idle */
2958#define PXP2_REG_RD_PORT_IS_IDLE_0 0x12041c
2959#define PXP2_REG_RD_PORT_IS_IDLE_1 0x120420
2960/* [RW 2] QM byte swapping mode configuration for master read requests */
2961#define PXP2_REG_RD_QM_SWAP_MODE 0x1203f8
2962/* [R 7] Debug only: The SR counter - number of unused sub request ids */
2963#define PXP2_REG_RD_SR_CNT 0x120414
2964/* [RW 2] SRC byte swapping mode configuration for master read requests */
2965#define PXP2_REG_RD_SRC_SWAP_MODE 0x120400
2966/* [RW 7] Debug only: Total number of available PCI read sub-requests. Must
2967 be bigger than 1. Normally should not be changed. */
2968#define PXP2_REG_RD_SR_NUM_CFG 0x120408
2969/* [RW 1] Signals the PSWRD block to start initializing internal memories */
2970#define PXP2_REG_RD_START_INIT 0x12036c
2971/* [RW 2] TM byte swapping mode configuration for master read requests */
2972#define PXP2_REG_RD_TM_SWAP_MODE 0x1203fc
2973/* [RW 10] Bandwidth addition to VQ0 write requests */
2974#define PXP2_REG_RQ_BW_RD_ADD0 0x1201bc
2975/* [RW 10] Bandwidth addition to VQ12 read requests */
2976#define PXP2_REG_RQ_BW_RD_ADD12 0x1201ec
2977/* [RW 10] Bandwidth addition to VQ13 read requests */
2978#define PXP2_REG_RQ_BW_RD_ADD13 0x1201f0
2979/* [RW 10] Bandwidth addition to VQ14 read requests */
2980#define PXP2_REG_RQ_BW_RD_ADD14 0x1201f4
2981/* [RW 10] Bandwidth addition to VQ15 read requests */
2982#define PXP2_REG_RQ_BW_RD_ADD15 0x1201f8
2983/* [RW 10] Bandwidth addition to VQ16 read requests */
2984#define PXP2_REG_RQ_BW_RD_ADD16 0x1201fc
2985/* [RW 10] Bandwidth addition to VQ17 read requests */
2986#define PXP2_REG_RQ_BW_RD_ADD17 0x120200
2987/* [RW 10] Bandwidth addition to VQ18 read requests */
2988#define PXP2_REG_RQ_BW_RD_ADD18 0x120204
2989/* [RW 10] Bandwidth addition to VQ19 read requests */
2990#define PXP2_REG_RQ_BW_RD_ADD19 0x120208
2991/* [RW 10] Bandwidth addition to VQ20 read requests */
2992#define PXP2_REG_RQ_BW_RD_ADD20 0x12020c
2993/* [RW 10] Bandwidth addition to VQ22 read requests */
2994#define PXP2_REG_RQ_BW_RD_ADD22 0x120210
2995/* [RW 10] Bandwidth addition to VQ23 read requests */
2996#define PXP2_REG_RQ_BW_RD_ADD23 0x120214
2997/* [RW 10] Bandwidth addition to VQ24 read requests */
2998#define PXP2_REG_RQ_BW_RD_ADD24 0x120218
2999/* [RW 10] Bandwidth addition to VQ25 read requests */
3000#define PXP2_REG_RQ_BW_RD_ADD25 0x12021c
3001/* [RW 10] Bandwidth addition to VQ26 read requests */
3002#define PXP2_REG_RQ_BW_RD_ADD26 0x120220
3003/* [RW 10] Bandwidth addition to VQ27 read requests */
3004#define PXP2_REG_RQ_BW_RD_ADD27 0x120224
3005/* [RW 10] Bandwidth addition to VQ4 read requests */
3006#define PXP2_REG_RQ_BW_RD_ADD4 0x1201cc
3007/* [RW 10] Bandwidth addition to VQ5 read requests */
3008#define PXP2_REG_RQ_BW_RD_ADD5 0x1201d0
3009/* [RW 10] Bandwidth Typical L for VQ0 Read requests */
3010#define PXP2_REG_RQ_BW_RD_L0 0x1202ac
3011/* [RW 10] Bandwidth Typical L for VQ12 Read requests */
3012#define PXP2_REG_RQ_BW_RD_L12 0x1202dc
3013/* [RW 10] Bandwidth Typical L for VQ13 Read requests */
3014#define PXP2_REG_RQ_BW_RD_L13 0x1202e0
3015/* [RW 10] Bandwidth Typical L for VQ14 Read requests */
3016#define PXP2_REG_RQ_BW_RD_L14 0x1202e4
3017/* [RW 10] Bandwidth Typical L for VQ15 Read requests */
3018#define PXP2_REG_RQ_BW_RD_L15 0x1202e8
3019/* [RW 10] Bandwidth Typical L for VQ16 Read requests */
3020#define PXP2_REG_RQ_BW_RD_L16 0x1202ec
3021/* [RW 10] Bandwidth Typical L for VQ17 Read requests */
3022#define PXP2_REG_RQ_BW_RD_L17 0x1202f0
3023/* [RW 10] Bandwidth Typical L for VQ18 Read requests */
3024#define PXP2_REG_RQ_BW_RD_L18 0x1202f4
3025/* [RW 10] Bandwidth Typical L for VQ19 Read requests */
3026#define PXP2_REG_RQ_BW_RD_L19 0x1202f8
3027/* [RW 10] Bandwidth Typical L for VQ20 Read requests */
3028#define PXP2_REG_RQ_BW_RD_L20 0x1202fc
3029/* [RW 10] Bandwidth Typical L for VQ22 Read requests */
3030#define PXP2_REG_RQ_BW_RD_L22 0x120300
3031/* [RW 10] Bandwidth Typical L for VQ23 Read requests */
3032#define PXP2_REG_RQ_BW_RD_L23 0x120304
3033/* [RW 10] Bandwidth Typical L for VQ24 Read requests */
3034#define PXP2_REG_RQ_BW_RD_L24 0x120308
3035/* [RW 10] Bandwidth Typical L for VQ25 Read requests */
3036#define PXP2_REG_RQ_BW_RD_L25 0x12030c
3037/* [RW 10] Bandwidth Typical L for VQ26 Read requests */
3038#define PXP2_REG_RQ_BW_RD_L26 0x120310
3039/* [RW 10] Bandwidth Typical L for VQ27 Read requests */
3040#define PXP2_REG_RQ_BW_RD_L27 0x120314
3041/* [RW 10] Bandwidth Typical L for VQ4 Read requests */
3042#define PXP2_REG_RQ_BW_RD_L4 0x1202bc
3043/* [RW 10] Bandwidth Typical L for VQ5 Read- currently not used */
3044#define PXP2_REG_RQ_BW_RD_L5 0x1202c0
3045/* [RW 7] Bandwidth upper bound for VQ0 read requests */
3046#define PXP2_REG_RQ_BW_RD_UBOUND0 0x120234
3047/* [RW 7] Bandwidth upper bound for VQ12 read requests */
3048#define PXP2_REG_RQ_BW_RD_UBOUND12 0x120264
3049/* [RW 7] Bandwidth upper bound for VQ13 read requests */
3050#define PXP2_REG_RQ_BW_RD_UBOUND13 0x120268
3051/* [RW 7] Bandwidth upper bound for VQ14 read requests */
3052#define PXP2_REG_RQ_BW_RD_UBOUND14 0x12026c
3053/* [RW 7] Bandwidth upper bound for VQ15 read requests */
3054#define PXP2_REG_RQ_BW_RD_UBOUND15 0x120270
3055/* [RW 7] Bandwidth upper bound for VQ16 read requests */
3056#define PXP2_REG_RQ_BW_RD_UBOUND16 0x120274
3057/* [RW 7] Bandwidth upper bound for VQ17 read requests */
3058#define PXP2_REG_RQ_BW_RD_UBOUND17 0x120278
3059/* [RW 7] Bandwidth upper bound for VQ18 read requests */
3060#define PXP2_REG_RQ_BW_RD_UBOUND18 0x12027c
3061/* [RW 7] Bandwidth upper bound for VQ19 read requests */
3062#define PXP2_REG_RQ_BW_RD_UBOUND19 0x120280
3063/* [RW 7] Bandwidth upper bound for VQ20 read requests */
3064#define PXP2_REG_RQ_BW_RD_UBOUND20 0x120284
3065/* [RW 7] Bandwidth upper bound for VQ22 read requests */
3066#define PXP2_REG_RQ_BW_RD_UBOUND22 0x120288
3067/* [RW 7] Bandwidth upper bound for VQ23 read requests */
3068#define PXP2_REG_RQ_BW_RD_UBOUND23 0x12028c
3069/* [RW 7] Bandwidth upper bound for VQ24 read requests */
3070#define PXP2_REG_RQ_BW_RD_UBOUND24 0x120290
3071/* [RW 7] Bandwidth upper bound for VQ25 read requests */
3072#define PXP2_REG_RQ_BW_RD_UBOUND25 0x120294
3073/* [RW 7] Bandwidth upper bound for VQ26 read requests */
3074#define PXP2_REG_RQ_BW_RD_UBOUND26 0x120298
3075/* [RW 7] Bandwidth upper bound for VQ27 read requests */
3076#define PXP2_REG_RQ_BW_RD_UBOUND27 0x12029c
3077/* [RW 7] Bandwidth upper bound for VQ4 read requests */
3078#define PXP2_REG_RQ_BW_RD_UBOUND4 0x120244
3079/* [RW 7] Bandwidth upper bound for VQ5 read requests */
3080#define PXP2_REG_RQ_BW_RD_UBOUND5 0x120248
3081/* [RW 10] Bandwidth addition to VQ29 write requests */
3082#define PXP2_REG_RQ_BW_WR_ADD29 0x12022c
3083/* [RW 10] Bandwidth addition to VQ30 write requests */
3084#define PXP2_REG_RQ_BW_WR_ADD30 0x120230
3085/* [RW 10] Bandwidth Typical L for VQ29 Write requests */
3086#define PXP2_REG_RQ_BW_WR_L29 0x12031c
3087/* [RW 10] Bandwidth Typical L for VQ30 Write requests */
3088#define PXP2_REG_RQ_BW_WR_L30 0x120320
3089/* [RW 7] Bandwidth upper bound for VQ29 */
3090#define PXP2_REG_RQ_BW_WR_UBOUND29 0x1202a4
3091/* [RW 7] Bandwidth upper bound for VQ30 */
3092#define PXP2_REG_RQ_BW_WR_UBOUND30 0x1202a8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003093/* [RW 18] external first_mem_addr field in L2P table for CDU module port 0 */
3094#define PXP2_REG_RQ_CDU0_EFIRST_MEM_ADDR 0x120008
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003095/* [RW 2] Endian mode for cdu */
3096#define PXP2_REG_RQ_CDU_ENDIAN_M 0x1201a0
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003097#define PXP2_REG_RQ_CDU_FIRST_ILT 0x12061c
3098#define PXP2_REG_RQ_CDU_LAST_ILT 0x120620
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003099/* [RW 3] page size in L2P table for CDU module; -4k; -8k; -16k; -32k; -64k;
3100 -128k */
3101#define PXP2_REG_RQ_CDU_P_SIZE 0x120018
3102/* [R 1] 1' indicates that the requester has finished its internal
3103 configuration */
3104#define PXP2_REG_RQ_CFG_DONE 0x1201b4
3105/* [RW 2] Endian mode for debug */
3106#define PXP2_REG_RQ_DBG_ENDIAN_M 0x1201a4
3107/* [RW 1] When '1'; requests will enter input buffers but wont get out
3108 towards the glue */
3109#define PXP2_REG_RQ_DISABLE_INPUTS 0x120330
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00003110/* [RW 4] Determines alignment of write SRs when a request is split into
3111 * several SRs. 0 - 8B aligned. 1 - 64B aligned. 2 - 128B aligned. 3 - 256B
3112 * aligned. 4 - 512B aligned. */
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003113#define PXP2_REG_RQ_DRAM_ALIGN 0x1205b0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00003114/* [RW 4] Determines alignment of read SRs when a request is split into
3115 * several SRs. 0 - 8B aligned. 1 - 64B aligned. 2 - 128B aligned. 3 - 256B
3116 * aligned. 4 - 512B aligned. */
3117#define PXP2_REG_RQ_DRAM_ALIGN_RD 0x12092c
3118/* [RW 1] when set the new alignment method (E2) will be applied; when reset
3119 * the original alignment method (E1 E1H) will be applied */
3120#define PXP2_REG_RQ_DRAM_ALIGN_SEL 0x120930
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003121/* [RW 1] If 1 ILT failiue will not result in ELT access; An interrupt will
3122 be asserted */
3123#define PXP2_REG_RQ_ELT_DISABLE 0x12066c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003124/* [RW 2] Endian mode for hc */
3125#define PXP2_REG_RQ_HC_ENDIAN_M 0x1201a8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003126/* [RW 1] when '0' ILT logic will work as in A0; otherwise B0; for back
3127 compatibility needs; Note that different registers are used per mode */
3128#define PXP2_REG_RQ_ILT_MODE 0x1205b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003129/* [WB 53] Onchip address table */
3130#define PXP2_REG_RQ_ONCHIP_AT 0x122000
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003131/* [WB 53] Onchip address table - B0 */
3132#define PXP2_REG_RQ_ONCHIP_AT_B0 0x128000
Eliezer Tamirf1410642008-02-28 11:51:50 -08003133/* [RW 13] Pending read limiter threshold; in Dwords */
3134#define PXP2_REG_RQ_PDR_LIMIT 0x12033c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003135/* [RW 2] Endian mode for qm */
3136#define PXP2_REG_RQ_QM_ENDIAN_M 0x120194
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003137#define PXP2_REG_RQ_QM_FIRST_ILT 0x120634
3138#define PXP2_REG_RQ_QM_LAST_ILT 0x120638
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003139/* [RW 3] page size in L2P table for QM module; -4k; -8k; -16k; -32k; -64k;
3140 -128k */
3141#define PXP2_REG_RQ_QM_P_SIZE 0x120050
Eilon Greenstein33471622008-08-13 15:59:08 -07003142/* [RW 1] 1' indicates that the RBC has finished configuring the PSWRQ */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003143#define PXP2_REG_RQ_RBC_DONE 0x1201b0
3144/* [RW 3] Max burst size filed for read requests port 0; 000 - 128B;
3145 001:256B; 010: 512B; 11:1K:100:2K; 01:4K */
3146#define PXP2_REG_RQ_RD_MBS0 0x120160
Eliezer Tamirf1410642008-02-28 11:51:50 -08003147/* [RW 3] Max burst size filed for read requests port 1; 000 - 128B;
3148 001:256B; 010: 512B; 11:1K:100:2K; 01:4K */
3149#define PXP2_REG_RQ_RD_MBS1 0x120168
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003150/* [RW 2] Endian mode for src */
3151#define PXP2_REG_RQ_SRC_ENDIAN_M 0x12019c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003152#define PXP2_REG_RQ_SRC_FIRST_ILT 0x12063c
3153#define PXP2_REG_RQ_SRC_LAST_ILT 0x120640
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003154/* [RW 3] page size in L2P table for SRC module; -4k; -8k; -16k; -32k; -64k;
3155 -128k */
3156#define PXP2_REG_RQ_SRC_P_SIZE 0x12006c
3157/* [RW 2] Endian mode for tm */
3158#define PXP2_REG_RQ_TM_ENDIAN_M 0x120198
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003159#define PXP2_REG_RQ_TM_FIRST_ILT 0x120644
3160#define PXP2_REG_RQ_TM_LAST_ILT 0x120648
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003161/* [RW 3] page size in L2P table for TM module; -4k; -8k; -16k; -32k; -64k;
3162 -128k */
3163#define PXP2_REG_RQ_TM_P_SIZE 0x120034
3164/* [R 5] Number of entries in the ufifo; his fifo has l2p completions */
3165#define PXP2_REG_RQ_UFIFO_NUM_OF_ENTRY 0x12080c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003166/* [RW 18] external first_mem_addr field in L2P table for USDM module port 0 */
3167#define PXP2_REG_RQ_USDM0_EFIRST_MEM_ADDR 0x120094
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003168/* [R 8] Number of entries occupied by vq 0 in pswrq memory */
3169#define PXP2_REG_RQ_VQ0_ENTRY_CNT 0x120810
3170/* [R 8] Number of entries occupied by vq 10 in pswrq memory */
3171#define PXP2_REG_RQ_VQ10_ENTRY_CNT 0x120818
3172/* [R 8] Number of entries occupied by vq 11 in pswrq memory */
3173#define PXP2_REG_RQ_VQ11_ENTRY_CNT 0x120820
3174/* [R 8] Number of entries occupied by vq 12 in pswrq memory */
3175#define PXP2_REG_RQ_VQ12_ENTRY_CNT 0x120828
3176/* [R 8] Number of entries occupied by vq 13 in pswrq memory */
3177#define PXP2_REG_RQ_VQ13_ENTRY_CNT 0x120830
3178/* [R 8] Number of entries occupied by vq 14 in pswrq memory */
3179#define PXP2_REG_RQ_VQ14_ENTRY_CNT 0x120838
3180/* [R 8] Number of entries occupied by vq 15 in pswrq memory */
3181#define PXP2_REG_RQ_VQ15_ENTRY_CNT 0x120840
3182/* [R 8] Number of entries occupied by vq 16 in pswrq memory */
3183#define PXP2_REG_RQ_VQ16_ENTRY_CNT 0x120848
3184/* [R 8] Number of entries occupied by vq 17 in pswrq memory */
3185#define PXP2_REG_RQ_VQ17_ENTRY_CNT 0x120850
3186/* [R 8] Number of entries occupied by vq 18 in pswrq memory */
3187#define PXP2_REG_RQ_VQ18_ENTRY_CNT 0x120858
3188/* [R 8] Number of entries occupied by vq 19 in pswrq memory */
3189#define PXP2_REG_RQ_VQ19_ENTRY_CNT 0x120860
3190/* [R 8] Number of entries occupied by vq 1 in pswrq memory */
3191#define PXP2_REG_RQ_VQ1_ENTRY_CNT 0x120868
3192/* [R 8] Number of entries occupied by vq 20 in pswrq memory */
3193#define PXP2_REG_RQ_VQ20_ENTRY_CNT 0x120870
3194/* [R 8] Number of entries occupied by vq 21 in pswrq memory */
3195#define PXP2_REG_RQ_VQ21_ENTRY_CNT 0x120878
3196/* [R 8] Number of entries occupied by vq 22 in pswrq memory */
3197#define PXP2_REG_RQ_VQ22_ENTRY_CNT 0x120880
3198/* [R 8] Number of entries occupied by vq 23 in pswrq memory */
3199#define PXP2_REG_RQ_VQ23_ENTRY_CNT 0x120888
3200/* [R 8] Number of entries occupied by vq 24 in pswrq memory */
3201#define PXP2_REG_RQ_VQ24_ENTRY_CNT 0x120890
3202/* [R 8] Number of entries occupied by vq 25 in pswrq memory */
3203#define PXP2_REG_RQ_VQ25_ENTRY_CNT 0x120898
3204/* [R 8] Number of entries occupied by vq 26 in pswrq memory */
3205#define PXP2_REG_RQ_VQ26_ENTRY_CNT 0x1208a0
3206/* [R 8] Number of entries occupied by vq 27 in pswrq memory */
3207#define PXP2_REG_RQ_VQ27_ENTRY_CNT 0x1208a8
3208/* [R 8] Number of entries occupied by vq 28 in pswrq memory */
3209#define PXP2_REG_RQ_VQ28_ENTRY_CNT 0x1208b0
3210/* [R 8] Number of entries occupied by vq 29 in pswrq memory */
3211#define PXP2_REG_RQ_VQ29_ENTRY_CNT 0x1208b8
3212/* [R 8] Number of entries occupied by vq 2 in pswrq memory */
3213#define PXP2_REG_RQ_VQ2_ENTRY_CNT 0x1208c0
3214/* [R 8] Number of entries occupied by vq 30 in pswrq memory */
3215#define PXP2_REG_RQ_VQ30_ENTRY_CNT 0x1208c8
3216/* [R 8] Number of entries occupied by vq 31 in pswrq memory */
3217#define PXP2_REG_RQ_VQ31_ENTRY_CNT 0x1208d0
3218/* [R 8] Number of entries occupied by vq 3 in pswrq memory */
3219#define PXP2_REG_RQ_VQ3_ENTRY_CNT 0x1208d8
3220/* [R 8] Number of entries occupied by vq 4 in pswrq memory */
3221#define PXP2_REG_RQ_VQ4_ENTRY_CNT 0x1208e0
3222/* [R 8] Number of entries occupied by vq 5 in pswrq memory */
3223#define PXP2_REG_RQ_VQ5_ENTRY_CNT 0x1208e8
3224/* [R 8] Number of entries occupied by vq 6 in pswrq memory */
3225#define PXP2_REG_RQ_VQ6_ENTRY_CNT 0x1208f0
3226/* [R 8] Number of entries occupied by vq 7 in pswrq memory */
3227#define PXP2_REG_RQ_VQ7_ENTRY_CNT 0x1208f8
3228/* [R 8] Number of entries occupied by vq 8 in pswrq memory */
3229#define PXP2_REG_RQ_VQ8_ENTRY_CNT 0x120900
3230/* [R 8] Number of entries occupied by vq 9 in pswrq memory */
3231#define PXP2_REG_RQ_VQ9_ENTRY_CNT 0x120908
3232/* [RW 3] Max burst size filed for write requests port 0; 000 - 128B;
3233 001:256B; 010: 512B; */
3234#define PXP2_REG_RQ_WR_MBS0 0x12015c
Eliezer Tamirf1410642008-02-28 11:51:50 -08003235/* [RW 3] Max burst size filed for write requests port 1; 000 - 128B;
3236 001:256B; 010: 512B; */
3237#define PXP2_REG_RQ_WR_MBS1 0x120164
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003238/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3239 buffer reaches this number has_payload will be asserted */
3240#define PXP2_REG_WR_CDU_MPS 0x1205f0
3241/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3242 buffer reaches this number has_payload will be asserted */
3243#define PXP2_REG_WR_CSDM_MPS 0x1205d0
3244/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3245 buffer reaches this number has_payload will be asserted */
3246#define PXP2_REG_WR_DBG_MPS 0x1205e8
3247/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3248 buffer reaches this number has_payload will be asserted */
3249#define PXP2_REG_WR_DMAE_MPS 0x1205ec
Eilon Greenstein33471622008-08-13 15:59:08 -07003250/* [RW 10] if Number of entries in dmae fifo will be higher than this
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003251 threshold then has_payload indication will be asserted; the default value
3252 should be equal to &gt; write MBS size! */
3253#define PXP2_REG_WR_DMAE_TH 0x120368
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003254/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3255 buffer reaches this number has_payload will be asserted */
3256#define PXP2_REG_WR_HC_MPS 0x1205c8
3257/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3258 buffer reaches this number has_payload will be asserted */
3259#define PXP2_REG_WR_QM_MPS 0x1205dc
3260/* [RW 1] 0 - working in A0 mode; - working in B0 mode */
3261#define PXP2_REG_WR_REV_MODE 0x120670
3262/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3263 buffer reaches this number has_payload will be asserted */
3264#define PXP2_REG_WR_SRC_MPS 0x1205e4
3265/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3266 buffer reaches this number has_payload will be asserted */
3267#define PXP2_REG_WR_TM_MPS 0x1205e0
3268/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3269 buffer reaches this number has_payload will be asserted */
3270#define PXP2_REG_WR_TSDM_MPS 0x1205d4
Eilon Greenstein33471622008-08-13 15:59:08 -07003271/* [RW 10] if Number of entries in usdmdp fifo will be higher than this
Eliezer Tamirf1410642008-02-28 11:51:50 -08003272 threshold then has_payload indication will be asserted; the default value
3273 should be equal to &gt; write MBS size! */
3274#define PXP2_REG_WR_USDMDP_TH 0x120348
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003275/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3276 buffer reaches this number has_payload will be asserted */
3277#define PXP2_REG_WR_USDM_MPS 0x1205cc
3278/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3279 buffer reaches this number has_payload will be asserted */
3280#define PXP2_REG_WR_XSDM_MPS 0x1205d8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003281/* [R 1] debug only: Indication if PSWHST arbiter is idle */
3282#define PXP_REG_HST_ARB_IS_IDLE 0x103004
3283/* [R 8] debug only: A bit mask for all PSWHST arbiter clients. '1' means
3284 this client is waiting for the arbiter. */
3285#define PXP_REG_HST_CLIENTS_WAITING_TO_ARB 0x103008
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00003286/* [RW 1] When 1; doorbells are discarded and not passed to doorbell queue
3287 block. Should be used for close the gates. */
3288#define PXP_REG_HST_DISCARD_DOORBELLS 0x1030a4
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003289/* [R 1] debug only: '1' means this PSWHST is discarding doorbells. This bit
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003290 should update according to 'hst_discard_doorbells' register when the state
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003291 machine is idle */
3292#define PXP_REG_HST_DISCARD_DOORBELLS_STATUS 0x1030a0
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00003293/* [RW 1] When 1; new internal writes arriving to the block are discarded.
3294 Should be used for close the gates. */
3295#define PXP_REG_HST_DISCARD_INTERNAL_WRITES 0x1030a8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003296/* [R 6] debug only: A bit mask for all PSWHST internal write clients. '1'
3297 means this PSWHST is discarding inputs from this client. Each bit should
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003298 update according to 'hst_discard_internal_writes' register when the state
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003299 machine is idle. */
3300#define PXP_REG_HST_DISCARD_INTERNAL_WRITES_STATUS 0x10309c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003301/* [WB 160] Used for initialization of the inbound interrupts memory */
3302#define PXP_REG_HST_INBOUND_INT 0x103800
3303/* [RW 32] Interrupt mask register #0 read/write */
3304#define PXP_REG_PXP_INT_MASK_0 0x103074
3305#define PXP_REG_PXP_INT_MASK_1 0x103084
3306/* [R 32] Interrupt register #0 read */
3307#define PXP_REG_PXP_INT_STS_0 0x103068
3308#define PXP_REG_PXP_INT_STS_1 0x103078
3309/* [RC 32] Interrupt register #0 read clear */
3310#define PXP_REG_PXP_INT_STS_CLR_0 0x10306c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00003311#define PXP_REG_PXP_INT_STS_CLR_1 0x10307c
3312/* [RW 27] Parity mask register #0 read/write */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003313#define PXP_REG_PXP_PRTY_MASK 0x103094
Eliezer Tamirf1410642008-02-28 11:51:50 -08003314/* [R 26] Parity register #0 read */
3315#define PXP_REG_PXP_PRTY_STS 0x103088
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00003316/* [RC 27] Parity register #0 read clear */
3317#define PXP_REG_PXP_PRTY_STS_CLR 0x10308c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003318/* [RW 4] The activity counter initial increment value sent in the load
3319 request */
3320#define QM_REG_ACTCTRINITVAL_0 0x168040
3321#define QM_REG_ACTCTRINITVAL_1 0x168044
3322#define QM_REG_ACTCTRINITVAL_2 0x168048
3323#define QM_REG_ACTCTRINITVAL_3 0x16804c
3324/* [RW 32] The base logical address (in bytes) of each physical queue. The
3325 index I represents the physical queue number. The 12 lsbs are ignore and
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003326 considered zero so practically there are only 20 bits in this register;
3327 queues 63-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003328#define QM_REG_BASEADDR 0x168900
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08003329/* [RW 32] The base logical address (in bytes) of each physical queue. The
3330 index I represents the physical queue number. The 12 lsbs are ignore and
3331 considered zero so practically there are only 20 bits in this register;
3332 queues 127-64 */
3333#define QM_REG_BASEADDR_EXT_A 0x16e100
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003334/* [RW 16] The byte credit cost for each task. This value is for both ports */
3335#define QM_REG_BYTECRDCOST 0x168234
3336/* [RW 16] The initial byte credit value for both ports. */
3337#define QM_REG_BYTECRDINITVAL 0x168238
3338/* [RW 32] A bit per physical queue. If the bit is cleared then the physical
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003339 queue uses port 0 else it uses port 1; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003340#define QM_REG_BYTECRDPORT_LSB 0x168228
3341/* [RW 32] A bit per physical queue. If the bit is cleared then the physical
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003342 queue uses port 0 else it uses port 1; queues 95-64 */
3343#define QM_REG_BYTECRDPORT_LSB_EXT_A 0x16e520
3344/* [RW 32] A bit per physical queue. If the bit is cleared then the physical
3345 queue uses port 0 else it uses port 1; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003346#define QM_REG_BYTECRDPORT_MSB 0x168224
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003347/* [RW 32] A bit per physical queue. If the bit is cleared then the physical
3348 queue uses port 0 else it uses port 1; queues 127-96 */
3349#define QM_REG_BYTECRDPORT_MSB_EXT_A 0x16e51c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003350/* [RW 16] The byte credit value that if above the QM is considered almost
3351 full */
3352#define QM_REG_BYTECREDITAFULLTHR 0x168094
3353/* [RW 4] The initial credit for interface */
3354#define QM_REG_CMINITCRD_0 0x1680cc
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03003355#define QM_REG_BYTECRDCMDQ_0 0x16e6e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003356#define QM_REG_CMINITCRD_1 0x1680d0
3357#define QM_REG_CMINITCRD_2 0x1680d4
3358#define QM_REG_CMINITCRD_3 0x1680d8
3359#define QM_REG_CMINITCRD_4 0x1680dc
3360#define QM_REG_CMINITCRD_5 0x1680e0
3361#define QM_REG_CMINITCRD_6 0x1680e4
3362#define QM_REG_CMINITCRD_7 0x1680e8
3363/* [RW 8] A mask bit per CM interface. If this bit is 0 then this interface
3364 is masked */
3365#define QM_REG_CMINTEN 0x1680ec
3366/* [RW 12] A bit vector which indicates which one of the queues are tied to
3367 interface 0 */
3368#define QM_REG_CMINTVOQMASK_0 0x1681f4
3369#define QM_REG_CMINTVOQMASK_1 0x1681f8
3370#define QM_REG_CMINTVOQMASK_2 0x1681fc
3371#define QM_REG_CMINTVOQMASK_3 0x168200
3372#define QM_REG_CMINTVOQMASK_4 0x168204
3373#define QM_REG_CMINTVOQMASK_5 0x168208
3374#define QM_REG_CMINTVOQMASK_6 0x16820c
3375#define QM_REG_CMINTVOQMASK_7 0x168210
3376/* [RW 20] The number of connections divided by 16 which dictates the size
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003377 of each queue which belongs to even function number. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003378#define QM_REG_CONNNUM_0 0x168020
3379/* [R 6] Keep the fill level of the fifo from write client 4 */
3380#define QM_REG_CQM_WRC_FIFOLVL 0x168018
3381/* [RW 8] The context regions sent in the CFC load request */
3382#define QM_REG_CTXREG_0 0x168030
3383#define QM_REG_CTXREG_1 0x168034
3384#define QM_REG_CTXREG_2 0x168038
3385#define QM_REG_CTXREG_3 0x16803c
3386/* [RW 12] The VOQ mask used to select the VOQs which needs to be full for
3387 bypass enable */
3388#define QM_REG_ENBYPVOQMASK 0x16823c
3389/* [RW 32] A bit mask per each physical queue. If a bit is set then the
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003390 physical queue uses the byte credit; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003391#define QM_REG_ENBYTECRD_LSB 0x168220
3392/* [RW 32] A bit mask per each physical queue. If a bit is set then the
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003393 physical queue uses the byte credit; queues 95-64 */
3394#define QM_REG_ENBYTECRD_LSB_EXT_A 0x16e518
3395/* [RW 32] A bit mask per each physical queue. If a bit is set then the
3396 physical queue uses the byte credit; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003397#define QM_REG_ENBYTECRD_MSB 0x16821c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003398/* [RW 32] A bit mask per each physical queue. If a bit is set then the
3399 physical queue uses the byte credit; queues 127-96 */
3400#define QM_REG_ENBYTECRD_MSB_EXT_A 0x16e514
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003401/* [RW 4] If cleared then the secondary interface will not be served by the
3402 RR arbiter */
3403#define QM_REG_ENSEC 0x1680f0
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003404/* [RW 32] NA */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003405#define QM_REG_FUNCNUMSEL_LSB 0x168230
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003406/* [RW 32] NA */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003407#define QM_REG_FUNCNUMSEL_MSB 0x16822c
3408/* [RW 32] A mask register to mask the Almost empty signals which will not
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003409 be use for the almost empty indication to the HW block; queues 31:0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003410#define QM_REG_HWAEMPTYMASK_LSB 0x168218
3411/* [RW 32] A mask register to mask the Almost empty signals which will not
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003412 be use for the almost empty indication to the HW block; queues 95-64 */
3413#define QM_REG_HWAEMPTYMASK_LSB_EXT_A 0x16e510
3414/* [RW 32] A mask register to mask the Almost empty signals which will not
3415 be use for the almost empty indication to the HW block; queues 63:32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003416#define QM_REG_HWAEMPTYMASK_MSB 0x168214
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003417/* [RW 32] A mask register to mask the Almost empty signals which will not
3418 be use for the almost empty indication to the HW block; queues 127-96 */
3419#define QM_REG_HWAEMPTYMASK_MSB_EXT_A 0x16e50c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003420/* [RW 4] The number of outstanding request to CFC */
3421#define QM_REG_OUTLDREQ 0x168804
3422/* [RC 1] A flag to indicate that overflow error occurred in one of the
3423 queues. */
3424#define QM_REG_OVFERROR 0x16805c
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02003425/* [RC 7] the Q where the overflow occurs */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003426#define QM_REG_OVFQNUM 0x168058
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003427/* [R 16] Pause state for physical queues 15-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003428#define QM_REG_PAUSESTATE0 0x168410
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003429/* [R 16] Pause state for physical queues 31-16 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003430#define QM_REG_PAUSESTATE1 0x168414
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003431/* [R 16] Pause state for physical queues 47-32 */
3432#define QM_REG_PAUSESTATE2 0x16e684
3433/* [R 16] Pause state for physical queues 63-48 */
3434#define QM_REG_PAUSESTATE3 0x16e688
3435/* [R 16] Pause state for physical queues 79-64 */
3436#define QM_REG_PAUSESTATE4 0x16e68c
3437/* [R 16] Pause state for physical queues 95-80 */
3438#define QM_REG_PAUSESTATE5 0x16e690
3439/* [R 16] Pause state for physical queues 111-96 */
3440#define QM_REG_PAUSESTATE6 0x16e694
3441/* [R 16] Pause state for physical queues 127-112 */
3442#define QM_REG_PAUSESTATE7 0x16e698
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003443/* [RW 2] The PCI attributes field used in the PCI request. */
3444#define QM_REG_PCIREQAT 0x168054
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00003445#define QM_REG_PF_EN 0x16e70c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03003446/* [R 24] The number of tasks stored in the QM for the PF. only even
3447 * functions are valid in E2 (odd I registers will be hard wired to 0) */
3448#define QM_REG_PF_USG_CNT_0 0x16e040
3449/* [R 16] NOT USED */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003450#define QM_REG_PORT0BYTECRD 0x168300
3451/* [R 16] The byte credit of port 1 */
3452#define QM_REG_PORT1BYTECRD 0x168304
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003453/* [RW 3] pci function number of queues 15-0 */
3454#define QM_REG_PQ2PCIFUNC_0 0x16e6bc
3455#define QM_REG_PQ2PCIFUNC_1 0x16e6c0
3456#define QM_REG_PQ2PCIFUNC_2 0x16e6c4
3457#define QM_REG_PQ2PCIFUNC_3 0x16e6c8
3458#define QM_REG_PQ2PCIFUNC_4 0x16e6cc
3459#define QM_REG_PQ2PCIFUNC_5 0x16e6d0
3460#define QM_REG_PQ2PCIFUNC_6 0x16e6d4
3461#define QM_REG_PQ2PCIFUNC_7 0x16e6d8
3462/* [WB 54] Pointer Table Memory for queues 63-0; The mapping is as follow:
3463 ptrtbl[53:30] read pointer; ptrtbl[29:6] write pointer; ptrtbl[5:4] read
3464 bank0; ptrtbl[3:2] read bank 1; ptrtbl[1:0] write bank; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003465#define QM_REG_PTRTBL 0x168a00
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003466/* [WB 54] Pointer Table Memory for queues 127-64; The mapping is as follow:
3467 ptrtbl[53:30] read pointer; ptrtbl[29:6] write pointer; ptrtbl[5:4] read
3468 bank0; ptrtbl[3:2] read bank 1; ptrtbl[1:0] write bank; */
3469#define QM_REG_PTRTBL_EXT_A 0x16e200
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003470/* [RW 2] Interrupt mask register #0 read/write */
3471#define QM_REG_QM_INT_MASK 0x168444
3472/* [R 2] Interrupt register #0 read */
3473#define QM_REG_QM_INT_STS 0x168438
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003474/* [RW 12] Parity mask register #0 read/write */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003475#define QM_REG_QM_PRTY_MASK 0x168454
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003476/* [R 12] Parity register #0 read */
Eliezer Tamirf1410642008-02-28 11:51:50 -08003477#define QM_REG_QM_PRTY_STS 0x168448
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00003478/* [RC 12] Parity register #0 read clear */
3479#define QM_REG_QM_PRTY_STS_CLR 0x16844c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003480/* [R 32] Current queues in pipeline: Queues from 32 to 63 */
3481#define QM_REG_QSTATUS_HIGH 0x16802c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003482/* [R 32] Current queues in pipeline: Queues from 96 to 127 */
3483#define QM_REG_QSTATUS_HIGH_EXT_A 0x16e408
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003484/* [R 32] Current queues in pipeline: Queues from 0 to 31 */
3485#define QM_REG_QSTATUS_LOW 0x168028
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003486/* [R 32] Current queues in pipeline: Queues from 64 to 95 */
3487#define QM_REG_QSTATUS_LOW_EXT_A 0x16e404
3488/* [R 24] The number of tasks queued for each queue; queues 63-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003489#define QM_REG_QTASKCTR_0 0x168308
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003490/* [R 24] The number of tasks queued for each queue; queues 127-64 */
3491#define QM_REG_QTASKCTR_EXT_A_0 0x16e584
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003492/* [RW 4] Queue tied to VOQ */
3493#define QM_REG_QVOQIDX_0 0x1680f4
3494#define QM_REG_QVOQIDX_10 0x16811c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003495#define QM_REG_QVOQIDX_100 0x16e49c
3496#define QM_REG_QVOQIDX_101 0x16e4a0
3497#define QM_REG_QVOQIDX_102 0x16e4a4
3498#define QM_REG_QVOQIDX_103 0x16e4a8
3499#define QM_REG_QVOQIDX_104 0x16e4ac
3500#define QM_REG_QVOQIDX_105 0x16e4b0
3501#define QM_REG_QVOQIDX_106 0x16e4b4
3502#define QM_REG_QVOQIDX_107 0x16e4b8
3503#define QM_REG_QVOQIDX_108 0x16e4bc
3504#define QM_REG_QVOQIDX_109 0x16e4c0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003505#define QM_REG_QVOQIDX_11 0x168120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003506#define QM_REG_QVOQIDX_110 0x16e4c4
3507#define QM_REG_QVOQIDX_111 0x16e4c8
3508#define QM_REG_QVOQIDX_112 0x16e4cc
3509#define QM_REG_QVOQIDX_113 0x16e4d0
3510#define QM_REG_QVOQIDX_114 0x16e4d4
3511#define QM_REG_QVOQIDX_115 0x16e4d8
3512#define QM_REG_QVOQIDX_116 0x16e4dc
3513#define QM_REG_QVOQIDX_117 0x16e4e0
3514#define QM_REG_QVOQIDX_118 0x16e4e4
3515#define QM_REG_QVOQIDX_119 0x16e4e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003516#define QM_REG_QVOQIDX_12 0x168124
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003517#define QM_REG_QVOQIDX_120 0x16e4ec
3518#define QM_REG_QVOQIDX_121 0x16e4f0
3519#define QM_REG_QVOQIDX_122 0x16e4f4
3520#define QM_REG_QVOQIDX_123 0x16e4f8
3521#define QM_REG_QVOQIDX_124 0x16e4fc
3522#define QM_REG_QVOQIDX_125 0x16e500
3523#define QM_REG_QVOQIDX_126 0x16e504
3524#define QM_REG_QVOQIDX_127 0x16e508
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003525#define QM_REG_QVOQIDX_13 0x168128
3526#define QM_REG_QVOQIDX_14 0x16812c
3527#define QM_REG_QVOQIDX_15 0x168130
3528#define QM_REG_QVOQIDX_16 0x168134
3529#define QM_REG_QVOQIDX_17 0x168138
3530#define QM_REG_QVOQIDX_21 0x168148
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003531#define QM_REG_QVOQIDX_22 0x16814c
3532#define QM_REG_QVOQIDX_23 0x168150
3533#define QM_REG_QVOQIDX_24 0x168154
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003534#define QM_REG_QVOQIDX_25 0x168158
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003535#define QM_REG_QVOQIDX_26 0x16815c
3536#define QM_REG_QVOQIDX_27 0x168160
3537#define QM_REG_QVOQIDX_28 0x168164
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003538#define QM_REG_QVOQIDX_29 0x168168
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003539#define QM_REG_QVOQIDX_30 0x16816c
3540#define QM_REG_QVOQIDX_31 0x168170
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003541#define QM_REG_QVOQIDX_32 0x168174
3542#define QM_REG_QVOQIDX_33 0x168178
3543#define QM_REG_QVOQIDX_34 0x16817c
3544#define QM_REG_QVOQIDX_35 0x168180
3545#define QM_REG_QVOQIDX_36 0x168184
3546#define QM_REG_QVOQIDX_37 0x168188
3547#define QM_REG_QVOQIDX_38 0x16818c
3548#define QM_REG_QVOQIDX_39 0x168190
3549#define QM_REG_QVOQIDX_40 0x168194
3550#define QM_REG_QVOQIDX_41 0x168198
3551#define QM_REG_QVOQIDX_42 0x16819c
3552#define QM_REG_QVOQIDX_43 0x1681a0
3553#define QM_REG_QVOQIDX_44 0x1681a4
3554#define QM_REG_QVOQIDX_45 0x1681a8
3555#define QM_REG_QVOQIDX_46 0x1681ac
3556#define QM_REG_QVOQIDX_47 0x1681b0
3557#define QM_REG_QVOQIDX_48 0x1681b4
3558#define QM_REG_QVOQIDX_49 0x1681b8
3559#define QM_REG_QVOQIDX_5 0x168108
3560#define QM_REG_QVOQIDX_50 0x1681bc
3561#define QM_REG_QVOQIDX_51 0x1681c0
3562#define QM_REG_QVOQIDX_52 0x1681c4
3563#define QM_REG_QVOQIDX_53 0x1681c8
3564#define QM_REG_QVOQIDX_54 0x1681cc
3565#define QM_REG_QVOQIDX_55 0x1681d0
3566#define QM_REG_QVOQIDX_56 0x1681d4
3567#define QM_REG_QVOQIDX_57 0x1681d8
3568#define QM_REG_QVOQIDX_58 0x1681dc
3569#define QM_REG_QVOQIDX_59 0x1681e0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003570#define QM_REG_QVOQIDX_6 0x16810c
3571#define QM_REG_QVOQIDX_60 0x1681e4
3572#define QM_REG_QVOQIDX_61 0x1681e8
3573#define QM_REG_QVOQIDX_62 0x1681ec
3574#define QM_REG_QVOQIDX_63 0x1681f0
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003575#define QM_REG_QVOQIDX_64 0x16e40c
3576#define QM_REG_QVOQIDX_65 0x16e410
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003577#define QM_REG_QVOQIDX_69 0x16e420
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003578#define QM_REG_QVOQIDX_7 0x168110
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003579#define QM_REG_QVOQIDX_70 0x16e424
3580#define QM_REG_QVOQIDX_71 0x16e428
3581#define QM_REG_QVOQIDX_72 0x16e42c
3582#define QM_REG_QVOQIDX_73 0x16e430
3583#define QM_REG_QVOQIDX_74 0x16e434
3584#define QM_REG_QVOQIDX_75 0x16e438
3585#define QM_REG_QVOQIDX_76 0x16e43c
3586#define QM_REG_QVOQIDX_77 0x16e440
3587#define QM_REG_QVOQIDX_78 0x16e444
3588#define QM_REG_QVOQIDX_79 0x16e448
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003589#define QM_REG_QVOQIDX_8 0x168114
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003590#define QM_REG_QVOQIDX_80 0x16e44c
3591#define QM_REG_QVOQIDX_81 0x16e450
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003592#define QM_REG_QVOQIDX_85 0x16e460
3593#define QM_REG_QVOQIDX_86 0x16e464
3594#define QM_REG_QVOQIDX_87 0x16e468
3595#define QM_REG_QVOQIDX_88 0x16e46c
3596#define QM_REG_QVOQIDX_89 0x16e470
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003597#define QM_REG_QVOQIDX_9 0x168118
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003598#define QM_REG_QVOQIDX_90 0x16e474
3599#define QM_REG_QVOQIDX_91 0x16e478
3600#define QM_REG_QVOQIDX_92 0x16e47c
3601#define QM_REG_QVOQIDX_93 0x16e480
3602#define QM_REG_QVOQIDX_94 0x16e484
3603#define QM_REG_QVOQIDX_95 0x16e488
3604#define QM_REG_QVOQIDX_96 0x16e48c
3605#define QM_REG_QVOQIDX_97 0x16e490
3606#define QM_REG_QVOQIDX_98 0x16e494
3607#define QM_REG_QVOQIDX_99 0x16e498
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003608/* [RW 1] Initialization bit command */
3609#define QM_REG_SOFT_RESET 0x168428
3610/* [RW 8] The credit cost per every task in the QM. A value per each VOQ */
3611#define QM_REG_TASKCRDCOST_0 0x16809c
3612#define QM_REG_TASKCRDCOST_1 0x1680a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003613#define QM_REG_TASKCRDCOST_2 0x1680a4
3614#define QM_REG_TASKCRDCOST_4 0x1680ac
3615#define QM_REG_TASKCRDCOST_5 0x1680b0
3616/* [R 6] Keep the fill level of the fifo from write client 3 */
3617#define QM_REG_TQM_WRC_FIFOLVL 0x168010
3618/* [R 6] Keep the fill level of the fifo from write client 2 */
3619#define QM_REG_UQM_WRC_FIFOLVL 0x168008
3620/* [RC 32] Credit update error register */
3621#define QM_REG_VOQCRDERRREG 0x168408
3622/* [R 16] The credit value for each VOQ */
3623#define QM_REG_VOQCREDIT_0 0x1682d0
3624#define QM_REG_VOQCREDIT_1 0x1682d4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003625#define QM_REG_VOQCREDIT_4 0x1682e0
3626/* [RW 16] The credit value that if above the QM is considered almost full */
3627#define QM_REG_VOQCREDITAFULLTHR 0x168090
3628/* [RW 16] The init and maximum credit for each VoQ */
3629#define QM_REG_VOQINITCREDIT_0 0x168060
3630#define QM_REG_VOQINITCREDIT_1 0x168064
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003631#define QM_REG_VOQINITCREDIT_2 0x168068
3632#define QM_REG_VOQINITCREDIT_4 0x168070
3633#define QM_REG_VOQINITCREDIT_5 0x168074
3634/* [RW 1] The port of which VOQ belongs */
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003635#define QM_REG_VOQPORT_0 0x1682a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003636#define QM_REG_VOQPORT_1 0x1682a4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003637#define QM_REG_VOQPORT_2 0x1682a8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003638/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003639#define QM_REG_VOQQMASK_0_LSB 0x168240
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003640/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3641#define QM_REG_VOQQMASK_0_LSB_EXT_A 0x16e524
3642/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003643#define QM_REG_VOQQMASK_0_MSB 0x168244
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003644/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3645#define QM_REG_VOQQMASK_0_MSB_EXT_A 0x16e528
3646/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
3647#define QM_REG_VOQQMASK_10_LSB 0x168290
3648/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3649#define QM_REG_VOQQMASK_10_LSB_EXT_A 0x16e574
3650/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
3651#define QM_REG_VOQQMASK_10_MSB 0x168294
3652/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3653#define QM_REG_VOQQMASK_10_MSB_EXT_A 0x16e578
3654/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
3655#define QM_REG_VOQQMASK_11_LSB 0x168298
3656/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3657#define QM_REG_VOQQMASK_11_LSB_EXT_A 0x16e57c
3658/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
3659#define QM_REG_VOQQMASK_11_MSB 0x16829c
3660/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3661#define QM_REG_VOQQMASK_11_MSB_EXT_A 0x16e580
3662/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
3663#define QM_REG_VOQQMASK_1_LSB 0x168248
3664/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3665#define QM_REG_VOQQMASK_1_LSB_EXT_A 0x16e52c
3666/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003667#define QM_REG_VOQQMASK_1_MSB 0x16824c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003668/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3669#define QM_REG_VOQQMASK_1_MSB_EXT_A 0x16e530
3670/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003671#define QM_REG_VOQQMASK_2_LSB 0x168250
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003672/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3673#define QM_REG_VOQQMASK_2_LSB_EXT_A 0x16e534
3674/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003675#define QM_REG_VOQQMASK_2_MSB 0x168254
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003676/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3677#define QM_REG_VOQQMASK_2_MSB_EXT_A 0x16e538
3678/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003679#define QM_REG_VOQQMASK_3_LSB 0x168258
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003680/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3681#define QM_REG_VOQQMASK_3_LSB_EXT_A 0x16e53c
3682/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3683#define QM_REG_VOQQMASK_3_MSB_EXT_A 0x16e540
3684/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003685#define QM_REG_VOQQMASK_4_LSB 0x168260
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003686/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3687#define QM_REG_VOQQMASK_4_LSB_EXT_A 0x16e544
3688/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003689#define QM_REG_VOQQMASK_4_MSB 0x168264
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003690/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3691#define QM_REG_VOQQMASK_4_MSB_EXT_A 0x16e548
3692/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003693#define QM_REG_VOQQMASK_5_LSB 0x168268
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003694/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3695#define QM_REG_VOQQMASK_5_LSB_EXT_A 0x16e54c
3696/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003697#define QM_REG_VOQQMASK_5_MSB 0x16826c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003698/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3699#define QM_REG_VOQQMASK_5_MSB_EXT_A 0x16e550
3700/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003701#define QM_REG_VOQQMASK_6_LSB 0x168270
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003702/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3703#define QM_REG_VOQQMASK_6_LSB_EXT_A 0x16e554
3704/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003705#define QM_REG_VOQQMASK_6_MSB 0x168274
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003706/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3707#define QM_REG_VOQQMASK_6_MSB_EXT_A 0x16e558
3708/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003709#define QM_REG_VOQQMASK_7_LSB 0x168278
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003710/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3711#define QM_REG_VOQQMASK_7_LSB_EXT_A 0x16e55c
3712/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003713#define QM_REG_VOQQMASK_7_MSB 0x16827c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003714/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3715#define QM_REG_VOQQMASK_7_MSB_EXT_A 0x16e560
3716/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003717#define QM_REG_VOQQMASK_8_LSB 0x168280
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003718/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3719#define QM_REG_VOQQMASK_8_LSB_EXT_A 0x16e564
3720/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003721#define QM_REG_VOQQMASK_8_MSB 0x168284
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003722/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3723#define QM_REG_VOQQMASK_8_MSB_EXT_A 0x16e568
3724/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003725#define QM_REG_VOQQMASK_9_LSB 0x168288
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003726/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
3727#define QM_REG_VOQQMASK_9_LSB_EXT_A 0x16e56c
3728/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
3729#define QM_REG_VOQQMASK_9_MSB_EXT_A 0x16e570
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003730/* [RW 32] Wrr weights */
3731#define QM_REG_WRRWEIGHTS_0 0x16880c
3732#define QM_REG_WRRWEIGHTS_1 0x168810
3733#define QM_REG_WRRWEIGHTS_10 0x168814
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003734#define QM_REG_WRRWEIGHTS_11 0x168818
3735#define QM_REG_WRRWEIGHTS_12 0x16881c
3736#define QM_REG_WRRWEIGHTS_13 0x168820
3737#define QM_REG_WRRWEIGHTS_14 0x168824
3738#define QM_REG_WRRWEIGHTS_15 0x168828
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003739#define QM_REG_WRRWEIGHTS_16 0x16e000
3740#define QM_REG_WRRWEIGHTS_17 0x16e004
3741#define QM_REG_WRRWEIGHTS_18 0x16e008
3742#define QM_REG_WRRWEIGHTS_19 0x16e00c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003743#define QM_REG_WRRWEIGHTS_2 0x16882c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003744#define QM_REG_WRRWEIGHTS_20 0x16e010
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003745#define QM_REG_WRRWEIGHTS_21 0x16e014
3746#define QM_REG_WRRWEIGHTS_22 0x16e018
3747#define QM_REG_WRRWEIGHTS_23 0x16e01c
3748#define QM_REG_WRRWEIGHTS_24 0x16e020
3749#define QM_REG_WRRWEIGHTS_25 0x16e024
3750#define QM_REG_WRRWEIGHTS_26 0x16e028
3751#define QM_REG_WRRWEIGHTS_27 0x16e02c
3752#define QM_REG_WRRWEIGHTS_28 0x16e030
3753#define QM_REG_WRRWEIGHTS_29 0x16e034
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003754#define QM_REG_WRRWEIGHTS_3 0x168830
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003755#define QM_REG_WRRWEIGHTS_30 0x16e038
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003756#define QM_REG_WRRWEIGHTS_31 0x16e03c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003757#define QM_REG_WRRWEIGHTS_4 0x168834
3758#define QM_REG_WRRWEIGHTS_5 0x168838
3759#define QM_REG_WRRWEIGHTS_6 0x16883c
3760#define QM_REG_WRRWEIGHTS_7 0x168840
3761#define QM_REG_WRRWEIGHTS_8 0x168844
3762#define QM_REG_WRRWEIGHTS_9 0x168848
3763/* [R 6] Keep the fill level of the fifo from write client 1 */
3764#define QM_REG_XQM_WRC_FIFOLVL 0x168000
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00003765/* [W 1] reset to parity interrupt */
3766#define SEM_FAST_REG_PARITY_RST 0x18840
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003767#define SRC_REG_COUNTFREE0 0x40500
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003768/* [RW 1] If clr the searcher is compatible to E1 A0 - support only two
3769 ports. If set the searcher support 8 functions. */
3770#define SRC_REG_E1HMF_ENABLE 0x404cc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003771#define SRC_REG_FIRSTFREE0 0x40510
3772#define SRC_REG_KEYRSS0_0 0x40408
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003773#define SRC_REG_KEYRSS0_7 0x40424
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003774#define SRC_REG_KEYRSS1_9 0x40454
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08003775#define SRC_REG_KEYSEARCH_0 0x40458
3776#define SRC_REG_KEYSEARCH_1 0x4045c
3777#define SRC_REG_KEYSEARCH_2 0x40460
3778#define SRC_REG_KEYSEARCH_3 0x40464
3779#define SRC_REG_KEYSEARCH_4 0x40468
3780#define SRC_REG_KEYSEARCH_5 0x4046c
3781#define SRC_REG_KEYSEARCH_6 0x40470
3782#define SRC_REG_KEYSEARCH_7 0x40474
3783#define SRC_REG_KEYSEARCH_8 0x40478
3784#define SRC_REG_KEYSEARCH_9 0x4047c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003785#define SRC_REG_LASTFREE0 0x40530
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003786#define SRC_REG_NUMBER_HASH_BITS0 0x40400
3787/* [RW 1] Reset internal state machines. */
3788#define SRC_REG_SOFT_RST 0x4049c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003789/* [R 3] Interrupt register #0 read */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003790#define SRC_REG_SRC_INT_STS 0x404ac
3791/* [RW 3] Parity mask register #0 read/write */
3792#define SRC_REG_SRC_PRTY_MASK 0x404c8
Eliezer Tamirf1410642008-02-28 11:51:50 -08003793/* [R 3] Parity register #0 read */
3794#define SRC_REG_SRC_PRTY_STS 0x404bc
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00003795/* [RC 3] Parity register #0 read clear */
3796#define SRC_REG_SRC_PRTY_STS_CLR 0x404c0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003797/* [R 4] Used to read the value of the XX protection CAM occupancy counter. */
3798#define TCM_REG_CAM_OCCUP 0x5017c
3799/* [RW 1] CDU AG read Interface enable. If 0 - the request input is
3800 disregarded; valid output is deasserted; all other signals are treated as
3801 usual; if 1 - normal activity. */
3802#define TCM_REG_CDU_AG_RD_IFEN 0x50034
3803/* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input
3804 are disregarded; all other signals are treated as usual; if 1 - normal
3805 activity. */
3806#define TCM_REG_CDU_AG_WR_IFEN 0x50030
3807/* [RW 1] CDU STORM read Interface enable. If 0 - the request input is
3808 disregarded; valid output is deasserted; all other signals are treated as
3809 usual; if 1 - normal activity. */
3810#define TCM_REG_CDU_SM_RD_IFEN 0x5003c
3811/* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid
3812 input is disregarded; all other signals are treated as usual; if 1 -
3813 normal activity. */
3814#define TCM_REG_CDU_SM_WR_IFEN 0x50038
3815/* [RW 4] CFC output initial credit. Max credit available - 15.Write writes
3816 the initial credit value; read returns the current value of the credit
3817 counter. Must be initialized to 1 at start-up. */
3818#define TCM_REG_CFC_INIT_CRD 0x50204
3819/* [RW 3] The weight of the CP input in the WRR mechanism. 0 stands for
3820 weight 8 (the most prioritised); 1 stands for weight 1(least
3821 prioritised); 2 stands for weight 2; tc. */
3822#define TCM_REG_CP_WEIGHT 0x500c0
3823/* [RW 1] Input csem Interface enable. If 0 - the valid input is
3824 disregarded; acknowledge output is deasserted; all other signals are
3825 treated as usual; if 1 - normal activity. */
3826#define TCM_REG_CSEM_IFEN 0x5002c
3827/* [RC 1] Message length mismatch (relative to last indication) at the In#9
3828 interface. */
3829#define TCM_REG_CSEM_LENGTH_MIS 0x50174
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08003830/* [RW 3] The weight of the input csem in the WRR mechanism. 0 stands for
3831 weight 8 (the most prioritised); 1 stands for weight 1(least
3832 prioritised); 2 stands for weight 2; tc. */
3833#define TCM_REG_CSEM_WEIGHT 0x500bc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003834/* [RW 8] The Event ID in case of ErrorFlg is set in the input message. */
3835#define TCM_REG_ERR_EVNT_ID 0x500a0
3836/* [RW 28] The CM erroneous header for QM and Timers formatting. */
3837#define TCM_REG_ERR_TCM_HDR 0x5009c
3838/* [RW 8] The Event ID for Timers expiration. */
3839#define TCM_REG_EXPR_EVNT_ID 0x500a4
3840/* [RW 8] FIC0 output initial credit. Max credit available - 255.Write
3841 writes the initial credit value; read returns the current value of the
3842 credit counter. Must be initialized to 64 at start-up. */
3843#define TCM_REG_FIC0_INIT_CRD 0x5020c
3844/* [RW 8] FIC1 output initial credit. Max credit available - 255.Write
3845 writes the initial credit value; read returns the current value of the
3846 credit counter. Must be initialized to 64 at start-up. */
3847#define TCM_REG_FIC1_INIT_CRD 0x50210
3848/* [RW 1] Arbitration between Input Arbiter groups: 0 - fair Round-Robin; 1
3849 - strict priority defined by ~tcm_registers_gr_ag_pr.gr_ag_pr;
3850 ~tcm_registers_gr_ld0_pr.gr_ld0_pr and
3851 ~tcm_registers_gr_ld1_pr.gr_ld1_pr. */
3852#define TCM_REG_GR_ARB_TYPE 0x50114
3853/* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the
3854 highest priority is 3. It is supposed that the Store channel is the
3855 compliment of the other 3 groups. */
3856#define TCM_REG_GR_LD0_PR 0x5011c
3857/* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the
3858 highest priority is 3. It is supposed that the Store channel is the
3859 compliment of the other 3 groups. */
3860#define TCM_REG_GR_LD1_PR 0x50120
3861/* [RW 4] The number of double REG-pairs; loaded from the STORM context and
3862 sent to STORM; for a specific connection type. The double REG-pairs are
3863 used to align to STORM context row size of 128 bits. The offset of these
3864 data in the STORM context is always 0. Index _i stands for the connection
3865 type (one of 16). */
3866#define TCM_REG_N_SM_CTX_LD_0 0x50050
3867#define TCM_REG_N_SM_CTX_LD_1 0x50054
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003868#define TCM_REG_N_SM_CTX_LD_2 0x50058
3869#define TCM_REG_N_SM_CTX_LD_3 0x5005c
3870#define TCM_REG_N_SM_CTX_LD_4 0x50060
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08003871#define TCM_REG_N_SM_CTX_LD_5 0x50064
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003872/* [RW 1] Input pbf Interface enable. If 0 - the valid input is disregarded;
3873 acknowledge output is deasserted; all other signals are treated as usual;
3874 if 1 - normal activity. */
3875#define TCM_REG_PBF_IFEN 0x50024
3876/* [RC 1] Message length mismatch (relative to last indication) at the In#7
3877 interface. */
3878#define TCM_REG_PBF_LENGTH_MIS 0x5016c
3879/* [RW 3] The weight of the input pbf in the WRR mechanism. 0 stands for
3880 weight 8 (the most prioritised); 1 stands for weight 1(least
3881 prioritised); 2 stands for weight 2; tc. */
3882#define TCM_REG_PBF_WEIGHT 0x500b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003883#define TCM_REG_PHYS_QNUM0_0 0x500e0
3884#define TCM_REG_PHYS_QNUM0_1 0x500e4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003885#define TCM_REG_PHYS_QNUM1_0 0x500e8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003886#define TCM_REG_PHYS_QNUM1_1 0x500ec
3887#define TCM_REG_PHYS_QNUM2_0 0x500f0
3888#define TCM_REG_PHYS_QNUM2_1 0x500f4
3889#define TCM_REG_PHYS_QNUM3_0 0x500f8
3890#define TCM_REG_PHYS_QNUM3_1 0x500fc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003891/* [RW 1] Input prs Interface enable. If 0 - the valid input is disregarded;
3892 acknowledge output is deasserted; all other signals are treated as usual;
3893 if 1 - normal activity. */
3894#define TCM_REG_PRS_IFEN 0x50020
3895/* [RC 1] Message length mismatch (relative to last indication) at the In#6
3896 interface. */
3897#define TCM_REG_PRS_LENGTH_MIS 0x50168
3898/* [RW 3] The weight of the input prs in the WRR mechanism. 0 stands for
3899 weight 8 (the most prioritised); 1 stands for weight 1(least
3900 prioritised); 2 stands for weight 2; tc. */
3901#define TCM_REG_PRS_WEIGHT 0x500b0
3902/* [RW 8] The Event ID for Timers formatting in case of stop done. */
3903#define TCM_REG_STOP_EVNT_ID 0x500a8
3904/* [RC 1] Message length mismatch (relative to last indication) at the STORM
3905 interface. */
3906#define TCM_REG_STORM_LENGTH_MIS 0x50160
3907/* [RW 1] STORM - CM Interface enable. If 0 - the valid input is
3908 disregarded; acknowledge output is deasserted; all other signals are
3909 treated as usual; if 1 - normal activity. */
3910#define TCM_REG_STORM_TCM_IFEN 0x50010
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08003911/* [RW 3] The weight of the STORM input in the WRR mechanism. 0 stands for
3912 weight 8 (the most prioritised); 1 stands for weight 1(least
3913 prioritised); 2 stands for weight 2; tc. */
3914#define TCM_REG_STORM_WEIGHT 0x500ac
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003915/* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded;
3916 acknowledge output is deasserted; all other signals are treated as usual;
3917 if 1 - normal activity. */
3918#define TCM_REG_TCM_CFC_IFEN 0x50040
3919/* [RW 11] Interrupt mask register #0 read/write */
3920#define TCM_REG_TCM_INT_MASK 0x501dc
3921/* [R 11] Interrupt register #0 read */
3922#define TCM_REG_TCM_INT_STS 0x501d0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00003923/* [RW 27] Parity mask register #0 read/write */
3924#define TCM_REG_TCM_PRTY_MASK 0x501ec
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003925/* [R 27] Parity register #0 read */
3926#define TCM_REG_TCM_PRTY_STS 0x501e0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00003927/* [RC 27] Parity register #0 read clear */
3928#define TCM_REG_TCM_PRTY_STS_CLR 0x501e4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003929/* [RW 3] The size of AG context region 0 in REG-pairs. Designates the MS
3930 REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5).
3931 Is used to determine the number of the AG context REG-pairs written back;
3932 when the input message Reg1WbFlg isn't set. */
3933#define TCM_REG_TCM_REG0_SZ 0x500d8
3934/* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is
3935 disregarded; valid is deasserted; all other signals are treated as usual;
3936 if 1 - normal activity. */
3937#define TCM_REG_TCM_STORM0_IFEN 0x50004
3938/* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is
3939 disregarded; valid is deasserted; all other signals are treated as usual;
3940 if 1 - normal activity. */
3941#define TCM_REG_TCM_STORM1_IFEN 0x50008
3942/* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is
3943 disregarded; valid is deasserted; all other signals are treated as usual;
3944 if 1 - normal activity. */
3945#define TCM_REG_TCM_TQM_IFEN 0x5000c
3946/* [RW 1] If set the Q index; received from the QM is inserted to event ID. */
3947#define TCM_REG_TCM_TQM_USE_Q 0x500d4
3948/* [RW 28] The CM header for Timers expiration command. */
3949#define TCM_REG_TM_TCM_HDR 0x50098
3950/* [RW 1] Timers - CM Interface enable. If 0 - the valid input is
3951 disregarded; acknowledge output is deasserted; all other signals are
3952 treated as usual; if 1 - normal activity. */
3953#define TCM_REG_TM_TCM_IFEN 0x5001c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08003954/* [RW 3] The weight of the Timers input in the WRR mechanism. 0 stands for
3955 weight 8 (the most prioritised); 1 stands for weight 1(least
3956 prioritised); 2 stands for weight 2; tc. */
3957#define TCM_REG_TM_WEIGHT 0x500d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003958/* [RW 6] QM output initial credit. Max credit available - 32.Write writes
3959 the initial credit value; read returns the current value of the credit
3960 counter. Must be initialized to 32 at start-up. */
3961#define TCM_REG_TQM_INIT_CRD 0x5021c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08003962/* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0
3963 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
3964 prioritised); 2 stands for weight 2; tc. */
3965#define TCM_REG_TQM_P_WEIGHT 0x500c8
3966/* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0
3967 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
3968 prioritised); 2 stands for weight 2; tc. */
3969#define TCM_REG_TQM_S_WEIGHT 0x500cc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003970/* [RW 28] The CM header value for QM request (primary). */
3971#define TCM_REG_TQM_TCM_HDR_P 0x50090
3972/* [RW 28] The CM header value for QM request (secondary). */
3973#define TCM_REG_TQM_TCM_HDR_S 0x50094
3974/* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded;
3975 acknowledge output is deasserted; all other signals are treated as usual;
3976 if 1 - normal activity. */
3977#define TCM_REG_TQM_TCM_IFEN 0x50014
3978/* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded;
3979 acknowledge output is deasserted; all other signals are treated as usual;
3980 if 1 - normal activity. */
3981#define TCM_REG_TSDM_IFEN 0x50018
3982/* [RC 1] Message length mismatch (relative to last indication) at the SDM
3983 interface. */
3984#define TCM_REG_TSDM_LENGTH_MIS 0x50164
3985/* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for
3986 weight 8 (the most prioritised); 1 stands for weight 1(least
3987 prioritised); 2 stands for weight 2; tc. */
3988#define TCM_REG_TSDM_WEIGHT 0x500c4
3989/* [RW 1] Input usem Interface enable. If 0 - the valid input is
3990 disregarded; acknowledge output is deasserted; all other signals are
3991 treated as usual; if 1 - normal activity. */
3992#define TCM_REG_USEM_IFEN 0x50028
3993/* [RC 1] Message length mismatch (relative to last indication) at the In#8
3994 interface. */
3995#define TCM_REG_USEM_LENGTH_MIS 0x50170
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08003996/* [RW 3] The weight of the input usem in the WRR mechanism. 0 stands for
3997 weight 8 (the most prioritised); 1 stands for weight 1(least
3998 prioritised); 2 stands for weight 2; tc. */
3999#define TCM_REG_USEM_WEIGHT 0x500b8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004000/* [RW 21] Indirect access to the descriptor table of the XX protection
4001 mechanism. The fields are: [5:0] - length of the message; 15:6] - message
4002 pointer; 20:16] - next pointer. */
4003#define TCM_REG_XX_DESCR_TABLE 0x50280
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004004#define TCM_REG_XX_DESCR_TABLE_SIZE 32
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004005/* [R 6] Use to read the value of XX protection Free counter. */
4006#define TCM_REG_XX_FREE 0x50178
4007/* [RW 6] Initial value for the credit counter; responsible for fulfilling
4008 of the Input Stage XX protection buffer by the XX protection pending
4009 messages. Max credit available - 127.Write writes the initial credit
4010 value; read returns the current value of the credit counter. Must be
4011 initialized to 19 at start-up. */
4012#define TCM_REG_XX_INIT_CRD 0x50220
4013/* [RW 6] Maximum link list size (messages locked) per connection in the XX
4014 protection. */
4015#define TCM_REG_XX_MAX_LL_SZ 0x50044
4016/* [RW 6] The maximum number of pending messages; which may be stored in XX
4017 protection. ~tcm_registers_xx_free.xx_free is read on read. */
4018#define TCM_REG_XX_MSG_NUM 0x50224
4019/* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */
4020#define TCM_REG_XX_OVFL_EVNT_ID 0x50048
4021/* [RW 16] Indirect access to the XX table of the XX protection mechanism.
4022 The fields are:[4:0] - tail pointer; [10:5] - Link List size; 15:11] -
4023 header pointer. */
4024#define TCM_REG_XX_TABLE 0x50240
Anand Gadiyar411c9402009-07-07 15:24:23 +05304025/* [RW 4] Load value for cfc ac credit cnt. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004026#define TM_REG_CFC_AC_CRDCNT_VAL 0x164208
4027/* [RW 4] Load value for cfc cld credit cnt. */
4028#define TM_REG_CFC_CLD_CRDCNT_VAL 0x164210
4029/* [RW 8] Client0 context region. */
4030#define TM_REG_CL0_CONT_REGION 0x164030
4031/* [RW 8] Client1 context region. */
4032#define TM_REG_CL1_CONT_REGION 0x164034
4033/* [RW 8] Client2 context region. */
4034#define TM_REG_CL2_CONT_REGION 0x164038
4035/* [RW 2] Client in High priority client number. */
4036#define TM_REG_CLIN_PRIOR0_CLIENT 0x164024
4037/* [RW 4] Load value for clout0 cred cnt. */
4038#define TM_REG_CLOUT_CRDCNT0_VAL 0x164220
4039/* [RW 4] Load value for clout1 cred cnt. */
4040#define TM_REG_CLOUT_CRDCNT1_VAL 0x164228
4041/* [RW 4] Load value for clout2 cred cnt. */
4042#define TM_REG_CLOUT_CRDCNT2_VAL 0x164230
4043/* [RW 1] Enable client0 input. */
4044#define TM_REG_EN_CL0_INPUT 0x164008
4045/* [RW 1] Enable client1 input. */
4046#define TM_REG_EN_CL1_INPUT 0x16400c
4047/* [RW 1] Enable client2 input. */
4048#define TM_REG_EN_CL2_INPUT 0x164010
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004049#define TM_REG_EN_LINEAR0_TIMER 0x164014
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004050/* [RW 1] Enable real time counter. */
4051#define TM_REG_EN_REAL_TIME_CNT 0x1640d8
4052/* [RW 1] Enable for Timers state machines. */
4053#define TM_REG_EN_TIMERS 0x164000
4054/* [RW 4] Load value for expiration credit cnt. CFC max number of
4055 outstanding load requests for timers (expiration) context loading. */
4056#define TM_REG_EXP_CRDCNT_VAL 0x164238
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004057/* [RW 32] Linear0 logic address. */
4058#define TM_REG_LIN0_LOGIC_ADDR 0x164240
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004059/* [RW 18] Linear0 Max active cid (in banks of 32 entries). */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004060#define TM_REG_LIN0_MAX_ACTIVE_CID 0x164048
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03004061/* [ST 16] Linear0 Number of scans counter. */
4062#define TM_REG_LIN0_NUM_SCANS 0x1640a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004063/* [WB 64] Linear0 phy address. */
4064#define TM_REG_LIN0_PHY_ADDR 0x164270
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004065/* [RW 1] Linear0 physical address valid. */
4066#define TM_REG_LIN0_PHY_ADDR_VALID 0x164248
Eilon Greensteinca003922009-08-12 22:53:28 -07004067#define TM_REG_LIN0_SCAN_ON 0x1640d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004068/* [RW 24] Linear0 array scan timeout. */
4069#define TM_REG_LIN0_SCAN_TIME 0x16403c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03004070#define TM_REG_LIN0_VNIC_UC 0x164128
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004071/* [RW 32] Linear1 logic address. */
4072#define TM_REG_LIN1_LOGIC_ADDR 0x164250
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004073/* [WB 64] Linear1 phy address. */
4074#define TM_REG_LIN1_PHY_ADDR 0x164280
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004075/* [RW 1] Linear1 physical address valid. */
4076#define TM_REG_LIN1_PHY_ADDR_VALID 0x164258
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004077/* [RW 6] Linear timer set_clear fifo threshold. */
4078#define TM_REG_LIN_SETCLR_FIFO_ALFULL_THR 0x164070
4079/* [RW 2] Load value for pci arbiter credit cnt. */
4080#define TM_REG_PCIARB_CRDCNT_VAL 0x164260
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004081/* [RW 20] The amount of hardware cycles for each timer tick. */
4082#define TM_REG_TIMER_TICK_SIZE 0x16401c
4083/* [RW 8] Timers Context region. */
4084#define TM_REG_TM_CONTEXT_REGION 0x164044
4085/* [RW 1] Interrupt mask register #0 read/write */
4086#define TM_REG_TM_INT_MASK 0x1640fc
4087/* [R 1] Interrupt register #0 read */
4088#define TM_REG_TM_INT_STS 0x1640f0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004089/* [RW 7] Parity mask register #0 read/write */
4090#define TM_REG_TM_PRTY_MASK 0x16410c
4091/* [RC 7] Parity register #0 read clear */
4092#define TM_REG_TM_PRTY_STS_CLR 0x164104
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004093/* [RW 8] The event id for aggregated interrupt 0 */
4094#define TSDM_REG_AGG_INT_EVENT_0 0x42038
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004095#define TSDM_REG_AGG_INT_EVENT_1 0x4203c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004096#define TSDM_REG_AGG_INT_EVENT_2 0x42040
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004097#define TSDM_REG_AGG_INT_EVENT_3 0x42044
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004098#define TSDM_REG_AGG_INT_EVENT_4 0x42048
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004099/* [RW 1] The T bit for aggregated interrupt 0 */
4100#define TSDM_REG_AGG_INT_T_0 0x420b8
4101#define TSDM_REG_AGG_INT_T_1 0x420bc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004102/* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */
4103#define TSDM_REG_CFC_RSP_START_ADDR 0x42008
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004104/* [RW 16] The maximum value of the completion counter #0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004105#define TSDM_REG_CMP_COUNTER_MAX0 0x4201c
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004106/* [RW 16] The maximum value of the completion counter #1 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004107#define TSDM_REG_CMP_COUNTER_MAX1 0x42020
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004108/* [RW 16] The maximum value of the completion counter #2 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004109#define TSDM_REG_CMP_COUNTER_MAX2 0x42024
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004110/* [RW 16] The maximum value of the completion counter #3 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004111#define TSDM_REG_CMP_COUNTER_MAX3 0x42028
4112/* [RW 13] The start address in the internal RAM for the completion
4113 counters. */
4114#define TSDM_REG_CMP_COUNTER_START_ADDR 0x4200c
4115#define TSDM_REG_ENABLE_IN1 0x42238
4116#define TSDM_REG_ENABLE_IN2 0x4223c
4117#define TSDM_REG_ENABLE_OUT1 0x42240
4118#define TSDM_REG_ENABLE_OUT2 0x42244
4119/* [RW 4] The initial number of messages that can be sent to the pxp control
4120 interface without receiving any ACK. */
4121#define TSDM_REG_INIT_CREDIT_PXP_CTRL 0x424bc
4122/* [ST 32] The number of ACK after placement messages received */
4123#define TSDM_REG_NUM_OF_ACK_AFTER_PLACE 0x4227c
4124/* [ST 32] The number of packet end messages received from the parser */
4125#define TSDM_REG_NUM_OF_PKT_END_MSG 0x42274
4126/* [ST 32] The number of requests received from the pxp async if */
4127#define TSDM_REG_NUM_OF_PXP_ASYNC_REQ 0x42278
4128/* [ST 32] The number of commands received in queue 0 */
4129#define TSDM_REG_NUM_OF_Q0_CMD 0x42248
4130/* [ST 32] The number of commands received in queue 10 */
4131#define TSDM_REG_NUM_OF_Q10_CMD 0x4226c
4132/* [ST 32] The number of commands received in queue 11 */
4133#define TSDM_REG_NUM_OF_Q11_CMD 0x42270
4134/* [ST 32] The number of commands received in queue 1 */
4135#define TSDM_REG_NUM_OF_Q1_CMD 0x4224c
4136/* [ST 32] The number of commands received in queue 3 */
4137#define TSDM_REG_NUM_OF_Q3_CMD 0x42250
4138/* [ST 32] The number of commands received in queue 4 */
4139#define TSDM_REG_NUM_OF_Q4_CMD 0x42254
4140/* [ST 32] The number of commands received in queue 5 */
4141#define TSDM_REG_NUM_OF_Q5_CMD 0x42258
4142/* [ST 32] The number of commands received in queue 6 */
4143#define TSDM_REG_NUM_OF_Q6_CMD 0x4225c
4144/* [ST 32] The number of commands received in queue 7 */
4145#define TSDM_REG_NUM_OF_Q7_CMD 0x42260
4146/* [ST 32] The number of commands received in queue 8 */
4147#define TSDM_REG_NUM_OF_Q8_CMD 0x42264
4148/* [ST 32] The number of commands received in queue 9 */
4149#define TSDM_REG_NUM_OF_Q9_CMD 0x42268
4150/* [RW 13] The start address in the internal RAM for the packet end message */
4151#define TSDM_REG_PCK_END_MSG_START_ADDR 0x42014
4152/* [RW 13] The start address in the internal RAM for queue counters */
4153#define TSDM_REG_Q_COUNTER_START_ADDR 0x42010
4154/* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */
4155#define TSDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0x42548
4156/* [R 1] parser fifo empty in sdm_sync block */
4157#define TSDM_REG_SYNC_PARSER_EMPTY 0x42550
4158/* [R 1] parser serial fifo empty in sdm_sync block */
4159#define TSDM_REG_SYNC_SYNC_EMPTY 0x42558
4160/* [RW 32] Tick for timer counter. Applicable only when
4161 ~tsdm_registers_timer_tick_enable.timer_tick_enable =1 */
4162#define TSDM_REG_TIMER_TICK 0x42000
4163/* [RW 32] Interrupt mask register #0 read/write */
4164#define TSDM_REG_TSDM_INT_MASK_0 0x4229c
4165#define TSDM_REG_TSDM_INT_MASK_1 0x422ac
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004166/* [R 32] Interrupt register #0 read */
4167#define TSDM_REG_TSDM_INT_STS_0 0x42290
4168#define TSDM_REG_TSDM_INT_STS_1 0x422a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004169/* [RW 11] Parity mask register #0 read/write */
4170#define TSDM_REG_TSDM_PRTY_MASK 0x422bc
Eliezer Tamirf1410642008-02-28 11:51:50 -08004171/* [R 11] Parity register #0 read */
4172#define TSDM_REG_TSDM_PRTY_STS 0x422b0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004173/* [RC 11] Parity register #0 read clear */
4174#define TSDM_REG_TSDM_PRTY_STS_CLR 0x422b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004175/* [RW 5] The number of time_slots in the arbitration cycle */
4176#define TSEM_REG_ARB_CYCLE_SIZE 0x180034
4177/* [RW 3] The source that is associated with arbitration element 0. Source
4178 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4179 sleeping thread with priority 1; 4- sleeping thread with priority 2 */
4180#define TSEM_REG_ARB_ELEMENT0 0x180020
4181/* [RW 3] The source that is associated with arbitration element 1. Source
4182 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4183 sleeping thread with priority 1; 4- sleeping thread with priority 2.
4184 Could not be equal to register ~tsem_registers_arb_element0.arb_element0 */
4185#define TSEM_REG_ARB_ELEMENT1 0x180024
4186/* [RW 3] The source that is associated with arbitration element 2. Source
4187 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4188 sleeping thread with priority 1; 4- sleeping thread with priority 2.
4189 Could not be equal to register ~tsem_registers_arb_element0.arb_element0
4190 and ~tsem_registers_arb_element1.arb_element1 */
4191#define TSEM_REG_ARB_ELEMENT2 0x180028
4192/* [RW 3] The source that is associated with arbitration element 3. Source
4193 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4194 sleeping thread with priority 1; 4- sleeping thread with priority 2.Could
4195 not be equal to register ~tsem_registers_arb_element0.arb_element0 and
4196 ~tsem_registers_arb_element1.arb_element1 and
4197 ~tsem_registers_arb_element2.arb_element2 */
4198#define TSEM_REG_ARB_ELEMENT3 0x18002c
4199/* [RW 3] The source that is associated with arbitration element 4. Source
4200 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4201 sleeping thread with priority 1; 4- sleeping thread with priority 2.
4202 Could not be equal to register ~tsem_registers_arb_element0.arb_element0
4203 and ~tsem_registers_arb_element1.arb_element1 and
4204 ~tsem_registers_arb_element2.arb_element2 and
4205 ~tsem_registers_arb_element3.arb_element3 */
4206#define TSEM_REG_ARB_ELEMENT4 0x180030
4207#define TSEM_REG_ENABLE_IN 0x1800a4
4208#define TSEM_REG_ENABLE_OUT 0x1800a8
4209/* [RW 32] This address space contains all registers and memories that are
4210 placed in SEM_FAST block. The SEM_FAST registers are described in
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004211 appendix B. In order to access the sem_fast registers the base address
4212 ~fast_memory.fast_memory should be added to eachsem_fast register offset. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004213#define TSEM_REG_FAST_MEMORY 0x1a0000
4214/* [RW 1] Disables input messages from FIC0 May be updated during run_time
4215 by the microcode */
4216#define TSEM_REG_FIC0_DISABLE 0x180224
4217/* [RW 1] Disables input messages from FIC1 May be updated during run_time
4218 by the microcode */
4219#define TSEM_REG_FIC1_DISABLE 0x180234
4220/* [RW 15] Interrupt table Read and write access to it is not possible in
4221 the middle of the work */
4222#define TSEM_REG_INT_TABLE 0x180400
4223/* [ST 24] Statistics register. The number of messages that entered through
4224 FIC0 */
4225#define TSEM_REG_MSG_NUM_FIC0 0x180000
4226/* [ST 24] Statistics register. The number of messages that entered through
4227 FIC1 */
4228#define TSEM_REG_MSG_NUM_FIC1 0x180004
4229/* [ST 24] Statistics register. The number of messages that were sent to
4230 FOC0 */
4231#define TSEM_REG_MSG_NUM_FOC0 0x180008
4232/* [ST 24] Statistics register. The number of messages that were sent to
4233 FOC1 */
4234#define TSEM_REG_MSG_NUM_FOC1 0x18000c
4235/* [ST 24] Statistics register. The number of messages that were sent to
4236 FOC2 */
4237#define TSEM_REG_MSG_NUM_FOC2 0x180010
4238/* [ST 24] Statistics register. The number of messages that were sent to
4239 FOC3 */
4240#define TSEM_REG_MSG_NUM_FOC3 0x180014
4241/* [RW 1] Disables input messages from the passive buffer May be updated
4242 during run_time by the microcode */
4243#define TSEM_REG_PAS_DISABLE 0x18024c
4244/* [WB 128] Debug only. Passive buffer memory */
4245#define TSEM_REG_PASSIVE_BUFFER 0x181000
4246/* [WB 46] pram memory. B45 is parity; b[44:0] - data. */
4247#define TSEM_REG_PRAM 0x1c0000
4248/* [R 8] Valid sleeping threads indication have bit per thread */
4249#define TSEM_REG_SLEEP_THREADS_VALID 0x18026c
4250/* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */
4251#define TSEM_REG_SLOW_EXT_STORE_EMPTY 0x1802a0
4252/* [RW 8] List of free threads . There is a bit per thread. */
4253#define TSEM_REG_THREADS_LIST 0x1802e4
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004254/* [RC 32] Parity register #0 read clear */
4255#define TSEM_REG_TSEM_PRTY_STS_CLR_0 0x180118
4256#define TSEM_REG_TSEM_PRTY_STS_CLR_1 0x180128
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004257/* [RW 3] The arbitration scheme of time_slot 0 */
4258#define TSEM_REG_TS_0_AS 0x180038
4259/* [RW 3] The arbitration scheme of time_slot 10 */
4260#define TSEM_REG_TS_10_AS 0x180060
4261/* [RW 3] The arbitration scheme of time_slot 11 */
4262#define TSEM_REG_TS_11_AS 0x180064
4263/* [RW 3] The arbitration scheme of time_slot 12 */
4264#define TSEM_REG_TS_12_AS 0x180068
4265/* [RW 3] The arbitration scheme of time_slot 13 */
4266#define TSEM_REG_TS_13_AS 0x18006c
4267/* [RW 3] The arbitration scheme of time_slot 14 */
4268#define TSEM_REG_TS_14_AS 0x180070
4269/* [RW 3] The arbitration scheme of time_slot 15 */
4270#define TSEM_REG_TS_15_AS 0x180074
4271/* [RW 3] The arbitration scheme of time_slot 16 */
4272#define TSEM_REG_TS_16_AS 0x180078
4273/* [RW 3] The arbitration scheme of time_slot 17 */
4274#define TSEM_REG_TS_17_AS 0x18007c
4275/* [RW 3] The arbitration scheme of time_slot 18 */
4276#define TSEM_REG_TS_18_AS 0x180080
4277/* [RW 3] The arbitration scheme of time_slot 1 */
4278#define TSEM_REG_TS_1_AS 0x18003c
4279/* [RW 3] The arbitration scheme of time_slot 2 */
4280#define TSEM_REG_TS_2_AS 0x180040
4281/* [RW 3] The arbitration scheme of time_slot 3 */
4282#define TSEM_REG_TS_3_AS 0x180044
4283/* [RW 3] The arbitration scheme of time_slot 4 */
4284#define TSEM_REG_TS_4_AS 0x180048
4285/* [RW 3] The arbitration scheme of time_slot 5 */
4286#define TSEM_REG_TS_5_AS 0x18004c
4287/* [RW 3] The arbitration scheme of time_slot 6 */
4288#define TSEM_REG_TS_6_AS 0x180050
4289/* [RW 3] The arbitration scheme of time_slot 7 */
4290#define TSEM_REG_TS_7_AS 0x180054
4291/* [RW 3] The arbitration scheme of time_slot 8 */
4292#define TSEM_REG_TS_8_AS 0x180058
4293/* [RW 3] The arbitration scheme of time_slot 9 */
4294#define TSEM_REG_TS_9_AS 0x18005c
4295/* [RW 32] Interrupt mask register #0 read/write */
4296#define TSEM_REG_TSEM_INT_MASK_0 0x180100
4297#define TSEM_REG_TSEM_INT_MASK_1 0x180110
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004298/* [R 32] Interrupt register #0 read */
4299#define TSEM_REG_TSEM_INT_STS_0 0x1800f4
4300#define TSEM_REG_TSEM_INT_STS_1 0x180104
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004301/* [RW 32] Parity mask register #0 read/write */
4302#define TSEM_REG_TSEM_PRTY_MASK_0 0x180120
4303#define TSEM_REG_TSEM_PRTY_MASK_1 0x180130
Eliezer Tamirf1410642008-02-28 11:51:50 -08004304/* [R 32] Parity register #0 read */
4305#define TSEM_REG_TSEM_PRTY_STS_0 0x180114
4306#define TSEM_REG_TSEM_PRTY_STS_1 0x180124
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00004307/* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64
4308 * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */
4309#define TSEM_REG_VFPF_ERR_NUM 0x180380
4310/* [RW 32] Indirect access to AG context with 32-bits granularity. The bits
4311 * [10:8] of the address should be the offset within the accessed LCID
4312 * context; the bits [7:0] are the accessed LCID.Example: to write to REG10
4313 * LCID100. The RBC address should be 12'ha64. */
4314#define UCM_REG_AG_CTX 0xe2000
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004315/* [R 5] Used to read the XX protection CAM occupancy counter. */
4316#define UCM_REG_CAM_OCCUP 0xe0170
4317/* [RW 1] CDU AG read Interface enable. If 0 - the request input is
4318 disregarded; valid output is deasserted; all other signals are treated as
4319 usual; if 1 - normal activity. */
4320#define UCM_REG_CDU_AG_RD_IFEN 0xe0038
4321/* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input
4322 are disregarded; all other signals are treated as usual; if 1 - normal
4323 activity. */
4324#define UCM_REG_CDU_AG_WR_IFEN 0xe0034
4325/* [RW 1] CDU STORM read Interface enable. If 0 - the request input is
4326 disregarded; valid output is deasserted; all other signals are treated as
4327 usual; if 1 - normal activity. */
4328#define UCM_REG_CDU_SM_RD_IFEN 0xe0040
4329/* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid
4330 input is disregarded; all other signals are treated as usual; if 1 -
4331 normal activity. */
4332#define UCM_REG_CDU_SM_WR_IFEN 0xe003c
4333/* [RW 4] CFC output initial credit. Max credit available - 15.Write writes
4334 the initial credit value; read returns the current value of the credit
4335 counter. Must be initialized to 1 at start-up. */
4336#define UCM_REG_CFC_INIT_CRD 0xe0204
4337/* [RW 3] The weight of the CP input in the WRR mechanism. 0 stands for
4338 weight 8 (the most prioritised); 1 stands for weight 1(least
4339 prioritised); 2 stands for weight 2; tc. */
4340#define UCM_REG_CP_WEIGHT 0xe00c4
4341/* [RW 1] Input csem Interface enable. If 0 - the valid input is
4342 disregarded; acknowledge output is deasserted; all other signals are
4343 treated as usual; if 1 - normal activity. */
4344#define UCM_REG_CSEM_IFEN 0xe0028
4345/* [RC 1] Set when the message length mismatch (relative to last indication)
4346 at the csem interface is detected. */
4347#define UCM_REG_CSEM_LENGTH_MIS 0xe0160
4348/* [RW 3] The weight of the input csem in the WRR mechanism. 0 stands for
4349 weight 8 (the most prioritised); 1 stands for weight 1(least
4350 prioritised); 2 stands for weight 2; tc. */
4351#define UCM_REG_CSEM_WEIGHT 0xe00b8
4352/* [RW 1] Input dorq Interface enable. If 0 - the valid input is
4353 disregarded; acknowledge output is deasserted; all other signals are
4354 treated as usual; if 1 - normal activity. */
4355#define UCM_REG_DORQ_IFEN 0xe0030
4356/* [RC 1] Set when the message length mismatch (relative to last indication)
4357 at the dorq interface is detected. */
4358#define UCM_REG_DORQ_LENGTH_MIS 0xe0168
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004359/* [RW 3] The weight of the input dorq in the WRR mechanism. 0 stands for
4360 weight 8 (the most prioritised); 1 stands for weight 1(least
4361 prioritised); 2 stands for weight 2; tc. */
4362#define UCM_REG_DORQ_WEIGHT 0xe00c0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004363/* [RW 8] The Event ID in case ErrorFlg input message bit is set. */
4364#define UCM_REG_ERR_EVNT_ID 0xe00a4
4365/* [RW 28] The CM erroneous header for QM and Timers formatting. */
4366#define UCM_REG_ERR_UCM_HDR 0xe00a0
4367/* [RW 8] The Event ID for Timers expiration. */
4368#define UCM_REG_EXPR_EVNT_ID 0xe00a8
4369/* [RW 8] FIC0 output initial credit. Max credit available - 255.Write
4370 writes the initial credit value; read returns the current value of the
4371 credit counter. Must be initialized to 64 at start-up. */
4372#define UCM_REG_FIC0_INIT_CRD 0xe020c
4373/* [RW 8] FIC1 output initial credit. Max credit available - 255.Write
4374 writes the initial credit value; read returns the current value of the
4375 credit counter. Must be initialized to 64 at start-up. */
4376#define UCM_REG_FIC1_INIT_CRD 0xe0210
4377/* [RW 1] Arbitration between Input Arbiter groups: 0 - fair Round-Robin; 1
4378 - strict priority defined by ~ucm_registers_gr_ag_pr.gr_ag_pr;
4379 ~ucm_registers_gr_ld0_pr.gr_ld0_pr and
4380 ~ucm_registers_gr_ld1_pr.gr_ld1_pr. */
4381#define UCM_REG_GR_ARB_TYPE 0xe0144
4382/* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the
4383 highest priority is 3. It is supposed that the Store channel group is
4384 compliment to the others. */
4385#define UCM_REG_GR_LD0_PR 0xe014c
4386/* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the
4387 highest priority is 3. It is supposed that the Store channel group is
4388 compliment to the others. */
4389#define UCM_REG_GR_LD1_PR 0xe0150
4390/* [RW 2] The queue index for invalidate counter flag decision. */
4391#define UCM_REG_INV_CFLG_Q 0xe00e4
4392/* [RW 5] The number of double REG-pairs; loaded from the STORM context and
4393 sent to STORM; for a specific connection type. the double REG-pairs are
4394 used in order to align to STORM context row size of 128 bits. The offset
4395 of these data in the STORM context is always 0. Index _i stands for the
4396 connection type (one of 16). */
4397#define UCM_REG_N_SM_CTX_LD_0 0xe0054
4398#define UCM_REG_N_SM_CTX_LD_1 0xe0058
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004399#define UCM_REG_N_SM_CTX_LD_2 0xe005c
4400#define UCM_REG_N_SM_CTX_LD_3 0xe0060
4401#define UCM_REG_N_SM_CTX_LD_4 0xe0064
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004402#define UCM_REG_N_SM_CTX_LD_5 0xe0068
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004403#define UCM_REG_PHYS_QNUM0_0 0xe0110
4404#define UCM_REG_PHYS_QNUM0_1 0xe0114
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004405#define UCM_REG_PHYS_QNUM1_0 0xe0118
4406#define UCM_REG_PHYS_QNUM1_1 0xe011c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004407#define UCM_REG_PHYS_QNUM2_0 0xe0120
4408#define UCM_REG_PHYS_QNUM2_1 0xe0124
4409#define UCM_REG_PHYS_QNUM3_0 0xe0128
4410#define UCM_REG_PHYS_QNUM3_1 0xe012c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004411/* [RW 8] The Event ID for Timers formatting in case of stop done. */
4412#define UCM_REG_STOP_EVNT_ID 0xe00ac
4413/* [RC 1] Set when the message length mismatch (relative to last indication)
4414 at the STORM interface is detected. */
4415#define UCM_REG_STORM_LENGTH_MIS 0xe0154
4416/* [RW 1] STORM - CM Interface enable. If 0 - the valid input is
4417 disregarded; acknowledge output is deasserted; all other signals are
4418 treated as usual; if 1 - normal activity. */
4419#define UCM_REG_STORM_UCM_IFEN 0xe0010
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004420/* [RW 3] The weight of the STORM input in the WRR mechanism. 0 stands for
4421 weight 8 (the most prioritised); 1 stands for weight 1(least
4422 prioritised); 2 stands for weight 2; tc. */
4423#define UCM_REG_STORM_WEIGHT 0xe00b0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004424/* [RW 4] Timers output initial credit. Max credit available - 15.Write
4425 writes the initial credit value; read returns the current value of the
4426 credit counter. Must be initialized to 4 at start-up. */
4427#define UCM_REG_TM_INIT_CRD 0xe021c
4428/* [RW 28] The CM header for Timers expiration command. */
4429#define UCM_REG_TM_UCM_HDR 0xe009c
4430/* [RW 1] Timers - CM Interface enable. If 0 - the valid input is
4431 disregarded; acknowledge output is deasserted; all other signals are
4432 treated as usual; if 1 - normal activity. */
4433#define UCM_REG_TM_UCM_IFEN 0xe001c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004434/* [RW 3] The weight of the Timers input in the WRR mechanism. 0 stands for
4435 weight 8 (the most prioritised); 1 stands for weight 1(least
4436 prioritised); 2 stands for weight 2; tc. */
4437#define UCM_REG_TM_WEIGHT 0xe00d4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004438/* [RW 1] Input tsem Interface enable. If 0 - the valid input is
4439 disregarded; acknowledge output is deasserted; all other signals are
4440 treated as usual; if 1 - normal activity. */
4441#define UCM_REG_TSEM_IFEN 0xe0024
4442/* [RC 1] Set when the message length mismatch (relative to last indication)
4443 at the tsem interface is detected. */
4444#define UCM_REG_TSEM_LENGTH_MIS 0xe015c
4445/* [RW 3] The weight of the input tsem in the WRR mechanism. 0 stands for
4446 weight 8 (the most prioritised); 1 stands for weight 1(least
4447 prioritised); 2 stands for weight 2; tc. */
4448#define UCM_REG_TSEM_WEIGHT 0xe00b4
4449/* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded;
4450 acknowledge output is deasserted; all other signals are treated as usual;
4451 if 1 - normal activity. */
4452#define UCM_REG_UCM_CFC_IFEN 0xe0044
4453/* [RW 11] Interrupt mask register #0 read/write */
4454#define UCM_REG_UCM_INT_MASK 0xe01d4
4455/* [R 11] Interrupt register #0 read */
4456#define UCM_REG_UCM_INT_STS 0xe01c8
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00004457/* [RW 27] Parity mask register #0 read/write */
4458#define UCM_REG_UCM_PRTY_MASK 0xe01e4
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004459/* [R 27] Parity register #0 read */
4460#define UCM_REG_UCM_PRTY_STS 0xe01d8
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004461/* [RC 27] Parity register #0 read clear */
4462#define UCM_REG_UCM_PRTY_STS_CLR 0xe01dc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004463/* [RW 2] The size of AG context region 0 in REG-pairs. Designates the MS
4464 REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5).
4465 Is used to determine the number of the AG context REG-pairs written back;
4466 when the Reg1WbFlg isn't set. */
4467#define UCM_REG_UCM_REG0_SZ 0xe00dc
4468/* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is
4469 disregarded; valid is deasserted; all other signals are treated as usual;
4470 if 1 - normal activity. */
4471#define UCM_REG_UCM_STORM0_IFEN 0xe0004
4472/* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is
4473 disregarded; valid is deasserted; all other signals are treated as usual;
4474 if 1 - normal activity. */
4475#define UCM_REG_UCM_STORM1_IFEN 0xe0008
4476/* [RW 1] CM - Timers Interface enable. If 0 - the valid input is
4477 disregarded; acknowledge output is deasserted; all other signals are
4478 treated as usual; if 1 - normal activity. */
4479#define UCM_REG_UCM_TM_IFEN 0xe0020
4480/* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is
4481 disregarded; valid is deasserted; all other signals are treated as usual;
4482 if 1 - normal activity. */
4483#define UCM_REG_UCM_UQM_IFEN 0xe000c
4484/* [RW 1] If set the Q index; received from the QM is inserted to event ID. */
4485#define UCM_REG_UCM_UQM_USE_Q 0xe00d8
4486/* [RW 6] QM output initial credit. Max credit available - 32.Write writes
4487 the initial credit value; read returns the current value of the credit
4488 counter. Must be initialized to 32 at start-up. */
4489#define UCM_REG_UQM_INIT_CRD 0xe0220
4490/* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0
4491 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
4492 prioritised); 2 stands for weight 2; tc. */
4493#define UCM_REG_UQM_P_WEIGHT 0xe00cc
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004494/* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0
4495 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
4496 prioritised); 2 stands for weight 2; tc. */
4497#define UCM_REG_UQM_S_WEIGHT 0xe00d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004498/* [RW 28] The CM header value for QM request (primary). */
4499#define UCM_REG_UQM_UCM_HDR_P 0xe0094
4500/* [RW 28] The CM header value for QM request (secondary). */
4501#define UCM_REG_UQM_UCM_HDR_S 0xe0098
4502/* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded;
4503 acknowledge output is deasserted; all other signals are treated as usual;
4504 if 1 - normal activity. */
4505#define UCM_REG_UQM_UCM_IFEN 0xe0014
4506/* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded;
4507 acknowledge output is deasserted; all other signals are treated as usual;
4508 if 1 - normal activity. */
4509#define UCM_REG_USDM_IFEN 0xe0018
4510/* [RC 1] Set when the message length mismatch (relative to last indication)
4511 at the SDM interface is detected. */
4512#define UCM_REG_USDM_LENGTH_MIS 0xe0158
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004513/* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for
4514 weight 8 (the most prioritised); 1 stands for weight 1(least
4515 prioritised); 2 stands for weight 2; tc. */
4516#define UCM_REG_USDM_WEIGHT 0xe00c8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004517/* [RW 1] Input xsem Interface enable. If 0 - the valid input is
4518 disregarded; acknowledge output is deasserted; all other signals are
4519 treated as usual; if 1 - normal activity. */
4520#define UCM_REG_XSEM_IFEN 0xe002c
4521/* [RC 1] Set when the message length mismatch (relative to last indication)
4522 at the xsem interface isdetected. */
4523#define UCM_REG_XSEM_LENGTH_MIS 0xe0164
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004524/* [RW 3] The weight of the input xsem in the WRR mechanism. 0 stands for
4525 weight 8 (the most prioritised); 1 stands for weight 1(least
4526 prioritised); 2 stands for weight 2; tc. */
4527#define UCM_REG_XSEM_WEIGHT 0xe00bc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004528/* [RW 20] Indirect access to the descriptor table of the XX protection
4529 mechanism. The fields are:[5:0] - message length; 14:6] - message
4530 pointer; 19:15] - next pointer. */
4531#define UCM_REG_XX_DESCR_TABLE 0xe0280
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004532#define UCM_REG_XX_DESCR_TABLE_SIZE 32
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004533/* [R 6] Use to read the XX protection Free counter. */
4534#define UCM_REG_XX_FREE 0xe016c
4535/* [RW 6] Initial value for the credit counter; responsible for fulfilling
4536 of the Input Stage XX protection buffer by the XX protection pending
4537 messages. Write writes the initial credit value; read returns the current
4538 value of the credit counter. Must be initialized to 12 at start-up. */
4539#define UCM_REG_XX_INIT_CRD 0xe0224
4540/* [RW 6] The maximum number of pending messages; which may be stored in XX
4541 protection. ~ucm_registers_xx_free.xx_free read on read. */
4542#define UCM_REG_XX_MSG_NUM 0xe0228
4543/* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */
4544#define UCM_REG_XX_OVFL_EVNT_ID 0xe004c
4545/* [RW 16] Indirect access to the XX table of the XX protection mechanism.
4546 The fields are: [4:0] - tail pointer; 10:5] - Link List size; 15:11] -
4547 header pointer. */
4548#define UCM_REG_XX_TABLE 0xe0300
Yaniv Rosner9380bb92011-06-14 01:34:07 +00004549#define UMAC_COMMAND_CONFIG_REG_LOOP_ENA (0x1<<15)
4550#define UMAC_COMMAND_CONFIG_REG_NO_LGTH_CHECK (0x1<<24)
4551#define UMAC_COMMAND_CONFIG_REG_PAD_EN (0x1<<5)
4552#define UMAC_COMMAND_CONFIG_REG_PROMIS_EN (0x1<<4)
4553#define UMAC_COMMAND_CONFIG_REG_RX_ENA (0x1<<1)
4554#define UMAC_COMMAND_CONFIG_REG_SW_RESET (0x1<<13)
4555#define UMAC_COMMAND_CONFIG_REG_TX_ENA (0x1<<0)
4556#define UMAC_REG_COMMAND_CONFIG 0x8
4557/* [RW 14] Defines a 14-Bit maximum frame length used by the MAC receive
4558 * logic to check frames. */
4559#define UMAC_REG_MAXFR 0x14
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004560/* [RW 8] The event id for aggregated interrupt 0 */
4561#define USDM_REG_AGG_INT_EVENT_0 0xc4038
4562#define USDM_REG_AGG_INT_EVENT_1 0xc403c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004563#define USDM_REG_AGG_INT_EVENT_2 0xc4040
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004564#define USDM_REG_AGG_INT_EVENT_4 0xc4048
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004565#define USDM_REG_AGG_INT_EVENT_5 0xc404c
Eilon Greensteinca003922009-08-12 22:53:28 -07004566#define USDM_REG_AGG_INT_EVENT_6 0xc4050
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004567/* [RW 1] For each aggregated interrupt index whether the mode is normal (0)
4568 or auto-mask-mode (1) */
4569#define USDM_REG_AGG_INT_MODE_0 0xc41b8
4570#define USDM_REG_AGG_INT_MODE_1 0xc41bc
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004571#define USDM_REG_AGG_INT_MODE_4 0xc41c8
4572#define USDM_REG_AGG_INT_MODE_5 0xc41cc
Eilon Greensteinca003922009-08-12 22:53:28 -07004573#define USDM_REG_AGG_INT_MODE_6 0xc41d0
4574/* [RW 1] The T bit for aggregated interrupt 5 */
4575#define USDM_REG_AGG_INT_T_5 0xc40cc
4576#define USDM_REG_AGG_INT_T_6 0xc40d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004577/* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */
4578#define USDM_REG_CFC_RSP_START_ADDR 0xc4008
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004579/* [RW 16] The maximum value of the completion counter #0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004580#define USDM_REG_CMP_COUNTER_MAX0 0xc401c
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004581/* [RW 16] The maximum value of the completion counter #1 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004582#define USDM_REG_CMP_COUNTER_MAX1 0xc4020
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004583/* [RW 16] The maximum value of the completion counter #2 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004584#define USDM_REG_CMP_COUNTER_MAX2 0xc4024
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004585/* [RW 16] The maximum value of the completion counter #3 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004586#define USDM_REG_CMP_COUNTER_MAX3 0xc4028
4587/* [RW 13] The start address in the internal RAM for the completion
4588 counters. */
4589#define USDM_REG_CMP_COUNTER_START_ADDR 0xc400c
4590#define USDM_REG_ENABLE_IN1 0xc4238
4591#define USDM_REG_ENABLE_IN2 0xc423c
4592#define USDM_REG_ENABLE_OUT1 0xc4240
4593#define USDM_REG_ENABLE_OUT2 0xc4244
4594/* [RW 4] The initial number of messages that can be sent to the pxp control
4595 interface without receiving any ACK. */
4596#define USDM_REG_INIT_CREDIT_PXP_CTRL 0xc44c0
4597/* [ST 32] The number of ACK after placement messages received */
4598#define USDM_REG_NUM_OF_ACK_AFTER_PLACE 0xc4280
4599/* [ST 32] The number of packet end messages received from the parser */
4600#define USDM_REG_NUM_OF_PKT_END_MSG 0xc4278
4601/* [ST 32] The number of requests received from the pxp async if */
4602#define USDM_REG_NUM_OF_PXP_ASYNC_REQ 0xc427c
4603/* [ST 32] The number of commands received in queue 0 */
4604#define USDM_REG_NUM_OF_Q0_CMD 0xc4248
4605/* [ST 32] The number of commands received in queue 10 */
4606#define USDM_REG_NUM_OF_Q10_CMD 0xc4270
4607/* [ST 32] The number of commands received in queue 11 */
4608#define USDM_REG_NUM_OF_Q11_CMD 0xc4274
4609/* [ST 32] The number of commands received in queue 1 */
4610#define USDM_REG_NUM_OF_Q1_CMD 0xc424c
4611/* [ST 32] The number of commands received in queue 2 */
4612#define USDM_REG_NUM_OF_Q2_CMD 0xc4250
4613/* [ST 32] The number of commands received in queue 3 */
4614#define USDM_REG_NUM_OF_Q3_CMD 0xc4254
4615/* [ST 32] The number of commands received in queue 4 */
4616#define USDM_REG_NUM_OF_Q4_CMD 0xc4258
4617/* [ST 32] The number of commands received in queue 5 */
4618#define USDM_REG_NUM_OF_Q5_CMD 0xc425c
4619/* [ST 32] The number of commands received in queue 6 */
4620#define USDM_REG_NUM_OF_Q6_CMD 0xc4260
4621/* [ST 32] The number of commands received in queue 7 */
4622#define USDM_REG_NUM_OF_Q7_CMD 0xc4264
4623/* [ST 32] The number of commands received in queue 8 */
4624#define USDM_REG_NUM_OF_Q8_CMD 0xc4268
4625/* [ST 32] The number of commands received in queue 9 */
4626#define USDM_REG_NUM_OF_Q9_CMD 0xc426c
4627/* [RW 13] The start address in the internal RAM for the packet end message */
4628#define USDM_REG_PCK_END_MSG_START_ADDR 0xc4014
4629/* [RW 13] The start address in the internal RAM for queue counters */
4630#define USDM_REG_Q_COUNTER_START_ADDR 0xc4010
4631/* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */
4632#define USDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0xc4550
4633/* [R 1] parser fifo empty in sdm_sync block */
4634#define USDM_REG_SYNC_PARSER_EMPTY 0xc4558
4635/* [R 1] parser serial fifo empty in sdm_sync block */
4636#define USDM_REG_SYNC_SYNC_EMPTY 0xc4560
4637/* [RW 32] Tick for timer counter. Applicable only when
4638 ~usdm_registers_timer_tick_enable.timer_tick_enable =1 */
4639#define USDM_REG_TIMER_TICK 0xc4000
4640/* [RW 32] Interrupt mask register #0 read/write */
4641#define USDM_REG_USDM_INT_MASK_0 0xc42a0
4642#define USDM_REG_USDM_INT_MASK_1 0xc42b0
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004643/* [R 32] Interrupt register #0 read */
4644#define USDM_REG_USDM_INT_STS_0 0xc4294
4645#define USDM_REG_USDM_INT_STS_1 0xc42a4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004646/* [RW 11] Parity mask register #0 read/write */
4647#define USDM_REG_USDM_PRTY_MASK 0xc42c0
Eliezer Tamirf1410642008-02-28 11:51:50 -08004648/* [R 11] Parity register #0 read */
4649#define USDM_REG_USDM_PRTY_STS 0xc42b4
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004650/* [RC 11] Parity register #0 read clear */
4651#define USDM_REG_USDM_PRTY_STS_CLR 0xc42b8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004652/* [RW 5] The number of time_slots in the arbitration cycle */
4653#define USEM_REG_ARB_CYCLE_SIZE 0x300034
4654/* [RW 3] The source that is associated with arbitration element 0. Source
4655 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4656 sleeping thread with priority 1; 4- sleeping thread with priority 2 */
4657#define USEM_REG_ARB_ELEMENT0 0x300020
4658/* [RW 3] The source that is associated with arbitration element 1. Source
4659 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4660 sleeping thread with priority 1; 4- sleeping thread with priority 2.
4661 Could not be equal to register ~usem_registers_arb_element0.arb_element0 */
4662#define USEM_REG_ARB_ELEMENT1 0x300024
4663/* [RW 3] The source that is associated with arbitration element 2. Source
4664 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4665 sleeping thread with priority 1; 4- sleeping thread with priority 2.
4666 Could not be equal to register ~usem_registers_arb_element0.arb_element0
4667 and ~usem_registers_arb_element1.arb_element1 */
4668#define USEM_REG_ARB_ELEMENT2 0x300028
4669/* [RW 3] The source that is associated with arbitration element 3. Source
4670 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4671 sleeping thread with priority 1; 4- sleeping thread with priority 2.Could
4672 not be equal to register ~usem_registers_arb_element0.arb_element0 and
4673 ~usem_registers_arb_element1.arb_element1 and
4674 ~usem_registers_arb_element2.arb_element2 */
4675#define USEM_REG_ARB_ELEMENT3 0x30002c
4676/* [RW 3] The source that is associated with arbitration element 4. Source
4677 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4678 sleeping thread with priority 1; 4- sleeping thread with priority 2.
4679 Could not be equal to register ~usem_registers_arb_element0.arb_element0
4680 and ~usem_registers_arb_element1.arb_element1 and
4681 ~usem_registers_arb_element2.arb_element2 and
4682 ~usem_registers_arb_element3.arb_element3 */
4683#define USEM_REG_ARB_ELEMENT4 0x300030
4684#define USEM_REG_ENABLE_IN 0x3000a4
4685#define USEM_REG_ENABLE_OUT 0x3000a8
4686/* [RW 32] This address space contains all registers and memories that are
4687 placed in SEM_FAST block. The SEM_FAST registers are described in
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004688 appendix B. In order to access the sem_fast registers the base address
4689 ~fast_memory.fast_memory should be added to eachsem_fast register offset. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004690#define USEM_REG_FAST_MEMORY 0x320000
4691/* [RW 1] Disables input messages from FIC0 May be updated during run_time
4692 by the microcode */
4693#define USEM_REG_FIC0_DISABLE 0x300224
4694/* [RW 1] Disables input messages from FIC1 May be updated during run_time
4695 by the microcode */
4696#define USEM_REG_FIC1_DISABLE 0x300234
4697/* [RW 15] Interrupt table Read and write access to it is not possible in
4698 the middle of the work */
4699#define USEM_REG_INT_TABLE 0x300400
4700/* [ST 24] Statistics register. The number of messages that entered through
4701 FIC0 */
4702#define USEM_REG_MSG_NUM_FIC0 0x300000
4703/* [ST 24] Statistics register. The number of messages that entered through
4704 FIC1 */
4705#define USEM_REG_MSG_NUM_FIC1 0x300004
4706/* [ST 24] Statistics register. The number of messages that were sent to
4707 FOC0 */
4708#define USEM_REG_MSG_NUM_FOC0 0x300008
4709/* [ST 24] Statistics register. The number of messages that were sent to
4710 FOC1 */
4711#define USEM_REG_MSG_NUM_FOC1 0x30000c
4712/* [ST 24] Statistics register. The number of messages that were sent to
4713 FOC2 */
4714#define USEM_REG_MSG_NUM_FOC2 0x300010
4715/* [ST 24] Statistics register. The number of messages that were sent to
4716 FOC3 */
4717#define USEM_REG_MSG_NUM_FOC3 0x300014
4718/* [RW 1] Disables input messages from the passive buffer May be updated
4719 during run_time by the microcode */
4720#define USEM_REG_PAS_DISABLE 0x30024c
4721/* [WB 128] Debug only. Passive buffer memory */
4722#define USEM_REG_PASSIVE_BUFFER 0x302000
4723/* [WB 46] pram memory. B45 is parity; b[44:0] - data. */
4724#define USEM_REG_PRAM 0x340000
4725/* [R 16] Valid sleeping threads indication have bit per thread */
4726#define USEM_REG_SLEEP_THREADS_VALID 0x30026c
4727/* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */
4728#define USEM_REG_SLOW_EXT_STORE_EMPTY 0x3002a0
4729/* [RW 16] List of free threads . There is a bit per thread. */
4730#define USEM_REG_THREADS_LIST 0x3002e4
4731/* [RW 3] The arbitration scheme of time_slot 0 */
4732#define USEM_REG_TS_0_AS 0x300038
4733/* [RW 3] The arbitration scheme of time_slot 10 */
4734#define USEM_REG_TS_10_AS 0x300060
4735/* [RW 3] The arbitration scheme of time_slot 11 */
4736#define USEM_REG_TS_11_AS 0x300064
4737/* [RW 3] The arbitration scheme of time_slot 12 */
4738#define USEM_REG_TS_12_AS 0x300068
4739/* [RW 3] The arbitration scheme of time_slot 13 */
4740#define USEM_REG_TS_13_AS 0x30006c
4741/* [RW 3] The arbitration scheme of time_slot 14 */
4742#define USEM_REG_TS_14_AS 0x300070
4743/* [RW 3] The arbitration scheme of time_slot 15 */
4744#define USEM_REG_TS_15_AS 0x300074
4745/* [RW 3] The arbitration scheme of time_slot 16 */
4746#define USEM_REG_TS_16_AS 0x300078
4747/* [RW 3] The arbitration scheme of time_slot 17 */
4748#define USEM_REG_TS_17_AS 0x30007c
4749/* [RW 3] The arbitration scheme of time_slot 18 */
4750#define USEM_REG_TS_18_AS 0x300080
4751/* [RW 3] The arbitration scheme of time_slot 1 */
4752#define USEM_REG_TS_1_AS 0x30003c
4753/* [RW 3] The arbitration scheme of time_slot 2 */
4754#define USEM_REG_TS_2_AS 0x300040
4755/* [RW 3] The arbitration scheme of time_slot 3 */
4756#define USEM_REG_TS_3_AS 0x300044
4757/* [RW 3] The arbitration scheme of time_slot 4 */
4758#define USEM_REG_TS_4_AS 0x300048
4759/* [RW 3] The arbitration scheme of time_slot 5 */
4760#define USEM_REG_TS_5_AS 0x30004c
4761/* [RW 3] The arbitration scheme of time_slot 6 */
4762#define USEM_REG_TS_6_AS 0x300050
4763/* [RW 3] The arbitration scheme of time_slot 7 */
4764#define USEM_REG_TS_7_AS 0x300054
4765/* [RW 3] The arbitration scheme of time_slot 8 */
4766#define USEM_REG_TS_8_AS 0x300058
4767/* [RW 3] The arbitration scheme of time_slot 9 */
4768#define USEM_REG_TS_9_AS 0x30005c
4769/* [RW 32] Interrupt mask register #0 read/write */
4770#define USEM_REG_USEM_INT_MASK_0 0x300110
4771#define USEM_REG_USEM_INT_MASK_1 0x300120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004772/* [R 32] Interrupt register #0 read */
4773#define USEM_REG_USEM_INT_STS_0 0x300104
4774#define USEM_REG_USEM_INT_STS_1 0x300114
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004775/* [RW 32] Parity mask register #0 read/write */
4776#define USEM_REG_USEM_PRTY_MASK_0 0x300130
4777#define USEM_REG_USEM_PRTY_MASK_1 0x300140
Eliezer Tamirf1410642008-02-28 11:51:50 -08004778/* [R 32] Parity register #0 read */
4779#define USEM_REG_USEM_PRTY_STS_0 0x300124
4780#define USEM_REG_USEM_PRTY_STS_1 0x300134
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004781/* [RC 32] Parity register #0 read clear */
4782#define USEM_REG_USEM_PRTY_STS_CLR_0 0x300128
4783#define USEM_REG_USEM_PRTY_STS_CLR_1 0x300138
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00004784/* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64
4785 * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */
4786#define USEM_REG_VFPF_ERR_NUM 0x300380
4787#define VFC_MEMORIES_RST_REG_CAM_RST (0x1<<0)
4788#define VFC_MEMORIES_RST_REG_RAM_RST (0x1<<1)
4789#define VFC_REG_MEMORIES_RST 0x1943c
4790/* [RW 32] Indirect access to AG context with 32-bits granularity. The bits
4791 * [12:8] of the address should be the offset within the accessed LCID
4792 * context; the bits [7:0] are the accessed LCID.Example: to write to REG10
4793 * LCID100. The RBC address should be 13'ha64. */
4794#define XCM_REG_AG_CTX 0x28000
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004795/* [RW 2] The queue index for registration on Aux1 counter flag. */
4796#define XCM_REG_AUX1_Q 0x20134
4797/* [RW 2] Per each decision rule the queue index to register to. */
4798#define XCM_REG_AUX_CNT_FLG_Q_19 0x201b0
4799/* [R 5] Used to read the XX protection CAM occupancy counter. */
4800#define XCM_REG_CAM_OCCUP 0x20244
4801/* [RW 1] CDU AG read Interface enable. If 0 - the request input is
4802 disregarded; valid output is deasserted; all other signals are treated as
4803 usual; if 1 - normal activity. */
4804#define XCM_REG_CDU_AG_RD_IFEN 0x20044
4805/* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input
4806 are disregarded; all other signals are treated as usual; if 1 - normal
4807 activity. */
4808#define XCM_REG_CDU_AG_WR_IFEN 0x20040
4809/* [RW 1] CDU STORM read Interface enable. If 0 - the request input is
4810 disregarded; valid output is deasserted; all other signals are treated as
4811 usual; if 1 - normal activity. */
4812#define XCM_REG_CDU_SM_RD_IFEN 0x2004c
4813/* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid
4814 input is disregarded; all other signals are treated as usual; if 1 -
4815 normal activity. */
4816#define XCM_REG_CDU_SM_WR_IFEN 0x20048
4817/* [RW 4] CFC output initial credit. Max credit available - 15.Write writes
4818 the initial credit value; read returns the current value of the credit
4819 counter. Must be initialized to 1 at start-up. */
4820#define XCM_REG_CFC_INIT_CRD 0x20404
4821/* [RW 3] The weight of the CP input in the WRR mechanism. 0 stands for
4822 weight 8 (the most prioritised); 1 stands for weight 1(least
4823 prioritised); 2 stands for weight 2; tc. */
4824#define XCM_REG_CP_WEIGHT 0x200dc
4825/* [RW 1] Input csem Interface enable. If 0 - the valid input is
4826 disregarded; acknowledge output is deasserted; all other signals are
4827 treated as usual; if 1 - normal activity. */
4828#define XCM_REG_CSEM_IFEN 0x20028
4829/* [RC 1] Set at message length mismatch (relative to last indication) at
4830 the csem interface. */
4831#define XCM_REG_CSEM_LENGTH_MIS 0x20228
4832/* [RW 3] The weight of the input csem in the WRR mechanism. 0 stands for
4833 weight 8 (the most prioritised); 1 stands for weight 1(least
4834 prioritised); 2 stands for weight 2; tc. */
4835#define XCM_REG_CSEM_WEIGHT 0x200c4
4836/* [RW 1] Input dorq Interface enable. If 0 - the valid input is
4837 disregarded; acknowledge output is deasserted; all other signals are
4838 treated as usual; if 1 - normal activity. */
4839#define XCM_REG_DORQ_IFEN 0x20030
4840/* [RC 1] Set at message length mismatch (relative to last indication) at
4841 the dorq interface. */
4842#define XCM_REG_DORQ_LENGTH_MIS 0x20230
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004843/* [RW 3] The weight of the input dorq in the WRR mechanism. 0 stands for
4844 weight 8 (the most prioritised); 1 stands for weight 1(least
4845 prioritised); 2 stands for weight 2; tc. */
4846#define XCM_REG_DORQ_WEIGHT 0x200cc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004847/* [RW 8] The Event ID in case the ErrorFlg input message bit is set. */
4848#define XCM_REG_ERR_EVNT_ID 0x200b0
4849/* [RW 28] The CM erroneous header for QM and Timers formatting. */
4850#define XCM_REG_ERR_XCM_HDR 0x200ac
4851/* [RW 8] The Event ID for Timers expiration. */
4852#define XCM_REG_EXPR_EVNT_ID 0x200b4
4853/* [RW 8] FIC0 output initial credit. Max credit available - 255.Write
4854 writes the initial credit value; read returns the current value of the
4855 credit counter. Must be initialized to 64 at start-up. */
4856#define XCM_REG_FIC0_INIT_CRD 0x2040c
4857/* [RW 8] FIC1 output initial credit. Max credit available - 255.Write
4858 writes the initial credit value; read returns the current value of the
4859 credit counter. Must be initialized to 64 at start-up. */
4860#define XCM_REG_FIC1_INIT_CRD 0x20410
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004861#define XCM_REG_GLB_DEL_ACK_MAX_CNT_0 0x20118
4862#define XCM_REG_GLB_DEL_ACK_MAX_CNT_1 0x2011c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004863#define XCM_REG_GLB_DEL_ACK_TMR_VAL_0 0x20108
4864#define XCM_REG_GLB_DEL_ACK_TMR_VAL_1 0x2010c
4865/* [RW 1] Arbitratiojn between Input Arbiter groups: 0 - fair Round-Robin; 1
4866 - strict priority defined by ~xcm_registers_gr_ag_pr.gr_ag_pr;
4867 ~xcm_registers_gr_ld0_pr.gr_ld0_pr and
4868 ~xcm_registers_gr_ld1_pr.gr_ld1_pr. */
4869#define XCM_REG_GR_ARB_TYPE 0x2020c
4870/* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the
4871 highest priority is 3. It is supposed that the Channel group is the
4872 compliment of the other 3 groups. */
4873#define XCM_REG_GR_LD0_PR 0x20214
4874/* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the
4875 highest priority is 3. It is supposed that the Channel group is the
4876 compliment of the other 3 groups. */
4877#define XCM_REG_GR_LD1_PR 0x20218
4878/* [RW 1] Input nig0 Interface enable. If 0 - the valid input is
4879 disregarded; acknowledge output is deasserted; all other signals are
4880 treated as usual; if 1 - normal activity. */
4881#define XCM_REG_NIG0_IFEN 0x20038
4882/* [RC 1] Set at message length mismatch (relative to last indication) at
4883 the nig0 interface. */
4884#define XCM_REG_NIG0_LENGTH_MIS 0x20238
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004885/* [RW 3] The weight of the input nig0 in the WRR mechanism. 0 stands for
4886 weight 8 (the most prioritised); 1 stands for weight 1(least
4887 prioritised); 2 stands for weight 2; tc. */
4888#define XCM_REG_NIG0_WEIGHT 0x200d4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004889/* [RW 1] Input nig1 Interface enable. If 0 - the valid input is
4890 disregarded; acknowledge output is deasserted; all other signals are
4891 treated as usual; if 1 - normal activity. */
4892#define XCM_REG_NIG1_IFEN 0x2003c
4893/* [RC 1] Set at message length mismatch (relative to last indication) at
4894 the nig1 interface. */
4895#define XCM_REG_NIG1_LENGTH_MIS 0x2023c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004896/* [RW 5] The number of double REG-pairs; loaded from the STORM context and
4897 sent to STORM; for a specific connection type. The double REG-pairs are
4898 used in order to align to STORM context row size of 128 bits. The offset
4899 of these data in the STORM context is always 0. Index _i stands for the
4900 connection type (one of 16). */
4901#define XCM_REG_N_SM_CTX_LD_0 0x20060
4902#define XCM_REG_N_SM_CTX_LD_1 0x20064
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004903#define XCM_REG_N_SM_CTX_LD_2 0x20068
4904#define XCM_REG_N_SM_CTX_LD_3 0x2006c
4905#define XCM_REG_N_SM_CTX_LD_4 0x20070
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004906#define XCM_REG_N_SM_CTX_LD_5 0x20074
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004907/* [RW 1] Input pbf Interface enable. If 0 - the valid input is disregarded;
4908 acknowledge output is deasserted; all other signals are treated as usual;
4909 if 1 - normal activity. */
4910#define XCM_REG_PBF_IFEN 0x20034
4911/* [RC 1] Set at message length mismatch (relative to last indication) at
4912 the pbf interface. */
4913#define XCM_REG_PBF_LENGTH_MIS 0x20234
4914/* [RW 3] The weight of the input pbf in the WRR mechanism. 0 stands for
4915 weight 8 (the most prioritised); 1 stands for weight 1(least
4916 prioritised); 2 stands for weight 2; tc. */
4917#define XCM_REG_PBF_WEIGHT 0x200d0
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004918#define XCM_REG_PHYS_QNUM3_0 0x20100
4919#define XCM_REG_PHYS_QNUM3_1 0x20104
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004920/* [RW 8] The Event ID for Timers formatting in case of stop done. */
4921#define XCM_REG_STOP_EVNT_ID 0x200b8
4922/* [RC 1] Set at message length mismatch (relative to last indication) at
4923 the STORM interface. */
4924#define XCM_REG_STORM_LENGTH_MIS 0x2021c
4925/* [RW 3] The weight of the STORM input in the WRR mechanism. 0 stands for
4926 weight 8 (the most prioritised); 1 stands for weight 1(least
4927 prioritised); 2 stands for weight 2; tc. */
4928#define XCM_REG_STORM_WEIGHT 0x200bc
4929/* [RW 1] STORM - CM Interface enable. If 0 - the valid input is
4930 disregarded; acknowledge output is deasserted; all other signals are
4931 treated as usual; if 1 - normal activity. */
4932#define XCM_REG_STORM_XCM_IFEN 0x20010
4933/* [RW 4] Timers output initial credit. Max credit available - 15.Write
4934 writes the initial credit value; read returns the current value of the
4935 credit counter. Must be initialized to 4 at start-up. */
4936#define XCM_REG_TM_INIT_CRD 0x2041c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004937/* [RW 3] The weight of the Timers input in the WRR mechanism. 0 stands for
4938 weight 8 (the most prioritised); 1 stands for weight 1(least
4939 prioritised); 2 stands for weight 2; tc. */
4940#define XCM_REG_TM_WEIGHT 0x200ec
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004941/* [RW 28] The CM header for Timers expiration command. */
4942#define XCM_REG_TM_XCM_HDR 0x200a8
4943/* [RW 1] Timers - CM Interface enable. If 0 - the valid input is
4944 disregarded; acknowledge output is deasserted; all other signals are
4945 treated as usual; if 1 - normal activity. */
4946#define XCM_REG_TM_XCM_IFEN 0x2001c
4947/* [RW 1] Input tsem Interface enable. If 0 - the valid input is
4948 disregarded; acknowledge output is deasserted; all other signals are
4949 treated as usual; if 1 - normal activity. */
4950#define XCM_REG_TSEM_IFEN 0x20024
4951/* [RC 1] Set at message length mismatch (relative to last indication) at
4952 the tsem interface. */
4953#define XCM_REG_TSEM_LENGTH_MIS 0x20224
4954/* [RW 3] The weight of the input tsem in the WRR mechanism. 0 stands for
4955 weight 8 (the most prioritised); 1 stands for weight 1(least
4956 prioritised); 2 stands for weight 2; tc. */
4957#define XCM_REG_TSEM_WEIGHT 0x200c0
4958/* [RW 2] The queue index for registration on UNA greater NXT decision rule. */
4959#define XCM_REG_UNA_GT_NXT_Q 0x20120
4960/* [RW 1] Input usem Interface enable. If 0 - the valid input is
4961 disregarded; acknowledge output is deasserted; all other signals are
4962 treated as usual; if 1 - normal activity. */
4963#define XCM_REG_USEM_IFEN 0x2002c
4964/* [RC 1] Message length mismatch (relative to last indication) at the usem
4965 interface. */
4966#define XCM_REG_USEM_LENGTH_MIS 0x2022c
4967/* [RW 3] The weight of the input usem in the WRR mechanism. 0 stands for
4968 weight 8 (the most prioritised); 1 stands for weight 1(least
4969 prioritised); 2 stands for weight 2; tc. */
4970#define XCM_REG_USEM_WEIGHT 0x200c8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004971#define XCM_REG_WU_DA_CNT_CMD00 0x201d4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004972#define XCM_REG_WU_DA_CNT_CMD01 0x201d8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004973#define XCM_REG_WU_DA_CNT_CMD10 0x201dc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004974#define XCM_REG_WU_DA_CNT_CMD11 0x201e0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004975#define XCM_REG_WU_DA_CNT_UPD_VAL00 0x201e4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004976#define XCM_REG_WU_DA_CNT_UPD_VAL01 0x201e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004977#define XCM_REG_WU_DA_CNT_UPD_VAL10 0x201ec
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004978#define XCM_REG_WU_DA_CNT_UPD_VAL11 0x201f0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004979#define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD00 0x201c4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004980#define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD01 0x201c8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004981#define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD10 0x201cc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004982#define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD11 0x201d0
4983/* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded;
4984 acknowledge output is deasserted; all other signals are treated as usual;
4985 if 1 - normal activity. */
4986#define XCM_REG_XCM_CFC_IFEN 0x20050
4987/* [RW 14] Interrupt mask register #0 read/write */
4988#define XCM_REG_XCM_INT_MASK 0x202b4
4989/* [R 14] Interrupt register #0 read */
4990#define XCM_REG_XCM_INT_STS 0x202a8
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00004991/* [RW 30] Parity mask register #0 read/write */
4992#define XCM_REG_XCM_PRTY_MASK 0x202c4
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004993/* [R 30] Parity register #0 read */
4994#define XCM_REG_XCM_PRTY_STS 0x202b8
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00004995/* [RC 30] Parity register #0 read clear */
4996#define XCM_REG_XCM_PRTY_STS_CLR 0x202bc
4997
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004998/* [RW 4] The size of AG context region 0 in REG-pairs. Designates the MS
4999 REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5).
5000 Is used to determine the number of the AG context REG-pairs written back;
5001 when the Reg1WbFlg isn't set. */
5002#define XCM_REG_XCM_REG0_SZ 0x200f4
5003/* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is
5004 disregarded; valid is deasserted; all other signals are treated as usual;
5005 if 1 - normal activity. */
5006#define XCM_REG_XCM_STORM0_IFEN 0x20004
5007/* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is
5008 disregarded; valid is deasserted; all other signals are treated as usual;
5009 if 1 - normal activity. */
5010#define XCM_REG_XCM_STORM1_IFEN 0x20008
5011/* [RW 1] CM - Timers Interface enable. If 0 - the valid input is
5012 disregarded; acknowledge output is deasserted; all other signals are
5013 treated as usual; if 1 - normal activity. */
5014#define XCM_REG_XCM_TM_IFEN 0x20020
5015/* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is
5016 disregarded; valid is deasserted; all other signals are treated as usual;
5017 if 1 - normal activity. */
5018#define XCM_REG_XCM_XQM_IFEN 0x2000c
5019/* [RW 1] If set the Q index; received from the QM is inserted to event ID. */
5020#define XCM_REG_XCM_XQM_USE_Q 0x200f0
5021/* [RW 4] The value by which CFC updates the activity counter at QM bypass. */
5022#define XCM_REG_XQM_BYP_ACT_UPD 0x200fc
5023/* [RW 6] QM output initial credit. Max credit available - 32.Write writes
5024 the initial credit value; read returns the current value of the credit
5025 counter. Must be initialized to 32 at start-up. */
5026#define XCM_REG_XQM_INIT_CRD 0x20420
5027/* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0
5028 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
5029 prioritised); 2 stands for weight 2; tc. */
5030#define XCM_REG_XQM_P_WEIGHT 0x200e4
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08005031/* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0
5032 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
5033 prioritised); 2 stands for weight 2; tc. */
5034#define XCM_REG_XQM_S_WEIGHT 0x200e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005035/* [RW 28] The CM header value for QM request (primary). */
5036#define XCM_REG_XQM_XCM_HDR_P 0x200a0
5037/* [RW 28] The CM header value for QM request (secondary). */
5038#define XCM_REG_XQM_XCM_HDR_S 0x200a4
5039/* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded;
5040 acknowledge output is deasserted; all other signals are treated as usual;
5041 if 1 - normal activity. */
5042#define XCM_REG_XQM_XCM_IFEN 0x20014
5043/* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded;
5044 acknowledge output is deasserted; all other signals are treated as usual;
5045 if 1 - normal activity. */
5046#define XCM_REG_XSDM_IFEN 0x20018
5047/* [RC 1] Set at message length mismatch (relative to last indication) at
5048 the SDM interface. */
5049#define XCM_REG_XSDM_LENGTH_MIS 0x20220
5050/* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for
5051 weight 8 (the most prioritised); 1 stands for weight 1(least
5052 prioritised); 2 stands for weight 2; tc. */
5053#define XCM_REG_XSDM_WEIGHT 0x200e0
5054/* [RW 17] Indirect access to the descriptor table of the XX protection
5055 mechanism. The fields are: [5:0] - message length; 11:6] - message
5056 pointer; 16:12] - next pointer. */
5057#define XCM_REG_XX_DESCR_TABLE 0x20480
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005058#define XCM_REG_XX_DESCR_TABLE_SIZE 32
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005059/* [R 6] Used to read the XX protection Free counter. */
5060#define XCM_REG_XX_FREE 0x20240
5061/* [RW 6] Initial value for the credit counter; responsible for fulfilling
5062 of the Input Stage XX protection buffer by the XX protection pending
5063 messages. Max credit available - 3.Write writes the initial credit value;
5064 read returns the current value of the credit counter. Must be initialized
5065 to 2 at start-up. */
5066#define XCM_REG_XX_INIT_CRD 0x20424
5067/* [RW 6] The maximum number of pending messages; which may be stored in XX
5068 protection. ~xcm_registers_xx_free.xx_free read on read. */
5069#define XCM_REG_XX_MSG_NUM 0x20428
5070/* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */
5071#define XCM_REG_XX_OVFL_EVNT_ID 0x20058
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005072#define XMAC_CLEAR_RX_LSS_STATUS_REG_CLEAR_LOCAL_FAULT_STATUS (0x1<<0)
5073#define XMAC_CLEAR_RX_LSS_STATUS_REG_CLEAR_REMOTE_FAULT_STATUS (0x1<<1)
5074#define XMAC_CTRL_REG_CORE_LOCAL_LPBK (0x1<<3)
5075#define XMAC_CTRL_REG_RX_EN (0x1<<1)
5076#define XMAC_CTRL_REG_SOFT_RESET (0x1<<6)
5077#define XMAC_CTRL_REG_TX_EN (0x1<<0)
5078#define XMAC_PAUSE_CTRL_REG_RX_PAUSE_EN (0x1<<18)
5079#define XMAC_PAUSE_CTRL_REG_TX_PAUSE_EN (0x1<<17)
5080#define XMAC_PFC_CTRL_HI_REG_PFC_REFRESH_EN (0x1<<0)
5081#define XMAC_PFC_CTRL_HI_REG_PFC_STATS_EN (0x1<<3)
5082#define XMAC_PFC_CTRL_HI_REG_RX_PFC_EN (0x1<<4)
5083#define XMAC_PFC_CTRL_HI_REG_TX_PFC_EN (0x1<<5)
5084#define XMAC_REG_CLEAR_RX_LSS_STATUS 0x60
5085#define XMAC_REG_CTRL 0
5086#define XMAC_REG_PAUSE_CTRL 0x68
5087#define XMAC_REG_PFC_CTRL 0x70
5088#define XMAC_REG_PFC_CTRL_HI 0x74
5089#define XMAC_REG_RX_LSS_STATUS 0x58
5090/* [RW 14] Maximum packet size in receive direction; exclusive of preamble &
5091 * CRC in strip mode */
5092#define XMAC_REG_RX_MAX_SIZE 0x40
5093#define XMAC_REG_TX_CTRL 0x20
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005094/* [RW 16] Indirect access to the XX table of the XX protection mechanism.
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005095 The fields are:[4:0] - tail pointer; 9:5] - Link List size; 14:10] -
5096 header pointer. */
5097#define XCM_REG_XX_TABLE 0x20500
5098/* [RW 8] The event id for aggregated interrupt 0 */
5099#define XSDM_REG_AGG_INT_EVENT_0 0x166038
5100#define XSDM_REG_AGG_INT_EVENT_1 0x16603c
5101#define XSDM_REG_AGG_INT_EVENT_10 0x166060
5102#define XSDM_REG_AGG_INT_EVENT_11 0x166064
5103#define XSDM_REG_AGG_INT_EVENT_12 0x166068
5104#define XSDM_REG_AGG_INT_EVENT_13 0x16606c
5105#define XSDM_REG_AGG_INT_EVENT_14 0x166070
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005106#define XSDM_REG_AGG_INT_EVENT_2 0x166040
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005107#define XSDM_REG_AGG_INT_EVENT_3 0x166044
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005108#define XSDM_REG_AGG_INT_EVENT_4 0x166048
5109#define XSDM_REG_AGG_INT_EVENT_5 0x16604c
5110#define XSDM_REG_AGG_INT_EVENT_6 0x166050
5111#define XSDM_REG_AGG_INT_EVENT_7 0x166054
5112#define XSDM_REG_AGG_INT_EVENT_8 0x166058
5113#define XSDM_REG_AGG_INT_EVENT_9 0x16605c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005114/* [RW 1] For each aggregated interrupt index whether the mode is normal (0)
5115 or auto-mask-mode (1) */
5116#define XSDM_REG_AGG_INT_MODE_0 0x1661b8
5117#define XSDM_REG_AGG_INT_MODE_1 0x1661bc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005118/* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */
5119#define XSDM_REG_CFC_RSP_START_ADDR 0x166008
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005120/* [RW 16] The maximum value of the completion counter #0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005121#define XSDM_REG_CMP_COUNTER_MAX0 0x16601c
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005122/* [RW 16] The maximum value of the completion counter #1 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005123#define XSDM_REG_CMP_COUNTER_MAX1 0x166020
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005124/* [RW 16] The maximum value of the completion counter #2 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005125#define XSDM_REG_CMP_COUNTER_MAX2 0x166024
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005126/* [RW 16] The maximum value of the completion counter #3 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005127#define XSDM_REG_CMP_COUNTER_MAX3 0x166028
5128/* [RW 13] The start address in the internal RAM for the completion
5129 counters. */
5130#define XSDM_REG_CMP_COUNTER_START_ADDR 0x16600c
5131#define XSDM_REG_ENABLE_IN1 0x166238
5132#define XSDM_REG_ENABLE_IN2 0x16623c
5133#define XSDM_REG_ENABLE_OUT1 0x166240
5134#define XSDM_REG_ENABLE_OUT2 0x166244
5135/* [RW 4] The initial number of messages that can be sent to the pxp control
5136 interface without receiving any ACK. */
5137#define XSDM_REG_INIT_CREDIT_PXP_CTRL 0x1664bc
5138/* [ST 32] The number of ACK after placement messages received */
5139#define XSDM_REG_NUM_OF_ACK_AFTER_PLACE 0x16627c
5140/* [ST 32] The number of packet end messages received from the parser */
5141#define XSDM_REG_NUM_OF_PKT_END_MSG 0x166274
5142/* [ST 32] The number of requests received from the pxp async if */
5143#define XSDM_REG_NUM_OF_PXP_ASYNC_REQ 0x166278
5144/* [ST 32] The number of commands received in queue 0 */
5145#define XSDM_REG_NUM_OF_Q0_CMD 0x166248
5146/* [ST 32] The number of commands received in queue 10 */
5147#define XSDM_REG_NUM_OF_Q10_CMD 0x16626c
5148/* [ST 32] The number of commands received in queue 11 */
5149#define XSDM_REG_NUM_OF_Q11_CMD 0x166270
5150/* [ST 32] The number of commands received in queue 1 */
5151#define XSDM_REG_NUM_OF_Q1_CMD 0x16624c
5152/* [ST 32] The number of commands received in queue 3 */
5153#define XSDM_REG_NUM_OF_Q3_CMD 0x166250
5154/* [ST 32] The number of commands received in queue 4 */
5155#define XSDM_REG_NUM_OF_Q4_CMD 0x166254
5156/* [ST 32] The number of commands received in queue 5 */
5157#define XSDM_REG_NUM_OF_Q5_CMD 0x166258
5158/* [ST 32] The number of commands received in queue 6 */
5159#define XSDM_REG_NUM_OF_Q6_CMD 0x16625c
5160/* [ST 32] The number of commands received in queue 7 */
5161#define XSDM_REG_NUM_OF_Q7_CMD 0x166260
5162/* [ST 32] The number of commands received in queue 8 */
5163#define XSDM_REG_NUM_OF_Q8_CMD 0x166264
5164/* [ST 32] The number of commands received in queue 9 */
5165#define XSDM_REG_NUM_OF_Q9_CMD 0x166268
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005166/* [RW 13] The start address in the internal RAM for queue counters */
5167#define XSDM_REG_Q_COUNTER_START_ADDR 0x166010
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03005168/* [W 17] Generate an operation after completion; bit-16 is
5169 * AggVectIdx_valid; bits 15:8 are AggVectIdx; bits 7:5 are the TRIG and
5170 * bits 4:0 are the T124Param[4:0] */
5171#define XSDM_REG_OPERATION_GEN 0x1664c4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005172/* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */
5173#define XSDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0x166548
5174/* [R 1] parser fifo empty in sdm_sync block */
5175#define XSDM_REG_SYNC_PARSER_EMPTY 0x166550
5176/* [R 1] parser serial fifo empty in sdm_sync block */
5177#define XSDM_REG_SYNC_SYNC_EMPTY 0x166558
5178/* [RW 32] Tick for timer counter. Applicable only when
5179 ~xsdm_registers_timer_tick_enable.timer_tick_enable =1 */
5180#define XSDM_REG_TIMER_TICK 0x166000
5181/* [RW 32] Interrupt mask register #0 read/write */
5182#define XSDM_REG_XSDM_INT_MASK_0 0x16629c
5183#define XSDM_REG_XSDM_INT_MASK_1 0x1662ac
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005184/* [R 32] Interrupt register #0 read */
5185#define XSDM_REG_XSDM_INT_STS_0 0x166290
5186#define XSDM_REG_XSDM_INT_STS_1 0x1662a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005187/* [RW 11] Parity mask register #0 read/write */
5188#define XSDM_REG_XSDM_PRTY_MASK 0x1662bc
Eliezer Tamirf1410642008-02-28 11:51:50 -08005189/* [R 11] Parity register #0 read */
5190#define XSDM_REG_XSDM_PRTY_STS 0x1662b0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00005191/* [RC 11] Parity register #0 read clear */
5192#define XSDM_REG_XSDM_PRTY_STS_CLR 0x1662b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005193/* [RW 5] The number of time_slots in the arbitration cycle */
5194#define XSEM_REG_ARB_CYCLE_SIZE 0x280034
5195/* [RW 3] The source that is associated with arbitration element 0. Source
5196 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5197 sleeping thread with priority 1; 4- sleeping thread with priority 2 */
5198#define XSEM_REG_ARB_ELEMENT0 0x280020
5199/* [RW 3] The source that is associated with arbitration element 1. Source
5200 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5201 sleeping thread with priority 1; 4- sleeping thread with priority 2.
5202 Could not be equal to register ~xsem_registers_arb_element0.arb_element0 */
5203#define XSEM_REG_ARB_ELEMENT1 0x280024
5204/* [RW 3] The source that is associated with arbitration element 2. Source
5205 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5206 sleeping thread with priority 1; 4- sleeping thread with priority 2.
5207 Could not be equal to register ~xsem_registers_arb_element0.arb_element0
5208 and ~xsem_registers_arb_element1.arb_element1 */
5209#define XSEM_REG_ARB_ELEMENT2 0x280028
5210/* [RW 3] The source that is associated with arbitration element 3. Source
5211 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5212 sleeping thread with priority 1; 4- sleeping thread with priority 2.Could
5213 not be equal to register ~xsem_registers_arb_element0.arb_element0 and
5214 ~xsem_registers_arb_element1.arb_element1 and
5215 ~xsem_registers_arb_element2.arb_element2 */
5216#define XSEM_REG_ARB_ELEMENT3 0x28002c
5217/* [RW 3] The source that is associated with arbitration element 4. Source
5218 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5219 sleeping thread with priority 1; 4- sleeping thread with priority 2.
5220 Could not be equal to register ~xsem_registers_arb_element0.arb_element0
5221 and ~xsem_registers_arb_element1.arb_element1 and
5222 ~xsem_registers_arb_element2.arb_element2 and
5223 ~xsem_registers_arb_element3.arb_element3 */
5224#define XSEM_REG_ARB_ELEMENT4 0x280030
5225#define XSEM_REG_ENABLE_IN 0x2800a4
5226#define XSEM_REG_ENABLE_OUT 0x2800a8
5227/* [RW 32] This address space contains all registers and memories that are
5228 placed in SEM_FAST block. The SEM_FAST registers are described in
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005229 appendix B. In order to access the sem_fast registers the base address
5230 ~fast_memory.fast_memory should be added to eachsem_fast register offset. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005231#define XSEM_REG_FAST_MEMORY 0x2a0000
5232/* [RW 1] Disables input messages from FIC0 May be updated during run_time
5233 by the microcode */
5234#define XSEM_REG_FIC0_DISABLE 0x280224
5235/* [RW 1] Disables input messages from FIC1 May be updated during run_time
5236 by the microcode */
5237#define XSEM_REG_FIC1_DISABLE 0x280234
5238/* [RW 15] Interrupt table Read and write access to it is not possible in
5239 the middle of the work */
5240#define XSEM_REG_INT_TABLE 0x280400
5241/* [ST 24] Statistics register. The number of messages that entered through
5242 FIC0 */
5243#define XSEM_REG_MSG_NUM_FIC0 0x280000
5244/* [ST 24] Statistics register. The number of messages that entered through
5245 FIC1 */
5246#define XSEM_REG_MSG_NUM_FIC1 0x280004
5247/* [ST 24] Statistics register. The number of messages that were sent to
5248 FOC0 */
5249#define XSEM_REG_MSG_NUM_FOC0 0x280008
5250/* [ST 24] Statistics register. The number of messages that were sent to
5251 FOC1 */
5252#define XSEM_REG_MSG_NUM_FOC1 0x28000c
5253/* [ST 24] Statistics register. The number of messages that were sent to
5254 FOC2 */
5255#define XSEM_REG_MSG_NUM_FOC2 0x280010
5256/* [ST 24] Statistics register. The number of messages that were sent to
5257 FOC3 */
5258#define XSEM_REG_MSG_NUM_FOC3 0x280014
5259/* [RW 1] Disables input messages from the passive buffer May be updated
5260 during run_time by the microcode */
5261#define XSEM_REG_PAS_DISABLE 0x28024c
5262/* [WB 128] Debug only. Passive buffer memory */
5263#define XSEM_REG_PASSIVE_BUFFER 0x282000
5264/* [WB 46] pram memory. B45 is parity; b[44:0] - data. */
5265#define XSEM_REG_PRAM 0x2c0000
5266/* [R 16] Valid sleeping threads indication have bit per thread */
5267#define XSEM_REG_SLEEP_THREADS_VALID 0x28026c
5268/* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */
5269#define XSEM_REG_SLOW_EXT_STORE_EMPTY 0x2802a0
5270/* [RW 16] List of free threads . There is a bit per thread. */
5271#define XSEM_REG_THREADS_LIST 0x2802e4
5272/* [RW 3] The arbitration scheme of time_slot 0 */
5273#define XSEM_REG_TS_0_AS 0x280038
5274/* [RW 3] The arbitration scheme of time_slot 10 */
5275#define XSEM_REG_TS_10_AS 0x280060
5276/* [RW 3] The arbitration scheme of time_slot 11 */
5277#define XSEM_REG_TS_11_AS 0x280064
5278/* [RW 3] The arbitration scheme of time_slot 12 */
5279#define XSEM_REG_TS_12_AS 0x280068
5280/* [RW 3] The arbitration scheme of time_slot 13 */
5281#define XSEM_REG_TS_13_AS 0x28006c
5282/* [RW 3] The arbitration scheme of time_slot 14 */
5283#define XSEM_REG_TS_14_AS 0x280070
5284/* [RW 3] The arbitration scheme of time_slot 15 */
5285#define XSEM_REG_TS_15_AS 0x280074
5286/* [RW 3] The arbitration scheme of time_slot 16 */
5287#define XSEM_REG_TS_16_AS 0x280078
5288/* [RW 3] The arbitration scheme of time_slot 17 */
5289#define XSEM_REG_TS_17_AS 0x28007c
5290/* [RW 3] The arbitration scheme of time_slot 18 */
5291#define XSEM_REG_TS_18_AS 0x280080
5292/* [RW 3] The arbitration scheme of time_slot 1 */
5293#define XSEM_REG_TS_1_AS 0x28003c
5294/* [RW 3] The arbitration scheme of time_slot 2 */
5295#define XSEM_REG_TS_2_AS 0x280040
5296/* [RW 3] The arbitration scheme of time_slot 3 */
5297#define XSEM_REG_TS_3_AS 0x280044
5298/* [RW 3] The arbitration scheme of time_slot 4 */
5299#define XSEM_REG_TS_4_AS 0x280048
5300/* [RW 3] The arbitration scheme of time_slot 5 */
5301#define XSEM_REG_TS_5_AS 0x28004c
5302/* [RW 3] The arbitration scheme of time_slot 6 */
5303#define XSEM_REG_TS_6_AS 0x280050
5304/* [RW 3] The arbitration scheme of time_slot 7 */
5305#define XSEM_REG_TS_7_AS 0x280054
5306/* [RW 3] The arbitration scheme of time_slot 8 */
5307#define XSEM_REG_TS_8_AS 0x280058
5308/* [RW 3] The arbitration scheme of time_slot 9 */
5309#define XSEM_REG_TS_9_AS 0x28005c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00005310/* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64
5311 * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */
5312#define XSEM_REG_VFPF_ERR_NUM 0x280380
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005313/* [RW 32] Interrupt mask register #0 read/write */
5314#define XSEM_REG_XSEM_INT_MASK_0 0x280110
5315#define XSEM_REG_XSEM_INT_MASK_1 0x280120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005316/* [R 32] Interrupt register #0 read */
5317#define XSEM_REG_XSEM_INT_STS_0 0x280104
5318#define XSEM_REG_XSEM_INT_STS_1 0x280114
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005319/* [RW 32] Parity mask register #0 read/write */
5320#define XSEM_REG_XSEM_PRTY_MASK_0 0x280130
5321#define XSEM_REG_XSEM_PRTY_MASK_1 0x280140
Eliezer Tamirf1410642008-02-28 11:51:50 -08005322/* [R 32] Parity register #0 read */
5323#define XSEM_REG_XSEM_PRTY_STS_0 0x280124
5324#define XSEM_REG_XSEM_PRTY_STS_1 0x280134
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00005325/* [RC 32] Parity register #0 read clear */
5326#define XSEM_REG_XSEM_PRTY_STS_CLR_0 0x280128
5327#define XSEM_REG_XSEM_PRTY_STS_CLR_1 0x280138
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005328#define MCPR_NVM_ACCESS_ENABLE_EN (1L<<0)
5329#define MCPR_NVM_ACCESS_ENABLE_WR_EN (1L<<1)
5330#define MCPR_NVM_ADDR_NVM_ADDR_VALUE (0xffffffL<<0)
5331#define MCPR_NVM_CFG4_FLASH_SIZE (0x7L<<0)
5332#define MCPR_NVM_COMMAND_DOIT (1L<<4)
5333#define MCPR_NVM_COMMAND_DONE (1L<<3)
5334#define MCPR_NVM_COMMAND_FIRST (1L<<7)
5335#define MCPR_NVM_COMMAND_LAST (1L<<8)
5336#define MCPR_NVM_COMMAND_WR (1L<<5)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005337#define MCPR_NVM_SW_ARB_ARB_ARB1 (1L<<9)
5338#define MCPR_NVM_SW_ARB_ARB_REQ_CLR1 (1L<<5)
5339#define MCPR_NVM_SW_ARB_ARB_REQ_SET1 (1L<<1)
5340#define BIGMAC_REGISTER_BMAC_CONTROL (0x00<<3)
5341#define BIGMAC_REGISTER_BMAC_XGXS_CONTROL (0x01<<3)
5342#define BIGMAC_REGISTER_CNT_MAX_SIZE (0x05<<3)
5343#define BIGMAC_REGISTER_RX_CONTROL (0x21<<3)
5344#define BIGMAC_REGISTER_RX_LLFC_MSG_FLDS (0x46<<3)
5345#define BIGMAC_REGISTER_RX_MAX_SIZE (0x23<<3)
5346#define BIGMAC_REGISTER_RX_STAT_GR64 (0x26<<3)
5347#define BIGMAC_REGISTER_RX_STAT_GRIPJ (0x42<<3)
5348#define BIGMAC_REGISTER_TX_CONTROL (0x07<<3)
5349#define BIGMAC_REGISTER_TX_MAX_SIZE (0x09<<3)
5350#define BIGMAC_REGISTER_TX_PAUSE_THRESHOLD (0x0A<<3)
5351#define BIGMAC_REGISTER_TX_SOURCE_ADDR (0x08<<3)
5352#define BIGMAC_REGISTER_TX_STAT_GTBYT (0x20<<3)
5353#define BIGMAC_REGISTER_TX_STAT_GTPKT (0x0C<<3)
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00005354#define BIGMAC2_REGISTER_BMAC_CONTROL (0x00<<3)
5355#define BIGMAC2_REGISTER_BMAC_XGXS_CONTROL (0x01<<3)
5356#define BIGMAC2_REGISTER_CNT_MAX_SIZE (0x05<<3)
5357#define BIGMAC2_REGISTER_PFC_CONTROL (0x06<<3)
5358#define BIGMAC2_REGISTER_RX_CONTROL (0x3A<<3)
5359#define BIGMAC2_REGISTER_RX_LLFC_MSG_FLDS (0x62<<3)
5360#define BIGMAC2_REGISTER_RX_MAX_SIZE (0x3C<<3)
5361#define BIGMAC2_REGISTER_RX_STAT_GR64 (0x40<<3)
5362#define BIGMAC2_REGISTER_RX_STAT_GRIPJ (0x5f<<3)
5363#define BIGMAC2_REGISTER_RX_STAT_GRPP (0x51<<3)
5364#define BIGMAC2_REGISTER_TX_CONTROL (0x1C<<3)
5365#define BIGMAC2_REGISTER_TX_MAX_SIZE (0x1E<<3)
5366#define BIGMAC2_REGISTER_TX_PAUSE_CONTROL (0x20<<3)
5367#define BIGMAC2_REGISTER_TX_SOURCE_ADDR (0x1D<<3)
5368#define BIGMAC2_REGISTER_TX_STAT_GTBYT (0x39<<3)
5369#define BIGMAC2_REGISTER_TX_STAT_GTPOK (0x22<<3)
5370#define BIGMAC2_REGISTER_TX_STAT_GTPP (0x24<<3)
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005371#define EMAC_LED_1000MB_OVERRIDE (1L<<1)
5372#define EMAC_LED_100MB_OVERRIDE (1L<<2)
5373#define EMAC_LED_10MB_OVERRIDE (1L<<3)
5374#define EMAC_LED_2500MB_OVERRIDE (1L<<12)
5375#define EMAC_LED_OVERRIDE (1L<<0)
5376#define EMAC_LED_TRAFFIC (1L<<6)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005377#define EMAC_MDIO_COMM_COMMAND_ADDRESS (0L<<26)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005378#define EMAC_MDIO_COMM_COMMAND_READ_45 (3L<<26)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005379#define EMAC_MDIO_COMM_COMMAND_WRITE_45 (1L<<26)
5380#define EMAC_MDIO_COMM_DATA (0xffffL<<0)
5381#define EMAC_MDIO_COMM_START_BUSY (1L<<29)
5382#define EMAC_MDIO_MODE_AUTO_POLL (1L<<4)
5383#define EMAC_MDIO_MODE_CLAUSE_45 (1L<<31)
Eliezer Tamirf1410642008-02-28 11:51:50 -08005384#define EMAC_MDIO_MODE_CLOCK_CNT (0x3fL<<16)
5385#define EMAC_MDIO_MODE_CLOCK_CNT_BITSHIFT 16
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005386#define EMAC_MODE_25G_MODE (1L<<5)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005387#define EMAC_MODE_HALF_DUPLEX (1L<<1)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005388#define EMAC_MODE_PORT_GMII (2L<<2)
5389#define EMAC_MODE_PORT_MII (1L<<2)
5390#define EMAC_MODE_PORT_MII_10M (3L<<2)
5391#define EMAC_MODE_RESET (1L<<0)
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005392#define EMAC_REG_EMAC_LED 0xc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005393#define EMAC_REG_EMAC_MAC_MATCH 0x10
5394#define EMAC_REG_EMAC_MDIO_COMM 0xac
5395#define EMAC_REG_EMAC_MDIO_MODE 0xb4
5396#define EMAC_REG_EMAC_MODE 0x0
5397#define EMAC_REG_EMAC_RX_MODE 0xc8
5398#define EMAC_REG_EMAC_RX_MTU_SIZE 0x9c
5399#define EMAC_REG_EMAC_RX_STAT_AC 0x180
5400#define EMAC_REG_EMAC_RX_STAT_AC_28 0x1f4
5401#define EMAC_REG_EMAC_RX_STAT_AC_COUNT 23
5402#define EMAC_REG_EMAC_TX_MODE 0xbc
5403#define EMAC_REG_EMAC_TX_STAT_AC 0x280
5404#define EMAC_REG_EMAC_TX_STAT_AC_COUNT 22
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00005405#define EMAC_REG_RX_PFC_MODE 0x320
5406#define EMAC_REG_RX_PFC_MODE_PRIORITIES (1L<<2)
5407#define EMAC_REG_RX_PFC_MODE_RX_EN (1L<<1)
5408#define EMAC_REG_RX_PFC_MODE_TX_EN (1L<<0)
5409#define EMAC_REG_RX_PFC_PARAM 0x324
5410#define EMAC_REG_RX_PFC_PARAM_OPCODE_BITSHIFT 0
5411#define EMAC_REG_RX_PFC_PARAM_PRIORITY_EN_BITSHIFT 16
5412#define EMAC_REG_RX_PFC_STATS_XOFF_RCVD 0x328
5413#define EMAC_REG_RX_PFC_STATS_XOFF_RCVD_COUNT (0xffff<<0)
5414#define EMAC_REG_RX_PFC_STATS_XOFF_SENT 0x330
5415#define EMAC_REG_RX_PFC_STATS_XOFF_SENT_COUNT (0xffff<<0)
5416#define EMAC_REG_RX_PFC_STATS_XON_RCVD 0x32c
5417#define EMAC_REG_RX_PFC_STATS_XON_RCVD_COUNT (0xffff<<0)
5418#define EMAC_REG_RX_PFC_STATS_XON_SENT 0x334
5419#define EMAC_REG_RX_PFC_STATS_XON_SENT_COUNT (0xffff<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005420#define EMAC_RX_MODE_FLOW_EN (1L<<2)
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00005421#define EMAC_RX_MODE_KEEP_MAC_CONTROL (1L<<3)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005422#define EMAC_RX_MODE_KEEP_VLAN_TAG (1L<<10)
5423#define EMAC_RX_MODE_PROMISCUOUS (1L<<8)
Eilon Greenstein811a2f22009-02-12 08:37:04 +00005424#define EMAC_RX_MODE_RESET (1L<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005425#define EMAC_RX_MTU_SIZE_JUMBO_ENA (1L<<31)
5426#define EMAC_TX_MODE_EXT_PAUSE_EN (1L<<3)
Yaniv Rosner8c99e7b2008-08-13 15:56:17 -07005427#define EMAC_TX_MODE_FLOW_EN (1L<<4)
Eilon Greenstein811a2f22009-02-12 08:37:04 +00005428#define EMAC_TX_MODE_RESET (1L<<0)
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005429#define MISC_REGISTERS_GPIO_0 0
Eliezer Tamirf1410642008-02-28 11:51:50 -08005430#define MISC_REGISTERS_GPIO_1 1
5431#define MISC_REGISTERS_GPIO_2 2
5432#define MISC_REGISTERS_GPIO_3 3
5433#define MISC_REGISTERS_GPIO_CLR_POS 16
5434#define MISC_REGISTERS_GPIO_FLOAT (0xffL<<24)
5435#define MISC_REGISTERS_GPIO_FLOAT_POS 24
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005436#define MISC_REGISTERS_GPIO_HIGH 1
Eliezer Tamirf1410642008-02-28 11:51:50 -08005437#define MISC_REGISTERS_GPIO_INPUT_HI_Z 2
Eilon Greenstein4acac6a2009-02-12 08:36:52 +00005438#define MISC_REGISTERS_GPIO_INT_CLR_POS 24
5439#define MISC_REGISTERS_GPIO_INT_OUTPUT_CLR 0
5440#define MISC_REGISTERS_GPIO_INT_OUTPUT_SET 1
5441#define MISC_REGISTERS_GPIO_INT_SET_POS 16
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005442#define MISC_REGISTERS_GPIO_LOW 0
Eliezer Tamirf1410642008-02-28 11:51:50 -08005443#define MISC_REGISTERS_GPIO_OUTPUT_HIGH 1
5444#define MISC_REGISTERS_GPIO_OUTPUT_LOW 0
5445#define MISC_REGISTERS_GPIO_PORT_SHIFT 4
5446#define MISC_REGISTERS_GPIO_SET_POS 8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005447#define MISC_REGISTERS_RESET_REG_1_CLEAR 0x588
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00005448#define MISC_REGISTERS_RESET_REG_1_RST_HC (0x1<<29)
Vladislav Zolotarovda5a6622008-08-13 15:50:00 -07005449#define MISC_REGISTERS_RESET_REG_1_RST_NIG (0x1<<7)
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00005450#define MISC_REGISTERS_RESET_REG_1_RST_PXP (0x1<<26)
5451#define MISC_REGISTERS_RESET_REG_1_RST_PXPV (0x1<<27)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005452#define MISC_REGISTERS_RESET_REG_1_SET 0x584
5453#define MISC_REGISTERS_RESET_REG_2_CLEAR 0x598
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03005454#define MISC_REGISTERS_RESET_REG_2_MSTAT0 (0x1<<24)
5455#define MISC_REGISTERS_RESET_REG_2_MSTAT1 (0x1<<25)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005456#define MISC_REGISTERS_RESET_REG_2_RST_BMAC0 (0x1<<0)
5457#define MISC_REGISTERS_RESET_REG_2_RST_EMAC0_HARD_CORE (0x1<<14)
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00005458#define MISC_REGISTERS_RESET_REG_2_RST_EMAC1_HARD_CORE (0x1<<15)
5459#define MISC_REGISTERS_RESET_REG_2_RST_GRC (0x1<<4)
5460#define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_HARD_CORE_RST_B (0x1<<6)
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00005461#define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_RESET_CMN_CORE (0x1<<8)
5462#define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_RESET_CMN_CPU (0x1<<7)
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00005463#define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_RESET_REG_HARD_CORE (0x1<<5)
5464#define MISC_REGISTERS_RESET_REG_2_RST_MDIO (0x1<<13)
5465#define MISC_REGISTERS_RESET_REG_2_RST_MISC_CORE (0x1<<11)
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00005466#define MISC_REGISTERS_RESET_REG_2_RST_PCI_MDIO (0x1<<13)
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00005467#define MISC_REGISTERS_RESET_REG_2_RST_RBCN (0x1<<9)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005468#define MISC_REGISTERS_RESET_REG_2_SET 0x594
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005469#define MISC_REGISTERS_RESET_REG_2_UMAC0 (0x1<<20)
5470#define MISC_REGISTERS_RESET_REG_2_XMAC (0x1<<22)
5471#define MISC_REGISTERS_RESET_REG_2_XMAC_SOFT (0x1<<23)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005472#define MISC_REGISTERS_RESET_REG_3_CLEAR 0x5a8
5473#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_IDDQ (0x1<<1)
5474#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_PWRDWN (0x1<<2)
5475#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_PWRDWN_SD (0x1<<3)
5476#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_RSTB_HW (0x1<<0)
5477#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_IDDQ (0x1<<5)
5478#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_PWRDWN (0x1<<6)
5479#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_PWRDWN_SD (0x1<<7)
5480#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_RSTB_HW (0x1<<4)
5481#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_TXD_FIFO_RSTB (0x1<<8)
5482#define MISC_REGISTERS_RESET_REG_3_SET 0x5a4
Eliezer Tamirf1410642008-02-28 11:51:50 -08005483#define MISC_REGISTERS_SPIO_4 4
5484#define MISC_REGISTERS_SPIO_5 5
5485#define MISC_REGISTERS_SPIO_7 7
5486#define MISC_REGISTERS_SPIO_CLR_POS 16
5487#define MISC_REGISTERS_SPIO_FLOAT (0xffL<<24)
Eliezer Tamirf1410642008-02-28 11:51:50 -08005488#define MISC_REGISTERS_SPIO_FLOAT_POS 24
5489#define MISC_REGISTERS_SPIO_INPUT_HI_Z 2
5490#define MISC_REGISTERS_SPIO_INT_OLD_SET_POS 16
5491#define MISC_REGISTERS_SPIO_OUTPUT_HIGH 1
5492#define MISC_REGISTERS_SPIO_OUTPUT_LOW 0
5493#define MISC_REGISTERS_SPIO_SET_POS 8
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03005494#define HW_LOCK_DRV_FLAGS 10
Eliezer Tamirf1410642008-02-28 11:51:50 -08005495#define HW_LOCK_MAX_RESOURCE_VALUE 31
Eliezer Tamirf1410642008-02-28 11:51:50 -08005496#define HW_LOCK_RESOURCE_GPIO 1
Eilon Greenstein46c6a672009-02-12 08:36:58 +00005497#define HW_LOCK_RESOURCE_MDIO 0
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00005498#define HW_LOCK_RESOURCE_PORT0_ATT_MASK 3
5499#define HW_LOCK_RESOURCE_RECOVERY_LEADER_0 8
5500#define HW_LOCK_RESOURCE_RECOVERY_LEADER_1 9
Eliezer Tamirf1410642008-02-28 11:51:50 -08005501#define HW_LOCK_RESOURCE_SPIO 2
Vladislav Zolotarovda5a6622008-08-13 15:50:00 -07005502#define HW_LOCK_RESOURCE_UNDI 5
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00005503#define AEU_INPUTS_ATTN_BITS_ATC_HW_INTERRUPT (0x1<<4)
5504#define AEU_INPUTS_ATTN_BITS_ATC_PARITY_ERROR (0x1<<5)
5505#define AEU_INPUTS_ATTN_BITS_BRB_PARITY_ERROR (0x1<<18)
5506#define AEU_INPUTS_ATTN_BITS_CCM_HW_INTERRUPT (0x1<<31)
5507#define AEU_INPUTS_ATTN_BITS_CCM_PARITY_ERROR (0x1<<30)
5508#define AEU_INPUTS_ATTN_BITS_CDU_HW_INTERRUPT (0x1<<9)
5509#define AEU_INPUTS_ATTN_BITS_CDU_PARITY_ERROR (0x1<<8)
5510#define AEU_INPUTS_ATTN_BITS_CFC_HW_INTERRUPT (0x1<<7)
5511#define AEU_INPUTS_ATTN_BITS_CFC_PARITY_ERROR (0x1<<6)
5512#define AEU_INPUTS_ATTN_BITS_CSDM_HW_INTERRUPT (0x1<<29)
5513#define AEU_INPUTS_ATTN_BITS_CSDM_PARITY_ERROR (0x1<<28)
5514#define AEU_INPUTS_ATTN_BITS_CSEMI_HW_INTERRUPT (0x1<<1)
5515#define AEU_INPUTS_ATTN_BITS_CSEMI_PARITY_ERROR (0x1<<0)
5516#define AEU_INPUTS_ATTN_BITS_DEBUG_PARITY_ERROR (0x1<<18)
5517#define AEU_INPUTS_ATTN_BITS_DMAE_HW_INTERRUPT (0x1<<11)
5518#define AEU_INPUTS_ATTN_BITS_DMAE_PARITY_ERROR (0x1<<10)
5519#define AEU_INPUTS_ATTN_BITS_DOORBELLQ_HW_INTERRUPT (0x1<<13)
5520#define AEU_INPUTS_ATTN_BITS_DOORBELLQ_PARITY_ERROR (0x1<<12)
5521#define AEU_INPUTS_ATTN_BITS_GPIO0_FUNCTION_0 (0x1<<2)
5522#define AEU_INPUTS_ATTN_BITS_IGU_PARITY_ERROR (0x1<<12)
5523#define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_ROM_PARITY (0x1<<28)
5524#define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_SCPAD_PARITY (0x1<<31)
5525#define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_UMP_RX_PARITY (0x1<<29)
5526#define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_UMP_TX_PARITY (0x1<<30)
5527#define AEU_INPUTS_ATTN_BITS_MISC_HW_INTERRUPT (0x1<<15)
5528#define AEU_INPUTS_ATTN_BITS_MISC_PARITY_ERROR (0x1<<14)
5529#define AEU_INPUTS_ATTN_BITS_NIG_PARITY_ERROR (0x1<<14)
5530#define AEU_INPUTS_ATTN_BITS_PARSER_PARITY_ERROR (0x1<<20)
5531#define AEU_INPUTS_ATTN_BITS_PBCLIENT_HW_INTERRUPT (0x1<<31)
5532#define AEU_INPUTS_ATTN_BITS_PBCLIENT_PARITY_ERROR (0x1<<30)
5533#define AEU_INPUTS_ATTN_BITS_PBF_PARITY_ERROR (0x1<<0)
5534#define AEU_INPUTS_ATTN_BITS_PGLUE_HW_INTERRUPT (0x1<<2)
5535#define AEU_INPUTS_ATTN_BITS_PGLUE_PARITY_ERROR (0x1<<3)
5536#define AEU_INPUTS_ATTN_BITS_PXPPCICLOCKCLIENT_HW_INTERRUPT (0x1<<5)
5537#define AEU_INPUTS_ATTN_BITS_PXPPCICLOCKCLIENT_PARITY_ERROR (0x1<<4)
5538#define AEU_INPUTS_ATTN_BITS_PXP_HW_INTERRUPT (0x1<<3)
5539#define AEU_INPUTS_ATTN_BITS_PXP_PARITY_ERROR (0x1<<2)
5540#define AEU_INPUTS_ATTN_BITS_QM_HW_INTERRUPT (0x1<<3)
5541#define AEU_INPUTS_ATTN_BITS_QM_PARITY_ERROR (0x1<<2)
5542#define AEU_INPUTS_ATTN_BITS_SEARCHER_PARITY_ERROR (0x1<<22)
5543#define AEU_INPUTS_ATTN_BITS_SPIO5 (0x1<<15)
5544#define AEU_INPUTS_ATTN_BITS_TCM_HW_INTERRUPT (0x1<<27)
5545#define AEU_INPUTS_ATTN_BITS_TCM_PARITY_ERROR (0x1<<26)
5546#define AEU_INPUTS_ATTN_BITS_TIMERS_HW_INTERRUPT (0x1<<5)
5547#define AEU_INPUTS_ATTN_BITS_TIMERS_PARITY_ERROR (0x1<<4)
5548#define AEU_INPUTS_ATTN_BITS_TSDM_HW_INTERRUPT (0x1<<25)
5549#define AEU_INPUTS_ATTN_BITS_TSDM_PARITY_ERROR (0x1<<24)
5550#define AEU_INPUTS_ATTN_BITS_TSEMI_HW_INTERRUPT (0x1<<29)
5551#define AEU_INPUTS_ATTN_BITS_TSEMI_PARITY_ERROR (0x1<<28)
5552#define AEU_INPUTS_ATTN_BITS_UCM_HW_INTERRUPT (0x1<<23)
5553#define AEU_INPUTS_ATTN_BITS_UCM_PARITY_ERROR (0x1<<22)
5554#define AEU_INPUTS_ATTN_BITS_UPB_HW_INTERRUPT (0x1<<27)
5555#define AEU_INPUTS_ATTN_BITS_UPB_PARITY_ERROR (0x1<<26)
5556#define AEU_INPUTS_ATTN_BITS_USDM_HW_INTERRUPT (0x1<<21)
5557#define AEU_INPUTS_ATTN_BITS_USDM_PARITY_ERROR (0x1<<20)
5558#define AEU_INPUTS_ATTN_BITS_USEMI_HW_INTERRUPT (0x1<<25)
5559#define AEU_INPUTS_ATTN_BITS_USEMI_PARITY_ERROR (0x1<<24)
5560#define AEU_INPUTS_ATTN_BITS_VAUX_PCI_CORE_PARITY_ERROR (0x1<<16)
5561#define AEU_INPUTS_ATTN_BITS_XCM_HW_INTERRUPT (0x1<<9)
5562#define AEU_INPUTS_ATTN_BITS_XCM_PARITY_ERROR (0x1<<8)
5563#define AEU_INPUTS_ATTN_BITS_XSDM_HW_INTERRUPT (0x1<<7)
5564#define AEU_INPUTS_ATTN_BITS_XSDM_PARITY_ERROR (0x1<<6)
5565#define AEU_INPUTS_ATTN_BITS_XSEMI_HW_INTERRUPT (0x1<<11)
5566#define AEU_INPUTS_ATTN_BITS_XSEMI_PARITY_ERROR (0x1<<10)
5567
5568#define AEU_INPUTS_ATTN_BITS_GPIO3_FUNCTION_0 (0x1<<5)
5569#define AEU_INPUTS_ATTN_BITS_GPIO3_FUNCTION_1 (0x1<<9)
5570
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005571#define RESERVED_GENERAL_ATTENTION_BIT_0 0
5572
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00005573#define EVEREST_GEN_ATTN_IN_USE_MASK 0x7ffe0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005574#define EVEREST_LATCHED_ATTN_IN_USE_MASK 0xffe00000
5575
5576#define RESERVED_GENERAL_ATTENTION_BIT_6 6
5577#define RESERVED_GENERAL_ATTENTION_BIT_7 7
5578#define RESERVED_GENERAL_ATTENTION_BIT_8 8
5579#define RESERVED_GENERAL_ATTENTION_BIT_9 9
5580#define RESERVED_GENERAL_ATTENTION_BIT_10 10
5581#define RESERVED_GENERAL_ATTENTION_BIT_11 11
5582#define RESERVED_GENERAL_ATTENTION_BIT_12 12
5583#define RESERVED_GENERAL_ATTENTION_BIT_13 13
5584#define RESERVED_GENERAL_ATTENTION_BIT_14 14
5585#define RESERVED_GENERAL_ATTENTION_BIT_15 15
5586#define RESERVED_GENERAL_ATTENTION_BIT_16 16
5587#define RESERVED_GENERAL_ATTENTION_BIT_17 17
5588#define RESERVED_GENERAL_ATTENTION_BIT_18 18
5589#define RESERVED_GENERAL_ATTENTION_BIT_19 19
5590#define RESERVED_GENERAL_ATTENTION_BIT_20 20
5591#define RESERVED_GENERAL_ATTENTION_BIT_21 21
5592
5593/* storm asserts attention bits */
5594#define TSTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_7
5595#define USTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_8
5596#define CSTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_9
5597#define XSTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_10
5598
5599/* mcp error attention bit */
5600#define MCP_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_11
5601
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005602/*E1H NIG status sync attention mapped to group 4-7*/
5603#define LINK_SYNC_ATTENTION_BIT_FUNC_0 RESERVED_GENERAL_ATTENTION_BIT_12
5604#define LINK_SYNC_ATTENTION_BIT_FUNC_1 RESERVED_GENERAL_ATTENTION_BIT_13
5605#define LINK_SYNC_ATTENTION_BIT_FUNC_2 RESERVED_GENERAL_ATTENTION_BIT_14
5606#define LINK_SYNC_ATTENTION_BIT_FUNC_3 RESERVED_GENERAL_ATTENTION_BIT_15
5607#define LINK_SYNC_ATTENTION_BIT_FUNC_4 RESERVED_GENERAL_ATTENTION_BIT_16
5608#define LINK_SYNC_ATTENTION_BIT_FUNC_5 RESERVED_GENERAL_ATTENTION_BIT_17
5609#define LINK_SYNC_ATTENTION_BIT_FUNC_6 RESERVED_GENERAL_ATTENTION_BIT_18
5610#define LINK_SYNC_ATTENTION_BIT_FUNC_7 RESERVED_GENERAL_ATTENTION_BIT_19
5611
5612
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005613#define LATCHED_ATTN_RBCR 23
5614#define LATCHED_ATTN_RBCT 24
5615#define LATCHED_ATTN_RBCN 25
5616#define LATCHED_ATTN_RBCU 26
5617#define LATCHED_ATTN_RBCP 27
5618#define LATCHED_ATTN_TIMEOUT_GRC 28
5619#define LATCHED_ATTN_RSVD_GRC 29
5620#define LATCHED_ATTN_ROM_PARITY_MCP 30
5621#define LATCHED_ATTN_UM_RX_PARITY_MCP 31
5622#define LATCHED_ATTN_UM_TX_PARITY_MCP 32
5623#define LATCHED_ATTN_SCPAD_PARITY_MCP 33
5624
5625#define GENERAL_ATTEN_WORD(atten_name) ((94 + atten_name) / 32)
Eilon Greensteinab6ad5a2009-08-12 08:24:29 +00005626#define GENERAL_ATTEN_OFFSET(atten_name)\
5627 (1UL << ((94 + atten_name) % 32))
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005628/*
5629 * This file defines GRC base address for every block.
5630 * This file is included by chipsim, asm microcode and cpp microcode.
5631 * These values are used in Design.xml on regBase attribute
5632 * Use the base with the generated offsets of specific registers.
5633 */
5634
5635#define GRCBASE_PXPCS 0x000000
5636#define GRCBASE_PCICONFIG 0x002000
5637#define GRCBASE_PCIREG 0x002400
5638#define GRCBASE_EMAC0 0x008000
5639#define GRCBASE_EMAC1 0x008400
5640#define GRCBASE_DBU 0x008800
5641#define GRCBASE_MISC 0x00A000
5642#define GRCBASE_DBG 0x00C000
5643#define GRCBASE_NIG 0x010000
5644#define GRCBASE_XCM 0x020000
5645#define GRCBASE_PRS 0x040000
5646#define GRCBASE_SRCH 0x040400
5647#define GRCBASE_TSDM 0x042000
5648#define GRCBASE_TCM 0x050000
5649#define GRCBASE_BRB1 0x060000
5650#define GRCBASE_MCP 0x080000
5651#define GRCBASE_UPB 0x0C1000
5652#define GRCBASE_CSDM 0x0C2000
5653#define GRCBASE_USDM 0x0C4000
5654#define GRCBASE_CCM 0x0D0000
5655#define GRCBASE_UCM 0x0E0000
5656#define GRCBASE_CDU 0x101000
5657#define GRCBASE_DMAE 0x102000
5658#define GRCBASE_PXP 0x103000
5659#define GRCBASE_CFC 0x104000
5660#define GRCBASE_HC 0x108000
5661#define GRCBASE_PXP2 0x120000
5662#define GRCBASE_PBF 0x140000
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005663#define GRCBASE_UMAC0 0x160000
5664#define GRCBASE_UMAC1 0x160400
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005665#define GRCBASE_XPB 0x161000
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03005666#define GRCBASE_MSTAT0 0x162000
5667#define GRCBASE_MSTAT1 0x162800
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005668#define GRCBASE_XMAC0 0x163000
5669#define GRCBASE_XMAC1 0x163800
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005670#define GRCBASE_TIMERS 0x164000
5671#define GRCBASE_XSDM 0x166000
5672#define GRCBASE_QM 0x168000
5673#define GRCBASE_DQ 0x170000
5674#define GRCBASE_TSEM 0x180000
5675#define GRCBASE_CSEM 0x200000
5676#define GRCBASE_XSEM 0x280000
5677#define GRCBASE_USEM 0x300000
5678#define GRCBASE_MISC_AEU GRCBASE_MISC
5679
5680
Eilon Greenstein5c862842008-08-13 15:51:48 -07005681/* offset of configuration space in the pci core register */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005682#define PCICFG_OFFSET 0x2000
5683#define PCICFG_VENDOR_ID_OFFSET 0x00
5684#define PCICFG_DEVICE_ID_OFFSET 0x02
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005685#define PCICFG_COMMAND_OFFSET 0x04
Eilon Greenstein5c862842008-08-13 15:51:48 -07005686#define PCICFG_COMMAND_IO_SPACE (1<<0)
5687#define PCICFG_COMMAND_MEM_SPACE (1<<1)
5688#define PCICFG_COMMAND_BUS_MASTER (1<<2)
5689#define PCICFG_COMMAND_SPECIAL_CYCLES (1<<3)
5690#define PCICFG_COMMAND_MWI_CYCLES (1<<4)
5691#define PCICFG_COMMAND_VGA_SNOOP (1<<5)
5692#define PCICFG_COMMAND_PERR_ENA (1<<6)
5693#define PCICFG_COMMAND_STEPPING (1<<7)
5694#define PCICFG_COMMAND_SERR_ENA (1<<8)
5695#define PCICFG_COMMAND_FAST_B2B (1<<9)
5696#define PCICFG_COMMAND_INT_DISABLE (1<<10)
5697#define PCICFG_COMMAND_RESERVED (0x1f<<11)
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005698#define PCICFG_STATUS_OFFSET 0x06
Eilon Greenstein0d1a8d22009-03-02 07:59:20 +00005699#define PCICFG_REVESION_ID_OFFSET 0x08
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005700#define PCICFG_CACHE_LINE_SIZE 0x0c
5701#define PCICFG_LATENCY_TIMER 0x0d
Eilon Greenstein5c862842008-08-13 15:51:48 -07005702#define PCICFG_BAR_1_LOW 0x10
5703#define PCICFG_BAR_1_HIGH 0x14
5704#define PCICFG_BAR_2_LOW 0x18
5705#define PCICFG_BAR_2_HIGH 0x1c
5706#define PCICFG_SUBSYSTEM_VENDOR_ID_OFFSET 0x2c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005707#define PCICFG_SUBSYSTEM_ID_OFFSET 0x2e
Eilon Greenstein5c862842008-08-13 15:51:48 -07005708#define PCICFG_INT_LINE 0x3c
5709#define PCICFG_INT_PIN 0x3d
5710#define PCICFG_PM_CAPABILITY 0x48
5711#define PCICFG_PM_CAPABILITY_VERSION (0x3<<16)
5712#define PCICFG_PM_CAPABILITY_CLOCK (1<<19)
5713#define PCICFG_PM_CAPABILITY_RESERVED (1<<20)
5714#define PCICFG_PM_CAPABILITY_DSI (1<<21)
5715#define PCICFG_PM_CAPABILITY_AUX_CURRENT (0x7<<22)
5716#define PCICFG_PM_CAPABILITY_D1_SUPPORT (1<<25)
5717#define PCICFG_PM_CAPABILITY_D2_SUPPORT (1<<26)
5718#define PCICFG_PM_CAPABILITY_PME_IN_D0 (1<<27)
5719#define PCICFG_PM_CAPABILITY_PME_IN_D1 (1<<28)
5720#define PCICFG_PM_CAPABILITY_PME_IN_D2 (1<<29)
5721#define PCICFG_PM_CAPABILITY_PME_IN_D3_HOT (1<<30)
5722#define PCICFG_PM_CAPABILITY_PME_IN_D3_COLD (1<<31)
5723#define PCICFG_PM_CSR_OFFSET 0x4c
5724#define PCICFG_PM_CSR_STATE (0x3<<0)
5725#define PCICFG_PM_CSR_PME_ENABLE (1<<8)
5726#define PCICFG_PM_CSR_PME_STATUS (1<<15)
Eilon Greenstein0d1a8d22009-03-02 07:59:20 +00005727#define PCICFG_MSI_CAP_ID_OFFSET 0x58
Eilon Greenstein8badd272009-02-12 08:36:15 +00005728#define PCICFG_MSI_CONTROL_ENABLE (0x1<<16)
5729#define PCICFG_MSI_CONTROL_MCAP (0x7<<17)
5730#define PCICFG_MSI_CONTROL_MENA (0x7<<20)
5731#define PCICFG_MSI_CONTROL_64_BIT_ADDR_CAP (0x1<<23)
5732#define PCICFG_MSI_CONTROL_MSI_PVMASK_CAPABLE (0x1<<24)
Eilon Greenstein5c862842008-08-13 15:51:48 -07005733#define PCICFG_GRC_ADDRESS 0x78
5734#define PCICFG_GRC_DATA 0x80
Eilon Greenstein0d1a8d22009-03-02 07:59:20 +00005735#define PCICFG_MSIX_CAP_ID_OFFSET 0xa0
Eilon Greenstein8badd272009-02-12 08:36:15 +00005736#define PCICFG_MSIX_CONTROL_TABLE_SIZE (0x7ff<<16)
5737#define PCICFG_MSIX_CONTROL_RESERVED (0x7<<27)
5738#define PCICFG_MSIX_CONTROL_FUNC_MASK (0x1<<30)
5739#define PCICFG_MSIX_CONTROL_MSIX_ENABLE (0x1<<31)
5740
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005741#define PCICFG_DEVICE_CONTROL 0xb4
Eilon Greenstein8badd272009-02-12 08:36:15 +00005742#define PCICFG_DEVICE_STATUS 0xb6
5743#define PCICFG_DEVICE_STATUS_CORR_ERR_DET (1<<0)
5744#define PCICFG_DEVICE_STATUS_NON_FATAL_ERR_DET (1<<1)
5745#define PCICFG_DEVICE_STATUS_FATAL_ERR_DET (1<<2)
5746#define PCICFG_DEVICE_STATUS_UNSUP_REQ_DET (1<<3)
5747#define PCICFG_DEVICE_STATUS_AUX_PWR_DET (1<<4)
5748#define PCICFG_DEVICE_STATUS_NO_PEND (1<<5)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005749#define PCICFG_LINK_CONTROL 0xbc
5750
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005751
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005752#define BAR_USTRORM_INTMEM 0x400000
5753#define BAR_CSTRORM_INTMEM 0x410000
5754#define BAR_XSTRORM_INTMEM 0x420000
5755#define BAR_TSTRORM_INTMEM 0x430000
5756
Eilon Greenstein5c862842008-08-13 15:51:48 -07005757/* for accessing the IGU in case of status block ACK */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005758#define BAR_IGU_INTMEM 0x440000
5759
5760#define BAR_DOORBELL_OFFSET 0x800000
5761
5762#define BAR_ME_REGISTER 0x450000
5763
Eilon Greenstein5c862842008-08-13 15:51:48 -07005764/* config_2 offset */
5765#define GRC_CONFIG_2_SIZE_REG 0x408
5766#define PCI_CONFIG_2_BAR1_SIZE (0xfL<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005767#define PCI_CONFIG_2_BAR1_SIZE_DISABLED (0L<<0)
5768#define PCI_CONFIG_2_BAR1_SIZE_64K (1L<<0)
5769#define PCI_CONFIG_2_BAR1_SIZE_128K (2L<<0)
5770#define PCI_CONFIG_2_BAR1_SIZE_256K (3L<<0)
5771#define PCI_CONFIG_2_BAR1_SIZE_512K (4L<<0)
5772#define PCI_CONFIG_2_BAR1_SIZE_1M (5L<<0)
5773#define PCI_CONFIG_2_BAR1_SIZE_2M (6L<<0)
5774#define PCI_CONFIG_2_BAR1_SIZE_4M (7L<<0)
5775#define PCI_CONFIG_2_BAR1_SIZE_8M (8L<<0)
5776#define PCI_CONFIG_2_BAR1_SIZE_16M (9L<<0)
5777#define PCI_CONFIG_2_BAR1_SIZE_32M (10L<<0)
5778#define PCI_CONFIG_2_BAR1_SIZE_64M (11L<<0)
5779#define PCI_CONFIG_2_BAR1_SIZE_128M (12L<<0)
5780#define PCI_CONFIG_2_BAR1_SIZE_256M (13L<<0)
5781#define PCI_CONFIG_2_BAR1_SIZE_512M (14L<<0)
5782#define PCI_CONFIG_2_BAR1_SIZE_1G (15L<<0)
Eilon Greenstein5c862842008-08-13 15:51:48 -07005783#define PCI_CONFIG_2_BAR1_64ENA (1L<<4)
5784#define PCI_CONFIG_2_EXP_ROM_RETRY (1L<<5)
5785#define PCI_CONFIG_2_CFG_CYCLE_RETRY (1L<<6)
5786#define PCI_CONFIG_2_FIRST_CFG_DONE (1L<<7)
5787#define PCI_CONFIG_2_EXP_ROM_SIZE (0xffL<<8)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005788#define PCI_CONFIG_2_EXP_ROM_SIZE_DISABLED (0L<<8)
5789#define PCI_CONFIG_2_EXP_ROM_SIZE_2K (1L<<8)
5790#define PCI_CONFIG_2_EXP_ROM_SIZE_4K (2L<<8)
5791#define PCI_CONFIG_2_EXP_ROM_SIZE_8K (3L<<8)
5792#define PCI_CONFIG_2_EXP_ROM_SIZE_16K (4L<<8)
5793#define PCI_CONFIG_2_EXP_ROM_SIZE_32K (5L<<8)
5794#define PCI_CONFIG_2_EXP_ROM_SIZE_64K (6L<<8)
5795#define PCI_CONFIG_2_EXP_ROM_SIZE_128K (7L<<8)
5796#define PCI_CONFIG_2_EXP_ROM_SIZE_256K (8L<<8)
5797#define PCI_CONFIG_2_EXP_ROM_SIZE_512K (9L<<8)
5798#define PCI_CONFIG_2_EXP_ROM_SIZE_1M (10L<<8)
5799#define PCI_CONFIG_2_EXP_ROM_SIZE_2M (11L<<8)
5800#define PCI_CONFIG_2_EXP_ROM_SIZE_4M (12L<<8)
5801#define PCI_CONFIG_2_EXP_ROM_SIZE_8M (13L<<8)
5802#define PCI_CONFIG_2_EXP_ROM_SIZE_16M (14L<<8)
5803#define PCI_CONFIG_2_EXP_ROM_SIZE_32M (15L<<8)
Eilon Greenstein5c862842008-08-13 15:51:48 -07005804#define PCI_CONFIG_2_BAR_PREFETCH (1L<<16)
5805#define PCI_CONFIG_2_RESERVED0 (0x7fffL<<17)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005806
5807/* config_3 offset */
Eilon Greenstein5c862842008-08-13 15:51:48 -07005808#define GRC_CONFIG_3_SIZE_REG 0x40c
5809#define PCI_CONFIG_3_STICKY_BYTE (0xffL<<0)
5810#define PCI_CONFIG_3_FORCE_PME (1L<<24)
5811#define PCI_CONFIG_3_PME_STATUS (1L<<25)
5812#define PCI_CONFIG_3_PME_ENABLE (1L<<26)
5813#define PCI_CONFIG_3_PM_STATE (0x3L<<27)
5814#define PCI_CONFIG_3_VAUX_PRESET (1L<<30)
5815#define PCI_CONFIG_3_PCI_POWER (1L<<31)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005816
5817#define GRC_BAR2_CONFIG 0x4e0
Eilon Greenstein5c862842008-08-13 15:51:48 -07005818#define PCI_CONFIG_2_BAR2_SIZE (0xfL<<0)
5819#define PCI_CONFIG_2_BAR2_SIZE_DISABLED (0L<<0)
5820#define PCI_CONFIG_2_BAR2_SIZE_64K (1L<<0)
5821#define PCI_CONFIG_2_BAR2_SIZE_128K (2L<<0)
5822#define PCI_CONFIG_2_BAR2_SIZE_256K (3L<<0)
5823#define PCI_CONFIG_2_BAR2_SIZE_512K (4L<<0)
5824#define PCI_CONFIG_2_BAR2_SIZE_1M (5L<<0)
5825#define PCI_CONFIG_2_BAR2_SIZE_2M (6L<<0)
5826#define PCI_CONFIG_2_BAR2_SIZE_4M (7L<<0)
5827#define PCI_CONFIG_2_BAR2_SIZE_8M (8L<<0)
5828#define PCI_CONFIG_2_BAR2_SIZE_16M (9L<<0)
5829#define PCI_CONFIG_2_BAR2_SIZE_32M (10L<<0)
5830#define PCI_CONFIG_2_BAR2_SIZE_64M (11L<<0)
5831#define PCI_CONFIG_2_BAR2_SIZE_128M (12L<<0)
5832#define PCI_CONFIG_2_BAR2_SIZE_256M (13L<<0)
5833#define PCI_CONFIG_2_BAR2_SIZE_512M (14L<<0)
5834#define PCI_CONFIG_2_BAR2_SIZE_1G (15L<<0)
5835#define PCI_CONFIG_2_BAR2_64ENA (1L<<4)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005836
Eilon Greenstein5c862842008-08-13 15:51:48 -07005837#define PCI_PM_DATA_A 0x410
5838#define PCI_PM_DATA_B 0x414
5839#define PCI_ID_VAL1 0x434
5840#define PCI_ID_VAL2 0x438
5841
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00005842#define PXPCS_TL_CONTROL_5 0x814
5843#define PXPCS_TL_CONTROL_5_UNKNOWNTYPE_ERR_ATTN (1 << 29) /*WC*/
5844#define PXPCS_TL_CONTROL_5_BOUNDARY4K_ERR_ATTN (1 << 28) /*WC*/
5845#define PXPCS_TL_CONTROL_5_MRRS_ERR_ATTN (1 << 27) /*WC*/
5846#define PXPCS_TL_CONTROL_5_MPS_ERR_ATTN (1 << 26) /*WC*/
5847#define PXPCS_TL_CONTROL_5_TTX_BRIDGE_FORWARD_ERR (1 << 25) /*WC*/
5848#define PXPCS_TL_CONTROL_5_TTX_TXINTF_OVERFLOW (1 << 24) /*WC*/
5849#define PXPCS_TL_CONTROL_5_PHY_ERR_ATTN (1 << 23) /*RO*/
5850#define PXPCS_TL_CONTROL_5_DL_ERR_ATTN (1 << 22) /*RO*/
5851#define PXPCS_TL_CONTROL_5_TTX_ERR_NP_TAG_IN_USE (1 << 21) /*WC*/
5852#define PXPCS_TL_CONTROL_5_TRX_ERR_UNEXP_RTAG (1 << 20) /*WC*/
5853#define PXPCS_TL_CONTROL_5_PRI_SIG_TARGET_ABORT1 (1 << 19) /*WC*/
5854#define PXPCS_TL_CONTROL_5_ERR_UNSPPORT1 (1 << 18) /*WC*/
5855#define PXPCS_TL_CONTROL_5_ERR_ECRC1 (1 << 17) /*WC*/
5856#define PXPCS_TL_CONTROL_5_ERR_MALF_TLP1 (1 << 16) /*WC*/
5857#define PXPCS_TL_CONTROL_5_ERR_RX_OFLOW1 (1 << 15) /*WC*/
5858#define PXPCS_TL_CONTROL_5_ERR_UNEXP_CPL1 (1 << 14) /*WC*/
5859#define PXPCS_TL_CONTROL_5_ERR_MASTER_ABRT1 (1 << 13) /*WC*/
5860#define PXPCS_TL_CONTROL_5_ERR_CPL_TIMEOUT1 (1 << 12) /*WC*/
5861#define PXPCS_TL_CONTROL_5_ERR_FC_PRTL1 (1 << 11) /*WC*/
5862#define PXPCS_TL_CONTROL_5_ERR_PSND_TLP1 (1 << 10) /*WC*/
5863#define PXPCS_TL_CONTROL_5_PRI_SIG_TARGET_ABORT (1 << 9) /*WC*/
5864#define PXPCS_TL_CONTROL_5_ERR_UNSPPORT (1 << 8) /*WC*/
5865#define PXPCS_TL_CONTROL_5_ERR_ECRC (1 << 7) /*WC*/
5866#define PXPCS_TL_CONTROL_5_ERR_MALF_TLP (1 << 6) /*WC*/
5867#define PXPCS_TL_CONTROL_5_ERR_RX_OFLOW (1 << 5) /*WC*/
5868#define PXPCS_TL_CONTROL_5_ERR_UNEXP_CPL (1 << 4) /*WC*/
5869#define PXPCS_TL_CONTROL_5_ERR_MASTER_ABRT (1 << 3) /*WC*/
5870#define PXPCS_TL_CONTROL_5_ERR_CPL_TIMEOUT (1 << 2) /*WC*/
5871#define PXPCS_TL_CONTROL_5_ERR_FC_PRTL (1 << 1) /*WC*/
5872#define PXPCS_TL_CONTROL_5_ERR_PSND_TLP (1 << 0) /*WC*/
5873
5874
5875#define PXPCS_TL_FUNC345_STAT 0x854
5876#define PXPCS_TL_FUNC345_STAT_PRI_SIG_TARGET_ABORT4 (1 << 29) /* WC */
5877#define PXPCS_TL_FUNC345_STAT_ERR_UNSPPORT4\
5878 (1 << 28) /* Unsupported Request Error Status in function4, if \
5879 set, generate pcie_err_attn output when this error is seen. WC */
5880#define PXPCS_TL_FUNC345_STAT_ERR_ECRC4\
5881 (1 << 27) /* ECRC Error TLP Status Status in function 4, if set, \
5882 generate pcie_err_attn output when this error is seen.. WC */
5883#define PXPCS_TL_FUNC345_STAT_ERR_MALF_TLP4\
5884 (1 << 26) /* Malformed TLP Status Status in function 4, if set, \
5885 generate pcie_err_attn output when this error is seen.. WC */
5886#define PXPCS_TL_FUNC345_STAT_ERR_RX_OFLOW4\
5887 (1 << 25) /* Receiver Overflow Status Status in function 4, if \
5888 set, generate pcie_err_attn output when this error is seen.. WC \
5889 */
5890#define PXPCS_TL_FUNC345_STAT_ERR_UNEXP_CPL4\
5891 (1 << 24) /* Unexpected Completion Status Status in function 4, \
5892 if set, generate pcie_err_attn output when this error is seen. WC \
5893 */
5894#define PXPCS_TL_FUNC345_STAT_ERR_MASTER_ABRT4\
5895 (1 << 23) /* Receive UR Statusin function 4. If set, generate \
5896 pcie_err_attn output when this error is seen. WC */
5897#define PXPCS_TL_FUNC345_STAT_ERR_CPL_TIMEOUT4\
5898 (1 << 22) /* Completer Timeout Status Status in function 4, if \
5899 set, generate pcie_err_attn output when this error is seen. WC */
5900#define PXPCS_TL_FUNC345_STAT_ERR_FC_PRTL4\
5901 (1 << 21) /* Flow Control Protocol Error Status Status in \
5902 function 4, if set, generate pcie_err_attn output when this error \
5903 is seen. WC */
5904#define PXPCS_TL_FUNC345_STAT_ERR_PSND_TLP4\
5905 (1 << 20) /* Poisoned Error Status Status in function 4, if set, \
5906 generate pcie_err_attn output when this error is seen.. WC */
5907#define PXPCS_TL_FUNC345_STAT_PRI_SIG_TARGET_ABORT3 (1 << 19) /* WC */
5908#define PXPCS_TL_FUNC345_STAT_ERR_UNSPPORT3\
5909 (1 << 18) /* Unsupported Request Error Status in function3, if \
5910 set, generate pcie_err_attn output when this error is seen. WC */
5911#define PXPCS_TL_FUNC345_STAT_ERR_ECRC3\
5912 (1 << 17) /* ECRC Error TLP Status Status in function 3, if set, \
5913 generate pcie_err_attn output when this error is seen.. WC */
5914#define PXPCS_TL_FUNC345_STAT_ERR_MALF_TLP3\
5915 (1 << 16) /* Malformed TLP Status Status in function 3, if set, \
5916 generate pcie_err_attn output when this error is seen.. WC */
5917#define PXPCS_TL_FUNC345_STAT_ERR_RX_OFLOW3\
5918 (1 << 15) /* Receiver Overflow Status Status in function 3, if \
5919 set, generate pcie_err_attn output when this error is seen.. WC \
5920 */
5921#define PXPCS_TL_FUNC345_STAT_ERR_UNEXP_CPL3\
5922 (1 << 14) /* Unexpected Completion Status Status in function 3, \
5923 if set, generate pcie_err_attn output when this error is seen. WC \
5924 */
5925#define PXPCS_TL_FUNC345_STAT_ERR_MASTER_ABRT3\
5926 (1 << 13) /* Receive UR Statusin function 3. If set, generate \
5927 pcie_err_attn output when this error is seen. WC */
5928#define PXPCS_TL_FUNC345_STAT_ERR_CPL_TIMEOUT3\
5929 (1 << 12) /* Completer Timeout Status Status in function 3, if \
5930 set, generate pcie_err_attn output when this error is seen. WC */
5931#define PXPCS_TL_FUNC345_STAT_ERR_FC_PRTL3\
5932 (1 << 11) /* Flow Control Protocol Error Status Status in \
5933 function 3, if set, generate pcie_err_attn output when this error \
5934 is seen. WC */
5935#define PXPCS_TL_FUNC345_STAT_ERR_PSND_TLP3\
5936 (1 << 10) /* Poisoned Error Status Status in function 3, if set, \
5937 generate pcie_err_attn output when this error is seen.. WC */
5938#define PXPCS_TL_FUNC345_STAT_PRI_SIG_TARGET_ABORT2 (1 << 9) /* WC */
5939#define PXPCS_TL_FUNC345_STAT_ERR_UNSPPORT2\
5940 (1 << 8) /* Unsupported Request Error Status for Function 2, if \
5941 set, generate pcie_err_attn output when this error is seen. WC */
5942#define PXPCS_TL_FUNC345_STAT_ERR_ECRC2\
5943 (1 << 7) /* ECRC Error TLP Status Status for Function 2, if set, \
5944 generate pcie_err_attn output when this error is seen.. WC */
5945#define PXPCS_TL_FUNC345_STAT_ERR_MALF_TLP2\
5946 (1 << 6) /* Malformed TLP Status Status for Function 2, if set, \
5947 generate pcie_err_attn output when this error is seen.. WC */
5948#define PXPCS_TL_FUNC345_STAT_ERR_RX_OFLOW2\
5949 (1 << 5) /* Receiver Overflow Status Status for Function 2, if \
5950 set, generate pcie_err_attn output when this error is seen.. WC \
5951 */
5952#define PXPCS_TL_FUNC345_STAT_ERR_UNEXP_CPL2\
5953 (1 << 4) /* Unexpected Completion Status Status for Function 2, \
5954 if set, generate pcie_err_attn output when this error is seen. WC \
5955 */
5956#define PXPCS_TL_FUNC345_STAT_ERR_MASTER_ABRT2\
5957 (1 << 3) /* Receive UR Statusfor Function 2. If set, generate \
5958 pcie_err_attn output when this error is seen. WC */
5959#define PXPCS_TL_FUNC345_STAT_ERR_CPL_TIMEOUT2\
5960 (1 << 2) /* Completer Timeout Status Status for Function 2, if \
5961 set, generate pcie_err_attn output when this error is seen. WC */
5962#define PXPCS_TL_FUNC345_STAT_ERR_FC_PRTL2\
5963 (1 << 1) /* Flow Control Protocol Error Status Status for \
5964 Function 2, if set, generate pcie_err_attn output when this error \
5965 is seen. WC */
5966#define PXPCS_TL_FUNC345_STAT_ERR_PSND_TLP2\
5967 (1 << 0) /* Poisoned Error Status Status for Function 2, if set, \
5968 generate pcie_err_attn output when this error is seen.. WC */
5969
5970
5971#define PXPCS_TL_FUNC678_STAT 0x85C
5972#define PXPCS_TL_FUNC678_STAT_PRI_SIG_TARGET_ABORT7 (1 << 29) /* WC */
5973#define PXPCS_TL_FUNC678_STAT_ERR_UNSPPORT7\
5974 (1 << 28) /* Unsupported Request Error Status in function7, if \
5975 set, generate pcie_err_attn output when this error is seen. WC */
5976#define PXPCS_TL_FUNC678_STAT_ERR_ECRC7\
5977 (1 << 27) /* ECRC Error TLP Status Status in function 7, if set, \
5978 generate pcie_err_attn output when this error is seen.. WC */
5979#define PXPCS_TL_FUNC678_STAT_ERR_MALF_TLP7\
5980 (1 << 26) /* Malformed TLP Status Status in function 7, if set, \
5981 generate pcie_err_attn output when this error is seen.. WC */
5982#define PXPCS_TL_FUNC678_STAT_ERR_RX_OFLOW7\
5983 (1 << 25) /* Receiver Overflow Status Status in function 7, if \
5984 set, generate pcie_err_attn output when this error is seen.. WC \
5985 */
5986#define PXPCS_TL_FUNC678_STAT_ERR_UNEXP_CPL7\
5987 (1 << 24) /* Unexpected Completion Status Status in function 7, \
5988 if set, generate pcie_err_attn output when this error is seen. WC \
5989 */
5990#define PXPCS_TL_FUNC678_STAT_ERR_MASTER_ABRT7\
5991 (1 << 23) /* Receive UR Statusin function 7. If set, generate \
5992 pcie_err_attn output when this error is seen. WC */
5993#define PXPCS_TL_FUNC678_STAT_ERR_CPL_TIMEOUT7\
5994 (1 << 22) /* Completer Timeout Status Status in function 7, if \
5995 set, generate pcie_err_attn output when this error is seen. WC */
5996#define PXPCS_TL_FUNC678_STAT_ERR_FC_PRTL7\
5997 (1 << 21) /* Flow Control Protocol Error Status Status in \
5998 function 7, if set, generate pcie_err_attn output when this error \
5999 is seen. WC */
6000#define PXPCS_TL_FUNC678_STAT_ERR_PSND_TLP7\
6001 (1 << 20) /* Poisoned Error Status Status in function 7, if set, \
6002 generate pcie_err_attn output when this error is seen.. WC */
6003#define PXPCS_TL_FUNC678_STAT_PRI_SIG_TARGET_ABORT6 (1 << 19) /* WC */
6004#define PXPCS_TL_FUNC678_STAT_ERR_UNSPPORT6\
6005 (1 << 18) /* Unsupported Request Error Status in function6, if \
6006 set, generate pcie_err_attn output when this error is seen. WC */
6007#define PXPCS_TL_FUNC678_STAT_ERR_ECRC6\
6008 (1 << 17) /* ECRC Error TLP Status Status in function 6, if set, \
6009 generate pcie_err_attn output when this error is seen.. WC */
6010#define PXPCS_TL_FUNC678_STAT_ERR_MALF_TLP6\
6011 (1 << 16) /* Malformed TLP Status Status in function 6, if set, \
6012 generate pcie_err_attn output when this error is seen.. WC */
6013#define PXPCS_TL_FUNC678_STAT_ERR_RX_OFLOW6\
6014 (1 << 15) /* Receiver Overflow Status Status in function 6, if \
6015 set, generate pcie_err_attn output when this error is seen.. WC \
6016 */
6017#define PXPCS_TL_FUNC678_STAT_ERR_UNEXP_CPL6\
6018 (1 << 14) /* Unexpected Completion Status Status in function 6, \
6019 if set, generate pcie_err_attn output when this error is seen. WC \
6020 */
6021#define PXPCS_TL_FUNC678_STAT_ERR_MASTER_ABRT6\
6022 (1 << 13) /* Receive UR Statusin function 6. If set, generate \
6023 pcie_err_attn output when this error is seen. WC */
6024#define PXPCS_TL_FUNC678_STAT_ERR_CPL_TIMEOUT6\
6025 (1 << 12) /* Completer Timeout Status Status in function 6, if \
6026 set, generate pcie_err_attn output when this error is seen. WC */
6027#define PXPCS_TL_FUNC678_STAT_ERR_FC_PRTL6\
6028 (1 << 11) /* Flow Control Protocol Error Status Status in \
6029 function 6, if set, generate pcie_err_attn output when this error \
6030 is seen. WC */
6031#define PXPCS_TL_FUNC678_STAT_ERR_PSND_TLP6\
6032 (1 << 10) /* Poisoned Error Status Status in function 6, if set, \
6033 generate pcie_err_attn output when this error is seen.. WC */
6034#define PXPCS_TL_FUNC678_STAT_PRI_SIG_TARGET_ABORT5 (1 << 9) /* WC */
6035#define PXPCS_TL_FUNC678_STAT_ERR_UNSPPORT5\
6036 (1 << 8) /* Unsupported Request Error Status for Function 5, if \
6037 set, generate pcie_err_attn output when this error is seen. WC */
6038#define PXPCS_TL_FUNC678_STAT_ERR_ECRC5\
6039 (1 << 7) /* ECRC Error TLP Status Status for Function 5, if set, \
6040 generate pcie_err_attn output when this error is seen.. WC */
6041#define PXPCS_TL_FUNC678_STAT_ERR_MALF_TLP5\
6042 (1 << 6) /* Malformed TLP Status Status for Function 5, if set, \
6043 generate pcie_err_attn output when this error is seen.. WC */
6044#define PXPCS_TL_FUNC678_STAT_ERR_RX_OFLOW5\
6045 (1 << 5) /* Receiver Overflow Status Status for Function 5, if \
6046 set, generate pcie_err_attn output when this error is seen.. WC \
6047 */
6048#define PXPCS_TL_FUNC678_STAT_ERR_UNEXP_CPL5\
6049 (1 << 4) /* Unexpected Completion Status Status for Function 5, \
6050 if set, generate pcie_err_attn output when this error is seen. WC \
6051 */
6052#define PXPCS_TL_FUNC678_STAT_ERR_MASTER_ABRT5\
6053 (1 << 3) /* Receive UR Statusfor Function 5. If set, generate \
6054 pcie_err_attn output when this error is seen. WC */
6055#define PXPCS_TL_FUNC678_STAT_ERR_CPL_TIMEOUT5\
6056 (1 << 2) /* Completer Timeout Status Status for Function 5, if \
6057 set, generate pcie_err_attn output when this error is seen. WC */
6058#define PXPCS_TL_FUNC678_STAT_ERR_FC_PRTL5\
6059 (1 << 1) /* Flow Control Protocol Error Status Status for \
6060 Function 5, if set, generate pcie_err_attn output when this error \
6061 is seen. WC */
6062#define PXPCS_TL_FUNC678_STAT_ERR_PSND_TLP5\
6063 (1 << 0) /* Poisoned Error Status Status for Function 5, if set, \
6064 generate pcie_err_attn output when this error is seen.. WC */
6065
6066
6067#define BAR_USTRORM_INTMEM 0x400000
6068#define BAR_CSTRORM_INTMEM 0x410000
6069#define BAR_XSTRORM_INTMEM 0x420000
6070#define BAR_TSTRORM_INTMEM 0x430000
6071
6072/* for accessing the IGU in case of status block ACK */
6073#define BAR_IGU_INTMEM 0x440000
6074
6075#define BAR_DOORBELL_OFFSET 0x800000
6076
6077#define BAR_ME_REGISTER 0x450000
6078#define ME_REG_PF_NUM_SHIFT 0
6079#define ME_REG_PF_NUM\
6080 (7L<<ME_REG_PF_NUM_SHIFT) /* Relative PF Num */
6081#define ME_REG_VF_VALID (1<<8)
6082#define ME_REG_VF_NUM_SHIFT 9
6083#define ME_REG_VF_NUM_MASK (0x3f<<ME_REG_VF_NUM_SHIFT)
6084#define ME_REG_VF_ERR (0x1<<3)
6085#define ME_REG_ABS_PF_NUM_SHIFT 16
6086#define ME_REG_ABS_PF_NUM\
6087 (7L<<ME_REG_ABS_PF_NUM_SHIFT) /* Absolute PF Num */
6088
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006089
Yaniv Rosner7846e472009-11-05 19:18:07 +02006090#define MDIO_REG_BANK_CL73_IEEEB0 0x0
6091#define MDIO_CL73_IEEEB0_CL73_AN_CONTROL 0x0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006092#define MDIO_CL73_IEEEB0_CL73_AN_CONTROL_RESTART_AN 0x0200
6093#define MDIO_CL73_IEEEB0_CL73_AN_CONTROL_AN_EN 0x1000
6094#define MDIO_CL73_IEEEB0_CL73_AN_CONTROL_MAIN_RST 0x8000
6095
Yaniv Rosner7846e472009-11-05 19:18:07 +02006096#define MDIO_REG_BANK_CL73_IEEEB1 0x10
6097#define MDIO_CL73_IEEEB1_AN_ADV1 0x00
6098#define MDIO_CL73_IEEEB1_AN_ADV1_PAUSE 0x0400
6099#define MDIO_CL73_IEEEB1_AN_ADV1_ASYMMETRIC 0x0800
6100#define MDIO_CL73_IEEEB1_AN_ADV1_PAUSE_BOTH 0x0C00
6101#define MDIO_CL73_IEEEB1_AN_ADV1_PAUSE_MASK 0x0C00
6102#define MDIO_CL73_IEEEB1_AN_ADV2 0x01
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006103#define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_1000M 0x0000
6104#define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_1000M_KX 0x0020
6105#define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_10G_KX4 0x0040
6106#define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_10G_KR 0x0080
Yaniv Rosner7846e472009-11-05 19:18:07 +02006107#define MDIO_CL73_IEEEB1_AN_LP_ADV1 0x03
6108#define MDIO_CL73_IEEEB1_AN_LP_ADV1_PAUSE 0x0400
6109#define MDIO_CL73_IEEEB1_AN_LP_ADV1_ASYMMETRIC 0x0800
6110#define MDIO_CL73_IEEEB1_AN_LP_ADV1_PAUSE_BOTH 0x0C00
6111#define MDIO_CL73_IEEEB1_AN_LP_ADV1_PAUSE_MASK 0x0C00
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006112
6113#define MDIO_REG_BANK_RX0 0x80b0
Eilon Greenstein239d6862009-08-12 08:23:04 +00006114#define MDIO_RX0_RX_STATUS 0x10
6115#define MDIO_RX0_RX_STATUS_SIGDET 0x8000
6116#define MDIO_RX0_RX_STATUS_RX_SEQ_DONE 0x1000
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006117#define MDIO_RX0_RX_EQ_BOOST 0x1c
6118#define MDIO_RX0_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7
6119#define MDIO_RX0_RX_EQ_BOOST_OFFSET_CTRL 0x10
6120
6121#define MDIO_REG_BANK_RX1 0x80c0
6122#define MDIO_RX1_RX_EQ_BOOST 0x1c
6123#define MDIO_RX1_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7
6124#define MDIO_RX1_RX_EQ_BOOST_OFFSET_CTRL 0x10
6125
6126#define MDIO_REG_BANK_RX2 0x80d0
6127#define MDIO_RX2_RX_EQ_BOOST 0x1c
6128#define MDIO_RX2_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7
6129#define MDIO_RX2_RX_EQ_BOOST_OFFSET_CTRL 0x10
6130
6131#define MDIO_REG_BANK_RX3 0x80e0
6132#define MDIO_RX3_RX_EQ_BOOST 0x1c
6133#define MDIO_RX3_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7
6134#define MDIO_RX3_RX_EQ_BOOST_OFFSET_CTRL 0x10
6135
6136#define MDIO_REG_BANK_RX_ALL 0x80f0
6137#define MDIO_RX_ALL_RX_EQ_BOOST 0x1c
6138#define MDIO_RX_ALL_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006139#define MDIO_RX_ALL_RX_EQ_BOOST_OFFSET_CTRL 0x10
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006140
6141#define MDIO_REG_BANK_TX0 0x8060
6142#define MDIO_TX0_TX_DRIVER 0x17
6143#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000
6144#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12
6145#define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00
6146#define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8
6147#define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0
6148#define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4
6149#define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e
6150#define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1
6151#define MDIO_TX0_TX_DRIVER_ICBUF1T 1
6152
Eilon Greensteinc2c8b032009-02-12 08:37:14 +00006153#define MDIO_REG_BANK_TX1 0x8070
6154#define MDIO_TX1_TX_DRIVER 0x17
6155#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000
6156#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12
6157#define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00
6158#define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8
6159#define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0
6160#define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4
6161#define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e
6162#define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1
6163#define MDIO_TX0_TX_DRIVER_ICBUF1T 1
6164
6165#define MDIO_REG_BANK_TX2 0x8080
6166#define MDIO_TX2_TX_DRIVER 0x17
6167#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000
6168#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12
6169#define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00
6170#define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8
6171#define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0
6172#define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4
6173#define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e
6174#define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1
6175#define MDIO_TX0_TX_DRIVER_ICBUF1T 1
6176
6177#define MDIO_REG_BANK_TX3 0x8090
6178#define MDIO_TX3_TX_DRIVER 0x17
6179#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000
6180#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12
6181#define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00
6182#define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8
6183#define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0
6184#define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4
6185#define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e
6186#define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1
6187#define MDIO_TX0_TX_DRIVER_ICBUF1T 1
6188
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006189#define MDIO_REG_BANK_XGXS_BLOCK0 0x8000
6190#define MDIO_BLOCK0_XGXS_CONTROL 0x10
6191
6192#define MDIO_REG_BANK_XGXS_BLOCK1 0x8010
6193#define MDIO_BLOCK1_LANE_CTRL0 0x15
6194#define MDIO_BLOCK1_LANE_CTRL1 0x16
6195#define MDIO_BLOCK1_LANE_CTRL2 0x17
6196#define MDIO_BLOCK1_LANE_PRBS 0x19
6197
6198#define MDIO_REG_BANK_XGXS_BLOCK2 0x8100
6199#define MDIO_XGXS_BLOCK2_RX_LN_SWAP 0x10
6200#define MDIO_XGXS_BLOCK2_RX_LN_SWAP_ENABLE 0x8000
6201#define MDIO_XGXS_BLOCK2_RX_LN_SWAP_FORCE_ENABLE 0x4000
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006202#define MDIO_XGXS_BLOCK2_TX_LN_SWAP 0x11
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006203#define MDIO_XGXS_BLOCK2_TX_LN_SWAP_ENABLE 0x8000
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006204#define MDIO_XGXS_BLOCK2_UNICORE_MODE_10G 0x14
Eliezer Tamirf1410642008-02-28 11:51:50 -08006205#define MDIO_XGXS_BLOCK2_UNICORE_MODE_10G_CX4_XGXS 0x0001
6206#define MDIO_XGXS_BLOCK2_UNICORE_MODE_10G_HIGIG_XGXS 0x0010
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006207#define MDIO_XGXS_BLOCK2_TEST_MODE_LANE 0x15
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006208
6209#define MDIO_REG_BANK_GP_STATUS 0x8120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006210#define MDIO_GP_STATUS_TOP_AN_STATUS1 0x1B
6211#define MDIO_GP_STATUS_TOP_AN_STATUS1_CL73_AUTONEG_COMPLETE 0x0001
6212#define MDIO_GP_STATUS_TOP_AN_STATUS1_CL37_AUTONEG_COMPLETE 0x0002
6213#define MDIO_GP_STATUS_TOP_AN_STATUS1_LINK_STATUS 0x0004
6214#define MDIO_GP_STATUS_TOP_AN_STATUS1_DUPLEX_STATUS 0x0008
6215#define MDIO_GP_STATUS_TOP_AN_STATUS1_CL73_MR_LP_NP_AN_ABLE 0x0010
6216#define MDIO_GP_STATUS_TOP_AN_STATUS1_CL73_LP_NP_BAM_ABLE 0x0020
6217#define MDIO_GP_STATUS_TOP_AN_STATUS1_PAUSE_RSOLUTION_TXSIDE 0x0040
6218#define MDIO_GP_STATUS_TOP_AN_STATUS1_PAUSE_RSOLUTION_RXSIDE 0x0080
6219#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_MASK 0x3f00
6220#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10M 0x0000
6221#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_100M 0x0100
6222#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_1G 0x0200
6223#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_2_5G 0x0300
6224#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_5G 0x0400
6225#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_6G 0x0500
6226#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_HIG 0x0600
6227#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_CX4 0x0700
6228#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_12G_HIG 0x0800
6229#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_12_5G 0x0900
6230#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_13G 0x0A00
6231#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_15G 0x0B00
6232#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_16G 0x0C00
6233#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_1G_KX 0x0D00
6234#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_KX4 0x0E00
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006235
6236
6237#define MDIO_REG_BANK_10G_PARALLEL_DETECT 0x8130
Yaniv Rosner15ddd2d02009-11-05 19:18:12 +02006238#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_STATUS 0x10
6239#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_STATUS_PD_LINK 0x8000
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006240#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_CONTROL 0x11
6241#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_CONTROL_PARDET10G_EN 0x1
6242#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_LINK 0x13
6243#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_LINK_CNT (0xb71<<1)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006244
6245#define MDIO_REG_BANK_SERDES_DIGITAL 0x8300
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006246#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1 0x10
6247#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_FIBER_MODE 0x0001
6248#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_TBI_IF 0x0002
6249#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_SIGNAL_DETECT_EN 0x0004
6250#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_INVERT_SIGNAL_DETECT 0x0008
6251#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_AUTODET 0x0010
6252#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_MSTR_MODE 0x0020
6253#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL2 0x11
6254#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL2_PRL_DT_EN 0x0001
6255#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL2_AN_FST_TMR 0x0040
6256#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1 0x14
Yaniv Rosnera22f0782010-09-07 11:41:20 +00006257#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SGMII 0x0001
6258#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_LINK 0x0002
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006259#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_DUPLEX 0x0004
6260#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_MASK 0x0018
6261#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_SHIFT 3
6262#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_2_5G 0x0018
6263#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_1G 0x0010
6264#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_100M 0x0008
6265#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_10M 0x0000
Yaniv Rosner15ddd2d02009-11-05 19:18:12 +02006266#define MDIO_SERDES_DIGITAL_A_1000X_STATUS2 0x15
6267#define MDIO_SERDES_DIGITAL_A_1000X_STATUS2_AN_DISABLED 0x0002
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006268#define MDIO_SERDES_DIGITAL_MISC1 0x18
6269#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_MASK 0xE000
6270#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_25M 0x0000
6271#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_100M 0x2000
6272#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_125M 0x4000
6273#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_156_25M 0x6000
6274#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_187_5M 0x8000
6275#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_SEL 0x0010
6276#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_MASK 0x000f
6277#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_2_5G 0x0000
6278#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_5G 0x0001
6279#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_6G 0x0002
6280#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_10G_HIG 0x0003
6281#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_10G_CX4 0x0004
6282#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_12G 0x0005
6283#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_12_5G 0x0006
6284#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_13G 0x0007
6285#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_15G 0x0008
6286#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_16G 0x0009
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006287
6288#define MDIO_REG_BANK_OVER_1G 0x8320
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006289#define MDIO_OVER_1G_DIGCTL_3_4 0x14
6290#define MDIO_OVER_1G_DIGCTL_3_4_MP_ID_MASK 0xffe0
6291#define MDIO_OVER_1G_DIGCTL_3_4_MP_ID_SHIFT 5
6292#define MDIO_OVER_1G_UP1 0x19
6293#define MDIO_OVER_1G_UP1_2_5G 0x0001
6294#define MDIO_OVER_1G_UP1_5G 0x0002
6295#define MDIO_OVER_1G_UP1_6G 0x0004
6296#define MDIO_OVER_1G_UP1_10G 0x0010
6297#define MDIO_OVER_1G_UP1_10GH 0x0008
6298#define MDIO_OVER_1G_UP1_12G 0x0020
6299#define MDIO_OVER_1G_UP1_12_5G 0x0040
6300#define MDIO_OVER_1G_UP1_13G 0x0080
6301#define MDIO_OVER_1G_UP1_15G 0x0100
6302#define MDIO_OVER_1G_UP1_16G 0x0200
6303#define MDIO_OVER_1G_UP2 0x1A
6304#define MDIO_OVER_1G_UP2_IPREDRIVER_MASK 0x0007
6305#define MDIO_OVER_1G_UP2_IDRIVER_MASK 0x0038
6306#define MDIO_OVER_1G_UP2_PREEMPHASIS_MASK 0x03C0
6307#define MDIO_OVER_1G_UP3 0x1B
6308#define MDIO_OVER_1G_UP3_HIGIG2 0x0001
6309#define MDIO_OVER_1G_LP_UP1 0x1C
6310#define MDIO_OVER_1G_LP_UP2 0x1D
6311#define MDIO_OVER_1G_LP_UP2_MR_ADV_OVER_1G_MASK 0x03ff
6312#define MDIO_OVER_1G_LP_UP2_PREEMPHASIS_MASK 0x0780
6313#define MDIO_OVER_1G_LP_UP2_PREEMPHASIS_SHIFT 7
6314#define MDIO_OVER_1G_LP_UP3 0x1E
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006315
Eilon Greenstein239d6862009-08-12 08:23:04 +00006316#define MDIO_REG_BANK_REMOTE_PHY 0x8330
6317#define MDIO_REMOTE_PHY_MISC_RX_STATUS 0x10
6318#define MDIO_REMOTE_PHY_MISC_RX_STATUS_CL37_FSM_RECEIVED_OVER1G_MSG 0x0010
6319#define MDIO_REMOTE_PHY_MISC_RX_STATUS_CL37_FSM_RECEIVED_BRCM_OUI_MSG 0x0600
6320
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006321#define MDIO_REG_BANK_BAM_NEXT_PAGE 0x8350
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006322#define MDIO_BAM_NEXT_PAGE_MP5_NEXT_PAGE_CTRL 0x10
6323#define MDIO_BAM_NEXT_PAGE_MP5_NEXT_PAGE_CTRL_BAM_MODE 0x0001
6324#define MDIO_BAM_NEXT_PAGE_MP5_NEXT_PAGE_CTRL_TETON_AN 0x0002
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006325
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006326#define MDIO_REG_BANK_CL73_USERB0 0x8370
Eilon Greenstein239d6862009-08-12 08:23:04 +00006327#define MDIO_CL73_USERB0_CL73_UCTRL 0x10
6328#define MDIO_CL73_USERB0_CL73_UCTRL_USTAT1_MUXSEL 0x0002
6329#define MDIO_CL73_USERB0_CL73_USTAT1 0x11
6330#define MDIO_CL73_USERB0_CL73_USTAT1_LINK_STATUS_CHECK 0x0100
6331#define MDIO_CL73_USERB0_CL73_USTAT1_AN_GOOD_CHECK_BAM37 0x0400
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006332#define MDIO_CL73_USERB0_CL73_BAM_CTRL1 0x12
6333#define MDIO_CL73_USERB0_CL73_BAM_CTRL1_BAM_EN 0x8000
6334#define MDIO_CL73_USERB0_CL73_BAM_CTRL1_BAM_STATION_MNGR_EN 0x4000
6335#define MDIO_CL73_USERB0_CL73_BAM_CTRL1_BAM_NP_AFTER_BP_EN 0x2000
6336#define MDIO_CL73_USERB0_CL73_BAM_CTRL3 0x14
6337#define MDIO_CL73_USERB0_CL73_BAM_CTRL3_USE_CL73_HCD_MR 0x0001
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006338
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006339#define MDIO_REG_BANK_AER_BLOCK 0xFFD0
6340#define MDIO_AER_BLOCK_AER_REG 0x1E
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006341
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006342#define MDIO_REG_BANK_COMBO_IEEE0 0xFFE0
6343#define MDIO_COMBO_IEEE0_MII_CONTROL 0x10
6344#define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_MASK 0x2040
6345#define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_10 0x0000
6346#define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_100 0x2000
6347#define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_1000 0x0040
6348#define MDIO_COMBO_IEEO_MII_CONTROL_FULL_DUPLEX 0x0100
6349#define MDIO_COMBO_IEEO_MII_CONTROL_RESTART_AN 0x0200
6350#define MDIO_COMBO_IEEO_MII_CONTROL_AN_EN 0x1000
6351#define MDIO_COMBO_IEEO_MII_CONTROL_LOOPBACK 0x4000
6352#define MDIO_COMBO_IEEO_MII_CONTROL_RESET 0x8000
6353#define MDIO_COMBO_IEEE0_MII_STATUS 0x11
6354#define MDIO_COMBO_IEEE0_MII_STATUS_LINK_PASS 0x0004
6355#define MDIO_COMBO_IEEE0_MII_STATUS_AUTONEG_COMPLETE 0x0020
6356#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV 0x14
6357#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_FULL_DUPLEX 0x0020
6358#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_HALF_DUPLEX 0x0040
6359#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_MASK 0x0180
6360#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_NONE 0x0000
6361#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_SYMMETRIC 0x0080
6362#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_ASYMMETRIC 0x0100
6363#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_BOTH 0x0180
6364#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_NEXT_PAGE 0x8000
6365#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1 0x15
6366#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_NEXT_PAGE 0x8000
6367#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_ACK 0x4000
6368#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_PAUSE_MASK 0x0180
6369#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_PAUSE_NONE 0x0000
6370#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_PAUSE_BOTH 0x0180
6371#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_HALF_DUP_CAP 0x0040
6372#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_FULL_DUP_CAP 0x0020
6373/*WhenthelinkpartnerisinSGMIImode(bit0=1),then
6374bit15=link,bit12=duplex,bits11:10=speed,bit14=acknowledge.
6375Theotherbitsarereservedandshouldbezero*/
6376#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_SGMII_MODE 0x0001
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006377
6378
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006379#define MDIO_PMA_DEVAD 0x1
6380/*ieee*/
6381#define MDIO_PMA_REG_CTRL 0x0
6382#define MDIO_PMA_REG_STATUS 0x1
6383#define MDIO_PMA_REG_10G_CTRL2 0x7
6384#define MDIO_PMA_REG_RX_SD 0xa
6385/*bcm*/
6386#define MDIO_PMA_REG_BCM_CTRL 0x0096
6387#define MDIO_PMA_REG_FEC_CTRL 0x00ab
6388#define MDIO_PMA_REG_RX_ALARM_CTRL 0x9000
Yaniv Rosnerc688fe22011-05-31 21:27:06 +00006389#define MDIO_PMA_REG_TX_ALARM_CTRL 0x9001
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006390#define MDIO_PMA_REG_LASI_CTRL 0x9002
6391#define MDIO_PMA_REG_RX_ALARM 0x9003
6392#define MDIO_PMA_REG_TX_ALARM 0x9004
6393#define MDIO_PMA_REG_LASI_STATUS 0x9005
6394#define MDIO_PMA_REG_PHY_IDENTIFIER 0xc800
6395#define MDIO_PMA_REG_DIGITAL_CTRL 0xc808
6396#define MDIO_PMA_REG_DIGITAL_STATUS 0xc809
6397#define MDIO_PMA_REG_TX_POWER_DOWN 0xca02
6398#define MDIO_PMA_REG_CMU_PLL_BYPASS 0xca09
6399#define MDIO_PMA_REG_MISC_CTRL 0xca0a
6400#define MDIO_PMA_REG_GEN_CTRL 0xca10
6401#define MDIO_PMA_REG_GEN_CTRL_ROM_RESET_INTERNAL_MP 0x0188
6402#define MDIO_PMA_REG_GEN_CTRL_ROM_MICRO_RESET 0x018a
Yaniv Rosner57963ed2008-08-13 15:55:28 -07006403#define MDIO_PMA_REG_M8051_MSGIN_REG 0xca12
6404#define MDIO_PMA_REG_M8051_MSGOUT_REG 0xca13
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006405#define MDIO_PMA_REG_ROM_VER1 0xca19
6406#define MDIO_PMA_REG_ROM_VER2 0xca1a
6407#define MDIO_PMA_REG_EDC_FFE_MAIN 0xca1b
6408#define MDIO_PMA_REG_PLL_BANDWIDTH 0xca1d
Eilon Greenstein4d295db2009-07-21 05:47:47 +00006409#define MDIO_PMA_REG_PLL_CTRL 0xca1e
Eilon Greenstein589abe32009-02-12 08:36:55 +00006410#define MDIO_PMA_REG_MISC_CTRL0 0xca23
6411#define MDIO_PMA_REG_LRM_MODE 0xca3f
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006412#define MDIO_PMA_REG_CDR_BANDWIDTH 0xca46
6413#define MDIO_PMA_REG_MISC_CTRL1 0xca85
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006414
Eilon Greenstein4d295db2009-07-21 05:47:47 +00006415#define MDIO_PMA_REG_SFP_TWO_WIRE_CTRL 0x8000
6416#define MDIO_PMA_REG_SFP_TWO_WIRE_CTRL_STATUS_MASK 0x000c
6417#define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_IDLE 0x0000
6418#define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_COMPLETE 0x0004
6419#define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_IN_PROGRESS 0x0008
6420#define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_FAILED 0x000c
6421#define MDIO_PMA_REG_SFP_TWO_WIRE_BYTE_CNT 0x8002
6422#define MDIO_PMA_REG_SFP_TWO_WIRE_MEM_ADDR 0x8003
Eilon Greenstein589abe32009-02-12 08:36:55 +00006423#define MDIO_PMA_REG_8726_TWO_WIRE_DATA_BUF 0xc820
6424#define MDIO_PMA_REG_8726_TWO_WIRE_DATA_MASK 0xff
6425#define MDIO_PMA_REG_8726_TX_CTRL1 0xca01
6426#define MDIO_PMA_REG_8726_TX_CTRL2 0xca05
6427
Eilon Greenstein4d295db2009-07-21 05:47:47 +00006428#define MDIO_PMA_REG_8727_TWO_WIRE_SLAVE_ADDR 0x8005
6429#define MDIO_PMA_REG_8727_TWO_WIRE_DATA_BUF 0x8007
6430#define MDIO_PMA_REG_8727_TWO_WIRE_DATA_MASK 0xff
Eilon Greenstein4d295db2009-07-21 05:47:47 +00006431#define MDIO_PMA_REG_8727_TX_CTRL1 0xca02
6432#define MDIO_PMA_REG_8727_TX_CTRL2 0xca05
6433#define MDIO_PMA_REG_8727_PCS_OPT_CTRL 0xc808
6434#define MDIO_PMA_REG_8727_GPIO_CTRL 0xc80e
Yaniv Rosnere10bc842010-09-07 11:40:50 +00006435#define MDIO_PMA_REG_8727_PCS_GP 0xc842
Yaniv Rosnera8db5b42011-01-31 04:22:28 +00006436#define MDIO_PMA_REG_8727_OPT_CFG_REG 0xc8e4
Yaniv Rosnere10bc842010-09-07 11:40:50 +00006437
6438#define MDIO_AN_REG_8727_MISC_CTRL 0x8309
Eilon Greenstein589abe32009-02-12 08:36:55 +00006439
Eilon Greenstein052a38e2009-02-12 08:37:16 +00006440#define MDIO_PMA_REG_8073_CHIP_REV 0xc801
6441#define MDIO_PMA_REG_8073_SPEED_LINK_STATUS 0xc820
6442#define MDIO_PMA_REG_8073_XAUI_WA 0xc841
Yaniv Rosnere10bc842010-09-07 11:40:50 +00006443#define MDIO_PMA_REG_8073_OPT_DIGITAL_CTRL 0xcd08
Eilon Greenstein052a38e2009-02-12 08:37:16 +00006444
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006445#define MDIO_PMA_REG_7101_RESET 0xc000
6446#define MDIO_PMA_REG_7107_LED_CNTL 0xc007
Yaniv Rosnere10bc842010-09-07 11:40:50 +00006447#define MDIO_PMA_REG_7107_LINK_LED_CNTL 0xc009
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006448#define MDIO_PMA_REG_7101_VER1 0xc026
6449#define MDIO_PMA_REG_7101_VER2 0xc027
Eliezer Tamirf1410642008-02-28 11:51:50 -08006450
Yaniv Rosner7f02c4a2010-09-07 11:41:23 +00006451#define MDIO_PMA_REG_8481_PMD_SIGNAL 0xa811
6452#define MDIO_PMA_REG_8481_LED1_MASK 0xa82c
6453#define MDIO_PMA_REG_8481_LED2_MASK 0xa82f
6454#define MDIO_PMA_REG_8481_LED3_MASK 0xa832
6455#define MDIO_PMA_REG_8481_LED3_BLINK 0xa834
6456#define MDIO_PMA_REG_8481_LED5_MASK 0xa838
6457#define MDIO_PMA_REG_8481_SIGNAL_MASK 0xa835
6458#define MDIO_PMA_REG_8481_LINK_SIGNAL 0xa83b
6459#define MDIO_PMA_REG_8481_LINK_SIGNAL_LED4_ENABLE_MASK 0x800
6460#define MDIO_PMA_REG_8481_LINK_SIGNAL_LED4_ENABLE_SHIFT 11
Eilon Greenstein2f904462009-08-12 08:22:16 +00006461
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006462
6463#define MDIO_WIS_DEVAD 0x2
6464/*bcm*/
6465#define MDIO_WIS_REG_LASI_CNTL 0x9002
6466#define MDIO_WIS_REG_LASI_STATUS 0x9005
6467
6468#define MDIO_PCS_DEVAD 0x3
6469#define MDIO_PCS_REG_STATUS 0x0020
6470#define MDIO_PCS_REG_LASI_STATUS 0x9005
6471#define MDIO_PCS_REG_7101_DSP_ACCESS 0xD000
6472#define MDIO_PCS_REG_7101_SPI_MUX 0xD008
6473#define MDIO_PCS_REG_7101_SPI_CTRL_ADDR 0xE12A
6474#define MDIO_PCS_REG_7101_SPI_RESET_BIT (5)
6475#define MDIO_PCS_REG_7101_SPI_FIFO_ADDR 0xE02A
6476#define MDIO_PCS_REG_7101_SPI_FIFO_ADDR_WRITE_ENABLE_CMD (6)
6477#define MDIO_PCS_REG_7101_SPI_FIFO_ADDR_BULK_ERASE_CMD (0xC7)
6478#define MDIO_PCS_REG_7101_SPI_FIFO_ADDR_PAGE_PROGRAM_CMD (2)
6479#define MDIO_PCS_REG_7101_SPI_BYTES_TO_TRANSFER_ADDR 0xE028
6480
6481
6482#define MDIO_XS_DEVAD 0x4
6483#define MDIO_XS_PLL_SEQUENCER 0x8000
6484#define MDIO_XS_SFX7101_XGXS_TEST1 0xc00a
6485
Eilon Greenstein589abe32009-02-12 08:36:55 +00006486#define MDIO_XS_8706_REG_BANK_RX0 0x80bc
6487#define MDIO_XS_8706_REG_BANK_RX1 0x80cc
6488#define MDIO_XS_8706_REG_BANK_RX2 0x80dc
6489#define MDIO_XS_8706_REG_BANK_RX3 0x80ec
6490#define MDIO_XS_8706_REG_BANK_RXA 0x80fc
6491
Yaniv Rosnera22f0782010-09-07 11:41:20 +00006492#define MDIO_XS_REG_8073_RX_CTRL_PCIE 0x80FA
6493
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006494#define MDIO_AN_DEVAD 0x7
6495/*ieee*/
6496#define MDIO_AN_REG_CTRL 0x0000
6497#define MDIO_AN_REG_STATUS 0x0001
6498#define MDIO_AN_REG_STATUS_AN_COMPLETE 0x0020
6499#define MDIO_AN_REG_ADV_PAUSE 0x0010
6500#define MDIO_AN_REG_ADV_PAUSE_PAUSE 0x0400
6501#define MDIO_AN_REG_ADV_PAUSE_ASYMMETRIC 0x0800
6502#define MDIO_AN_REG_ADV_PAUSE_BOTH 0x0C00
6503#define MDIO_AN_REG_ADV_PAUSE_MASK 0x0C00
6504#define MDIO_AN_REG_ADV 0x0011
6505#define MDIO_AN_REG_ADV2 0x0012
6506#define MDIO_AN_REG_LP_AUTO_NEG 0x0013
6507#define MDIO_AN_REG_MASTER_STATUS 0x0021
6508/*bcm*/
6509#define MDIO_AN_REG_LINK_STATUS 0x8304
6510#define MDIO_AN_REG_CL37_CL73 0x8370
6511#define MDIO_AN_REG_CL37_AN 0xffe0
Yaniv Rosner8c99e7b2008-08-13 15:56:17 -07006512#define MDIO_AN_REG_CL37_FC_LD 0xffe4
6513#define MDIO_AN_REG_CL37_FC_LP 0xffe5
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006514
Eilon Greenstein052a38e2009-02-12 08:37:16 +00006515#define MDIO_AN_REG_8073_2_5G 0x8329
Yaniv Rosnere10bc842010-09-07 11:40:50 +00006516#define MDIO_AN_REG_8073_BAM 0x8350
Eilon Greenstein052a38e2009-02-12 08:37:16 +00006517
Yaniv Rosnerac4d9442010-09-01 09:51:25 +00006518#define MDIO_AN_REG_8481_10GBASE_T_AN_CTRL 0x0020
Eilon Greenstein2f904462009-08-12 08:22:16 +00006519#define MDIO_AN_REG_8481_LEGACY_MII_CTRL 0xffe0
Yaniv Rosnere10bc842010-09-07 11:40:50 +00006520#define MDIO_AN_REG_8481_LEGACY_MII_STATUS 0xffe1
Eilon Greenstein2f904462009-08-12 08:22:16 +00006521#define MDIO_AN_REG_8481_LEGACY_AN_ADV 0xffe4
Yaniv Rosnere10bc842010-09-07 11:40:50 +00006522#define MDIO_AN_REG_8481_LEGACY_AN_EXPANSION 0xffe6
Eilon Greenstein2f904462009-08-12 08:22:16 +00006523#define MDIO_AN_REG_8481_1000T_CTRL 0xffe9
6524#define MDIO_AN_REG_8481_EXPANSION_REG_RD_RW 0xfff5
6525#define MDIO_AN_REG_8481_EXPANSION_REG_ACCESS 0xfff7
Yaniv Rosnerac4d9442010-09-01 09:51:25 +00006526#define MDIO_AN_REG_8481_AUX_CTRL 0xfff8
Eilon Greenstein2f904462009-08-12 08:22:16 +00006527#define MDIO_AN_REG_8481_LEGACY_SHADOW 0xfffc
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006528
Yaniv Rosnera22f0782010-09-07 11:41:20 +00006529/* BCM84823 only */
6530#define MDIO_CTL_DEVAD 0x1e
6531#define MDIO_CTL_REG_84823_MEDIA 0x401a
6532#define MDIO_CTL_REG_84823_MEDIA_MAC_MASK 0x0018
6533 /* These pins configure the BCM84823 interface to MAC after reset. */
6534#define MDIO_CTL_REG_84823_CTRL_MAC_XFI 0x0008
6535#define MDIO_CTL_REG_84823_MEDIA_MAC_XAUI_M 0x0010
6536 /* These pins configure the BCM84823 interface to Line after reset. */
6537#define MDIO_CTL_REG_84823_MEDIA_LINE_MASK 0x0060
6538#define MDIO_CTL_REG_84823_MEDIA_LINE_XAUI_L 0x0020
6539#define MDIO_CTL_REG_84823_MEDIA_LINE_XFI 0x0040
6540 /* When this pin is active high during reset, 10GBASE-T core is power
6541 * down, When it is active low the 10GBASE-T is power up
6542 */
6543#define MDIO_CTL_REG_84823_MEDIA_COPPER_CORE_DOWN 0x0080
6544#define MDIO_CTL_REG_84823_MEDIA_PRIORITY_MASK 0x0100
6545#define MDIO_CTL_REG_84823_MEDIA_PRIORITY_COPPER 0x0000
6546#define MDIO_CTL_REG_84823_MEDIA_PRIORITY_FIBER 0x0100
6547#define MDIO_CTL_REG_84823_MEDIA_FIBER_1G 0x1000
Yaniv Rosnerf25b3c82011-01-18 04:33:47 +00006548#define MDIO_CTL_REG_84823_USER_CTRL_REG 0x4005
6549#define MDIO_CTL_REG_84823_USER_CTRL_CMS 0x0080
Yaniv Rosnera22f0782010-09-07 11:41:20 +00006550
Yaniv Rosnerf25b3c82011-01-18 04:33:47 +00006551#define MDIO_PMA_REG_84823_CTL_LED_CTL_1 0xa8e3
6552#define MDIO_PMA_REG_84823_LED3_STRETCH_EN 0x0080
Yaniv Rosnera22f0782010-09-07 11:41:20 +00006553
Yaniv Rosnerbac27bd2011-05-31 21:28:10 +00006554/* BCM84833 only */
6555#define MDIO_84833_TOP_CFG_XGPHY_STRAP1 0x401a
6556#define MDIO_84833_SUPER_ISOLATE 0x8000
6557/* These are mailbox register set used by 84833. */
6558#define MDIO_84833_TOP_CFG_SCRATCH_REG0 0x4005
6559#define MDIO_84833_TOP_CFG_SCRATCH_REG1 0x4006
6560#define MDIO_84833_TOP_CFG_SCRATCH_REG2 0x4007
6561#define MDIO_84833_TOP_CFG_SCRATCH_REG3 0x4008
6562#define MDIO_84833_TOP_CFG_SCRATCH_REG4 0x4009
6563
6564/* Mailbox command set used by 84833. */
6565#define PHY84833_DIAG_CMD_PAIR_SWAP_CHANGE 0x2
6566/* Mailbox status set used by 84833. */
6567#define PHY84833_CMD_RECEIVED 0x0001
6568#define PHY84833_CMD_IN_PROGRESS 0x0002
6569#define PHY84833_CMD_COMPLETE_PASS 0x0004
6570#define PHY84833_CMD_COMPLETE_ERROR 0x0008
6571#define PHY84833_CMD_OPEN_FOR_CMDS 0x0010
6572#define PHY84833_CMD_SYSTEM_BOOT 0x0020
6573#define PHY84833_CMD_NOT_OPEN_FOR_CMDS 0x0040
6574#define PHY84833_CMD_CLEAR_COMPLETE 0x0080
6575#define PHY84833_CMD_OPEN_OVERRIDE 0xa5a5
6576
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006577#define IGU_FUNC_BASE 0x0400
6578
6579#define IGU_ADDR_MSIX 0x0000
6580#define IGU_ADDR_INT_ACK 0x0200
6581#define IGU_ADDR_PROD_UPD 0x0201
6582#define IGU_ADDR_ATTN_BITS_UPD 0x0202
6583#define IGU_ADDR_ATTN_BITS_SET 0x0203
6584#define IGU_ADDR_ATTN_BITS_CLR 0x0204
6585#define IGU_ADDR_COALESCE_NOW 0x0205
6586#define IGU_ADDR_SIMD_MASK 0x0206
6587#define IGU_ADDR_SIMD_NOMASK 0x0207
6588#define IGU_ADDR_MSI_CTL 0x0210
6589#define IGU_ADDR_MSI_ADDR_LO 0x0211
6590#define IGU_ADDR_MSI_ADDR_HI 0x0212
6591#define IGU_ADDR_MSI_DATA 0x0213
6592
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00006593#define IGU_USE_REGISTER_ustorm_type_0_sb_cleanup 0
6594#define IGU_USE_REGISTER_ustorm_type_1_sb_cleanup 1
6595#define IGU_USE_REGISTER_cstorm_type_0_sb_cleanup 2
6596#define IGU_USE_REGISTER_cstorm_type_1_sb_cleanup 3
6597
Eilon Greenstein5c862842008-08-13 15:51:48 -07006598#define COMMAND_REG_INT_ACK 0x0
6599#define COMMAND_REG_PROD_UPD 0x4
6600#define COMMAND_REG_ATTN_BITS_UPD 0x8
6601#define COMMAND_REG_ATTN_BITS_SET 0xc
6602#define COMMAND_REG_ATTN_BITS_CLR 0x10
6603#define COMMAND_REG_COALESCE_NOW 0x14
6604#define COMMAND_REG_SIMD_MASK 0x18
6605#define COMMAND_REG_SIMD_NOMASK 0x1c
6606
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006607
Eilon Greenstein573f2032009-08-12 08:24:14 +00006608#define IGU_MEM_BASE 0x0000
6609
6610#define IGU_MEM_MSIX_BASE 0x0000
6611#define IGU_MEM_MSIX_UPPER 0x007f
6612#define IGU_MEM_MSIX_RESERVED_UPPER 0x01ff
6613
6614#define IGU_MEM_PBA_MSIX_BASE 0x0200
6615#define IGU_MEM_PBA_MSIX_UPPER 0x0200
6616
6617#define IGU_CMD_BACKWARD_COMP_PROD_UPD 0x0201
6618#define IGU_MEM_PBA_MSIX_RESERVED_UPPER 0x03ff
6619
6620#define IGU_CMD_INT_ACK_BASE 0x0400
6621#define IGU_CMD_INT_ACK_UPPER\
6622 (IGU_CMD_INT_ACK_BASE + MAX_SB_PER_PORT * NUM_OF_PORTS_PER_PATH - 1)
6623#define IGU_CMD_INT_ACK_RESERVED_UPPER 0x04ff
6624
6625#define IGU_CMD_E2_PROD_UPD_BASE 0x0500
6626#define IGU_CMD_E2_PROD_UPD_UPPER\
6627 (IGU_CMD_E2_PROD_UPD_BASE + MAX_SB_PER_PORT * NUM_OF_PORTS_PER_PATH - 1)
6628#define IGU_CMD_E2_PROD_UPD_RESERVED_UPPER 0x059f
6629
6630#define IGU_CMD_ATTN_BIT_UPD_UPPER 0x05a0
6631#define IGU_CMD_ATTN_BIT_SET_UPPER 0x05a1
6632#define IGU_CMD_ATTN_BIT_CLR_UPPER 0x05a2
6633
6634#define IGU_REG_SISR_MDPC_WMASK_UPPER 0x05a3
6635#define IGU_REG_SISR_MDPC_WMASK_LSB_UPPER 0x05a4
6636#define IGU_REG_SISR_MDPC_WMASK_MSB_UPPER 0x05a5
6637#define IGU_REG_SISR_MDPC_WOMASK_UPPER 0x05a6
6638
6639#define IGU_REG_RESERVED_UPPER 0x05ff
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00006640/* Fields of IGU PF CONFIGRATION REGISTER */
6641#define IGU_PF_CONF_FUNC_EN (0x1<<0) /* function enable */
6642#define IGU_PF_CONF_MSI_MSIX_EN (0x1<<1) /* MSI/MSIX enable */
6643#define IGU_PF_CONF_INT_LINE_EN (0x1<<2) /* INT enable */
6644#define IGU_PF_CONF_ATTN_BIT_EN (0x1<<3) /* attention enable */
6645#define IGU_PF_CONF_SINGLE_ISR_EN (0x1<<4) /* single ISR mode enable */
6646#define IGU_PF_CONF_SIMD_MODE (0x1<<5) /* simd all ones mode */
6647
6648/* Fields of IGU VF CONFIGRATION REGISTER */
6649#define IGU_VF_CONF_FUNC_EN (0x1<<0) /* function enable */
6650#define IGU_VF_CONF_MSI_MSIX_EN (0x1<<1) /* MSI/MSIX enable */
6651#define IGU_VF_CONF_PARENT_MASK (0x3<<2) /* Parent PF */
6652#define IGU_VF_CONF_PARENT_SHIFT 2 /* Parent PF */
6653#define IGU_VF_CONF_SINGLE_ISR_EN (0x1<<4) /* single ISR mode enable */
6654
6655
6656#define IGU_BC_DSB_NUM_SEGS 5
6657#define IGU_BC_NDSB_NUM_SEGS 2
6658#define IGU_NORM_DSB_NUM_SEGS 2
6659#define IGU_NORM_NDSB_NUM_SEGS 1
6660#define IGU_BC_BASE_DSB_PROD 128
6661#define IGU_NORM_BASE_DSB_PROD 136
6662
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00006663 /* FID (if VF - [6] = 0; [5:0] = VF number; if PF - [6] = 1; \
6664 [5:2] = 0; [1:0] = PF number) */
6665#define IGU_FID_ENCODE_IS_PF (0x1<<6)
6666#define IGU_FID_ENCODE_IS_PF_SHIFT 6
6667#define IGU_FID_VF_NUM_MASK (0x3f)
6668#define IGU_FID_PF_NUM_MASK (0x7)
6669
6670#define IGU_REG_MAPPING_MEMORY_VALID (1<<0)
6671#define IGU_REG_MAPPING_MEMORY_VECTOR_MASK (0x3F<<1)
6672#define IGU_REG_MAPPING_MEMORY_VECTOR_SHIFT 1
6673#define IGU_REG_MAPPING_MEMORY_FID_MASK (0x7F<<7)
6674#define IGU_REG_MAPPING_MEMORY_FID_SHIFT 7
Eilon Greenstein573f2032009-08-12 08:24:14 +00006675
6676
6677#define CDU_REGION_NUMBER_XCM_AG 2
6678#define CDU_REGION_NUMBER_UCM_AG 4
6679
6680
6681/**
6682 * String-to-compress [31:8] = CID (all 24 bits)
6683 * String-to-compress [7:4] = Region
6684 * String-to-compress [3:0] = Type
6685 */
6686#define CDU_VALID_DATA(_cid, _region, _type)\
6687 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf)))
6688#define CDU_CRC8(_cid, _region, _type)\
6689 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff))
6690#define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type)\
6691 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
6692#define CDU_RSRVD_VALUE_TYPE_B(_crc, _type)\
6693 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))
6694#define CDU_RSRVD_INVALIDATE_CONTEXT_VALUE(_val) ((_val) & ~0x80)
6695
6696/******************************************************************************
6697 * Description:
6698 * Calculates crc 8 on a word value: polynomial 0-1-2-8
6699 * Code was translated from Verilog.
6700 * Return:
6701 *****************************************************************************/
6702static inline u8 calc_crc8(u32 data, u8 crc)
6703{
6704 u8 D[32];
6705 u8 NewCRC[8];
6706 u8 C[8];
6707 u8 crc_res;
6708 u8 i;
6709
6710 /* split the data into 31 bits */
6711 for (i = 0; i < 32; i++) {
6712 D[i] = (u8)(data & 1);
6713 data = data >> 1;
6714 }
6715
6716 /* split the crc into 8 bits */
6717 for (i = 0; i < 8; i++) {
6718 C[i] = crc & 1;
6719 crc = crc >> 1;
6720 }
6721
6722 NewCRC[0] = D[31] ^ D[30] ^ D[28] ^ D[23] ^ D[21] ^ D[19] ^ D[18] ^
6723 D[16] ^ D[14] ^ D[12] ^ D[8] ^ D[7] ^ D[6] ^ D[0] ^ C[4] ^
6724 C[6] ^ C[7];
6725 NewCRC[1] = D[30] ^ D[29] ^ D[28] ^ D[24] ^ D[23] ^ D[22] ^ D[21] ^
6726 D[20] ^ D[18] ^ D[17] ^ D[16] ^ D[15] ^ D[14] ^ D[13] ^
6727 D[12] ^ D[9] ^ D[6] ^ D[1] ^ D[0] ^ C[0] ^ C[4] ^ C[5] ^
6728 C[6];
6729 NewCRC[2] = D[29] ^ D[28] ^ D[25] ^ D[24] ^ D[22] ^ D[17] ^ D[15] ^
6730 D[13] ^ D[12] ^ D[10] ^ D[8] ^ D[6] ^ D[2] ^ D[1] ^ D[0] ^
6731 C[0] ^ C[1] ^ C[4] ^ C[5];
6732 NewCRC[3] = D[30] ^ D[29] ^ D[26] ^ D[25] ^ D[23] ^ D[18] ^ D[16] ^
6733 D[14] ^ D[13] ^ D[11] ^ D[9] ^ D[7] ^ D[3] ^ D[2] ^ D[1] ^
6734 C[1] ^ C[2] ^ C[5] ^ C[6];
6735 NewCRC[4] = D[31] ^ D[30] ^ D[27] ^ D[26] ^ D[24] ^ D[19] ^ D[17] ^
6736 D[15] ^ D[14] ^ D[12] ^ D[10] ^ D[8] ^ D[4] ^ D[3] ^ D[2] ^
6737 C[0] ^ C[2] ^ C[3] ^ C[6] ^ C[7];
6738 NewCRC[5] = D[31] ^ D[28] ^ D[27] ^ D[25] ^ D[20] ^ D[18] ^ D[16] ^
6739 D[15] ^ D[13] ^ D[11] ^ D[9] ^ D[5] ^ D[4] ^ D[3] ^ C[1] ^
6740 C[3] ^ C[4] ^ C[7];
6741 NewCRC[6] = D[29] ^ D[28] ^ D[26] ^ D[21] ^ D[19] ^ D[17] ^ D[16] ^
6742 D[14] ^ D[12] ^ D[10] ^ D[6] ^ D[5] ^ D[4] ^ C[2] ^ C[4] ^
6743 C[5];
6744 NewCRC[7] = D[30] ^ D[29] ^ D[27] ^ D[22] ^ D[20] ^ D[18] ^ D[17] ^
6745 D[15] ^ D[13] ^ D[11] ^ D[7] ^ D[6] ^ D[5] ^ C[3] ^ C[5] ^
6746 C[6];
6747
6748 crc_res = 0;
6749 for (i = 0; i < 8; i++)
6750 crc_res |= (NewCRC[i] << i);
6751
6752 return crc_res;
6753}
6754
6755
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00006756#endif /* BNX2X_REG_H */