blob: 3efbb35267c853d576cc3a4d3104ec4ba1a18d1d [file] [log] [blame]
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001/* bnx2x_reg.h: Broadcom Everest network driver.
2 *
Yuval Mintz247fa822013-01-14 05:11:50 +00003 * Copyright (c) 2007-2013 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 */
Vladislav Zolotarov8736c822011-07-21 07:58:36 +000035#define ATC_REG_ATC_INT_STS_CLR 0x1101c0
36/* [RW 5] Parity mask register #0 read/write */
37#define ATC_REG_ATC_PRTY_MASK 0x1101d8
Yuval Mintz6bf07b82013-06-02 00:06:20 +000038/* [R 5] Parity register #0 read */
39#define ATC_REG_ATC_PRTY_STS 0x1101cc
Vladislav Zolotarov8736c822011-07-21 07:58:36 +000040/* [RC 5] Parity register #0 read clear */
41#define ATC_REG_ATC_PRTY_STS_CLR 0x1101d0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000042/* [RW 19] Interrupt mask register #0 read/write */
43#define BRB1_REG_BRB1_INT_MASK 0x60128
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +020044/* [R 19] Interrupt register #0 read */
45#define BRB1_REG_BRB1_INT_STS 0x6011c
46/* [RW 4] Parity mask register #0 read/write */
47#define BRB1_REG_BRB1_PRTY_MASK 0x60138
Eliezer Tamirf1410642008-02-28 11:51:50 -080048/* [R 4] Parity register #0 read */
49#define BRB1_REG_BRB1_PRTY_STS 0x6012c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +000050/* [RC 4] Parity register #0 read clear */
51#define BRB1_REG_BRB1_PRTY_STS_CLR 0x60130
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +020052/* [RW 10] At address BRB1_IND_FREE_LIST_PRS_CRDT initialize free head. At
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000053 * address BRB1_IND_FREE_LIST_PRS_CRDT+1 initialize free tail. At address
54 * BRB1_IND_FREE_LIST_PRS_CRDT+2 initialize parser initial credit. Warning -
55 * following reset the first rbc access to this reg must be write; there can
56 * be no more rbc writes after the first one; there can be any number of rbc
57 * read following the first write; rbc access not following these rules will
58 * result in hang condition. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +020059#define BRB1_REG_FREE_LIST_PRS_CRDT 0x60200
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000060/* [RW 10] The number of free blocks below which the full signal to class 0
61 * is asserted */
62#define BRB1_REG_FULL_0_XOFF_THRESHOLD_0 0x601d0
Yaniv Rosner9380bb92011-06-14 01:34:07 +000063#define BRB1_REG_FULL_0_XOFF_THRESHOLD_1 0x60230
64/* [RW 11] The number of free blocks above which the full signal to class 0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000065 * is de-asserted */
66#define BRB1_REG_FULL_0_XON_THRESHOLD_0 0x601d4
Yaniv Rosner9380bb92011-06-14 01:34:07 +000067#define BRB1_REG_FULL_0_XON_THRESHOLD_1 0x60234
68/* [RW 11] The number of free blocks below which the full signal to class 1
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000069 * is asserted */
70#define BRB1_REG_FULL_1_XOFF_THRESHOLD_0 0x601d8
Yaniv Rosner9380bb92011-06-14 01:34:07 +000071#define BRB1_REG_FULL_1_XOFF_THRESHOLD_1 0x60238
72/* [RW 11] The number of free blocks above which the full signal to class 1
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000073 * is de-asserted */
74#define BRB1_REG_FULL_1_XON_THRESHOLD_0 0x601dc
Yaniv Rosner9380bb92011-06-14 01:34:07 +000075#define BRB1_REG_FULL_1_XON_THRESHOLD_1 0x6023c
76/* [RW 11] The number of free blocks below which the full signal to the LB
Dmitry Kravkovf2e08992010-10-06 03:28:26 +000077 * port is asserted */
78#define BRB1_REG_FULL_LB_XOFF_THRESHOLD 0x601e0
79/* [RW 10] The number of free blocks above which the full signal to the LB
80 * port is de-asserted */
81#define BRB1_REG_FULL_LB_XON_THRESHOLD 0x601e4
Eilon Greenstein1c063282009-02-12 08:36:43 +000082/* [RW 10] The number of free blocks above which the High_llfc signal to
83 interface #n is de-asserted. */
84#define BRB1_REG_HIGH_LLFC_HIGH_THRESHOLD_0 0x6014c
85/* [RW 10] The number of free blocks below which the High_llfc signal to
86 interface #n is asserted. */
87#define BRB1_REG_HIGH_LLFC_LOW_THRESHOLD_0 0x6013c
Yaniv Rosner9380bb92011-06-14 01:34:07 +000088/* [RW 11] The number of blocks guarantied for the LB port */
89#define BRB1_REG_LB_GUARANTIED 0x601ec
90/* [RW 11] The hysteresis on the guarantied buffer space for the Lb port
91 * before signaling XON. */
92#define BRB1_REG_LB_GUARANTIED_HYST 0x60264
93/* [RW 24] LL RAM data. */
94#define BRB1_REG_LL_RAM 0x61000
Eilon Greenstein1c063282009-02-12 08:36:43 +000095/* [RW 10] The number of free blocks above which the Low_llfc signal to
96 interface #n is de-asserted. */
97#define BRB1_REG_LOW_LLFC_HIGH_THRESHOLD_0 0x6016c
98/* [RW 10] The number of free blocks below which the Low_llfc signal to
99 interface #n is asserted. */
100#define BRB1_REG_LOW_LLFC_LOW_THRESHOLD_0 0x6015c
Yaniv Rosner9380bb92011-06-14 01:34:07 +0000101/* [RW 11] The number of blocks guarantied for class 0 in MAC 0. The
102 * register is applicable only when per_class_guaranty_mode is set. */
103#define BRB1_REG_MAC_0_CLASS_0_GUARANTIED 0x60244
104/* [RW 11] The hysteresis on the guarantied buffer space for class 0 in MAC
105 * 1 before signaling XON. The register is applicable only when
106 * per_class_guaranty_mode is set. */
107#define BRB1_REG_MAC_0_CLASS_0_GUARANTIED_HYST 0x60254
108/* [RW 11] The number of blocks guarantied for class 1 in MAC 0. The
109 * register is applicable only when per_class_guaranty_mode is set. */
110#define BRB1_REG_MAC_0_CLASS_1_GUARANTIED 0x60248
111/* [RW 11] The hysteresis on the guarantied buffer space for class 1in MAC 0
112 * before signaling XON. The register is applicable only when
113 * per_class_guaranty_mode is set. */
114#define BRB1_REG_MAC_0_CLASS_1_GUARANTIED_HYST 0x60258
115/* [RW 11] The number of blocks guarantied for class 0in MAC1.The register
116 * is applicable only when per_class_guaranty_mode is set. */
117#define BRB1_REG_MAC_1_CLASS_0_GUARANTIED 0x6024c
118/* [RW 11] The hysteresis on the guarantied buffer space for class 0 in MAC
119 * 1 before signaling XON. The register is applicable only when
120 * per_class_guaranty_mode is set. */
121#define BRB1_REG_MAC_1_CLASS_0_GUARANTIED_HYST 0x6025c
122/* [RW 11] The number of blocks guarantied for class 1 in MAC 1. The
123 * register is applicable only when per_class_guaranty_mode is set. */
124#define BRB1_REG_MAC_1_CLASS_1_GUARANTIED 0x60250
125/* [RW 11] The hysteresis on the guarantied buffer space for class 1 in MAC
126 * 1 before signaling XON. The register is applicable only when
127 * per_class_guaranty_mode is set. */
128#define BRB1_REG_MAC_1_CLASS_1_GUARANTIED_HYST 0x60260
129/* [RW 11] The number of blocks guarantied for the MAC port. The register is
130 * applicable only when per_class_guaranty_mode is reset. */
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000131#define BRB1_REG_MAC_GUARANTIED_0 0x601e8
132#define BRB1_REG_MAC_GUARANTIED_1 0x60240
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200133/* [R 24] The number of full blocks. */
134#define BRB1_REG_NUM_OF_FULL_BLOCKS 0x60090
135/* [ST 32] The number of cycles that the write_full signal towards MAC #0
136 was asserted. */
137#define BRB1_REG_NUM_OF_FULL_CYCLES_0 0x600c8
138#define BRB1_REG_NUM_OF_FULL_CYCLES_1 0x600cc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200139#define BRB1_REG_NUM_OF_FULL_CYCLES_4 0x600d8
140/* [ST 32] The number of cycles that the pause signal towards MAC #0 was
141 asserted. */
142#define BRB1_REG_NUM_OF_PAUSE_CYCLES_0 0x600b8
143#define BRB1_REG_NUM_OF_PAUSE_CYCLES_1 0x600bc
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000144/* [RW 10] The number of free blocks below which the pause signal to class 0
145 * is asserted */
146#define BRB1_REG_PAUSE_0_XOFF_THRESHOLD_0 0x601c0
Yaniv Rosner9380bb92011-06-14 01:34:07 +0000147#define BRB1_REG_PAUSE_0_XOFF_THRESHOLD_1 0x60220
148/* [RW 11] The number of free blocks above which the pause signal to class 0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000149 * is de-asserted */
150#define BRB1_REG_PAUSE_0_XON_THRESHOLD_0 0x601c4
Yaniv Rosner9380bb92011-06-14 01:34:07 +0000151#define BRB1_REG_PAUSE_0_XON_THRESHOLD_1 0x60224
152/* [RW 11] The number of free blocks below which the pause signal to class 1
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000153 * is asserted */
154#define BRB1_REG_PAUSE_1_XOFF_THRESHOLD_0 0x601c8
Yaniv Rosner9380bb92011-06-14 01:34:07 +0000155#define BRB1_REG_PAUSE_1_XOFF_THRESHOLD_1 0x60228
156/* [RW 11] The number of free blocks above which the pause signal to class 1
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000157 * is de-asserted */
158#define BRB1_REG_PAUSE_1_XON_THRESHOLD_0 0x601cc
Yaniv Rosner9380bb92011-06-14 01:34:07 +0000159#define BRB1_REG_PAUSE_1_XON_THRESHOLD_1 0x6022c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000160/* [RW 10] Write client 0: De-assert pause threshold. Not Functional */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200161#define BRB1_REG_PAUSE_HIGH_THRESHOLD_0 0x60078
162#define BRB1_REG_PAUSE_HIGH_THRESHOLD_1 0x6007c
163/* [RW 10] Write client 0: Assert pause threshold. */
164#define BRB1_REG_PAUSE_LOW_THRESHOLD_0 0x60068
Yaniv Rosner866ceda2011-11-28 00:49:45 +0000165/* [RW 1] Indicates if to use per-class guaranty mode (new mode) or per-MAC
166 * guaranty mode (backwards-compatible mode). 0=per-MAC guaranty mode (BC
167 * mode). 1=per-class guaranty mode (new mode). */
168#define BRB1_REG_PER_CLASS_GUARANTY_MODE 0x60268
169/* [R 24] The number of full blocks occpied by port. */
Eilon Greenstein34f80b02008-06-23 20:33:01 -0700170#define BRB1_REG_PORT_NUM_OCC_BLOCKS_0 0x60094
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200171/* [RW 1] Reset the design by software. */
172#define BRB1_REG_SOFT_RESET 0x600dc
173/* [R 5] Used to read the value of the XX protection CAM occupancy counter. */
174#define CCM_REG_CAM_OCCUP 0xd0188
175/* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded;
176 acknowledge output is deasserted; all other signals are treated as usual;
177 if 1 - normal activity. */
178#define CCM_REG_CCM_CFC_IFEN 0xd003c
179/* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is
180 disregarded; valid is deasserted; all other signals are treated as usual;
181 if 1 - normal activity. */
182#define CCM_REG_CCM_CQM_IFEN 0xd000c
183/* [RW 1] If set the Q index; received from the QM is inserted to event ID.
184 Otherwise 0 is inserted. */
185#define CCM_REG_CCM_CQM_USE_Q 0xd00c0
186/* [RW 11] Interrupt mask register #0 read/write */
187#define CCM_REG_CCM_INT_MASK 0xd01e4
188/* [R 11] Interrupt register #0 read */
189#define CCM_REG_CCM_INT_STS 0xd01d8
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000190/* [RW 27] Parity mask register #0 read/write */
191#define CCM_REG_CCM_PRTY_MASK 0xd01f4
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700192/* [R 27] Parity register #0 read */
193#define CCM_REG_CCM_PRTY_STS 0xd01e8
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000194/* [RC 27] Parity register #0 read clear */
195#define CCM_REG_CCM_PRTY_STS_CLR 0xd01ec
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200196/* [RW 3] The size of AG context region 0 in REG-pairs. Designates the MS
197 REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5).
198 Is used to determine the number of the AG context REG-pairs written back;
199 when the input message Reg1WbFlg isn't set. */
200#define CCM_REG_CCM_REG0_SZ 0xd00c4
201/* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is
202 disregarded; valid is deasserted; all other signals are treated as usual;
203 if 1 - normal activity. */
204#define CCM_REG_CCM_STORM0_IFEN 0xd0004
205/* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is
206 disregarded; valid is deasserted; all other signals are treated as usual;
207 if 1 - normal activity. */
208#define CCM_REG_CCM_STORM1_IFEN 0xd0008
209/* [RW 1] CDU AG read Interface enable. If 0 - the request input is
210 disregarded; valid output is deasserted; all other signals are treated as
211 usual; if 1 - normal activity. */
212#define CCM_REG_CDU_AG_RD_IFEN 0xd0030
213/* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input
214 are disregarded; all other signals are treated as usual; if 1 - normal
215 activity. */
216#define CCM_REG_CDU_AG_WR_IFEN 0xd002c
217/* [RW 1] CDU STORM read Interface enable. If 0 - the request input is
218 disregarded; valid output is deasserted; all other signals are treated as
219 usual; if 1 - normal activity. */
220#define CCM_REG_CDU_SM_RD_IFEN 0xd0038
221/* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid
222 input is disregarded; all other signals are treated as usual; if 1 -
223 normal activity. */
224#define CCM_REG_CDU_SM_WR_IFEN 0xd0034
225/* [RW 4] CFC output initial credit. Max credit available - 15.Write writes
226 the initial credit value; read returns the current value of the credit
227 counter. Must be initialized to 1 at start-up. */
228#define CCM_REG_CFC_INIT_CRD 0xd0204
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300229/* [RW 2] Auxiliary counter flag Q number 1. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200230#define CCM_REG_CNT_AUX1_Q 0xd00c8
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300231/* [RW 2] Auxiliary counter flag Q number 2. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200232#define CCM_REG_CNT_AUX2_Q 0xd00cc
233/* [RW 28] The CM header value for QM request (primary). */
234#define CCM_REG_CQM_CCM_HDR_P 0xd008c
235/* [RW 28] The CM header value for QM request (secondary). */
236#define CCM_REG_CQM_CCM_HDR_S 0xd0090
237/* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded;
238 acknowledge output is deasserted; all other signals are treated as usual;
239 if 1 - normal activity. */
240#define CCM_REG_CQM_CCM_IFEN 0xd0014
241/* [RW 6] QM output initial credit. Max credit available - 32. Write writes
242 the initial credit value; read returns the current value of the credit
243 counter. Must be initialized to 32 at start-up. */
244#define CCM_REG_CQM_INIT_CRD 0xd020c
245/* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0
246 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
247 prioritised); 2 stands for weight 2; tc. */
248#define CCM_REG_CQM_P_WEIGHT 0xd00b8
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -0800249/* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0
250 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
251 prioritised); 2 stands for weight 2; tc. */
252#define CCM_REG_CQM_S_WEIGHT 0xd00bc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200253/* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded;
254 acknowledge output is deasserted; all other signals are treated as usual;
255 if 1 - normal activity. */
256#define CCM_REG_CSDM_IFEN 0xd0018
257/* [RC 1] Set when the message length mismatch (relative to last indication)
258 at the SDM interface is detected. */
259#define CCM_REG_CSDM_LENGTH_MIS 0xd0170
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -0800260/* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for
261 weight 8 (the most prioritised); 1 stands for weight 1(least
262 prioritised); 2 stands for weight 2; tc. */
263#define CCM_REG_CSDM_WEIGHT 0xd00b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200264/* [RW 28] The CM header for QM formatting in case of an error in the QM
265 inputs. */
266#define CCM_REG_ERR_CCM_HDR 0xd0094
267/* [RW 8] The Event ID in case the input message ErrorFlg is set. */
268#define CCM_REG_ERR_EVNT_ID 0xd0098
269/* [RW 8] FIC0 output initial credit. Max credit available - 255. Write
270 writes the initial credit value; read returns the current value of the
271 credit counter. Must be initialized to 64 at start-up. */
272#define CCM_REG_FIC0_INIT_CRD 0xd0210
273/* [RW 8] FIC1 output initial credit. Max credit available - 255.Write
274 writes the initial credit value; read returns the current value of the
275 credit counter. Must be initialized to 64 at start-up. */
276#define CCM_REG_FIC1_INIT_CRD 0xd0214
277/* [RW 1] Arbitration between Input Arbiter groups: 0 - fair Round-Robin; 1
278 - strict priority defined by ~ccm_registers_gr_ag_pr.gr_ag_pr;
279 ~ccm_registers_gr_ld0_pr.gr_ld0_pr and
280 ~ccm_registers_gr_ld1_pr.gr_ld1_pr. Groups are according to channels and
281 outputs to STORM: aggregation; load FIC0; load FIC1 and store. */
282#define CCM_REG_GR_ARB_TYPE 0xd015c
283/* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the
284 highest priority is 3. It is supposed; that the Store channel priority is
285 the compliment to 4 of the rest priorities - Aggregation channel; Load
286 (FIC0) channel and Load (FIC1). */
287#define CCM_REG_GR_LD0_PR 0xd0164
288/* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the
289 highest priority is 3. It is supposed; that the Store channel priority is
290 the compliment to 4 of the rest priorities - Aggregation channel; Load
291 (FIC0) channel and Load (FIC1). */
292#define CCM_REG_GR_LD1_PR 0xd0168
293/* [RW 2] General flags index. */
294#define CCM_REG_INV_DONE_Q 0xd0108
295/* [RW 4] The number of double REG-pairs(128 bits); loaded from the STORM
296 context and sent to STORM; for a specific connection type. The double
297 REG-pairs are used in order to align to STORM context row size of 128
298 bits. The offset of these data in the STORM context is always 0. Index
299 _(0..15) stands for the connection type (one of 16). */
300#define CCM_REG_N_SM_CTX_LD_0 0xd004c
301#define CCM_REG_N_SM_CTX_LD_1 0xd0050
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200302#define CCM_REG_N_SM_CTX_LD_2 0xd0054
303#define CCM_REG_N_SM_CTX_LD_3 0xd0058
304#define CCM_REG_N_SM_CTX_LD_4 0xd005c
305/* [RW 1] Input pbf Interface enable. If 0 - the valid input is disregarded;
306 acknowledge output is deasserted; all other signals are treated as usual;
307 if 1 - normal activity. */
308#define CCM_REG_PBF_IFEN 0xd0028
309/* [RC 1] Set when the message length mismatch (relative to last indication)
310 at the pbf interface is detected. */
311#define CCM_REG_PBF_LENGTH_MIS 0xd0180
312/* [RW 3] The weight of the input pbf in the WRR mechanism. 0 stands for
313 weight 8 (the most prioritised); 1 stands for weight 1(least
314 prioritised); 2 stands for weight 2; tc. */
315#define CCM_REG_PBF_WEIGHT 0xd00ac
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200316#define CCM_REG_PHYS_QNUM1_0 0xd0134
317#define CCM_REG_PHYS_QNUM1_1 0xd0138
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200318#define CCM_REG_PHYS_QNUM2_0 0xd013c
319#define CCM_REG_PHYS_QNUM2_1 0xd0140
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200320#define CCM_REG_PHYS_QNUM3_0 0xd0144
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700321#define CCM_REG_PHYS_QNUM3_1 0xd0148
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200322#define CCM_REG_QOS_PHYS_QNUM0_0 0xd0114
323#define CCM_REG_QOS_PHYS_QNUM0_1 0xd0118
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200324#define CCM_REG_QOS_PHYS_QNUM1_0 0xd011c
325#define CCM_REG_QOS_PHYS_QNUM1_1 0xd0120
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200326#define CCM_REG_QOS_PHYS_QNUM2_0 0xd0124
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700327#define CCM_REG_QOS_PHYS_QNUM2_1 0xd0128
328#define CCM_REG_QOS_PHYS_QNUM3_0 0xd012c
329#define CCM_REG_QOS_PHYS_QNUM3_1 0xd0130
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200330/* [RW 1] STORM - CM Interface enable. If 0 - the valid input is
331 disregarded; acknowledge output is deasserted; all other signals are
332 treated as usual; if 1 - normal activity. */
333#define CCM_REG_STORM_CCM_IFEN 0xd0010
334/* [RC 1] Set when the message length mismatch (relative to last indication)
335 at the STORM interface is detected. */
336#define CCM_REG_STORM_LENGTH_MIS 0xd016c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -0800337/* [RW 3] The weight of the STORM input in the WRR (Weighted Round robin)
338 mechanism. 0 stands for weight 8 (the most prioritised); 1 stands for
339 weight 1(least prioritised); 2 stands for weight 2 (more prioritised);
340 tc. */
341#define CCM_REG_STORM_WEIGHT 0xd009c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200342/* [RW 1] Input tsem Interface enable. If 0 - the valid input is
343 disregarded; acknowledge output is deasserted; all other signals are
344 treated as usual; if 1 - normal activity. */
345#define CCM_REG_TSEM_IFEN 0xd001c
346/* [RC 1] Set when the message length mismatch (relative to last indication)
347 at the tsem interface is detected. */
348#define CCM_REG_TSEM_LENGTH_MIS 0xd0174
349/* [RW 3] The weight of the input tsem in the WRR mechanism. 0 stands for
350 weight 8 (the most prioritised); 1 stands for weight 1(least
351 prioritised); 2 stands for weight 2; tc. */
352#define CCM_REG_TSEM_WEIGHT 0xd00a0
353/* [RW 1] Input usem Interface enable. If 0 - the valid input is
354 disregarded; acknowledge output is deasserted; all other signals are
355 treated as usual; if 1 - normal activity. */
356#define CCM_REG_USEM_IFEN 0xd0024
357/* [RC 1] Set when message length mismatch (relative to last indication) at
358 the usem interface is detected. */
359#define CCM_REG_USEM_LENGTH_MIS 0xd017c
360/* [RW 3] The weight of the input usem in the WRR mechanism. 0 stands for
361 weight 8 (the most prioritised); 1 stands for weight 1(least
362 prioritised); 2 stands for weight 2; tc. */
363#define CCM_REG_USEM_WEIGHT 0xd00a8
364/* [RW 1] Input xsem Interface enable. If 0 - the valid input is
365 disregarded; acknowledge output is deasserted; all other signals are
366 treated as usual; if 1 - normal activity. */
367#define CCM_REG_XSEM_IFEN 0xd0020
368/* [RC 1] Set when the message length mismatch (relative to last indication)
369 at the xsem interface is detected. */
370#define CCM_REG_XSEM_LENGTH_MIS 0xd0178
371/* [RW 3] The weight of the input xsem in the WRR mechanism. 0 stands for
372 weight 8 (the most prioritised); 1 stands for weight 1(least
373 prioritised); 2 stands for weight 2; tc. */
374#define CCM_REG_XSEM_WEIGHT 0xd00a4
375/* [RW 19] Indirect access to the descriptor table of the XX protection
376 mechanism. The fields are: [5:0] - message length; [12:6] - message
377 pointer; 18:13] - next pointer. */
378#define CCM_REG_XX_DESCR_TABLE 0xd0300
Vladislav Zolotarov79616892011-07-21 07:58:54 +0000379#define CCM_REG_XX_DESCR_TABLE_SIZE 24
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200380/* [R 7] Used to read the value of XX protection Free counter. */
381#define CCM_REG_XX_FREE 0xd0184
382/* [RW 6] Initial value for the credit counter; responsible for fulfilling
383 of the Input Stage XX protection buffer by the XX protection pending
384 messages. Max credit available - 127. Write writes the initial credit
385 value; read returns the current value of the credit counter. Must be
386 initialized to maximum XX protected message size - 2 at start-up. */
387#define CCM_REG_XX_INIT_CRD 0xd0220
388/* [RW 7] The maximum number of pending messages; which may be stored in XX
389 protection. At read the ~ccm_registers_xx_free.xx_free counter is read.
390 At write comprises the start value of the ~ccm_registers_xx_free.xx_free
391 counter. */
392#define CCM_REG_XX_MSG_NUM 0xd0224
393/* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */
394#define CCM_REG_XX_OVFL_EVNT_ID 0xd0044
395/* [RW 18] Indirect access to the XX table of the XX protection mechanism.
396 The fields are: [5:0] - tail pointer; 11:6] - Link List size; 17:12] -
397 header pointer. */
398#define CCM_REG_XX_TABLE 0xd0280
399#define CDU_REG_CDU_CHK_MASK0 0x101000
400#define CDU_REG_CDU_CHK_MASK1 0x101004
401#define CDU_REG_CDU_CONTROL0 0x101008
402#define CDU_REG_CDU_DEBUG 0x101010
403#define CDU_REG_CDU_GLOBAL_PARAMS 0x101020
404/* [RW 7] Interrupt mask register #0 read/write */
405#define CDU_REG_CDU_INT_MASK 0x10103c
406/* [R 7] Interrupt register #0 read */
407#define CDU_REG_CDU_INT_STS 0x101030
408/* [RW 5] Parity mask register #0 read/write */
409#define CDU_REG_CDU_PRTY_MASK 0x10104c
Eliezer Tamirf1410642008-02-28 11:51:50 -0800410/* [R 5] Parity register #0 read */
411#define CDU_REG_CDU_PRTY_STS 0x101040
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000412/* [RC 5] Parity register #0 read clear */
413#define CDU_REG_CDU_PRTY_STS_CLR 0x101044
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200414/* [RC 32] logging of error data in case of a CDU load error:
415 {expected_cid[15:0]; xpected_type[2:0]; xpected_region[2:0]; ctive_error;
416 ype_error; ctual_active; ctual_compressed_context}; */
417#define CDU_REG_ERROR_DATA 0x101014
418/* [WB 216] L1TT ram access. each entry has the following format :
419 {mrege_regions[7:0]; ffset12[5:0]...offset0[5:0];
420 ength12[5:0]...length0[5:0]; d12[3:0]...id0[3:0]} */
421#define CDU_REG_L1TT 0x101800
422/* [WB 24] MATT ram access. each entry has the following
423 format:{RegionLength[11:0]; egionOffset[11:0]} */
424#define CDU_REG_MATT 0x101100
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700425/* [RW 1] when this bit is set the CDU operates in e1hmf mode */
426#define CDU_REG_MF_MODE 0x101050
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200427/* [R 1] indication the initializing the activity counter by the hardware
428 was done. */
429#define CFC_REG_AC_INIT_DONE 0x104078
430/* [RW 13] activity counter ram access */
431#define CFC_REG_ACTIVITY_COUNTER 0x104400
432#define CFC_REG_ACTIVITY_COUNTER_SIZE 256
433/* [R 1] indication the initializing the cams by the hardware was done. */
434#define CFC_REG_CAM_INIT_DONE 0x10407c
435/* [RW 2] Interrupt mask register #0 read/write */
436#define CFC_REG_CFC_INT_MASK 0x104108
437/* [R 2] Interrupt register #0 read */
438#define CFC_REG_CFC_INT_STS 0x1040fc
439/* [RC 2] Interrupt register #0 read clear */
440#define CFC_REG_CFC_INT_STS_CLR 0x104100
441/* [RW 4] Parity mask register #0 read/write */
442#define CFC_REG_CFC_PRTY_MASK 0x104118
Eliezer Tamirf1410642008-02-28 11:51:50 -0800443/* [R 4] Parity register #0 read */
444#define CFC_REG_CFC_PRTY_STS 0x10410c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000445/* [RC 4] Parity register #0 read clear */
446#define CFC_REG_CFC_PRTY_STS_CLR 0x104110
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200447/* [RW 21] CID cam access (21:1 - Data; alid - 0) */
448#define CFC_REG_CID_CAM 0x104800
449#define CFC_REG_CONTROL0 0x104028
450#define CFC_REG_DEBUG0 0x104050
451/* [RW 14] indicates per error (in #cfc_registers_cfc_error_vector.cfc_error
452 vector) whether the cfc should be disabled upon it */
453#define CFC_REG_DISABLE_ON_ERROR 0x104044
454/* [RC 14] CFC error vector. when the CFC detects an internal error it will
455 set one of these bits. the bit description can be found in CFC
456 specifications */
457#define CFC_REG_ERROR_VECTOR 0x10403c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -0800458/* [WB 93] LCID info ram access */
459#define CFC_REG_INFO_RAM 0x105000
460#define CFC_REG_INFO_RAM_SIZE 1024
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200461#define CFC_REG_INIT_REG 0x10404c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -0800462#define CFC_REG_INTERFACES 0x104058
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200463/* [RW 24] {weight_load_client7[2:0] to weight_load_client0[2:0]}. this
464 field allows changing the priorities of the weighted-round-robin arbiter
465 which selects which CFC load client should be served next */
466#define CFC_REG_LCREQ_WEIGHTS 0x104084
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700467/* [RW 16] Link List ram access; data = {prev_lcid; ext_lcid} */
468#define CFC_REG_LINK_LIST 0x104c00
469#define CFC_REG_LINK_LIST_SIZE 256
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200470/* [R 1] indication the initializing the link list by the hardware was done. */
471#define CFC_REG_LL_INIT_DONE 0x104074
472/* [R 9] Number of allocated LCIDs which are at empty state */
473#define CFC_REG_NUM_LCIDS_ALLOC 0x104020
474/* [R 9] Number of Arriving LCIDs in Link List Block */
475#define CFC_REG_NUM_LCIDS_ARRIVING 0x104004
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +0300476#define CFC_REG_NUM_LCIDS_INSIDE_PF 0x104120
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200477/* [R 9] Number of Leaving LCIDs in Link List Block */
478#define CFC_REG_NUM_LCIDS_LEAVING 0x104018
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000479#define CFC_REG_WEAK_ENABLE_PF 0x104124
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200480/* [RW 8] The event id for aggregated interrupt 0 */
481#define CSDM_REG_AGG_INT_EVENT_0 0xc2038
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700482#define CSDM_REG_AGG_INT_EVENT_10 0xc2060
483#define CSDM_REG_AGG_INT_EVENT_11 0xc2064
484#define CSDM_REG_AGG_INT_EVENT_12 0xc2068
485#define CSDM_REG_AGG_INT_EVENT_13 0xc206c
486#define CSDM_REG_AGG_INT_EVENT_14 0xc2070
487#define CSDM_REG_AGG_INT_EVENT_15 0xc2074
488#define CSDM_REG_AGG_INT_EVENT_16 0xc2078
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700489#define CSDM_REG_AGG_INT_EVENT_2 0xc2040
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700490#define CSDM_REG_AGG_INT_EVENT_3 0xc2044
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700491#define CSDM_REG_AGG_INT_EVENT_4 0xc2048
Eilon Greensteinca003922009-08-12 22:53:28 -0700492#define CSDM_REG_AGG_INT_EVENT_5 0xc204c
493#define CSDM_REG_AGG_INT_EVENT_6 0xc2050
494#define CSDM_REG_AGG_INT_EVENT_7 0xc2054
495#define CSDM_REG_AGG_INT_EVENT_8 0xc2058
496#define CSDM_REG_AGG_INT_EVENT_9 0xc205c
497/* [RW 1] For each aggregated interrupt index whether the mode is normal (0)
498 or auto-mask-mode (1) */
499#define CSDM_REG_AGG_INT_MODE_10 0xc21e0
500#define CSDM_REG_AGG_INT_MODE_11 0xc21e4
501#define CSDM_REG_AGG_INT_MODE_12 0xc21e8
502#define CSDM_REG_AGG_INT_MODE_13 0xc21ec
503#define CSDM_REG_AGG_INT_MODE_14 0xc21f0
504#define CSDM_REG_AGG_INT_MODE_15 0xc21f4
505#define CSDM_REG_AGG_INT_MODE_16 0xc21f8
506#define CSDM_REG_AGG_INT_MODE_6 0xc21d0
507#define CSDM_REG_AGG_INT_MODE_7 0xc21d4
508#define CSDM_REG_AGG_INT_MODE_8 0xc21d8
509#define CSDM_REG_AGG_INT_MODE_9 0xc21dc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200510/* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */
511#define CSDM_REG_CFC_RSP_START_ADDR 0xc2008
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300512/* [RW 16] The maximum value of the completion counter #0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200513#define CSDM_REG_CMP_COUNTER_MAX0 0xc201c
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300514/* [RW 16] The maximum value of the completion counter #1 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200515#define CSDM_REG_CMP_COUNTER_MAX1 0xc2020
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300516/* [RW 16] The maximum value of the completion counter #2 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200517#define CSDM_REG_CMP_COUNTER_MAX2 0xc2024
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300518/* [RW 16] The maximum value of the completion counter #3 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200519#define CSDM_REG_CMP_COUNTER_MAX3 0xc2028
520/* [RW 13] The start address in the internal RAM for the completion
521 counters. */
522#define CSDM_REG_CMP_COUNTER_START_ADDR 0xc200c
523/* [RW 32] Interrupt mask register #0 read/write */
524#define CSDM_REG_CSDM_INT_MASK_0 0xc229c
525#define CSDM_REG_CSDM_INT_MASK_1 0xc22ac
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700526/* [R 32] Interrupt register #0 read */
527#define CSDM_REG_CSDM_INT_STS_0 0xc2290
528#define CSDM_REG_CSDM_INT_STS_1 0xc22a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200529/* [RW 11] Parity mask register #0 read/write */
530#define CSDM_REG_CSDM_PRTY_MASK 0xc22bc
Eliezer Tamirf1410642008-02-28 11:51:50 -0800531/* [R 11] Parity register #0 read */
532#define CSDM_REG_CSDM_PRTY_STS 0xc22b0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000533/* [RC 11] Parity register #0 read clear */
534#define CSDM_REG_CSDM_PRTY_STS_CLR 0xc22b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200535#define CSDM_REG_ENABLE_IN1 0xc2238
536#define CSDM_REG_ENABLE_IN2 0xc223c
537#define CSDM_REG_ENABLE_OUT1 0xc2240
538#define CSDM_REG_ENABLE_OUT2 0xc2244
539/* [RW 4] The initial number of messages that can be sent to the pxp control
540 interface without receiving any ACK. */
541#define CSDM_REG_INIT_CREDIT_PXP_CTRL 0xc24bc
542/* [ST 32] The number of ACK after placement messages received */
543#define CSDM_REG_NUM_OF_ACK_AFTER_PLACE 0xc227c
544/* [ST 32] The number of packet end messages received from the parser */
545#define CSDM_REG_NUM_OF_PKT_END_MSG 0xc2274
546/* [ST 32] The number of requests received from the pxp async if */
547#define CSDM_REG_NUM_OF_PXP_ASYNC_REQ 0xc2278
548/* [ST 32] The number of commands received in queue 0 */
549#define CSDM_REG_NUM_OF_Q0_CMD 0xc2248
550/* [ST 32] The number of commands received in queue 10 */
551#define CSDM_REG_NUM_OF_Q10_CMD 0xc226c
552/* [ST 32] The number of commands received in queue 11 */
553#define CSDM_REG_NUM_OF_Q11_CMD 0xc2270
554/* [ST 32] The number of commands received in queue 1 */
555#define CSDM_REG_NUM_OF_Q1_CMD 0xc224c
556/* [ST 32] The number of commands received in queue 3 */
557#define CSDM_REG_NUM_OF_Q3_CMD 0xc2250
558/* [ST 32] The number of commands received in queue 4 */
559#define CSDM_REG_NUM_OF_Q4_CMD 0xc2254
560/* [ST 32] The number of commands received in queue 5 */
561#define CSDM_REG_NUM_OF_Q5_CMD 0xc2258
562/* [ST 32] The number of commands received in queue 6 */
563#define CSDM_REG_NUM_OF_Q6_CMD 0xc225c
564/* [ST 32] The number of commands received in queue 7 */
565#define CSDM_REG_NUM_OF_Q7_CMD 0xc2260
566/* [ST 32] The number of commands received in queue 8 */
567#define CSDM_REG_NUM_OF_Q8_CMD 0xc2264
568/* [ST 32] The number of commands received in queue 9 */
569#define CSDM_REG_NUM_OF_Q9_CMD 0xc2268
570/* [RW 13] The start address in the internal RAM for queue counters */
571#define CSDM_REG_Q_COUNTER_START_ADDR 0xc2010
572/* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */
573#define CSDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0xc2548
574/* [R 1] parser fifo empty in sdm_sync block */
575#define CSDM_REG_SYNC_PARSER_EMPTY 0xc2550
576/* [R 1] parser serial fifo empty in sdm_sync block */
577#define CSDM_REG_SYNC_SYNC_EMPTY 0xc2558
578/* [RW 32] Tick for timer counter. Applicable only when
579 ~csdm_registers_timer_tick_enable.timer_tick_enable =1 */
580#define CSDM_REG_TIMER_TICK 0xc2000
581/* [RW 5] The number of time_slots in the arbitration cycle */
582#define CSEM_REG_ARB_CYCLE_SIZE 0x200034
583/* [RW 3] The source that is associated with arbitration element 0. 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#define CSEM_REG_ARB_ELEMENT0 0x200020
587/* [RW 3] The source that is associated with arbitration element 1. Source
588 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
589 sleeping thread with priority 1; 4- sleeping thread with priority 2.
590 Could not be equal to register ~csem_registers_arb_element0.arb_element0 */
591#define CSEM_REG_ARB_ELEMENT1 0x200024
592/* [RW 3] The source that is associated with arbitration element 2. Source
593 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
594 sleeping thread with priority 1; 4- sleeping thread with priority 2.
595 Could not be equal to register ~csem_registers_arb_element0.arb_element0
596 and ~csem_registers_arb_element1.arb_element1 */
597#define CSEM_REG_ARB_ELEMENT2 0x200028
598/* [RW 3] The source that is associated with arbitration element 3. Source
599 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
600 sleeping thread with priority 1; 4- sleeping thread with priority 2.Could
601 not be equal to register ~csem_registers_arb_element0.arb_element0 and
602 ~csem_registers_arb_element1.arb_element1 and
603 ~csem_registers_arb_element2.arb_element2 */
604#define CSEM_REG_ARB_ELEMENT3 0x20002c
605/* [RW 3] The source that is associated with arbitration element 4. Source
606 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
607 sleeping thread with priority 1; 4- sleeping thread with priority 2.
608 Could not be equal to register ~csem_registers_arb_element0.arb_element0
609 and ~csem_registers_arb_element1.arb_element1 and
610 ~csem_registers_arb_element2.arb_element2 and
611 ~csem_registers_arb_element3.arb_element3 */
612#define CSEM_REG_ARB_ELEMENT4 0x200030
613/* [RW 32] Interrupt mask register #0 read/write */
614#define CSEM_REG_CSEM_INT_MASK_0 0x200110
615#define CSEM_REG_CSEM_INT_MASK_1 0x200120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700616/* [R 32] Interrupt register #0 read */
617#define CSEM_REG_CSEM_INT_STS_0 0x200104
618#define CSEM_REG_CSEM_INT_STS_1 0x200114
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200619/* [RW 32] Parity mask register #0 read/write */
620#define CSEM_REG_CSEM_PRTY_MASK_0 0x200130
621#define CSEM_REG_CSEM_PRTY_MASK_1 0x200140
Eliezer Tamirf1410642008-02-28 11:51:50 -0800622/* [R 32] Parity register #0 read */
623#define CSEM_REG_CSEM_PRTY_STS_0 0x200124
624#define CSEM_REG_CSEM_PRTY_STS_1 0x200134
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000625/* [RC 32] Parity register #0 read clear */
626#define CSEM_REG_CSEM_PRTY_STS_CLR_0 0x200128
627#define CSEM_REG_CSEM_PRTY_STS_CLR_1 0x200138
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200628#define CSEM_REG_ENABLE_IN 0x2000a4
629#define CSEM_REG_ENABLE_OUT 0x2000a8
630/* [RW 32] This address space contains all registers and memories that are
631 placed in SEM_FAST block. The SEM_FAST registers are described in
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700632 appendix B. In order to access the sem_fast registers the base address
633 ~fast_memory.fast_memory should be added to eachsem_fast register offset. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200634#define CSEM_REG_FAST_MEMORY 0x220000
635/* [RW 1] Disables input messages from FIC0 May be updated during run_time
636 by the microcode */
637#define CSEM_REG_FIC0_DISABLE 0x200224
638/* [RW 1] Disables input messages from FIC1 May be updated during run_time
639 by the microcode */
640#define CSEM_REG_FIC1_DISABLE 0x200234
641/* [RW 15] Interrupt table Read and write access to it is not possible in
642 the middle of the work */
643#define CSEM_REG_INT_TABLE 0x200400
644/* [ST 24] Statistics register. The number of messages that entered through
645 FIC0 */
646#define CSEM_REG_MSG_NUM_FIC0 0x200000
647/* [ST 24] Statistics register. The number of messages that entered through
648 FIC1 */
649#define CSEM_REG_MSG_NUM_FIC1 0x200004
650/* [ST 24] Statistics register. The number of messages that were sent to
651 FOC0 */
652#define CSEM_REG_MSG_NUM_FOC0 0x200008
653/* [ST 24] Statistics register. The number of messages that were sent to
654 FOC1 */
655#define CSEM_REG_MSG_NUM_FOC1 0x20000c
656/* [ST 24] Statistics register. The number of messages that were sent to
657 FOC2 */
658#define CSEM_REG_MSG_NUM_FOC2 0x200010
659/* [ST 24] Statistics register. The number of messages that were sent to
660 FOC3 */
661#define CSEM_REG_MSG_NUM_FOC3 0x200014
662/* [RW 1] Disables input messages from the passive buffer May be updated
663 during run_time by the microcode */
664#define CSEM_REG_PAS_DISABLE 0x20024c
665/* [WB 128] Debug only. Passive buffer memory */
666#define CSEM_REG_PASSIVE_BUFFER 0x202000
667/* [WB 46] pram memory. B45 is parity; b[44:0] - data. */
668#define CSEM_REG_PRAM 0x240000
669/* [R 16] Valid sleeping threads indication have bit per thread */
670#define CSEM_REG_SLEEP_THREADS_VALID 0x20026c
671/* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */
672#define CSEM_REG_SLOW_EXT_STORE_EMPTY 0x2002a0
673/* [RW 16] List of free threads . There is a bit per thread. */
674#define CSEM_REG_THREADS_LIST 0x2002e4
675/* [RW 3] The arbitration scheme of time_slot 0 */
676#define CSEM_REG_TS_0_AS 0x200038
677/* [RW 3] The arbitration scheme of time_slot 10 */
678#define CSEM_REG_TS_10_AS 0x200060
679/* [RW 3] The arbitration scheme of time_slot 11 */
680#define CSEM_REG_TS_11_AS 0x200064
681/* [RW 3] The arbitration scheme of time_slot 12 */
682#define CSEM_REG_TS_12_AS 0x200068
683/* [RW 3] The arbitration scheme of time_slot 13 */
684#define CSEM_REG_TS_13_AS 0x20006c
685/* [RW 3] The arbitration scheme of time_slot 14 */
686#define CSEM_REG_TS_14_AS 0x200070
687/* [RW 3] The arbitration scheme of time_slot 15 */
688#define CSEM_REG_TS_15_AS 0x200074
689/* [RW 3] The arbitration scheme of time_slot 16 */
690#define CSEM_REG_TS_16_AS 0x200078
691/* [RW 3] The arbitration scheme of time_slot 17 */
692#define CSEM_REG_TS_17_AS 0x20007c
693/* [RW 3] The arbitration scheme of time_slot 18 */
694#define CSEM_REG_TS_18_AS 0x200080
695/* [RW 3] The arbitration scheme of time_slot 1 */
696#define CSEM_REG_TS_1_AS 0x20003c
697/* [RW 3] The arbitration scheme of time_slot 2 */
698#define CSEM_REG_TS_2_AS 0x200040
699/* [RW 3] The arbitration scheme of time_slot 3 */
700#define CSEM_REG_TS_3_AS 0x200044
701/* [RW 3] The arbitration scheme of time_slot 4 */
702#define CSEM_REG_TS_4_AS 0x200048
703/* [RW 3] The arbitration scheme of time_slot 5 */
704#define CSEM_REG_TS_5_AS 0x20004c
705/* [RW 3] The arbitration scheme of time_slot 6 */
706#define CSEM_REG_TS_6_AS 0x200050
707/* [RW 3] The arbitration scheme of time_slot 7 */
708#define CSEM_REG_TS_7_AS 0x200054
709/* [RW 3] The arbitration scheme of time_slot 8 */
710#define CSEM_REG_TS_8_AS 0x200058
711/* [RW 3] The arbitration scheme of time_slot 9 */
712#define CSEM_REG_TS_9_AS 0x20005c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000713/* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64
714 * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */
715#define CSEM_REG_VFPF_ERR_NUM 0x200380
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200716/* [RW 1] Parity mask register #0 read/write */
717#define DBG_REG_DBG_PRTY_MASK 0xc0a8
Eliezer Tamirf1410642008-02-28 11:51:50 -0800718/* [R 1] Parity register #0 read */
719#define DBG_REG_DBG_PRTY_STS 0xc09c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000720/* [RC 1] Parity register #0 read clear */
721#define DBG_REG_DBG_PRTY_STS_CLR 0xc0a0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000722/* [RW 1] When set the DMAE will process the commands as in E1.5. 1.The
723 * function that is used is always SRC-PCI; 2.VF_Valid = 0; 3.VFID=0;
724 * 4.Completion function=0; 5.Error handling=0 */
725#define DMAE_REG_BACKWARD_COMP_EN 0x10207c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200726/* [RW 32] Commands memory. The address to command X; row Y is to calculated
727 as 14*X+Y. */
728#define DMAE_REG_CMD_MEM 0x102400
Eilon Greenstein34f80b02008-06-23 20:33:01 -0700729#define DMAE_REG_CMD_MEM_SIZE 224
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200730/* [RW 1] If 0 - the CRC-16c initial value is all zeroes; if 1 - the CRC-16c
731 initial value is all ones. */
732#define DMAE_REG_CRC16C_INIT 0x10201c
733/* [RW 1] If 0 - the CRC-16 T10 initial value is all zeroes; if 1 - the
734 CRC-16 T10 initial value is all ones. */
735#define DMAE_REG_CRC16T10_INIT 0x102020
736/* [RW 2] Interrupt mask register #0 read/write */
737#define DMAE_REG_DMAE_INT_MASK 0x102054
738/* [RW 4] Parity mask register #0 read/write */
739#define DMAE_REG_DMAE_PRTY_MASK 0x102064
Eliezer Tamirf1410642008-02-28 11:51:50 -0800740/* [R 4] Parity register #0 read */
741#define DMAE_REG_DMAE_PRTY_STS 0x102058
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000742/* [RC 4] Parity register #0 read clear */
743#define DMAE_REG_DMAE_PRTY_STS_CLR 0x10205c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200744/* [RW 1] Command 0 go. */
745#define DMAE_REG_GO_C0 0x102080
746/* [RW 1] Command 1 go. */
747#define DMAE_REG_GO_C1 0x102084
748/* [RW 1] Command 10 go. */
749#define DMAE_REG_GO_C10 0x102088
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200750/* [RW 1] Command 11 go. */
751#define DMAE_REG_GO_C11 0x10208c
752/* [RW 1] Command 12 go. */
753#define DMAE_REG_GO_C12 0x102090
754/* [RW 1] Command 13 go. */
755#define DMAE_REG_GO_C13 0x102094
756/* [RW 1] Command 14 go. */
757#define DMAE_REG_GO_C14 0x102098
758/* [RW 1] Command 15 go. */
759#define DMAE_REG_GO_C15 0x10209c
760/* [RW 1] Command 2 go. */
761#define DMAE_REG_GO_C2 0x1020a0
762/* [RW 1] Command 3 go. */
763#define DMAE_REG_GO_C3 0x1020a4
764/* [RW 1] Command 4 go. */
765#define DMAE_REG_GO_C4 0x1020a8
766/* [RW 1] Command 5 go. */
767#define DMAE_REG_GO_C5 0x1020ac
768/* [RW 1] Command 6 go. */
769#define DMAE_REG_GO_C6 0x1020b0
770/* [RW 1] Command 7 go. */
771#define DMAE_REG_GO_C7 0x1020b4
772/* [RW 1] Command 8 go. */
773#define DMAE_REG_GO_C8 0x1020b8
774/* [RW 1] Command 9 go. */
775#define DMAE_REG_GO_C9 0x1020bc
776/* [RW 1] DMAE GRC Interface (Target; aster) enable. If 0 - the acknowledge
777 input is disregarded; valid is deasserted; all other signals are treated
778 as usual; if 1 - normal activity. */
779#define DMAE_REG_GRC_IFEN 0x102008
780/* [RW 1] DMAE PCI Interface (Request; ead; rite) enable. If 0 - the
781 acknowledge input is disregarded; valid is deasserted; full is asserted;
782 all other signals are treated as usual; if 1 - normal activity. */
783#define DMAE_REG_PCI_IFEN 0x102004
784/* [RW 4] DMAE- PCI Request Interface initial credit. Write writes the
785 initial value to the credit counter; related to the address. Read returns
786 the current value of the counter. */
787#define DMAE_REG_PXP_REQ_INIT_CRD 0x1020c0
788/* [RW 8] Aggregation command. */
789#define DORQ_REG_AGG_CMD0 0x170060
790/* [RW 8] Aggregation command. */
791#define DORQ_REG_AGG_CMD1 0x170064
792/* [RW 8] Aggregation command. */
793#define DORQ_REG_AGG_CMD2 0x170068
794/* [RW 8] Aggregation command. */
795#define DORQ_REG_AGG_CMD3 0x17006c
796/* [RW 28] UCM Header. */
797#define DORQ_REG_CMHEAD_RX 0x170050
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700798/* [RW 32] Doorbell address for RBC doorbells (function 0). */
799#define DORQ_REG_DB_ADDR0 0x17008c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200800/* [RW 5] Interrupt mask register #0 read/write */
801#define DORQ_REG_DORQ_INT_MASK 0x170180
802/* [R 5] Interrupt register #0 read */
803#define DORQ_REG_DORQ_INT_STS 0x170174
804/* [RC 5] Interrupt register #0 read clear */
805#define DORQ_REG_DORQ_INT_STS_CLR 0x170178
806/* [RW 2] Parity mask register #0 read/write */
807#define DORQ_REG_DORQ_PRTY_MASK 0x170190
Eliezer Tamirf1410642008-02-28 11:51:50 -0800808/* [R 2] Parity register #0 read */
809#define DORQ_REG_DORQ_PRTY_STS 0x170184
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000810/* [RC 2] Parity register #0 read clear */
811#define DORQ_REG_DORQ_PRTY_STS_CLR 0x170188
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200812/* [RW 8] The address to write the DPM CID to STORM. */
813#define DORQ_REG_DPM_CID_ADDR 0x170044
814/* [RW 5] The DPM mode CID extraction offset. */
815#define DORQ_REG_DPM_CID_OFST 0x170030
816/* [RW 12] The threshold of the DQ FIFO to send the almost full interrupt. */
817#define DORQ_REG_DQ_FIFO_AFULL_TH 0x17007c
818/* [RW 12] The threshold of the DQ FIFO to send the full interrupt. */
819#define DORQ_REG_DQ_FIFO_FULL_TH 0x170078
820/* [R 13] Current value of the DQ FIFO fill level according to following
821 pointer. The range is 0 - 256 FIFO rows; where each row stands for the
822 doorbell. */
823#define DORQ_REG_DQ_FILL_LVLF 0x1700a4
824/* [R 1] DQ FIFO full status. Is set; when FIFO filling level is more or
825 equal to full threshold; reset on full clear. */
826#define DORQ_REG_DQ_FULL_ST 0x1700c0
827/* [RW 28] The value sent to CM header in the case of CFC load error. */
828#define DORQ_REG_ERR_CMHEAD 0x170058
829#define DORQ_REG_IF_EN 0x170004
Ariel Eliorb56e9672013-01-01 05:22:32 +0000830#define DORQ_REG_MAX_RVFID_SIZE 0x1701ec
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200831#define DORQ_REG_MODE_ACT 0x170008
832/* [RW 5] The normal mode CID extraction offset. */
833#define DORQ_REG_NORM_CID_OFST 0x17002c
834/* [RW 28] TCM Header when only TCP context is loaded. */
835#define DORQ_REG_NORM_CMHEAD_TX 0x17004c
836/* [RW 3] The number of simultaneous outstanding requests to Context Fetch
837 Interface. */
838#define DORQ_REG_OUTST_REQ 0x17003c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +0300839#define DORQ_REG_PF_USAGE_CNT 0x1701d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200840#define DORQ_REG_REGN 0x170038
841/* [R 4] Current value of response A counter credit. Initial credit is
842 configured through write to ~dorq_registers_rsp_init_crd.rsp_init_crd
843 register. */
844#define DORQ_REG_RSPA_CRD_CNT 0x1700ac
845/* [R 4] Current value of response B counter credit. Initial credit is
846 configured through write to ~dorq_registers_rsp_init_crd.rsp_init_crd
847 register. */
848#define DORQ_REG_RSPB_CRD_CNT 0x1700b0
849/* [RW 4] The initial credit at the Doorbell Response Interface. The write
850 writes the same initial credit to the rspa_crd_cnt and rspb_crd_cnt. The
851 read reads this written value. */
852#define DORQ_REG_RSP_INIT_CRD 0x170048
Ariel Eliorb56e9672013-01-01 05:22:32 +0000853#define DORQ_REG_RSPB_CRD_CNT 0x1700b0
854#define DORQ_REG_VF_NORM_CID_BASE 0x1701a0
855#define DORQ_REG_VF_NORM_CID_OFST 0x1701f4
856#define DORQ_REG_VF_NORM_CID_WND_SIZE 0x1701a4
857#define DORQ_REG_VF_NORM_MAX_CID_COUNT 0x1701e4
858#define DORQ_REG_VF_NORM_VF_BASE 0x1701a8
859/* [RW 10] VF type validation mask value */
860#define DORQ_REG_VF_TYPE_MASK_0 0x170218
861/* [RW 17] VF type validation Min MCID value */
862#define DORQ_REG_VF_TYPE_MAX_MCID_0 0x1702d8
863/* [RW 17] VF type validation Max MCID value */
864#define DORQ_REG_VF_TYPE_MIN_MCID_0 0x170298
865/* [RW 10] VF type validation comp value */
866#define DORQ_REG_VF_TYPE_VALUE_0 0x170258
867#define DORQ_REG_VF_USAGE_CT_LIMIT 0x170340
868
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200869/* [RW 4] Initial activity counter value on the load request; when the
870 shortcut is done. */
871#define DORQ_REG_SHRT_ACT_CNT 0x170070
872/* [RW 28] TCM Header when both ULP and TCP context is loaded. */
873#define DORQ_REG_SHRT_CMHEAD 0x170054
874#define HC_CONFIG_0_REG_ATTN_BIT_EN_0 (0x1<<4)
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +0000875#define HC_CONFIG_0_REG_BLOCK_DISABLE_0 (0x1<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200876#define HC_CONFIG_0_REG_INT_LINE_EN_0 (0x1<<3)
Eilon Greenstein8badd272009-02-12 08:36:15 +0000877#define HC_CONFIG_0_REG_MSI_ATTN_EN_0 (0x1<<7)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200878#define HC_CONFIG_0_REG_MSI_MSIX_INT_EN_0 (0x1<<2)
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +0000879#define HC_CONFIG_0_REG_SINGLE_ISR_EN_0 (0x1<<1)
880#define HC_CONFIG_1_REG_BLOCK_DISABLE_1 (0x1<<0)
Ariel Eliord16132c2013-01-01 05:22:42 +0000881#define DORQ_REG_VF_USAGE_CNT 0x170320
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200882#define HC_REG_AGG_INT_0 0x108050
883#define HC_REG_AGG_INT_1 0x108054
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200884#define HC_REG_ATTN_BIT 0x108120
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200885#define HC_REG_ATTN_IDX 0x108100
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200886#define HC_REG_ATTN_MSG0_ADDR_L 0x108018
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200887#define HC_REG_ATTN_MSG1_ADDR_L 0x108020
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200888#define HC_REG_ATTN_NUM_P0 0x108038
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200889#define HC_REG_ATTN_NUM_P1 0x10803c
Eilon Greenstein5c862842008-08-13 15:51:48 -0700890#define HC_REG_COMMAND_REG 0x108180
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200891#define HC_REG_CONFIG_0 0x108000
892#define HC_REG_CONFIG_1 0x108004
Yaniv Rosnerc18487e2008-06-23 20:27:52 -0700893#define HC_REG_FUNC_NUM_P0 0x1080ac
894#define HC_REG_FUNC_NUM_P1 0x1080b0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200895/* [RW 3] Parity mask register #0 read/write */
896#define HC_REG_HC_PRTY_MASK 0x1080a0
Eliezer Tamirf1410642008-02-28 11:51:50 -0800897/* [R 3] Parity register #0 read */
898#define HC_REG_HC_PRTY_STS 0x108094
Vladislav Zolotarovf4a66892010-10-19 05:13:09 +0000899/* [RC 3] Parity register #0 read clear */
900#define HC_REG_HC_PRTY_STS_CLR 0x108098
901#define HC_REG_INT_MASK 0x108108
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200902#define HC_REG_LEADING_EDGE_0 0x108040
903#define HC_REG_LEADING_EDGE_1 0x108048
Vladislav Zolotarovf4a66892010-10-19 05:13:09 +0000904#define HC_REG_MAIN_MEMORY 0x108800
905#define HC_REG_MAIN_MEMORY_SIZE 152
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200906#define HC_REG_P0_PROD_CONS 0x108200
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200907#define HC_REG_P1_PROD_CONS 0x108400
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200908#define HC_REG_PBA_COMMAND 0x108140
909#define HC_REG_PCI_CONFIG_0 0x108010
910#define HC_REG_PCI_CONFIG_1 0x108014
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200911#define HC_REG_STATISTIC_COUNTERS 0x109000
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200912#define HC_REG_TRAILING_EDGE_0 0x108044
913#define HC_REG_TRAILING_EDGE_1 0x10804c
914#define HC_REG_UC_RAM_ADDR_0 0x108028
915#define HC_REG_UC_RAM_ADDR_1 0x108030
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +0200916#define HC_REG_USTORM_ADDR_FOR_COALESCE 0x108068
917#define HC_REG_VQID_0 0x108008
918#define HC_REG_VQID_1 0x10800c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000919#define IGU_BLOCK_CONFIGURATION_REG_BACKWARD_COMP_EN (0x1<<1)
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +0000920#define IGU_BLOCK_CONFIGURATION_REG_BLOCK_ENABLE (0x1<<0)
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000921#define IGU_REG_ATTENTION_ACK_BITS 0x130108
922/* [R 4] Debug: attn_fsm */
923#define IGU_REG_ATTN_FSM 0x130054
924#define IGU_REG_ATTN_MSG_ADDR_H 0x13011c
925#define IGU_REG_ATTN_MSG_ADDR_L 0x130120
926/* [R 4] Debug: [3] - attention write done message is pending (0-no pending;
927 * 1-pending). [2:0] = PFID. Pending means attention message was sent; but
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300928 * write done didn't receive. */
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000929#define IGU_REG_ATTN_WRITE_DONE_PENDING 0x130030
930#define IGU_REG_BLOCK_CONFIGURATION 0x130000
931#define IGU_REG_COMMAND_REG_32LSB_DATA 0x130124
932#define IGU_REG_COMMAND_REG_CTRL 0x13012c
933/* [WB_R 32] Cleanup bit status per SB. 1 = cleanup is set. 0 = cleanup bit
934 * is clear. The bits in this registers are set and clear via the producer
935 * command. Data valid only in addresses 0-4. all the rest are zero. */
936#define IGU_REG_CSTORM_TYPE_0_SB_CLEANUP 0x130200
937/* [R 5] Debug: ctrl_fsm */
938#define IGU_REG_CTRL_FSM 0x130064
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300939/* [R 1] data available for error memory. If this bit is clear do not red
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000940 * from error_handling_memory. */
941#define IGU_REG_ERROR_HANDLING_DATA_VALID 0x130130
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000942/* [RW 11] Parity mask register #0 read/write */
943#define IGU_REG_IGU_PRTY_MASK 0x1300a8
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000944/* [R 11] Parity register #0 read */
945#define IGU_REG_IGU_PRTY_STS 0x13009c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +0000946/* [RC 11] Parity register #0 read clear */
947#define IGU_REG_IGU_PRTY_STS_CLR 0x1300a0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +0000948/* [R 4] Debug: int_handle_fsm */
949#define IGU_REG_INT_HANDLE_FSM 0x130050
950#define IGU_REG_LEADING_EDGE_LATCH 0x130134
951/* [RW 14] mapping CAM; relevant for E2 operating mode only. [0] - valid.
952 * [6:1] - vector number; [13:7] - FID (if VF - [13] = 0; [12:7] = VF
953 * number; if PF - [13] = 1; [12:10] = 0; [9:7] = PF number); */
954#define IGU_REG_MAPPING_MEMORY 0x131000
955#define IGU_REG_MAPPING_MEMORY_SIZE 136
956#define IGU_REG_PBA_STATUS_LSB 0x130138
957#define IGU_REG_PBA_STATUS_MSB 0x13013c
958#define IGU_REG_PCI_PF_MSI_EN 0x130140
959#define IGU_REG_PCI_PF_MSIX_EN 0x130144
960#define IGU_REG_PCI_PF_MSIX_FUNC_MASK 0x130148
961/* [WB_R 32] Each bit represent the pending bits status for that SB. 0 = no
962 * pending; 1 = pending. Pendings means interrupt was asserted; and write
963 * done was not received. Data valid only in addresses 0-4. all the rest are
964 * zero. */
965#define IGU_REG_PENDING_BITS_STATUS 0x130300
966#define IGU_REG_PF_CONFIGURATION 0x130154
967/* [RW 20] producers only. E2 mode: address 0-135 match to the mapping
968 * memory; 136 - PF0 default prod; 137 PF1 default prod; 138 - PF2 default
969 * prod; 139 PF3 default prod; 140 - PF0 - ATTN prod; 141 - PF1 - ATTN prod;
970 * 142 - PF2 - ATTN prod; 143 - PF3 - ATTN prod; 144-147 reserved. E1.5 mode
971 * - In backward compatible mode; for non default SB; each even line in the
972 * memory holds the U producer and each odd line hold the C producer. The
973 * first 128 producer are for NDSB (PF0 - 0-31; PF1 - 32-63 and so on). The
974 * last 20 producers are for the DSB for each PF. each PF has five segments
975 * (the order inside each segment is PF0; PF1; PF2; PF3) - 128-131 U prods;
976 * 132-135 C prods; 136-139 X prods; 140-143 T prods; 144-147 ATTN prods; */
977#define IGU_REG_PROD_CONS_MEMORY 0x132000
978/* [R 3] Debug: pxp_arb_fsm */
979#define IGU_REG_PXP_ARB_FSM 0x130068
980/* [RW 6] Write one for each bit will reset the appropriate memory. When the
981 * memory reset finished the appropriate bit will be clear. Bit 0 - mapping
982 * memory; Bit 1 - SB memory; Bit 2 - SB interrupt and mask register; Bit 3
983 * - MSIX memory; Bit 4 - PBA memory; Bit 5 - statistics; */
984#define IGU_REG_RESET_MEMORIES 0x130158
985/* [R 4] Debug: sb_ctrl_fsm */
986#define IGU_REG_SB_CTRL_FSM 0x13004c
987#define IGU_REG_SB_INT_BEFORE_MASK_LSB 0x13015c
988#define IGU_REG_SB_INT_BEFORE_MASK_MSB 0x130160
989#define IGU_REG_SB_MASK_LSB 0x130164
990#define IGU_REG_SB_MASK_MSB 0x130168
991/* [RW 16] Number of command that were dropped without causing an interrupt
992 * due to: read access for WO BAR address; or write access for RO BAR
993 * address or any access for reserved address or PCI function error is set
994 * and address is not MSIX; PBA or cleanup */
995#define IGU_REG_SILENT_DROP 0x13016c
996/* [RW 10] Number of MSI/MSIX/ATTN messages sent for the function: 0-63 -
997 * number of MSIX messages per VF; 64-67 - number of MSI/MSIX messages per
998 * PF; 68-71 number of ATTN messages per PF */
999#define IGU_REG_STATISTIC_NUM_MESSAGE_SENT 0x130800
1000/* [RW 32] Number of cycles the timer mask masking the IGU interrupt when a
1001 * timer mask command arrives. Value must be bigger than 100. */
1002#define IGU_REG_TIMER_MASKING_VALUE 0x13003c
1003#define IGU_REG_TRAILING_EDGE_LATCH 0x130104
1004#define IGU_REG_VF_CONFIGURATION 0x130170
1005/* [WB_R 32] Each bit represent write done pending bits status for that SB
1006 * (MSI/MSIX message was sent and write done was not received yet). 0 =
1007 * clear; 1 = set. Data valid only in addresses 0-4. all the rest are zero. */
1008#define IGU_REG_WRITE_DONE_PENDING 0x130480
1009#define MCP_A_REG_MCPR_SCRATCH 0x3a0000
Yuval Mintz452427b2012-03-26 20:47:07 +00001010#define MCP_REG_MCPR_ACCESS_LOCK 0x8009c
Dmitry Kravkov7a25cc72011-06-14 01:33:25 +00001011#define MCP_REG_MCPR_CPU_PROGRAM_COUNTER 0x8501c
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00001012#define MCP_REG_MCPR_GP_INPUTS 0x800c0
1013#define MCP_REG_MCPR_GP_OENABLE 0x800c8
1014#define MCP_REG_MCPR_GP_OUTPUTS 0x800c4
1015#define MCP_REG_MCPR_IMC_COMMAND 0x85900
1016#define MCP_REG_MCPR_IMC_DATAREG0 0x85920
1017#define MCP_REG_MCPR_IMC_SLAVE_CONTROL 0x85904
1018#define MCP_REG_MCPR_CPU_PROGRAM_COUNTER 0x8501c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001019#define MCP_REG_MCPR_NVM_ACCESS_ENABLE 0x86424
1020#define MCP_REG_MCPR_NVM_ADDR 0x8640c
1021#define MCP_REG_MCPR_NVM_CFG4 0x8642c
1022#define MCP_REG_MCPR_NVM_COMMAND 0x86400
1023#define MCP_REG_MCPR_NVM_READ 0x86410
1024#define MCP_REG_MCPR_NVM_SW_ARB 0x86420
1025#define MCP_REG_MCPR_NVM_WRITE 0x86408
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001026#define MCP_REG_MCPR_SCRATCH 0xa0000
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00001027#define MISC_AEU_GENERAL_MASK_REG_AEU_NIG_CLOSE_MASK (0x1<<1)
1028#define MISC_AEU_GENERAL_MASK_REG_AEU_PXP_CLOSE_MASK (0x1<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001029/* [R 32] read first 32 bit after inversion of function 0. mapped as
1030 follows: [0] NIG attention for function0; [1] NIG attention for
1031 function1; [2] GPIO1 mcp; [3] GPIO2 mcp; [4] GPIO3 mcp; [5] GPIO4 mcp;
1032 [6] GPIO1 function 1; [7] GPIO2 function 1; [8] GPIO3 function 1; [9]
1033 GPIO4 function 1; [10] PCIE glue/PXP VPD event function0; [11] PCIE
1034 glue/PXP VPD event function1; [12] PCIE glue/PXP Expansion ROM event0;
1035 [13] PCIE glue/PXP Expansion ROM event1; [14] SPIO4; [15] SPIO5; [16]
1036 MSI/X indication for mcp; [17] MSI/X indication for function 1; [18] BRB
1037 Parity error; [19] BRB Hw interrupt; [20] PRS Parity error; [21] PRS Hw
1038 interrupt; [22] SRC Parity error; [23] SRC Hw interrupt; [24] TSDM Parity
1039 error; [25] TSDM Hw interrupt; [26] TCM Parity error; [27] TCM Hw
1040 interrupt; [28] TSEMI Parity error; [29] TSEMI Hw interrupt; [30] PBF
1041 Parity error; [31] PBF Hw interrupt; */
1042#define MISC_REG_AEU_AFTER_INVERT_1_FUNC_0 0xa42c
1043#define MISC_REG_AEU_AFTER_INVERT_1_FUNC_1 0xa430
1044/* [R 32] read first 32 bit after inversion of mcp. mapped as follows: [0]
1045 NIG attention for function0; [1] NIG attention for function1; [2] GPIO1
1046 mcp; [3] GPIO2 mcp; [4] GPIO3 mcp; [5] GPIO4 mcp; [6] GPIO1 function 1;
1047 [7] GPIO2 function 1; [8] GPIO3 function 1; [9] GPIO4 function 1; [10]
1048 PCIE glue/PXP VPD event function0; [11] PCIE glue/PXP VPD event
1049 function1; [12] PCIE glue/PXP Expansion ROM event0; [13] PCIE glue/PXP
1050 Expansion ROM event1; [14] SPIO4; [15] SPIO5; [16] MSI/X indication for
1051 mcp; [17] MSI/X indication for function 1; [18] BRB Parity error; [19]
1052 BRB Hw interrupt; [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC
1053 Parity error; [23] SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw
1054 interrupt; [26] TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI
1055 Parity error; [29] TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw
1056 interrupt; */
1057#define MISC_REG_AEU_AFTER_INVERT_1_MCP 0xa434
1058/* [R 32] read second 32 bit after inversion of function 0. mapped as
1059 follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM
1060 Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw
1061 interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity
1062 error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw
1063 interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14]
1064 NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error;
1065 [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw
1066 interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM
1067 Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI
1068 Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM
1069 Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw
1070 interrupt; */
1071#define MISC_REG_AEU_AFTER_INVERT_2_FUNC_0 0xa438
1072#define MISC_REG_AEU_AFTER_INVERT_2_FUNC_1 0xa43c
1073/* [R 32] read second 32 bit after inversion of mcp. mapped as follows: [0]
1074 PBClient Parity error; [1] PBClient Hw interrupt; [2] QM Parity error;
1075 [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw interrupt;
1076 [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity error; [9]
1077 XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw interrupt; [12]
1078 DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14] NIG Parity
1079 error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error; [17] Vaux
1080 PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw interrupt;
1081 [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM Parity error;
1082 [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI Hw interrupt;
1083 [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM Parity error;
1084 [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw interrupt; */
1085#define MISC_REG_AEU_AFTER_INVERT_2_MCP 0xa440
1086/* [R 32] read third 32 bit after inversion of function 0. mapped as
1087 follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP Parity
1088 error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error; [5]
1089 PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw
1090 interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity
1091 error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC)
1092 Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16]
1093 pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20]
1094 MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23]
1095 SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW
1096 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3
1097 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General
1098 attn1; */
1099#define MISC_REG_AEU_AFTER_INVERT_3_FUNC_0 0xa444
1100#define MISC_REG_AEU_AFTER_INVERT_3_FUNC_1 0xa448
1101/* [R 32] read third 32 bit after inversion of mcp. mapped as follows: [0]
1102 CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP Parity error; [3] PXP
1103 Hw interrupt; [4] PXPpciClockClient Parity error; [5] PXPpciClockClient
1104 Hw interrupt; [6] CFC Parity error; [7] CFC Hw interrupt; [8] CDU Parity
1105 error; [9] CDU Hw interrupt; [10] DMAE Parity error; [11] DMAE Hw
1106 interrupt; [12] IGU (HC) Parity error; [13] IGU (HC) Hw interrupt; [14]
1107 MISC Parity error; [15] MISC Hw interrupt; [16] pxp_misc_mps_attn; [17]
1108 Flash event; [18] SMB event; [19] MCP attn0; [20] MCP attn1; [21] SW
1109 timers attn_1 func0; [22] SW timers attn_2 func0; [23] SW timers attn_3
1110 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW timers attn_1
1111 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 func1; [29] SW
1112 timers attn_4 func1; [30] General attn0; [31] General attn1; */
1113#define MISC_REG_AEU_AFTER_INVERT_3_MCP 0xa44c
1114/* [R 32] read fourth 32 bit after inversion of function 0. mapped as
1115 follows: [0] General attn2; [1] General attn3; [2] General attn4; [3]
1116 General attn5; [4] General attn6; [5] General attn7; [6] General attn8;
1117 [7] General attn9; [8] General attn10; [9] General attn11; [10] General
1118 attn12; [11] General attn13; [12] General attn14; [13] General attn15;
1119 [14] General attn16; [15] General attn17; [16] General attn18; [17]
1120 General attn19; [18] General attn20; [19] General attn21; [20] Main power
1121 interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN
1122 Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC
1123 Latched timeout attention; [27] GRC Latched reserved access attention;
1124 [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP
1125 Latched ump_tx_parity; [31] MCP Latched scpad_parity; */
1126#define MISC_REG_AEU_AFTER_INVERT_4_FUNC_0 0xa450
1127#define MISC_REG_AEU_AFTER_INVERT_4_FUNC_1 0xa454
1128/* [R 32] read fourth 32 bit after inversion of mcp. mapped as follows: [0]
1129 General attn2; [1] General attn3; [2] General attn4; [3] General attn5;
1130 [4] General attn6; [5] General attn7; [6] General attn8; [7] General
1131 attn9; [8] General attn10; [9] General attn11; [10] General attn12; [11]
1132 General attn13; [12] General attn14; [13] General attn15; [14] General
1133 attn16; [15] General attn17; [16] General attn18; [17] General attn19;
1134 [18] General attn20; [19] General attn21; [20] Main power interrupt; [21]
1135 RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN Latched attn; [24]
1136 RBCU Latched attn; [25] RBCP Latched attn; [26] GRC Latched timeout
1137 attention; [27] GRC Latched reserved access attention; [28] MCP Latched
1138 rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP Latched
1139 ump_tx_parity; [31] MCP Latched scpad_parity; */
1140#define MISC_REG_AEU_AFTER_INVERT_4_MCP 0xa458
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00001141/* [R 32] Read fifth 32 bit after inversion of function 0. Mapped as
1142 * follows: [0] PGLUE config_space; [1] PGLUE misc_flr; [2] PGLUE B RBC
1143 * attention [3] PGLUE B RBC parity; [4] ATC attention; [5] ATC parity; [6]
1144 * CNIG attention (reserved); [7] CNIG parity (reserved); [31-8] Reserved; */
1145#define MISC_REG_AEU_AFTER_INVERT_5_FUNC_0 0xa700
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001146/* [W 14] write to this register results with the clear of the latched
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001147 signals; one in d0 clears RBCR latch; one in d1 clears RBCT latch; one in
1148 d2 clears RBCN latch; one in d3 clears RBCU latch; one in d4 clears RBCP
1149 latch; one in d5 clears GRC Latched timeout attention; one in d6 clears
1150 GRC Latched reserved access attention; one in d7 clears Latched
1151 rom_parity; one in d8 clears Latched ump_rx_parity; one in d9 clears
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001152 Latched ump_tx_parity; one in d10 clears Latched scpad_parity (both
1153 ports); one in d11 clears pxpv_misc_mps_attn; one in d12 clears
1154 pxp_misc_exp_rom_attn0; one in d13 clears pxp_misc_exp_rom_attn1; read
1155 from this register return zero */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001156#define MISC_REG_AEU_CLR_LATCH_SIGNAL 0xa45c
1157/* [RW 32] first 32b for enabling the output for function 0 output0. mapped
1158 as follows: [0] NIG attention for function0; [1] NIG attention for
1159 function1; [2] GPIO1 function 0; [3] GPIO2 function 0; [4] GPIO3 function
1160 0; [5] GPIO4 function 0; [6] GPIO1 function 1; [7] GPIO2 function 1; [8]
1161 GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event
1162 function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP
1163 Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14]
1164 SPIO4; [15] SPIO5; [16] MSI/X indication for function 0; [17] MSI/X
1165 indication for function 1; [18] BRB Parity error; [19] BRB Hw interrupt;
1166 [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23]
1167 SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26]
1168 TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29]
1169 TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */
1170#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_0 0xa06c
1171#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_1 0xa07c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001172#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_2 0xa08c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001173#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_3 0xa09c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001174#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_5 0xa0bc
1175#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_6 0xa0cc
1176#define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_7 0xa0dc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001177/* [RW 32] first 32b for enabling the output for function 1 output0. mapped
1178 as follows: [0] NIG attention for function0; [1] NIG attention for
1179 function1; [2] GPIO1 function 1; [3] GPIO2 function 1; [4] GPIO3 function
1180 1; [5] GPIO4 function 1; [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 1; [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_FUNC_1_OUT_0 0xa10c
1191#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_1 0xa11c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001192#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_2 0xa12c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001193#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_3 0xa13c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001194#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_5 0xa15c
1195#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_6 0xa16c
1196#define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_7 0xa17c
1197/* [RW 32] first 32b for enabling the output for close the gate nig. mapped
1198 as follows: [0] NIG attention for function0; [1] NIG attention for
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001199 function1; [2] GPIO1 function 0; [3] GPIO2 function 0; [4] GPIO3 function
1200 0; [5] GPIO4 function 0; [6] GPIO1 function 1; [7] GPIO2 function 1; [8]
1201 GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event
1202 function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP
1203 Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14]
1204 SPIO4; [15] SPIO5; [16] MSI/X indication for function 0; [17] MSI/X
1205 indication for function 1; [18] BRB Parity error; [19] BRB Hw interrupt;
1206 [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23]
1207 SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26]
1208 TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29]
1209 TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */
1210#define MISC_REG_AEU_ENABLE1_NIG_0 0xa0ec
1211#define MISC_REG_AEU_ENABLE1_NIG_1 0xa18c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001212/* [RW 32] first 32b for enabling the output for close the gate pxp. mapped
1213 as follows: [0] NIG attention for function0; [1] NIG attention for
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001214 function1; [2] GPIO1 function 0; [3] GPIO2 function 0; [4] GPIO3 function
1215 0; [5] GPIO4 function 0; [6] GPIO1 function 1; [7] GPIO2 function 1; [8]
1216 GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event
1217 function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP
1218 Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14]
1219 SPIO4; [15] SPIO5; [16] MSI/X indication for function 0; [17] MSI/X
1220 indication for function 1; [18] BRB Parity error; [19] BRB Hw interrupt;
1221 [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23]
1222 SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26]
1223 TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29]
1224 TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */
1225#define MISC_REG_AEU_ENABLE1_PXP_0 0xa0fc
1226#define MISC_REG_AEU_ENABLE1_PXP_1 0xa19c
1227/* [RW 32] second 32b for enabling the output for function 0 output0. mapped
1228 as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM
1229 Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw
1230 interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity
1231 error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw
1232 interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14]
1233 NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error;
1234 [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw
1235 interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM
1236 Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI
1237 Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM
1238 Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw
1239 interrupt; */
1240#define MISC_REG_AEU_ENABLE2_FUNC_0_OUT_0 0xa070
1241#define MISC_REG_AEU_ENABLE2_FUNC_0_OUT_1 0xa080
1242/* [RW 32] second 32b for enabling the output for function 1 output0. mapped
1243 as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM
1244 Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw
1245 interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity
1246 error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw
1247 interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14]
1248 NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error;
1249 [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw
1250 interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM
1251 Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI
1252 Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM
1253 Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw
1254 interrupt; */
1255#define MISC_REG_AEU_ENABLE2_FUNC_1_OUT_0 0xa110
1256#define MISC_REG_AEU_ENABLE2_FUNC_1_OUT_1 0xa120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001257/* [RW 32] second 32b for enabling the output for close the gate nig. mapped
1258 as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM
1259 Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw
1260 interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity
1261 error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw
1262 interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14]
1263 NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error;
1264 [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw
1265 interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM
1266 Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI
1267 Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM
1268 Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw
1269 interrupt; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001270#define MISC_REG_AEU_ENABLE2_NIG_0 0xa0f0
1271#define MISC_REG_AEU_ENABLE2_NIG_1 0xa190
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001272/* [RW 32] second 32b for enabling the output for close the gate pxp. mapped
1273 as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM
1274 Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw
1275 interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity
1276 error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw
1277 interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14]
1278 NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error;
1279 [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw
1280 interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM
1281 Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI
1282 Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM
1283 Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw
1284 interrupt; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001285#define MISC_REG_AEU_ENABLE2_PXP_0 0xa100
1286#define MISC_REG_AEU_ENABLE2_PXP_1 0xa1a0
1287/* [RW 32] third 32b for enabling the output for function 0 output0. mapped
1288 as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP
1289 Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error;
1290 [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw
1291 interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity
1292 error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC)
1293 Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16]
1294 pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20]
1295 MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23]
1296 SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW
1297 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3
1298 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General
1299 attn1; */
1300#define MISC_REG_AEU_ENABLE3_FUNC_0_OUT_0 0xa074
1301#define MISC_REG_AEU_ENABLE3_FUNC_0_OUT_1 0xa084
1302/* [RW 32] third 32b for enabling the output for function 1 output0. mapped
1303 as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP
1304 Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error;
1305 [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw
1306 interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity
1307 error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC)
1308 Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16]
1309 pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20]
1310 MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23]
1311 SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW
1312 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3
1313 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General
1314 attn1; */
1315#define MISC_REG_AEU_ENABLE3_FUNC_1_OUT_0 0xa114
1316#define MISC_REG_AEU_ENABLE3_FUNC_1_OUT_1 0xa124
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001317/* [RW 32] third 32b for enabling the output for close the gate nig. mapped
1318 as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP
1319 Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error;
1320 [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw
1321 interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity
1322 error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC)
1323 Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16]
1324 pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20]
1325 MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23]
1326 SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW
1327 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3
1328 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General
1329 attn1; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001330#define MISC_REG_AEU_ENABLE3_NIG_0 0xa0f4
1331#define MISC_REG_AEU_ENABLE3_NIG_1 0xa194
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001332/* [RW 32] third 32b for enabling the output for close the gate pxp. mapped
1333 as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP
1334 Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error;
1335 [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw
1336 interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity
1337 error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC)
1338 Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16]
1339 pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20]
1340 MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23]
1341 SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW
1342 timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3
1343 func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General
1344 attn1; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001345#define MISC_REG_AEU_ENABLE3_PXP_0 0xa104
1346#define MISC_REG_AEU_ENABLE3_PXP_1 0xa1a4
1347/* [RW 32] fourth 32b for enabling the output for function 0 output0.mapped
1348 as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3]
1349 General attn5; [4] General attn6; [5] General attn7; [6] General attn8;
1350 [7] General attn9; [8] General attn10; [9] General attn11; [10] General
1351 attn12; [11] General attn13; [12] General attn14; [13] General attn15;
1352 [14] General attn16; [15] General attn17; [16] General attn18; [17]
1353 General attn19; [18] General attn20; [19] General attn21; [20] Main power
1354 interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN
1355 Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC
1356 Latched timeout attention; [27] GRC Latched reserved access attention;
1357 [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP
1358 Latched ump_tx_parity; [31] MCP Latched scpad_parity; */
1359#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_0 0xa078
1360#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_2 0xa098
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001361#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_4 0xa0b8
1362#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_5 0xa0c8
1363#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_6 0xa0d8
1364#define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_7 0xa0e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001365/* [RW 32] fourth 32b for enabling the output for function 1 output0.mapped
1366 as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3]
1367 General attn5; [4] General attn6; [5] General attn7; [6] General attn8;
1368 [7] General attn9; [8] General attn10; [9] General attn11; [10] General
1369 attn12; [11] General attn13; [12] General attn14; [13] General attn15;
1370 [14] General attn16; [15] General attn17; [16] General attn18; [17]
1371 General attn19; [18] General attn20; [19] General attn21; [20] Main power
1372 interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN
1373 Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC
1374 Latched timeout attention; [27] GRC Latched reserved access attention;
1375 [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP
1376 Latched ump_tx_parity; [31] MCP Latched scpad_parity; */
1377#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_0 0xa118
1378#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_2 0xa138
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001379#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_4 0xa158
1380#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_5 0xa168
1381#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_6 0xa178
1382#define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_7 0xa188
1383/* [RW 32] fourth 32b for enabling the output for close the gate nig.mapped
1384 as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3]
1385 General attn5; [4] General attn6; [5] General attn7; [6] General attn8;
1386 [7] General attn9; [8] General attn10; [9] General attn11; [10] General
1387 attn12; [11] General attn13; [12] General attn14; [13] General attn15;
1388 [14] General attn16; [15] General attn17; [16] General attn18; [17]
1389 General attn19; [18] General attn20; [19] General attn21; [20] Main power
1390 interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN
1391 Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC
1392 Latched timeout attention; [27] GRC Latched reserved access attention;
1393 [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP
1394 Latched ump_tx_parity; [31] MCP Latched scpad_parity; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001395#define MISC_REG_AEU_ENABLE4_NIG_0 0xa0f8
1396#define MISC_REG_AEU_ENABLE4_NIG_1 0xa198
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001397/* [RW 32] fourth 32b for enabling the output for close the gate pxp.mapped
1398 as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3]
1399 General attn5; [4] General attn6; [5] General attn7; [6] General attn8;
1400 [7] General attn9; [8] General attn10; [9] General attn11; [10] General
1401 attn12; [11] General attn13; [12] General attn14; [13] General attn15;
1402 [14] General attn16; [15] General attn17; [16] General attn18; [17]
1403 General attn19; [18] General attn20; [19] General attn21; [20] Main power
1404 interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN
1405 Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC
1406 Latched timeout attention; [27] GRC Latched reserved access attention;
1407 [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP
1408 Latched ump_tx_parity; [31] MCP Latched scpad_parity; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001409#define MISC_REG_AEU_ENABLE4_PXP_0 0xa108
1410#define MISC_REG_AEU_ENABLE4_PXP_1 0xa1a8
Dmitry Kravkovf2eaeb52011-09-22 02:33:31 +00001411/* [RW 32] fifth 32b for enabling the output for function 0 output0. Mapped
1412 * as follows: [0] PGLUE config_space; [1] PGLUE misc_flr; [2] PGLUE B RBC
1413 * attention [3] PGLUE B RBC parity; [4] ATC attention; [5] ATC parity; [6]
1414 * mstat0 attention; [7] mstat0 parity; [8] mstat1 attention; [9] mstat1
1415 * parity; [31-10] Reserved; */
1416#define MISC_REG_AEU_ENABLE5_FUNC_0_OUT_0 0xa688
1417/* [RW 32] Fifth 32b for enabling the output for function 1 output0. Mapped
1418 * as follows: [0] PGLUE config_space; [1] PGLUE misc_flr; [2] PGLUE B RBC
1419 * attention [3] PGLUE B RBC parity; [4] ATC attention; [5] ATC parity; [6]
1420 * mstat0 attention; [7] mstat0 parity; [8] mstat1 attention; [9] mstat1
1421 * parity; [31-10] Reserved; */
1422#define MISC_REG_AEU_ENABLE5_FUNC_1_OUT_0 0xa6b0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001423/* [RW 1] set/clr general attention 0; this will set/clr bit 94 in the aeu
1424 128 bit vector */
1425#define MISC_REG_AEU_GENERAL_ATTN_0 0xa000
1426#define MISC_REG_AEU_GENERAL_ATTN_1 0xa004
1427#define MISC_REG_AEU_GENERAL_ATTN_10 0xa028
1428#define MISC_REG_AEU_GENERAL_ATTN_11 0xa02c
1429#define MISC_REG_AEU_GENERAL_ATTN_12 0xa030
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001430#define MISC_REG_AEU_GENERAL_ATTN_2 0xa008
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001431#define MISC_REG_AEU_GENERAL_ATTN_3 0xa00c
1432#define MISC_REG_AEU_GENERAL_ATTN_4 0xa010
1433#define MISC_REG_AEU_GENERAL_ATTN_5 0xa014
1434#define MISC_REG_AEU_GENERAL_ATTN_6 0xa018
Eliezer Tamirf1410642008-02-28 11:51:50 -08001435#define MISC_REG_AEU_GENERAL_ATTN_7 0xa01c
1436#define MISC_REG_AEU_GENERAL_ATTN_8 0xa020
1437#define MISC_REG_AEU_GENERAL_ATTN_9 0xa024
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001438#define MISC_REG_AEU_GENERAL_MASK 0xa61c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001439/* [RW 32] first 32b for inverting the input for function 0; for each bit:
1440 0= do not invert; 1= invert; mapped as follows: [0] NIG attention for
1441 function0; [1] NIG attention for function1; [2] GPIO1 mcp; [3] GPIO2 mcp;
1442 [4] GPIO3 mcp; [5] GPIO4 mcp; [6] GPIO1 function 1; [7] GPIO2 function 1;
1443 [8] GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event
1444 function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP
1445 Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14]
1446 SPIO4; [15] SPIO5; [16] MSI/X indication for mcp; [17] MSI/X indication
1447 for function 1; [18] BRB Parity error; [19] BRB Hw interrupt; [20] PRS
1448 Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] SRC Hw
1449 interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26] TCM
1450 Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29] TSEMI
1451 Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */
1452#define MISC_REG_AEU_INVERTER_1_FUNC_0 0xa22c
1453#define MISC_REG_AEU_INVERTER_1_FUNC_1 0xa23c
1454/* [RW 32] second 32b for inverting the input for function 0; for each bit:
1455 0= do not invert; 1= invert. mapped as follows: [0] PBClient Parity
1456 error; [1] PBClient Hw interrupt; [2] QM Parity error; [3] QM Hw
1457 interrupt; [4] Timers Parity error; [5] Timers Hw interrupt; [6] XSDM
1458 Parity error; [7] XSDM Hw interrupt; [8] XCM Parity error; [9] XCM Hw
1459 interrupt; [10] XSEMI Parity error; [11] XSEMI Hw interrupt; [12]
1460 DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14] NIG Parity
1461 error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error; [17] Vaux
1462 PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw interrupt;
1463 [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM Parity error;
1464 [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI Hw interrupt;
1465 [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM Parity error;
1466 [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw interrupt; */
1467#define MISC_REG_AEU_INVERTER_2_FUNC_0 0xa230
1468#define MISC_REG_AEU_INVERTER_2_FUNC_1 0xa240
1469/* [RW 10] [7:0] = mask 8 attention output signals toward IGU function0;
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001470 [9:8] = raserved. Zero = mask; one = unmask */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001471#define MISC_REG_AEU_MASK_ATTN_FUNC_0 0xa060
1472#define MISC_REG_AEU_MASK_ATTN_FUNC_1 0xa064
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001473/* [RW 1] If set a system kill occurred */
1474#define MISC_REG_AEU_SYS_KILL_OCCURRED 0xa610
1475/* [RW 32] Represent the status of the input vector to the AEU when a system
1476 kill occurred. The register is reset in por reset. Mapped as follows: [0]
1477 NIG attention for function0; [1] NIG attention for function1; [2] GPIO1
1478 mcp; [3] GPIO2 mcp; [4] GPIO3 mcp; [5] GPIO4 mcp; [6] GPIO1 function 1;
1479 [7] GPIO2 function 1; [8] GPIO3 function 1; [9] GPIO4 function 1; [10]
1480 PCIE glue/PXP VPD event function0; [11] PCIE glue/PXP VPD event
1481 function1; [12] PCIE glue/PXP Expansion ROM event0; [13] PCIE glue/PXP
1482 Expansion ROM event1; [14] SPIO4; [15] SPIO5; [16] MSI/X indication for
1483 mcp; [17] MSI/X indication for function 1; [18] BRB Parity error; [19]
1484 BRB Hw interrupt; [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC
1485 Parity error; [23] SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw
1486 interrupt; [26] TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI
1487 Parity error; [29] TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw
1488 interrupt; */
1489#define MISC_REG_AEU_SYS_KILL_STATUS_0 0xa600
1490#define MISC_REG_AEU_SYS_KILL_STATUS_1 0xa604
1491#define MISC_REG_AEU_SYS_KILL_STATUS_2 0xa608
1492#define MISC_REG_AEU_SYS_KILL_STATUS_3 0xa60c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001493/* [R 4] This field indicates the type of the device. '0' - 2 Ports; '1' - 1
1494 Port. */
1495#define MISC_REG_BOND_ID 0xa400
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001496/* [R 16] These bits indicate the part number for the chip. */
1497#define MISC_REG_CHIP_NUM 0xa408
1498/* [R 4] These bits indicate the base revision of the chip. This value
1499 starts at 0x0 for the A0 tape-out and increments by one for each
1500 all-layer tape-out. */
1501#define MISC_REG_CHIP_REV 0xa40c
Barak Witkowski7e8e02d2012-04-03 18:41:28 +00001502/* [R 14] otp_misc_do[100:0] spare bits collection: 13:11-
1503 * otp_misc_do[100:98]; 10:7 - otp_misc_do[87:84]; 6:3 - otp_misc_do[75:72];
1504 * 2:1 - otp_misc_do[51:50]; 0 - otp_misc_do[1]. */
1505#define MISC_REG_CHIP_TYPE 0xac60
1506#define MISC_REG_CHIP_TYPE_57811_MASK (1<<1)
Yuval Mintzc8c60d82012-06-06 17:13:07 +00001507#define MISC_REG_CPMU_LP_DR_ENABLE 0xa858
1508/* [RW 1] FW EEE LPI Enable. When 1 indicates that EEE LPI mode is enabled
1509 * by FW. When 0 indicates that the EEE LPI mode is disabled by FW. Clk
1510 * 25MHz. Reset on hard reset. */
1511#define MISC_REG_CPMU_LP_FW_ENABLE_P0 0xa84c
1512/* [RW 32] EEE LPI Idle Threshold. The threshold value for the idle EEE LPI
1513 * counter. Timer tick is 1 us. Clock 25MHz. Reset on hard reset. */
1514#define MISC_REG_CPMU_LP_IDLE_THR_P0 0xa8a0
1515/* [RW 18] LPI entry events mask. [0] - Vmain SM Mask. When 1 indicates that
1516 * the Vmain SM end state is disabled. When 0 indicates that the Vmain SM
1517 * end state is enabled. [1] - FW Queues Empty Mask. When 1 indicates that
1518 * the FW command that all Queues are empty is disabled. When 0 indicates
1519 * that the FW command that all Queues are empty is enabled. [2] - FW Early
1520 * Exit Mask / Reserved (Entry mask). When 1 indicates that the FW Early
1521 * Exit command is disabled. When 0 indicates that the FW Early Exit command
1522 * is enabled. This bit applicable only in the EXIT Events Mask registers.
1523 * [3] - PBF Request Mask. When 1 indicates that the PBF Request indication
1524 * is disabled. When 0 indicates that the PBF Request indication is enabled.
1525 * [4] - Tx Request Mask. When =1 indicates that the Tx other Than PBF
1526 * Request indication is disabled. When 0 indicates that the Tx Other Than
1527 * PBF Request indication is enabled. [5] - Rx EEE LPI Status Mask. When 1
1528 * indicates that the RX EEE LPI Status indication is disabled. When 0
1529 * indicates that the RX EEE LPI Status indication is enabled. In the EXIT
1530 * Events Masks registers; this bit masks the falling edge detect of the LPI
1531 * Status (Rx LPI is on - off). [6] - Tx Pause Mask. When 1 indicates that
1532 * the Tx Pause indication is disabled. When 0 indicates that the Tx Pause
1533 * indication is enabled. [7] - BRB1 Empty Mask. When 1 indicates that the
1534 * BRB1 EMPTY indication is disabled. When 0 indicates that the BRB1 EMPTY
1535 * indication is enabled. [8] - QM Idle Mask. When 1 indicates that the QM
1536 * IDLE indication is disabled. When 0 indicates that the QM IDLE indication
1537 * is enabled. (One bit for both VOQ0 and VOQ1). [9] - QM LB Idle Mask. When
1538 * 1 indicates that the QM IDLE indication for LOOPBACK is disabled. When 0
1539 * indicates that the QM IDLE indication for LOOPBACK is enabled. [10] - L1
1540 * Status Mask. When 1 indicates that the L1 Status indication from the PCIE
1541 * CORE is disabled. When 0 indicates that the RX EEE LPI Status indication
1542 * from the PCIE CORE is enabled. In the EXIT Events Masks registers; this
1543 * bit masks the falling edge detect of the L1 status (L1 is on - off). [11]
1544 * - P0 E0 EEE EEE LPI REQ Mask. When =1 indicates that the P0 E0 EEE EEE
1545 * LPI REQ indication is disabled. When =0 indicates that the P0 E0 EEE LPI
1546 * REQ indication is enabled. [12] - P1 E0 EEE LPI REQ Mask. When =1
1547 * indicates that the P0 EEE LPI REQ indication is disabled. When =0
1548 * indicates that the P0 EEE LPI REQ indication is enabled. [13] - P0 E1 EEE
1549 * LPI REQ Mask. When =1 indicates that the P0 EEE LPI REQ indication is
1550 * disabled. When =0 indicates that the P0 EEE LPI REQ indication is
1551 * enabled. [14] - P1 E1 EEE LPI REQ Mask. When =1 indicates that the P0 EEE
1552 * LPI REQ indication is disabled. When =0 indicates that the P0 EEE LPI REQ
1553 * indication is enabled. [15] - L1 REQ Mask. When =1 indicates that the L1
1554 * REQ indication is disabled. When =0 indicates that the L1 indication is
1555 * enabled. [16] - Rx EEE LPI Status Edge Detect Mask. When =1 indicates
1556 * that the RX EEE LPI Status Falling Edge Detect indication is disabled (Rx
1557 * EEE LPI is on - off). When =0 indicates that the RX EEE LPI Status
1558 * Falling Edge Detec indication is enabled (Rx EEE LPI is on - off). This
1559 * bit is applicable only in the EXIT Events Masks registers. [17] - L1
1560 * Status Edge Detect Mask. When =1 indicates that the L1 Status Falling
1561 * Edge Detect indication from the PCIE CORE is disabled (L1 is on - off).
1562 * When =0 indicates that the L1 Status Falling Edge Detect indication from
1563 * the PCIE CORE is enabled (L1 is on - off). This bit is applicable only in
1564 * the EXIT Events Masks registers. Clock 25MHz. Reset on hard reset. */
1565#define MISC_REG_CPMU_LP_MASK_ENT_P0 0xa880
1566/* [RW 18] EEE LPI exit events mask. [0] - Vmain SM Mask. When 1 indicates
1567 * that the Vmain SM end state is disabled. When 0 indicates that the Vmain
1568 * SM end state is enabled. [1] - FW Queues Empty Mask. When 1 indicates
1569 * that the FW command that all Queues are empty is disabled. When 0
1570 * indicates that the FW command that all Queues are empty is enabled. [2] -
1571 * FW Early Exit Mask / Reserved (Entry mask). When 1 indicates that the FW
1572 * Early Exit command is disabled. When 0 indicates that the FW Early Exit
1573 * command is enabled. This bit applicable only in the EXIT Events Mask
1574 * registers. [3] - PBF Request Mask. When 1 indicates that the PBF Request
1575 * indication is disabled. When 0 indicates that the PBF Request indication
1576 * is enabled. [4] - Tx Request Mask. When =1 indicates that the Tx other
1577 * Than PBF Request indication is disabled. When 0 indicates that the Tx
1578 * Other Than PBF Request indication is enabled. [5] - Rx EEE LPI Status
1579 * Mask. When 1 indicates that the RX EEE LPI Status indication is disabled.
1580 * When 0 indicates that the RX LPI Status indication is enabled. In the
1581 * EXIT Events Masks registers; this bit masks the falling edge detect of
1582 * the EEE LPI Status (Rx EEE LPI is on - off). [6] - Tx Pause Mask. When 1
1583 * indicates that the Tx Pause indication is disabled. When 0 indicates that
1584 * the Tx Pause indication is enabled. [7] - BRB1 Empty Mask. When 1
1585 * indicates that the BRB1 EMPTY indication is disabled. When 0 indicates
1586 * that the BRB1 EMPTY indication is enabled. [8] - QM Idle Mask. When 1
1587 * indicates that the QM IDLE indication is disabled. When 0 indicates that
1588 * the QM IDLE indication is enabled. (One bit for both VOQ0 and VOQ1). [9]
1589 * - QM LB Idle Mask. When 1 indicates that the QM IDLE indication for
1590 * LOOPBACK is disabled. When 0 indicates that the QM IDLE indication for
1591 * LOOPBACK is enabled. [10] - L1 Status Mask. When 1 indicates that the L1
1592 * Status indication from the PCIE CORE is disabled. When 0 indicates that
1593 * the RX EEE LPI Status indication from the PCIE CORE is enabled. In the
1594 * EXIT Events Masks registers; this bit masks the falling edge detect of
1595 * the L1 status (L1 is on - off). [11] - P0 E0 EEE EEE LPI REQ Mask. When
1596 * =1 indicates that the P0 E0 EEE EEE LPI REQ indication is disabled. When
1597 * =0 indicates that the P0 E0 EEE LPI REQ indication is enabled. [12] - P1
1598 * E0 EEE LPI REQ Mask. When =1 indicates that the P0 EEE LPI REQ indication
1599 * is disabled. When =0 indicates that the P0 EEE LPI REQ indication is
1600 * enabled. [13] - P0 E1 EEE LPI REQ Mask. When =1 indicates that the P0 EEE
1601 * LPI REQ indication is disabled. When =0 indicates that the P0 EEE LPI REQ
1602 * indication is enabled. [14] - P1 E1 EEE LPI REQ Mask. When =1 indicates
1603 * that the P0 EEE LPI REQ indication is disabled. When =0 indicates that
1604 * the P0 EEE LPI REQ indication is enabled. [15] - L1 REQ Mask. When =1
1605 * indicates that the L1 REQ indication is disabled. When =0 indicates that
1606 * the L1 indication is enabled. [16] - Rx EEE LPI Status Edge Detect Mask.
1607 * When =1 indicates that the RX EEE LPI Status Falling Edge Detect
1608 * indication is disabled (Rx EEE LPI is on - off). When =0 indicates that
1609 * the RX EEE LPI Status Falling Edge Detec indication is enabled (Rx EEE
1610 * LPI is on - off). This bit is applicable only in the EXIT Events Masks
1611 * registers. [17] - L1 Status Edge Detect Mask. When =1 indicates that the
1612 * L1 Status Falling Edge Detect indication from the PCIE CORE is disabled
1613 * (L1 is on - off). When =0 indicates that the L1 Status Falling Edge
1614 * Detect indication from the PCIE CORE is enabled (L1 is on - off). This
1615 * bit is applicable only in the EXIT Events Masks registers.Clock 25MHz.
1616 * Reset on hard reset. */
1617#define MISC_REG_CPMU_LP_MASK_EXT_P0 0xa888
1618/* [RW 16] EEE LPI Entry Events Counter. A statistic counter with the number
1619 * of counts that the SM entered the EEE LPI state. Clock 25MHz. Read only
1620 * register. Reset on hard reset. */
1621#define MISC_REG_CPMU_LP_SM_ENT_CNT_P0 0xa8b8
Yuval Mintzc20cd5d2012-07-23 21:16:06 +00001622/* [RW 16] EEE LPI Entry Events Counter. A statistic counter with the number
1623 * of counts that the SM entered the EEE LPI state. Clock 25MHz. Read only
1624 * register. Reset on hard reset. */
1625#define MISC_REG_CPMU_LP_SM_ENT_CNT_P1 0xa8bc
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001626/* [RW 32] The following driver registers(1...16) represent 16 drivers and
1627 32 clients. Each client can be controlled by one driver only. One in each
1628 bit represent that this driver control the appropriate client (Ex: bit 5
1629 is set means this driver control client number 5). addr1 = set; addr0 =
1630 clear; read from both addresses will give the same result = status. write
1631 to address 1 will set a request to control all the clients that their
1632 appropriate bit (in the write command) is set. if the client is free (the
1633 appropriate bit in all the other drivers is clear) one will be written to
1634 that driver register; if the client isn't free the bit will remain zero.
1635 if the appropriate bit is set (the driver request to gain control on a
1636 client it already controls the ~MISC_REGISTERS_INT_STS.GENERIC_SW
1637 interrupt will be asserted). write to address 0 will set a request to
1638 free all the clients that their appropriate bit (in the write command) is
1639 set. if the appropriate bit is clear (the driver request to free a client
1640 it doesn't controls the ~MISC_REGISTERS_INT_STS.GENERIC_SW interrupt will
1641 be asserted). */
Eliezer Tamirf1410642008-02-28 11:51:50 -08001642#define MISC_REG_DRIVER_CONTROL_1 0xa510
Yitchak Gertner4a37fb62008-08-13 15:50:23 -07001643#define MISC_REG_DRIVER_CONTROL_7 0xa3c8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001644/* [RW 1] e1hmf for WOL. If clr WOL signal o the PXP will be send on bit 0
1645 only. */
1646#define MISC_REG_E1HMF_MODE 0xa5f8
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00001647/* [R 1] Status of four port mode path swap input pin. */
1648#define MISC_REG_FOUR_PORT_PATH_SWAP 0xa75c
1649/* [RW 2] 4 port path swap overwrite.[0] - Overwrite control; if it is 0 -
1650 the path_swap output is equal to 4 port mode path swap input pin; if it
1651 is 1 - the path_swap output is equal to bit[1] of this register; [1] -
1652 Overwrite value. If bit[0] of this register is 1 this is the value that
1653 receives the path_swap output. Reset on Hard reset. */
1654#define MISC_REG_FOUR_PORT_PATH_SWAP_OVWR 0xa738
1655/* [R 1] Status of 4 port mode port swap input pin. */
1656#define MISC_REG_FOUR_PORT_PORT_SWAP 0xa754
1657/* [RW 2] 4 port port swap overwrite.[0] - Overwrite control; if it is 0 -
1658 the port_swap output is equal to 4 port mode port swap input pin; if it
1659 is 1 - the port_swap output is equal to bit[1] of this register; [1] -
1660 Overwrite value. If bit[0] of this register is 1 this is the value that
1661 receives the port_swap output. Reset on Hard reset. */
1662#define MISC_REG_FOUR_PORT_PORT_SWAP_OVWR 0xa734
Eilon Greensteinca003922009-08-12 22:53:28 -07001663/* [RW 32] Debug only: spare RW register reset by core reset */
1664#define MISC_REG_GENERIC_CR_0 0xa460
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00001665#define MISC_REG_GENERIC_CR_1 0xa464
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00001666/* [RW 32] Debug only: spare RW register reset by por reset */
1667#define MISC_REG_GENERIC_POR_1 0xa474
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00001668/* [RW 32] Bit[0]: EPIO MODE SEL: Setting this bit to 1 will allow SW/FW to
1669 use all of the 32 Extended GPIO pins. Without setting this bit; an EPIO
1670 can not be configured as an output. Each output has its output enable in
1671 the MCP register space; but this bit needs to be set to make use of that.
1672 Bit[3:1] spare. Bit[4]: WCVTMON_PWRDN: Powerdown for Warpcore VTMON. When
1673 set to 1 - Powerdown. Bit[5]: WCVTMON_RESETB: Reset for Warpcore VTMON.
1674 When set to 0 - vTMON is in reset. Bit[6]: setting this bit will change
1675 the i/o to an output and will drive the TimeSync output. Bit[31:7]:
1676 spare. Global register. Reset by hard reset. */
1677#define MISC_REG_GEN_PURP_HWG 0xa9a0
Eliezer Tamirf1410642008-02-28 11:51:50 -08001678/* [RW 32] GPIO. [31-28] FLOAT port 0; [27-24] FLOAT port 0; When any of
1679 these bits is written as a '1'; the corresponding SPIO bit will turn off
1680 it's drivers and become an input. This is the reset state of all GPIO
1681 pins. The read value of these bits will be a '1' if that last command
1682 (#SET; #CLR; or #FLOAT) for this bit was a #FLOAT. (reset value 0xff).
1683 [23-20] CLR port 1; 19-16] CLR port 0; When any of these bits is written
1684 as a '1'; the corresponding GPIO bit will drive low. The read value of
1685 these bits will be a '1' if that last command (#SET; #CLR; or #FLOAT) for
1686 this bit was a #CLR. (reset value 0). [15-12] SET port 1; 11-8] port 0;
1687 SET When any of these bits is written as a '1'; the corresponding GPIO
1688 bit will drive high (if it has that capability). The read value of these
1689 bits will be a '1' if that last command (#SET; #CLR; or #FLOAT) for this
1690 bit was a #SET. (reset value 0). [7-4] VALUE port 1; [3-0] VALUE port 0;
1691 RO; These bits indicate the read value of each of the eight GPIO pins.
1692 This is the result value of the pin; not the drive value. Writing these
1693 bits will have not effect. */
1694#define MISC_REG_GPIO 0xa490
Eilon Greenstein4acac6a2009-02-12 08:36:52 +00001695/* [RW 8] These bits enable the GPIO_INTs to signals event to the
1696 IGU/MCP.according to the following map: [0] p0_gpio_0; [1] p0_gpio_1; [2]
1697 p0_gpio_2; [3] p0_gpio_3; [4] p1_gpio_0; [5] p1_gpio_1; [6] p1_gpio_2;
1698 [7] p1_gpio_3; */
1699#define MISC_REG_GPIO_EVENT_EN 0xa2bc
1700/* [RW 32] GPIO INT. [31-28] OLD_CLR port1; [27-24] OLD_CLR port0; Writing a
1701 '1' to these bit clears the corresponding bit in the #OLD_VALUE register.
1702 This will acknowledge an interrupt on the falling edge of corresponding
1703 GPIO input (reset value 0). [23-16] OLD_SET [23-16] port1; OLD_SET port0;
1704 Writing a '1' to these bit sets the corresponding bit in the #OLD_VALUE
1705 register. This will acknowledge an interrupt on the rising edge of
1706 corresponding SPIO input (reset value 0). [15-12] OLD_VALUE [11-8] port1;
1707 OLD_VALUE port0; RO; These bits indicate the old value of the GPIO input
1708 value. When the ~INT_STATE bit is set; this bit indicates the OLD value
1709 of the pin such that if ~INT_STATE is set and this bit is '0'; then the
1710 interrupt is due to a low to high edge. If ~INT_STATE is set and this bit
1711 is '1'; then the interrupt is due to a high to low edge (reset value 0).
1712 [7-4] INT_STATE port1; [3-0] INT_STATE RO port0; These bits indicate the
1713 current GPIO interrupt state for each GPIO pin. This bit is cleared when
1714 the appropriate #OLD_SET or #OLD_CLR command bit is written. This bit is
1715 set when the GPIO input does not match the current value in #OLD_VALUE
1716 (reset value 0). */
1717#define MISC_REG_GPIO_INT 0xa494
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001718/* [R 28] this field hold the last information that caused reserved
1719 attention. bits [19:0] - address; [22:20] function; [23] reserved;
Eilon Greenstein33471622008-08-13 15:59:08 -07001720 [27:24] the master that caused the attention - according to the following
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001721 encodeing:1 = pxp; 2 = mcp; 3 = usdm; 4 = tsdm; 5 = xsdm; 6 = csdm; 7 =
1722 dbu; 8 = dmae */
1723#define MISC_REG_GRC_RSV_ATTN 0xa3c0
1724/* [R 28] this field hold the last information that caused timeout
1725 attention. bits [19:0] - address; [22:20] function; [23] reserved;
Eilon Greenstein33471622008-08-13 15:59:08 -07001726 [27:24] the master that caused the attention - according to the following
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001727 encodeing:1 = pxp; 2 = mcp; 3 = usdm; 4 = tsdm; 5 = xsdm; 6 = csdm; 7 =
1728 dbu; 8 = dmae */
1729#define MISC_REG_GRC_TIMEOUT_ATTN 0xa3c4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001730/* [RW 1] Setting this bit enables a timer in the GRC block to timeout any
1731 access that does not finish within
1732 ~misc_registers_grc_timout_val.grc_timeout_val cycles. When this bit is
1733 cleared; this timeout is disabled. If this timeout occurs; the GRC shall
1734 assert it attention output. */
1735#define MISC_REG_GRC_TIMEOUT_EN 0xa280
1736/* [RW 28] 28 LSB of LCPLL first register; reset val = 521. inside order of
1737 the bits is: [2:0] OAC reset value 001) CML output buffer bias control;
1738 111 for +40%; 011 for +20%; 001 for 0%; 000 for -20%. [5:3] Icp_ctrl
1739 (reset value 001) Charge pump current control; 111 for 720u; 011 for
1740 600u; 001 for 480u and 000 for 360u. [7:6] Bias_ctrl (reset value 00)
1741 Global bias control; When bit 7 is high bias current will be 10 0gh; When
1742 bit 6 is high bias will be 100w; Valid values are 00; 10; 01. [10:8]
1743 Pll_observe (reset value 010) Bits to control observability. bit 10 is
1744 for test bias; bit 9 is for test CK; bit 8 is test Vc. [12:11] Vth_ctrl
1745 (reset value 00) Comparator threshold control. 00 for 0.6V; 01 for 0.54V
1746 and 10 for 0.66V. [13] pllSeqStart (reset value 0) Enables VCO tuning
1747 sequencer: 1= sequencer disabled; 0= sequencer enabled (inverted
1748 internally). [14] reserved (reset value 0) Reset for VCO sequencer is
1749 connected to RESET input directly. [15] capRetry_en (reset value 0)
1750 enable retry on cap search failure (inverted). [16] freqMonitor_e (reset
1751 value 0) bit to continuously monitor vco freq (inverted). [17]
1752 freqDetRestart_en (reset value 0) bit to enable restart when not freq
1753 locked (inverted). [18] freqDetRetry_en (reset value 0) bit to enable
1754 retry on freq det failure(inverted). [19] pllForceFdone_en (reset value
1755 0) bit to enable pllForceFdone & pllForceFpass into pllSeq. [20]
1756 pllForceFdone (reset value 0) bit to force freqDone. [21] pllForceFpass
1757 (reset value 0) bit to force freqPass. [22] pllForceDone_en (reset value
1758 0) bit to enable pllForceCapDone. [23] pllForceCapDone (reset value 0)
1759 bit to force capDone. [24] pllForceCapPass_en (reset value 0) bit to
1760 enable pllForceCapPass. [25] pllForceCapPass (reset value 0) bit to force
1761 capPass. [26] capRestart (reset value 0) bit to force cap sequencer to
1762 restart. [27] capSelectM_en (reset value 0) bit to enable cap select
1763 register bits. */
1764#define MISC_REG_LCPLL_CTRL_1 0xa2a4
1765#define MISC_REG_LCPLL_CTRL_REG_2 0xa2a8
Yaniv Rosnerb76070b2011-11-28 00:49:47 +00001766/* [RW 1] LCPLL power down. Global register. Active High. Reset on POR
1767 * reset. */
1768#define MISC_REG_LCPLL_E40_PWRDWN 0xaa74
1769/* [RW 1] LCPLL VCO reset. Global register. Active Low Reset on POR reset. */
1770#define MISC_REG_LCPLL_E40_RESETB_ANA 0xaa78
1771/* [RW 1] LCPLL post-divider reset. Global register. Active Low Reset on POR
1772 * reset. */
1773#define MISC_REG_LCPLL_E40_RESETB_DIG 0xaa7c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001774/* [RW 4] Interrupt mask register #0 read/write */
1775#define MISC_REG_MISC_INT_MASK 0xa388
1776/* [RW 1] Parity mask register #0 read/write */
1777#define MISC_REG_MISC_PRTY_MASK 0xa398
Eliezer Tamirf1410642008-02-28 11:51:50 -08001778/* [R 1] Parity register #0 read */
1779#define MISC_REG_MISC_PRTY_STS 0xa38c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00001780/* [RC 1] Parity register #0 read clear */
1781#define MISC_REG_MISC_PRTY_STS_CLR 0xa390
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001782#define MISC_REG_NIG_WOL_P0 0xa270
1783#define MISC_REG_NIG_WOL_P1 0xa274
1784/* [R 1] If set indicate that the pcie_rst_b was asserted without perst
1785 assertion */
1786#define MISC_REG_PCIE_HOT_RESET 0xa618
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001787/* [RW 32] 32 LSB of storm PLL first register; reset val = 0x 071d2911.
1788 inside order of the bits is: [0] P1 divider[0] (reset value 1); [1] P1
1789 divider[1] (reset value 0); [2] P1 divider[2] (reset value 0); [3] P1
1790 divider[3] (reset value 0); [4] P2 divider[0] (reset value 1); [5] P2
1791 divider[1] (reset value 0); [6] P2 divider[2] (reset value 0); [7] P2
1792 divider[3] (reset value 0); [8] ph_det_dis (reset value 1); [9]
1793 freq_det_dis (reset value 0); [10] Icpx[0] (reset value 0); [11] Icpx[1]
1794 (reset value 1); [12] Icpx[2] (reset value 0); [13] Icpx[3] (reset value
1795 1); [14] Icpx[4] (reset value 0); [15] Icpx[5] (reset value 0); [16]
1796 Rx[0] (reset value 1); [17] Rx[1] (reset value 0); [18] vc_en (reset
1797 value 1); [19] vco_rng[0] (reset value 1); [20] vco_rng[1] (reset value
1798 1); [21] Kvco_xf[0] (reset value 0); [22] Kvco_xf[1] (reset value 0);
1799 [23] Kvco_xf[2] (reset value 0); [24] Kvco_xs[0] (reset value 1); [25]
1800 Kvco_xs[1] (reset value 1); [26] Kvco_xs[2] (reset value 1); [27]
1801 testd_en (reset value 0); [28] testd_sel[0] (reset value 0); [29]
1802 testd_sel[1] (reset value 0); [30] testd_sel[2] (reset value 0); [31]
1803 testa_en (reset value 0); */
1804#define MISC_REG_PLL_STORM_CTRL_1 0xa294
1805#define MISC_REG_PLL_STORM_CTRL_2 0xa298
1806#define MISC_REG_PLL_STORM_CTRL_3 0xa29c
1807#define MISC_REG_PLL_STORM_CTRL_4 0xa2a0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00001808/* [R 1] Status of 4 port mode enable input pin. */
1809#define MISC_REG_PORT4MODE_EN 0xa750
1810/* [RW 2] 4 port mode enable overwrite.[0] - Overwrite control; if it is 0 -
1811 * the port4mode_en output is equal to 4 port mode input pin; if it is 1 -
1812 * the port4mode_en output is equal to bit[1] of this register; [1] -
1813 * Overwrite value. If bit[0] of this register is 1 this is the value that
1814 * receives the port4mode_en output . */
1815#define MISC_REG_PORT4MODE_EN_OVWR 0xa720
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001816/* [RW 32] reset reg#2; rite/read one = the specific block is out of reset;
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001817 write/read zero = the specific block is in reset; addr 0-wr- the write
1818 value will be written to the register; addr 1-set - one will be written
1819 to all the bits that have the value of one in the data written (bits that
1820 have the value of zero will not be change) ; addr 2-clear - zero will be
1821 written to all the bits that have the value of one in the data written
1822 (bits that have the value of zero will not be change); addr 3-ignore;
1823 read ignore from all addr except addr 00; inside order of the bits is:
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001824 [0] rst_bmac0; [1] rst_bmac1; [2] rst_emac0; [3] rst_emac1; [4] rst_grc;
1825 [5] rst_mcp_n_reset_reg_hard_core; [6] rst_ mcp_n_hard_core_rst_b; [7]
1826 rst_ mcp_n_reset_cmn_cpu; [8] rst_ mcp_n_reset_cmn_core; [9] rst_rbcn;
1827 [10] rst_dbg; [11] rst_misc_core; [12] rst_dbue (UART); [13]
1828 Pci_resetmdio_n; [14] rst_emac0_hard_core; [15] rst_emac1_hard_core; 16]
1829 rst_pxp_rq_rd_wr; 31:17] reserved */
Yuval Mintz452427b2012-03-26 20:47:07 +00001830#define MISC_REG_RESET_REG_1 0xa580
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001831#define MISC_REG_RESET_REG_2 0xa590
1832/* [RW 20] 20 bit GRC address where the scratch-pad of the MCP that is
1833 shared with the driver resides */
1834#define MISC_REG_SHARED_MEM_ADDR 0xa2b4
Eliezer Tamirf1410642008-02-28 11:51:50 -08001835/* [RW 32] SPIO. [31-24] FLOAT When any of these bits is written as a '1';
1836 the corresponding SPIO bit will turn off it's drivers and become an
1837 input. This is the reset state of all SPIO pins. The read value of these
1838 bits will be a '1' if that last command (#SET; #CL; or #FLOAT) for this
1839 bit was a #FLOAT. (reset value 0xff). [23-16] CLR When any of these bits
1840 is written as a '1'; the corresponding SPIO bit will drive low. The read
1841 value of these bits will be a '1' if that last command (#SET; #CLR; or
1842#FLOAT) for this bit was a #CLR. (reset value 0). [15-8] SET When any of
1843 these bits is written as a '1'; the corresponding SPIO bit will drive
1844 high (if it has that capability). The read value of these bits will be a
1845 '1' if that last command (#SET; #CLR; or #FLOAT) for this bit was a #SET.
1846 (reset value 0). [7-0] VALUE RO; These bits indicate the read value of
1847 each of the eight SPIO pins. This is the result value of the pin; not the
1848 drive value. Writing these bits will have not effect. Each 8 bits field
1849 is divided as follows: [0] VAUX Enable; when pulsed low; enables supply
1850 from VAUX. (This is an output pin only; the FLOAT field is not applicable
1851 for this pin); [1] VAUX Disable; when pulsed low; disables supply form
1852 VAUX. (This is an output pin only; FLOAT field is not applicable for this
1853 pin); [2] SEL_VAUX_B - Control to power switching logic. Drive low to
1854 select VAUX supply. (This is an output pin only; it is not controlled by
1855 the SET and CLR fields; it is controlled by the Main Power SM; the FLOAT
1856 field is not applicable for this pin; only the VALUE fields is relevant -
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001857 it reflects the output value); [3] port swap [4] spio_4; [5] spio_5; [6]
Eliezer Tamirf1410642008-02-28 11:51:50 -08001858 Bit 0 of UMP device ID select; read by UMP firmware; [7] Bit 1 of UMP
1859 device ID select; read by UMP firmware. */
1860#define MISC_REG_SPIO 0xa4fc
1861/* [RW 8] These bits enable the SPIO_INTs to signals event to the IGU/MC.
1862 according to the following map: [3:0] reserved; [4] spio_4 [5] spio_5;
1863 [7:0] reserved */
1864#define MISC_REG_SPIO_EVENT_EN 0xa2b8
1865/* [RW 32] SPIO INT. [31-24] OLD_CLR Writing a '1' to these bit clears the
1866 corresponding bit in the #OLD_VALUE register. This will acknowledge an
1867 interrupt on the falling edge of corresponding SPIO input (reset value
1868 0). [23-16] OLD_SET Writing a '1' to these bit sets the corresponding bit
1869 in the #OLD_VALUE register. This will acknowledge an interrupt on the
1870 rising edge of corresponding SPIO input (reset value 0). [15-8] OLD_VALUE
1871 RO; These bits indicate the old value of the SPIO input value. When the
1872 ~INT_STATE bit is set; this bit indicates the OLD value of the pin such
1873 that if ~INT_STATE is set and this bit is '0'; then the interrupt is due
1874 to a low to high edge. If ~INT_STATE is set and this bit is '1'; then the
1875 interrupt is due to a high to low edge (reset value 0). [7-0] INT_STATE
1876 RO; These bits indicate the current SPIO interrupt state for each SPIO
1877 pin. This bit is cleared when the appropriate #OLD_SET or #OLD_CLR
1878 command bit is written. This bit is set when the SPIO input does not
1879 match the current value in #OLD_VALUE (reset value 0). */
1880#define MISC_REG_SPIO_INT 0xa500
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08001881/* [RW 32] reload value for counter 4 if reload; the value will be reload if
1882 the counter reached zero and the reload bit
1883 (~misc_registers_sw_timer_cfg_4.sw_timer_cfg_4[1] ) is set */
1884#define MISC_REG_SW_TIMER_RELOAD_VAL_4 0xa2fc
1885/* [RW 32] the value of the counter for sw timers1-8. there are 8 addresses
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04001886 in this register. address 0 - timer 1; address 1 - timer 2, ... address 7 -
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08001887 timer 8 */
1888#define MISC_REG_SW_TIMER_VAL 0xa5c0
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00001889/* [R 1] Status of two port mode path swap input pin. */
1890#define MISC_REG_TWO_PORT_PATH_SWAP 0xa758
1891/* [RW 2] 2 port swap overwrite.[0] - Overwrite control; if it is 0 - the
1892 path_swap output is equal to 2 port mode path swap input pin; if it is 1
1893 - the path_swap output is equal to bit[1] of this register; [1] -
1894 Overwrite value. If bit[0] of this register is 1 this is the value that
1895 receives the path_swap output. Reset on Hard reset. */
1896#define MISC_REG_TWO_PORT_PATH_SWAP_OVWR 0xa72c
Eliezer Tamirf1410642008-02-28 11:51:50 -08001897/* [RW 1] Set by the MCP to remember if one or more of the drivers is/are
1898 loaded; 0-prepare; -unprepare */
1899#define MISC_REG_UNPREPARED 0xa424
Eilon Greenstein581ce432009-07-29 00:20:04 +00001900#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_BRCST (0x1<<0)
1901#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_MLCST (0x1<<1)
1902#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_NO_VLAN (0x1<<4)
1903#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_UNCST (0x1<<2)
1904#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_VLAN (0x1<<3)
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03001905/* [RW 5] MDIO PHY Address. The WC uses this address to determine whether or
1906 * not it is the recipient of the message on the MDIO interface. The value
1907 * is compared to the value on ctrl_md_devad. Drives output
1908 * misc_xgxs0_phy_addr. Global register. */
1909#define MISC_REG_WC0_CTRL_PHY_ADDR 0xa9cc
Yaniv Rosnerb76070b2011-11-28 00:49:47 +00001910#define MISC_REG_WC0_RESET 0xac30
Yaniv Rosner9380bb92011-06-14 01:34:07 +00001911/* [RW 2] XMAC Core port mode. Indicates the number of ports on the system
1912 side. This should be less than or equal to phy_port_mode; if some of the
1913 ports are not used. This enables reduction of frequency on the core side.
1914 This is a strap input for the XMAC_MP core. 00 - Single Port Mode; 01 -
1915 Dual Port Mode; 10 - Tri Port Mode; 11 - Quad Port Mode. This is a strap
1916 input for the XMAC_MP core; and should be changed only while reset is
1917 held low. Reset on Hard reset. */
1918#define MISC_REG_XMAC_CORE_PORT_MODE 0xa964
1919/* [RW 2] XMAC PHY port mode. Indicates the number of ports on the Warp
1920 Core. This is a strap input for the XMAC_MP core. 00 - Single Port Mode;
1921 01 - Dual Port Mode; 1x - Quad Port Mode; This is a strap input for the
1922 XMAC_MP core; and should be changed only while reset is held low. Reset
1923 on Hard reset. */
1924#define MISC_REG_XMAC_PHY_PORT_MODE 0xa960
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03001925/* [RW 32] 1 [47] Packet Size = 64 Write to this register write bits 31:0.
1926 * Reads from this register will clear bits 31:0. */
1927#define MSTAT_REG_RX_STAT_GR64_LO 0x200
1928/* [RW 32] 1 [00] Tx Good Packet Count Write to this register write bits
1929 * 31:0. Reads from this register will clear bits 31:0. */
1930#define MSTAT_REG_TX_STAT_GTXPOK_LO 0
Yaniv Rosner9380bb92011-06-14 01:34:07 +00001931#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_BRCST (0x1<<0)
1932#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_MLCST (0x1<<1)
1933#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_NO_VLAN (0x1<<4)
1934#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_UNCST (0x1<<2)
1935#define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_VLAN (0x1<<3)
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00001936#define NIG_LLH0_XCM_MASK_REG_LLH0_XCM_MASK_BCN (0x1<<0)
1937#define NIG_LLH1_XCM_MASK_REG_LLH1_XCM_MASK_BCN (0x1<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001938#define NIG_MASK_INTERRUPT_PORT0_REG_MASK_EMAC0_MISC_MI_INT (0x1<<0)
1939#define NIG_MASK_INTERRUPT_PORT0_REG_MASK_SERDES0_LINK_STATUS (0x1<<9)
1940#define NIG_MASK_INTERRUPT_PORT0_REG_MASK_XGXS0_LINK10G (0x1<<15)
1941#define NIG_MASK_INTERRUPT_PORT0_REG_MASK_XGXS0_LINK_STATUS (0xf<<18)
1942/* [RW 1] Input enable for RX_BMAC0 IF */
1943#define NIG_REG_BMAC0_IN_EN 0x100ac
1944/* [RW 1] output enable for TX_BMAC0 IF */
1945#define NIG_REG_BMAC0_OUT_EN 0x100e0
1946/* [RW 1] output enable for TX BMAC pause port 0 IF */
1947#define NIG_REG_BMAC0_PAUSE_OUT_EN 0x10110
1948/* [RW 1] output enable for RX_BMAC0_REGS IF */
1949#define NIG_REG_BMAC0_REGS_OUT_EN 0x100e8
1950/* [RW 1] output enable for RX BRB1 port0 IF */
1951#define NIG_REG_BRB0_OUT_EN 0x100f8
1952/* [RW 1] Input enable for TX BRB1 pause port 0 IF */
1953#define NIG_REG_BRB0_PAUSE_IN_EN 0x100c4
1954/* [RW 1] output enable for RX BRB1 port1 IF */
1955#define NIG_REG_BRB1_OUT_EN 0x100fc
1956/* [RW 1] Input enable for TX BRB1 pause port 1 IF */
1957#define NIG_REG_BRB1_PAUSE_IN_EN 0x100c8
1958/* [RW 1] output enable for RX BRB1 LP IF */
1959#define NIG_REG_BRB_LB_OUT_EN 0x10100
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07001960/* [WB_W 82] Debug packet to LP from RBC; Data spelling:[63:0] data; 64]
1961 error; [67:65]eop_bvalid; [68]eop; [69]sop; [70]port_id; 71]flush;
1962 72:73]-vnic_num; 81:74]-sideband_info */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001963#define NIG_REG_DEBUG_PACKET_LB 0x10800
1964/* [RW 1] Input enable for TX Debug packet */
1965#define NIG_REG_EGRESS_DEBUG_IN_EN 0x100dc
1966/* [RW 1] If 1 - egress drain mode for port0 is active. In this mode all
1967 packets from PBFare not forwarded to the MAC and just deleted from FIFO.
1968 First packet may be deleted from the middle. And last packet will be
1969 always deleted till the end. */
1970#define NIG_REG_EGRESS_DRAIN0_MODE 0x10060
1971/* [RW 1] Output enable to EMAC0 */
1972#define NIG_REG_EGRESS_EMAC0_OUT_EN 0x10120
1973/* [RW 1] MAC configuration for packets of port0. If 1 - all packet outputs
1974 to emac for port0; other way to bmac for port0 */
1975#define NIG_REG_EGRESS_EMAC0_PORT 0x10058
1976/* [RW 1] Input enable for TX PBF user packet port0 IF */
1977#define NIG_REG_EGRESS_PBF0_IN_EN 0x100cc
1978/* [RW 1] Input enable for TX PBF user packet port1 IF */
1979#define NIG_REG_EGRESS_PBF1_IN_EN 0x100d0
Eilon Greenstein279abdf2009-07-21 05:47:22 +00001980/* [RW 1] Input enable for TX UMP management packet port0 IF */
1981#define NIG_REG_EGRESS_UMP0_IN_EN 0x100d4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02001982/* [RW 1] Input enable for RX_EMAC0 IF */
1983#define NIG_REG_EMAC0_IN_EN 0x100a4
1984/* [RW 1] output enable for TX EMAC pause port 0 IF */
1985#define NIG_REG_EMAC0_PAUSE_OUT_EN 0x10118
1986/* [R 1] status from emac0. This bit is set when MDINT from either the
1987 EXT_MDINT pin or from the Copper PHY is driven low. This condition must
1988 be cleared in the attached PHY device that is driving the MINT pin. */
1989#define NIG_REG_EMAC0_STATUS_MISC_MI_INT 0x10494
1990/* [WB 48] This address space contains BMAC0 registers. The BMAC registers
1991 are described in appendix A. In order to access the BMAC0 registers; the
1992 base address; NIG_REGISTERS_INGRESS_BMAC0_MEM; Offset: 0x10c00; should be
1993 added to each BMAC register offset */
1994#define NIG_REG_INGRESS_BMAC0_MEM 0x10c00
1995/* [WB 48] This address space contains BMAC1 registers. The BMAC registers
1996 are described in appendix A. In order to access the BMAC0 registers; the
1997 base address; NIG_REGISTERS_INGRESS_BMAC1_MEM; Offset: 0x11000; should be
1998 added to each BMAC register offset */
1999#define NIG_REG_INGRESS_BMAC1_MEM 0x11000
2000/* [R 1] FIFO empty in EOP descriptor FIFO of LP in NIG_RX_EOP */
2001#define NIG_REG_INGRESS_EOP_LB_EMPTY 0x104e0
2002/* [RW 17] Debug only. RX_EOP_DSCR_lb_FIFO in NIG_RX_EOP. Data
2003 packet_length[13:0]; mac_error[14]; trunc_error[15]; parity[16] */
2004#define NIG_REG_INGRESS_EOP_LB_FIFO 0x104e4
Eilon Greenstein2f904462009-08-12 08:22:16 +00002005/* [RW 27] 0 - must be active for Everest A0; 1- for Everest B0 when latch
2006 logic for interrupts must be used. Enable per bit of interrupt of
2007 ~latch_status.latch_status */
2008#define NIG_REG_LATCH_BC_0 0x16210
2009/* [RW 27] Latch for each interrupt from Unicore.b[0]
2010 status_emac0_misc_mi_int; b[1] status_emac0_misc_mi_complete;
2011 b[2]status_emac0_misc_cfg_change; b[3]status_emac0_misc_link_status;
2012 b[4]status_emac0_misc_link_change; b[5]status_emac0_misc_attn;
2013 b[6]status_serdes0_mac_crs; b[7]status_serdes0_autoneg_complete;
2014 b[8]status_serdes0_fiber_rxact; b[9]status_serdes0_link_status;
2015 b[10]status_serdes0_mr_page_rx; b[11]status_serdes0_cl73_an_complete;
2016 b[12]status_serdes0_cl73_mr_page_rx; b[13]status_serdes0_rx_sigdet;
2017 b[14]status_xgxs0_remotemdioreq; b[15]status_xgxs0_link10g;
2018 b[16]status_xgxs0_autoneg_complete; b[17]status_xgxs0_fiber_rxact;
2019 b[21:18]status_xgxs0_link_status; b[22]status_xgxs0_mr_page_rx;
2020 b[23]status_xgxs0_cl73_an_complete; b[24]status_xgxs0_cl73_mr_page_rx;
2021 b[25]status_xgxs0_rx_sigdet; b[26]status_xgxs0_mac_crs */
2022#define NIG_REG_LATCH_STATUS_0 0x18000
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002023/* [RW 1] led 10g for port 0 */
2024#define NIG_REG_LED_10G_P0 0x10320
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002025/* [RW 1] led 10g for port 1 */
2026#define NIG_REG_LED_10G_P1 0x10324
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002027/* [RW 1] Port0: This bit is set to enable the use of the
2028 ~nig_registers_led_control_blink_rate_p0.led_control_blink_rate_p0 field
2029 defined below. If this bit is cleared; then the blink rate will be about
2030 8Hz. */
2031#define NIG_REG_LED_CONTROL_BLINK_RATE_ENA_P0 0x10318
2032/* [RW 12] Port0: Specifies the period of each blink cycle (on + off) for
2033 Traffic LED in milliseconds. Must be a non-zero value. This 12-bit field
2034 is reset to 0x080; giving a default blink period of approximately 8Hz. */
2035#define NIG_REG_LED_CONTROL_BLINK_RATE_P0 0x10310
2036/* [RW 1] Port0: If set along with the
Eilon Greenstein34f80b02008-06-23 20:33:01 -07002037 ~nig_registers_led_control_override_traffic_p0.led_control_override_traffic_p0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002038 bit and ~nig_registers_led_control_traffic_p0.led_control_traffic_p0 LED
2039 bit; the Traffic LED will blink with the blink rate specified in
2040 ~nig_registers_led_control_blink_rate_p0.led_control_blink_rate_p0 and
2041 ~nig_registers_led_control_blink_rate_ena_p0.led_control_blink_rate_ena_p0
2042 fields. */
2043#define NIG_REG_LED_CONTROL_BLINK_TRAFFIC_P0 0x10308
2044/* [RW 1] Port0: If set overrides hardware control of the Traffic LED. The
2045 Traffic LED will then be controlled via bit ~nig_registers_
2046 led_control_traffic_p0.led_control_traffic_p0 and bit
2047 ~nig_registers_led_control_blink_traffic_p0.led_control_blink_traffic_p0 */
2048#define NIG_REG_LED_CONTROL_OVERRIDE_TRAFFIC_P0 0x102f8
2049/* [RW 1] Port0: If set along with the led_control_override_trafic_p0 bit;
2050 turns on the Traffic LED. If the led_control_blink_traffic_p0 bit is also
2051 set; the LED will blink with blink rate specified in
2052 ~nig_registers_led_control_blink_rate_p0.led_control_blink_rate_p0 and
2053 ~nig_regsters_led_control_blink_rate_ena_p0.led_control_blink_rate_ena_p0
2054 fields. */
2055#define NIG_REG_LED_CONTROL_TRAFFIC_P0 0x10300
2056/* [RW 4] led mode for port0: 0 MAC; 1-3 PHY1; 4 MAC2; 5-7 PHY4; 8-MAC3;
2057 9-11PHY7; 12 MAC4; 13-15 PHY10; */
2058#define NIG_REG_LED_MODE_P0 0x102f0
Eilon Greenstein1c063282009-02-12 08:36:43 +00002059/* [RW 3] for port0 enable for llfc ppp and pause. b0 - brb1 enable; b1-
2060 tsdm enable; b2- usdm enable */
2061#define NIG_REG_LLFC_EGRESS_SRC_ENABLE_0 0x16070
Eilon Greensteinca003922009-08-12 22:53:28 -07002062#define NIG_REG_LLFC_EGRESS_SRC_ENABLE_1 0x16074
Eilon Greenstein1c063282009-02-12 08:36:43 +00002063/* [RW 1] SAFC enable for port0. This register may get 1 only when
2064 ~ppp_enable.ppp_enable = 0 and pause_enable.pause_enable =0 for the same
2065 port */
2066#define NIG_REG_LLFC_ENABLE_0 0x16208
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002067#define NIG_REG_LLFC_ENABLE_1 0x1620c
Eilon Greenstein1c063282009-02-12 08:36:43 +00002068/* [RW 16] classes are high-priority for port0 */
2069#define NIG_REG_LLFC_HIGH_PRIORITY_CLASSES_0 0x16058
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002070#define NIG_REG_LLFC_HIGH_PRIORITY_CLASSES_1 0x1605c
Eilon Greenstein1c063282009-02-12 08:36:43 +00002071/* [RW 16] classes are low-priority for port0 */
2072#define NIG_REG_LLFC_LOW_PRIORITY_CLASSES_0 0x16060
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002073#define NIG_REG_LLFC_LOW_PRIORITY_CLASSES_1 0x16064
Eilon Greenstein1c063282009-02-12 08:36:43 +00002074/* [RW 1] Output enable of message to LLFC BMAC IF for port0 */
2075#define NIG_REG_LLFC_OUT_EN_0 0x160c8
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002076#define NIG_REG_LLFC_OUT_EN_1 0x160cc
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002077#define NIG_REG_LLH0_ACPI_PAT_0_CRC 0x1015c
2078#define NIG_REG_LLH0_ACPI_PAT_6_LEN 0x10154
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002079#define NIG_REG_LLH0_BRB1_DRV_MASK 0x10244
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002080#define NIG_REG_LLH0_BRB1_DRV_MASK_MF 0x16048
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002081/* [RW 1] send to BRB1 if no match on any of RMP rules. */
2082#define NIG_REG_LLH0_BRB1_NOT_MCP 0x1025c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002083/* [RW 2] Determine the classification participants. 0: no classification.1:
2084 classification upon VLAN id. 2: classification upon MAC address. 3:
2085 classification upon both VLAN id & MAC addr. */
2086#define NIG_REG_LLH0_CLS_TYPE 0x16080
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002087/* [RW 32] cm header for llh0 */
2088#define NIG_REG_LLH0_CM_HEADER 0x1007c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002089#define NIG_REG_LLH0_DEST_IP_0_1 0x101dc
2090#define NIG_REG_LLH0_DEST_MAC_0_0 0x101c0
2091/* [RW 16] destination TCP address 1. The LLH will look for this address in
2092 all incoming packets. */
2093#define NIG_REG_LLH0_DEST_TCP_0 0x10220
2094/* [RW 16] destination UDP address 1 The LLH will look for this address in
2095 all incoming packets. */
2096#define NIG_REG_LLH0_DEST_UDP_0 0x10214
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002097#define NIG_REG_LLH0_ERROR_MASK 0x1008c
2098/* [RW 8] event id for llh0 */
2099#define NIG_REG_LLH0_EVENT_ID 0x10084
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002100#define NIG_REG_LLH0_FUNC_EN 0x160fc
Dmitry Kravkov0793f83f2010-12-01 12:39:28 -08002101#define NIG_REG_LLH0_FUNC_MEM 0x16180
2102#define NIG_REG_LLH0_FUNC_MEM_ENABLE 0x16140
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002103#define NIG_REG_LLH0_FUNC_VLAN_ID 0x16100
2104/* [RW 1] Determine the IP version to look for in
2105 ~nig_registers_llh0_dest_ip_0.llh0_dest_ip_0. 0 - IPv6; 1-IPv4 */
2106#define NIG_REG_LLH0_IPV4_IPV6_0 0x10208
2107/* [RW 1] t bit for llh0 */
2108#define NIG_REG_LLH0_T_BIT 0x10074
2109/* [RW 12] VLAN ID 1. In case of VLAN packet the LLH will look for this ID. */
2110#define NIG_REG_LLH0_VLAN_ID_0 0x1022c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002111/* [RW 8] init credit counter for port0 in LLH */
2112#define NIG_REG_LLH0_XCM_INIT_CREDIT 0x10554
2113#define NIG_REG_LLH0_XCM_MASK 0x10130
Vladislav Zolotarovda5a6622008-08-13 15:50:00 -07002114#define NIG_REG_LLH1_BRB1_DRV_MASK 0x10248
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002115/* [RW 1] send to BRB1 if no match on any of RMP rules. */
2116#define NIG_REG_LLH1_BRB1_NOT_MCP 0x102dc
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002117/* [RW 2] Determine the classification participants. 0: no classification.1:
2118 classification upon VLAN id. 2: classification upon MAC address. 3:
2119 classification upon both VLAN id & MAC addr. */
2120#define NIG_REG_LLH1_CLS_TYPE 0x16084
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002121/* [RW 32] cm header for llh1 */
2122#define NIG_REG_LLH1_CM_HEADER 0x10080
2123#define NIG_REG_LLH1_ERROR_MASK 0x10090
2124/* [RW 8] event id for llh1 */
2125#define NIG_REG_LLH1_EVENT_ID 0x10088
Merav Sicron55c11942012-11-07 00:45:48 +00002126#define NIG_REG_LLH1_FUNC_EN 0x16104
Dmitry Kravkov0793f83f2010-12-01 12:39:28 -08002127#define NIG_REG_LLH1_FUNC_MEM 0x161c0
2128#define NIG_REG_LLH1_FUNC_MEM_ENABLE 0x16160
2129#define NIG_REG_LLH1_FUNC_MEM_SIZE 16
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002130/* [RW 1] When this bit is set; the LLH will classify the packet before
2131 * sending it to the BRB or calculating WoL on it. This bit controls port 1
2132 * only. The legacy llh_multi_function_mode bit controls port 0. */
2133#define NIG_REG_LLH1_MF_MODE 0x18614
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002134/* [RW 8] init credit counter for port1 in LLH */
2135#define NIG_REG_LLH1_XCM_INIT_CREDIT 0x10564
2136#define NIG_REG_LLH1_XCM_MASK 0x10134
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002137/* [RW 1] When this bit is set; the LLH will expect all packets to be with
2138 e1hov */
2139#define NIG_REG_LLH_E1HOV_MODE 0x160d8
2140/* [RW 1] When this bit is set; the LLH will classify the packet before
2141 sending it to the BRB or calculating WoL on it. */
2142#define NIG_REG_LLH_MF_MODE 0x16024
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002143#define NIG_REG_MASK_INTERRUPT_PORT0 0x10330
2144#define NIG_REG_MASK_INTERRUPT_PORT1 0x10334
2145/* [RW 1] Output signal from NIG to EMAC0. When set enables the EMAC0 block. */
2146#define NIG_REG_NIG_EMAC0_EN 0x1003c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002147/* [RW 1] Output signal from NIG to EMAC1. When set enables the EMAC1 block. */
2148#define NIG_REG_NIG_EMAC1_EN 0x10040
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002149/* [RW 1] Output signal from NIG to TX_EMAC0. When set indicates to the
2150 EMAC0 to strip the CRC from the ingress packets. */
2151#define NIG_REG_NIG_INGRESS_EMAC0_NO_CRC 0x10044
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002152/* [R 32] Interrupt register #0 read */
2153#define NIG_REG_NIG_INT_STS_0 0x103b0
2154#define NIG_REG_NIG_INT_STS_1 0x103c0
Yuval Mintza74801c2013-01-14 05:11:41 +00002155/* [RC 32] Interrupt register #0 read clear */
2156#define NIG_REG_NIG_INT_STS_CLR_0 0x103b4
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00002157/* [R 32] Legacy E1 and E1H location for parity error mask register. */
2158#define NIG_REG_NIG_PRTY_MASK 0x103dc
2159/* [RW 32] Parity mask register #0 read/write */
2160#define NIG_REG_NIG_PRTY_MASK_0 0x183c8
2161#define NIG_REG_NIG_PRTY_MASK_1 0x183d8
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002162/* [R 32] Legacy E1 and E1H location for parity error status register. */
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002163#define NIG_REG_NIG_PRTY_STS 0x103d0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002164/* [R 32] Parity register #0 read */
2165#define NIG_REG_NIG_PRTY_STS_0 0x183bc
2166#define NIG_REG_NIG_PRTY_STS_1 0x183cc
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00002167/* [R 32] Legacy E1 and E1H location for parity error status clear register. */
2168#define NIG_REG_NIG_PRTY_STS_CLR 0x103d4
2169/* [RC 32] Parity register #0 read clear */
2170#define NIG_REG_NIG_PRTY_STS_CLR_0 0x183c0
2171#define NIG_REG_NIG_PRTY_STS_CLR_1 0x183d0
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00002172#define MCPR_IMC_COMMAND_ENABLE (1L<<31)
2173#define MCPR_IMC_COMMAND_IMC_STATUS_BITSHIFT 16
2174#define MCPR_IMC_COMMAND_OPERATION_BITSHIFT 28
2175#define MCPR_IMC_COMMAND_TRANSFER_ADDRESS_BITSHIFT 8
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002176/* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic
2177 * Ethernet header. */
2178#define NIG_REG_P0_HDRS_AFTER_BASIC 0x18038
2179/* [RW 1] HW PFC enable bit. Set this bit to enable the PFC functionality in
2180 * the NIG. Other flow control modes such as PAUSE and SAFC/LLFC should be
2181 * disabled when this bit is set. */
2182#define NIG_REG_P0_HWPFC_ENABLE 0x18078
2183#define NIG_REG_P0_LLH_FUNC_MEM2 0x18480
2184#define NIG_REG_P0_LLH_FUNC_MEM2_ENABLE 0x18440
Yaniv Rosner9380bb92011-06-14 01:34:07 +00002185/* [RW 1] Input enable for RX MAC interface. */
2186#define NIG_REG_P0_MAC_IN_EN 0x185ac
2187/* [RW 1] Output enable for TX MAC interface */
2188#define NIG_REG_P0_MAC_OUT_EN 0x185b0
2189/* [RW 1] Output enable for TX PAUSE signal to the MAC. */
2190#define NIG_REG_P0_MAC_PAUSE_OUT_EN 0x185b4
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002191/* [RW 32] Eight 4-bit configurations for specifying which COS (0-15 for
2192 * future expansion) each priorty is to be mapped to. Bits 3:0 specify the
2193 * COS for priority 0. Bits 31:28 specify the COS for priority 7. The 3-bit
2194 * priority field is extracted from the outer-most VLAN in receive packet.
2195 * Only COS 0 and COS 1 are supported in E2. */
2196#define NIG_REG_P0_PKT_PRIORITY_TO_COS 0x18054
2197/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 0. A
2198 * priority is mapped to COS 0 when the corresponding mask bit is 1. More
2199 * than one bit may be set; allowing multiple priorities to be mapped to one
2200 * COS. */
2201#define NIG_REG_P0_RX_COS0_PRIORITY_MASK 0x18058
2202/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 1. A
2203 * priority is mapped to COS 1 when the corresponding mask bit is 1. More
2204 * than one bit may be set; allowing multiple priorities to be mapped to one
2205 * COS. */
2206#define NIG_REG_P0_RX_COS1_PRIORITY_MASK 0x1805c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002207/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 2. A
2208 * priority is mapped to COS 2 when the corresponding mask bit is 1. More
2209 * than one bit may be set; allowing multiple priorities to be mapped to one
2210 * COS. */
2211#define NIG_REG_P0_RX_COS2_PRIORITY_MASK 0x186b0
2212/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 3. A
2213 * priority is mapped to COS 3 when the corresponding mask bit is 1. More
2214 * than one bit may be set; allowing multiple priorities to be mapped to one
2215 * COS. */
2216#define NIG_REG_P0_RX_COS3_PRIORITY_MASK 0x186b4
2217/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 4. A
2218 * priority is mapped to COS 4 when the corresponding mask bit is 1. More
2219 * than one bit may be set; allowing multiple priorities to be mapped to one
2220 * COS. */
2221#define NIG_REG_P0_RX_COS4_PRIORITY_MASK 0x186b8
2222/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 5. A
2223 * priority is mapped to COS 5 when the corresponding mask bit is 1. More
2224 * than one bit may be set; allowing multiple priorities to be mapped to one
2225 * COS. */
2226#define NIG_REG_P0_RX_COS5_PRIORITY_MASK 0x186bc
Yaniv Rosner9380bb92011-06-14 01:34:07 +00002227/* [R 1] RX FIFO for receiving data from MAC is empty. */
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002228/* [RW 15] Specify which of the credit registers the client is to be mapped
2229 * to. Bits[2:0] are for client 0; bits [14:12] are for client 4. For
2230 * clients that are not subject to WFQ credit blocking - their
2231 * specifications here are not used. */
2232#define NIG_REG_P0_TX_ARB_CLIENT_CREDIT_MAP 0x180f0
Yaniv Rosner6c3218c2011-06-14 01:34:23 +00002233/* [RW 32] Specify which of the credit registers the client is to be mapped
2234 * to. This register specifies bits 31:0 of the 36-bit value. Bits[3:0] are
2235 * for client 0; bits [35:32] are for client 8. For clients that are not
2236 * subject to WFQ credit blocking - their specifications here are not used.
2237 * This is a new register (with 2_) added in E3 B0 to accommodate the 9
2238 * input clients to ETS arbiter. The reset default is set for management and
2239 * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to
2240 * use credit registers 0-5 respectively (0x543210876). Note that credit
2241 * registers can not be shared between clients. */
2242#define NIG_REG_P0_TX_ARB_CLIENT_CREDIT_MAP2_LSB 0x18688
2243/* [RW 4] Specify which of the credit registers the client is to be mapped
2244 * to. This register specifies bits 35:32 of the 36-bit value. Bits[3:0] are
2245 * for client 0; bits [35:32] are for client 8. For clients that are not
2246 * subject to WFQ credit blocking - their specifications here are not used.
2247 * This is a new register (with 2_) added in E3 B0 to accommodate the 9
2248 * input clients to ETS arbiter. The reset default is set for management and
2249 * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to
2250 * use credit registers 0-5 respectively (0x543210876). Note that credit
2251 * registers can not be shared between clients. */
2252#define NIG_REG_P0_TX_ARB_CLIENT_CREDIT_MAP2_MSB 0x1868c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002253/* [RW 5] Specify whether the client competes directly in the strict
2254 * priority arbiter. The bits are mapped according to client ID (client IDs
2255 * are defined in tx_arb_priority_client). Default value is set to enable
2256 * strict priorities for clients 0-2 -- management and debug traffic. */
2257#define NIG_REG_P0_TX_ARB_CLIENT_IS_STRICT 0x180e8
2258/* [RW 5] Specify whether the client is subject to WFQ credit blocking. The
2259 * bits are mapped according to client ID (client IDs are defined in
2260 * tx_arb_priority_client). Default value is 0 for not using WFQ credit
2261 * blocking. */
2262#define NIG_REG_P0_TX_ARB_CLIENT_IS_SUBJECT2WFQ 0x180ec
2263/* [RW 32] Specify the upper bound that credit register 0 is allowed to
2264 * reach. */
2265#define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_0 0x1810c
2266#define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_1 0x18110
Yaniv Rosner6c3218c2011-06-14 01:34:23 +00002267#define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_2 0x18114
2268#define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_3 0x18118
2269#define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_4 0x1811c
2270#define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_5 0x186a0
2271#define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_6 0x186a4
2272#define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_7 0x186a8
2273#define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_8 0x186ac
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002274/* [RW 32] Specify the weight (in bytes) to be added to credit register 0
2275 * when it is time to increment. */
2276#define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_0 0x180f8
2277#define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_1 0x180fc
Yaniv Rosner6c3218c2011-06-14 01:34:23 +00002278#define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_2 0x18100
2279#define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_3 0x18104
2280#define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_4 0x18108
2281#define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_5 0x18690
2282#define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_6 0x18694
2283#define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_7 0x18698
2284#define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_8 0x1869c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002285/* [RW 12] Specify the number of strict priority arbitration slots between
2286 * two round-robin arbitration slots to avoid starvation. A value of 0 means
2287 * no strict priority cycles - the strict priority with anti-starvation
2288 * arbiter becomes a round-robin arbiter. */
2289#define NIG_REG_P0_TX_ARB_NUM_STRICT_ARB_SLOTS 0x180f4
2290/* [RW 15] Specify the client number to be assigned to each priority of the
2291 * strict priority arbiter. Priority 0 is the highest priority. Bits [2:0]
2292 * are for priority 0 client; bits [14:12] are for priority 4 client. The
2293 * clients are assigned the following IDs: 0-management; 1-debug traffic
2294 * from this port; 2-debug traffic from other port; 3-COS0 traffic; 4-COS1
2295 * traffic. The reset value[14:0] is set to 0x4688 (15'b100_011_010_001_000)
2296 * for management at priority 0; debug traffic at priorities 1 and 2; COS0
2297 * traffic at priority 3; and COS1 traffic at priority 4. */
2298#define NIG_REG_P0_TX_ARB_PRIORITY_CLIENT 0x180e4
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002299/* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic
2300 * Ethernet header. */
2301#define NIG_REG_P1_HDRS_AFTER_BASIC 0x1818c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002302#define NIG_REG_P1_LLH_FUNC_MEM2 0x184c0
2303#define NIG_REG_P1_LLH_FUNC_MEM2_ENABLE 0x18460
Yaniv Rosner6c3218c2011-06-14 01:34:23 +00002304/* [RW 32] Specify the client number to be assigned to each priority of the
2305 * strict priority arbiter. This register specifies bits 31:0 of the 36-bit
2306 * value. Priority 0 is the highest priority. Bits [3:0] are for priority 0
2307 * client; bits [35-32] are for priority 8 client. The clients are assigned
2308 * the following IDs: 0-management; 1-debug traffic from this port; 2-debug
2309 * traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic;
2310 * 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is
2311 * set to 0x345678021. This is a new register (with 2_) added in E3 B0 to
2312 * accommodate the 9 input clients to ETS arbiter. */
2313#define NIG_REG_P0_TX_ARB_PRIORITY_CLIENT2_LSB 0x18680
2314/* [RW 4] Specify the client number to be assigned to each priority of the
2315 * strict priority arbiter. This register specifies bits 35:32 of the 36-bit
2316 * value. Priority 0 is the highest priority. Bits [3:0] are for priority 0
2317 * client; bits [35-32] are for priority 8 client. The clients are assigned
2318 * the following IDs: 0-management; 1-debug traffic from this port; 2-debug
2319 * traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic;
2320 * 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is
2321 * set to 0x345678021. This is a new register (with 2_) added in E3 B0 to
2322 * accommodate the 9 input clients to ETS arbiter. */
2323#define NIG_REG_P0_TX_ARB_PRIORITY_CLIENT2_MSB 0x18684
Merav Sicron55c11942012-11-07 00:45:48 +00002324/* [RW 1] MCP-to-host path enable. Set this bit to enable the routing of MCP
2325 * packets to BRB LB interface to forward the packet to the host. All
2326 * packets from MCP are forwarded to the network when this bit is cleared -
2327 * regardless of the configured destination in tx_mng_destination register.
2328 * When MCP-to-host paths for both ports 0 and 1 are disabled - the arbiter
2329 * for BRB LB interface is bypassed and PBF LB traffic is always selected to
2330 * send to BRB LB.
2331 */
2332#define NIG_REG_P0_TX_MNG_HOST_ENABLE 0x182f4
Yaniv Rosner127302b2012-01-17 02:33:26 +00002333#define NIG_REG_P1_HWPFC_ENABLE 0x181d0
Yaniv Rosner9380bb92011-06-14 01:34:07 +00002334#define NIG_REG_P1_MAC_IN_EN 0x185c0
2335/* [RW 1] Output enable for TX MAC interface */
2336#define NIG_REG_P1_MAC_OUT_EN 0x185c4
2337/* [RW 1] Output enable for TX PAUSE signal to the MAC. */
2338#define NIG_REG_P1_MAC_PAUSE_OUT_EN 0x185c8
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002339/* [RW 32] Eight 4-bit configurations for specifying which COS (0-15 for
2340 * future expansion) each priorty is to be mapped to. Bits 3:0 specify the
2341 * COS for priority 0. Bits 31:28 specify the COS for priority 7. The 3-bit
2342 * priority field is extracted from the outer-most VLAN in receive packet.
2343 * Only COS 0 and COS 1 are supported in E2. */
2344#define NIG_REG_P1_PKT_PRIORITY_TO_COS 0x181a8
2345/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 0. A
2346 * priority is mapped to COS 0 when the corresponding mask bit is 1. More
2347 * than one bit may be set; allowing multiple priorities to be mapped to one
2348 * COS. */
2349#define NIG_REG_P1_RX_COS0_PRIORITY_MASK 0x181ac
2350/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 1. A
2351 * priority is mapped to COS 1 when the corresponding mask bit is 1. More
2352 * than one bit may be set; allowing multiple priorities to be mapped to one
2353 * COS. */
2354#define NIG_REG_P1_RX_COS1_PRIORITY_MASK 0x181b0
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002355/* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 2. A
2356 * priority is mapped to COS 2 when the corresponding mask bit is 1. More
2357 * than one bit may be set; allowing multiple priorities to be mapped to one
2358 * COS. */
2359#define NIG_REG_P1_RX_COS2_PRIORITY_MASK 0x186f8
Yaniv Rosner9380bb92011-06-14 01:34:07 +00002360/* [R 1] RX FIFO for receiving data from MAC is empty. */
2361#define NIG_REG_P1_RX_MACFIFO_EMPTY 0x1858c
2362/* [R 1] TLLH FIFO is empty. */
2363#define NIG_REG_P1_TLLH_FIFO_EMPTY 0x18338
2364/* [RW 32] Specify which of the credit registers the client is to be mapped
2365 * to. This register specifies bits 31:0 of the 36-bit value. Bits[3:0] are
2366 * for client 0; bits [35:32] are for client 8. For clients that are not
2367 * subject to WFQ credit blocking - their specifications here are not used.
2368 * This is a new register (with 2_) added in E3 B0 to accommodate the 9
2369 * input clients to ETS arbiter. The reset default is set for management and
2370 * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to
2371 * use credit registers 0-5 respectively (0x543210876). Note that credit
2372 * registers can not be shared between clients. Note also that there are
2373 * only COS0-2 in port 1- there is a total of 6 clients in port 1. Only
2374 * credit registers 0-5 are valid. This register should be configured
2375 * appropriately before enabling WFQ. */
2376#define NIG_REG_P1_TX_ARB_CLIENT_CREDIT_MAP2_LSB 0x186e8
2377/* [RW 4] Specify which of the credit registers the client is to be mapped
2378 * to. This register specifies bits 35:32 of the 36-bit value. Bits[3:0] are
2379 * for client 0; bits [35:32] are for client 8. For clients that are not
2380 * subject to WFQ credit blocking - their specifications here are not used.
2381 * This is a new register (with 2_) added in E3 B0 to accommodate the 9
2382 * input clients to ETS arbiter. The reset default is set for management and
2383 * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to
2384 * use credit registers 0-5 respectively (0x543210876). Note that credit
2385 * registers can not be shared between clients. Note also that there are
2386 * only COS0-2 in port 1- there is a total of 6 clients in port 1. Only
2387 * credit registers 0-5 are valid. This register should be configured
2388 * appropriately before enabling WFQ. */
2389#define NIG_REG_P1_TX_ARB_CLIENT_CREDIT_MAP2_MSB 0x186ec
2390/* [RW 9] Specify whether the client competes directly in the strict
2391 * priority arbiter. The bits are mapped according to client ID (client IDs
2392 * are defined in tx_arb_priority_client2): 0-management; 1-debug traffic
2393 * from this port; 2-debug traffic from other port; 3-COS0 traffic; 4-COS1
2394 * traffic; 5-COS2 traffic; 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic.
2395 * Default value is set to enable strict priorities for all clients. */
2396#define NIG_REG_P1_TX_ARB_CLIENT_IS_STRICT 0x18234
2397/* [RW 9] Specify whether the client is subject to WFQ credit blocking. The
2398 * bits are mapped according to client ID (client IDs are defined in
2399 * tx_arb_priority_client2): 0-management; 1-debug traffic from this port;
2400 * 2-debug traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2
2401 * traffic; 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. Default value is
2402 * 0 for not using WFQ credit blocking. */
2403#define NIG_REG_P1_TX_ARB_CLIENT_IS_SUBJECT2WFQ 0x18238
Yaniv Rosner6c3218c2011-06-14 01:34:23 +00002404#define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_0 0x18258
2405#define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_1 0x1825c
2406#define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_2 0x18260
2407#define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_3 0x18264
2408#define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_4 0x18268
2409#define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_5 0x186f4
2410/* [RW 32] Specify the weight (in bytes) to be added to credit register 0
2411 * when it is time to increment. */
2412#define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_0 0x18244
2413#define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_1 0x18248
2414#define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_2 0x1824c
2415#define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_3 0x18250
2416#define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_4 0x18254
2417#define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_5 0x186f0
2418/* [RW 12] Specify the number of strict priority arbitration slots between
2419 two round-robin arbitration slots to avoid starvation. A value of 0 means
2420 no strict priority cycles - the strict priority with anti-starvation
2421 arbiter becomes a round-robin arbiter. */
2422#define NIG_REG_P1_TX_ARB_NUM_STRICT_ARB_SLOTS 0x18240
2423/* [RW 32] Specify the client number to be assigned to each priority of the
2424 strict priority arbiter. This register specifies bits 31:0 of the 36-bit
2425 value. Priority 0 is the highest priority. Bits [3:0] are for priority 0
2426 client; bits [35-32] are for priority 8 client. The clients are assigned
2427 the following IDs: 0-management; 1-debug traffic from this port; 2-debug
2428 traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic;
2429 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is
2430 set to 0x345678021. This is a new register (with 2_) added in E3 B0 to
2431 accommodate the 9 input clients to ETS arbiter. Note that this register
2432 is the same as the one for port 0, except that port 1 only has COS 0-2
2433 traffic. There is no traffic for COS 3-5 of port 1. */
2434#define NIG_REG_P1_TX_ARB_PRIORITY_CLIENT2_LSB 0x186e0
2435/* [RW 4] Specify the client number to be assigned to each priority of the
2436 strict priority arbiter. This register specifies bits 35:32 of the 36-bit
2437 value. Priority 0 is the highest priority. Bits [3:0] are for priority 0
2438 client; bits [35-32] are for priority 8 client. The clients are assigned
2439 the following IDs: 0-management; 1-debug traffic from this port; 2-debug
2440 traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic;
2441 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is
2442 set to 0x345678021. This is a new register (with 2_) added in E3 B0 to
2443 accommodate the 9 input clients to ETS arbiter. Note that this register
2444 is the same as the one for port 0, except that port 1 only has COS 0-2
2445 traffic. There is no traffic for COS 3-5 of port 1. */
2446#define NIG_REG_P1_TX_ARB_PRIORITY_CLIENT2_MSB 0x186e4
2447/* [R 1] TX FIFO for transmitting data to MAC is empty. */
2448#define NIG_REG_P1_TX_MACFIFO_EMPTY 0x18594
Merav Sicron55c11942012-11-07 00:45:48 +00002449/* [RW 1] MCP-to-host path enable. Set this bit to enable the routing of MCP
2450 * packets to BRB LB interface to forward the packet to the host. All
2451 * packets from MCP are forwarded to the network when this bit is cleared -
2452 * regardless of the configured destination in tx_mng_destination register.
2453 */
2454#define NIG_REG_P1_TX_MNG_HOST_ENABLE 0x182f8
Yaniv Rosner6c3218c2011-06-14 01:34:23 +00002455/* [R 1] FIFO empty status of the MCP TX FIFO used for storing MCP packets
2456 forwarded to the host. */
2457#define NIG_REG_P1_TX_MNG_HOST_FIFO_EMPTY 0x182b8
Yaniv Rosner9380bb92011-06-14 01:34:07 +00002458/* [RW 32] Specify the upper bound that credit register 0 is allowed to
2459 * reach. */
Eilon Greenstein1c063282009-02-12 08:36:43 +00002460/* [RW 1] Pause enable for port0. This register may get 1 only when
2461 ~safc_enable.safc_enable = 0 and ppp_enable.ppp_enable =0 for the same
2462 port */
2463#define NIG_REG_PAUSE_ENABLE_0 0x160c0
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002464#define NIG_REG_PAUSE_ENABLE_1 0x160c4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002465/* [RW 1] Input enable for RX PBF LP IF */
2466#define NIG_REG_PBF_LB_IN_EN 0x100b4
Eliezer Tamirf1410642008-02-28 11:51:50 -08002467/* [RW 1] Value of this register will be transmitted to port swap when
2468 ~nig_registers_strap_override.strap_override =1 */
2469#define NIG_REG_PORT_SWAP 0x10394
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002470/* [RW 1] PPP enable for port0. This register may get 1 only when
2471 * ~safc_enable.safc_enable = 0 and pause_enable.pause_enable =0 for the
2472 * same port */
2473#define NIG_REG_PPP_ENABLE_0 0x160b0
2474#define NIG_REG_PPP_ENABLE_1 0x160b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002475/* [RW 1] output enable for RX parser descriptor IF */
2476#define NIG_REG_PRS_EOP_OUT_EN 0x10104
2477/* [RW 1] Input enable for RX parser request IF */
2478#define NIG_REG_PRS_REQ_IN_EN 0x100b8
Eilon Greensteinc1b73992009-02-12 08:37:07 +00002479/* [RW 5] control to serdes - CL45 DEVAD */
2480#define NIG_REG_SERDES0_CTRL_MD_DEVAD 0x10370
2481/* [RW 1] control to serdes; 0 - clause 45; 1 - clause 22 */
2482#define NIG_REG_SERDES0_CTRL_MD_ST 0x1036c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002483/* [RW 5] control to serdes - CL22 PHY_ADD and CL45 PRTAD */
2484#define NIG_REG_SERDES0_CTRL_PHY_ADDR 0x10374
2485/* [R 1] status from serdes0 that inputs to interrupt logic of link status */
2486#define NIG_REG_SERDES0_STATUS_LINK_STATUS 0x10578
2487/* [R 32] Rx statistics : In user packets discarded due to BRB backpressure
2488 for port0 */
2489#define NIG_REG_STAT0_BRB_DISCARD 0x105f0
Yitchak Gertner66e855f2008-08-13 15:49:05 -07002490/* [R 32] Rx statistics : In user packets truncated due to BRB backpressure
2491 for port0 */
2492#define NIG_REG_STAT0_BRB_TRUNCATE 0x105f8
Eilon Greenstein34f80b02008-06-23 20:33:01 -07002493/* [WB_R 36] Tx statistics : Number of packets from emac0 or bmac0 that
2494 between 1024 and 1522 bytes for port0 */
2495#define NIG_REG_STAT0_EGRESS_MAC_PKT0 0x10750
2496/* [WB_R 36] Tx statistics : Number of packets from emac0 or bmac0 that
2497 between 1523 bytes and above for port0 */
2498#define NIG_REG_STAT0_EGRESS_MAC_PKT1 0x10760
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002499/* [R 32] Rx statistics : In user packets discarded due to BRB backpressure
2500 for port1 */
2501#define NIG_REG_STAT1_BRB_DISCARD 0x10628
Eilon Greenstein34f80b02008-06-23 20:33:01 -07002502/* [WB_R 36] Tx statistics : Number of packets from emac1 or bmac1 that
2503 between 1024 and 1522 bytes for port1 */
2504#define NIG_REG_STAT1_EGRESS_MAC_PKT0 0x107a0
2505/* [WB_R 36] Tx statistics : Number of packets from emac1 or bmac1 that
2506 between 1523 bytes and above for port1 */
2507#define NIG_REG_STAT1_EGRESS_MAC_PKT1 0x107b0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002508/* [WB_R 64] Rx statistics : User octets received for LP */
2509#define NIG_REG_STAT2_BRB_OCTET 0x107e0
2510#define NIG_REG_STATUS_INTERRUPT_PORT0 0x10328
2511#define NIG_REG_STATUS_INTERRUPT_PORT1 0x1032c
Eliezer Tamirf1410642008-02-28 11:51:50 -08002512/* [RW 1] port swap mux selection. If this register equal to 0 then port
2513 swap is equal to SPIO pin that inputs from ifmux_serdes_swap. If 1 then
2514 ort swap is equal to ~nig_registers_port_swap.port_swap */
2515#define NIG_REG_STRAP_OVERRIDE 0x10398
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002516/* [RW 1] output enable for RX_XCM0 IF */
2517#define NIG_REG_XCM0_OUT_EN 0x100f0
2518/* [RW 1] output enable for RX_XCM1 IF */
2519#define NIG_REG_XCM1_OUT_EN 0x100f4
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002520/* [RW 1] control to xgxs - remote PHY in-band MDIO */
2521#define NIG_REG_XGXS0_CTRL_EXTREMOTEMDIOST 0x10348
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002522/* [RW 5] control to xgxs - CL45 DEVAD */
2523#define NIG_REG_XGXS0_CTRL_MD_DEVAD 0x1033c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07002524/* [RW 1] control to xgxs; 0 - clause 45; 1 - clause 22 */
2525#define NIG_REG_XGXS0_CTRL_MD_ST 0x10338
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002526/* [RW 5] control to xgxs - CL22 PHY_ADD and CL45 PRTAD */
2527#define NIG_REG_XGXS0_CTRL_PHY_ADDR 0x10340
2528/* [R 1] status from xgxs0 that inputs to interrupt logic of link10g. */
2529#define NIG_REG_XGXS0_STATUS_LINK10G 0x10680
2530/* [R 4] status from xgxs0 that inputs to interrupt logic of link status */
2531#define NIG_REG_XGXS0_STATUS_LINK_STATUS 0x10684
2532/* [RW 2] selection for XGXS lane of port 0 in NIG_MUX block */
2533#define NIG_REG_XGXS_LANE_SEL_P0 0x102e8
2534/* [RW 1] selection for port0 for NIG_MUX block : 0 = SerDes; 1 = XGXS */
2535#define NIG_REG_XGXS_SERDES0_MODE_SEL 0x102e0
Eilon Greenstein2f904462009-08-12 08:22:16 +00002536#define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_EMAC0_MISC_MI_INT (0x1<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002537#define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_SERDES0_LINK_STATUS (0x1<<9)
2538#define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_XGXS0_LINK10G (0x1<<15)
2539#define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_XGXS0_LINK_STATUS (0xf<<18)
2540#define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_XGXS0_LINK_STATUS_SIZE 18
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002541/* [RW 31] The upper bound of the weight of COS0 in the ETS command arbiter. */
2542#define PBF_REG_COS0_UPPER_BOUND 0x15c05c
Yaniv Rosner6c3218c2011-06-14 01:34:23 +00002543/* [RW 31] The upper bound of the weight of COS0 in the ETS command arbiter
2544 * of port 0. */
2545#define PBF_REG_COS0_UPPER_BOUND_P0 0x15c2cc
2546/* [RW 31] The upper bound of the weight of COS0 in the ETS command arbiter
2547 * of port 1. */
2548#define PBF_REG_COS0_UPPER_BOUND_P1 0x15c2e4
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002549/* [RW 31] The weight of COS0 in the ETS command arbiter. */
2550#define PBF_REG_COS0_WEIGHT 0x15c054
Yaniv Rosner6c3218c2011-06-14 01:34:23 +00002551/* [RW 31] The weight of COS0 in port 0 ETS command arbiter. */
2552#define PBF_REG_COS0_WEIGHT_P0 0x15c2a8
2553/* [RW 31] The weight of COS0 in port 1 ETS command arbiter. */
2554#define PBF_REG_COS0_WEIGHT_P1 0x15c2c0
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002555/* [RW 31] The upper bound of the weight of COS1 in the ETS command arbiter. */
2556#define PBF_REG_COS1_UPPER_BOUND 0x15c060
2557/* [RW 31] The weight of COS1 in the ETS command arbiter. */
2558#define PBF_REG_COS1_WEIGHT 0x15c058
Yaniv Rosner6c3218c2011-06-14 01:34:23 +00002559/* [RW 31] The weight of COS1 in port 0 ETS command arbiter. */
2560#define PBF_REG_COS1_WEIGHT_P0 0x15c2ac
2561/* [RW 31] The weight of COS1 in port 1 ETS command arbiter. */
2562#define PBF_REG_COS1_WEIGHT_P1 0x15c2c4
2563/* [RW 31] The weight of COS2 in port 0 ETS command arbiter. */
2564#define PBF_REG_COS2_WEIGHT_P0 0x15c2b0
2565/* [RW 31] The weight of COS2 in port 1 ETS command arbiter. */
2566#define PBF_REG_COS2_WEIGHT_P1 0x15c2c8
2567/* [RW 31] The weight of COS3 in port 0 ETS command arbiter. */
2568#define PBF_REG_COS3_WEIGHT_P0 0x15c2b4
2569/* [RW 31] The weight of COS4 in port 0 ETS command arbiter. */
2570#define PBF_REG_COS4_WEIGHT_P0 0x15c2b8
2571/* [RW 31] The weight of COS5 in port 0 ETS command arbiter. */
2572#define PBF_REG_COS5_WEIGHT_P0 0x15c2bc
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002573/* [R 11] Current credit for the LB queue in the tx port buffers in 16 byte
2574 * lines. */
2575#define PBF_REG_CREDIT_LB_Q 0x140338
2576/* [R 11] Current credit for queue 0 in the tx port buffers in 16 byte
2577 * lines. */
2578#define PBF_REG_CREDIT_Q0 0x14033c
2579/* [R 11] Current credit for queue 1 in the tx port buffers in 16 byte
2580 * lines. */
2581#define PBF_REG_CREDIT_Q1 0x140340
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002582/* [RW 1] Disable processing further tasks from port 0 (after ending the
2583 current task in process). */
2584#define PBF_REG_DISABLE_NEW_TASK_PROC_P0 0x14005c
2585/* [RW 1] Disable processing further tasks from port 1 (after ending the
2586 current task in process). */
2587#define PBF_REG_DISABLE_NEW_TASK_PROC_P1 0x140060
2588/* [RW 1] Disable processing further tasks from port 4 (after ending the
2589 current task in process). */
2590#define PBF_REG_DISABLE_NEW_TASK_PROC_P4 0x14006c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002591#define PBF_REG_DISABLE_PF 0x1402e8
Ariel Eliorb56e9672013-01-01 05:22:32 +00002592#define PBF_REG_DISABLE_VF 0x1402ec
Yaniv Rosner6c3218c2011-06-14 01:34:23 +00002593/* [RW 18] For port 0: For each client that is subject to WFQ (the
2594 * corresponding bit is 1); indicates to which of the credit registers this
2595 * client is mapped. For clients which are not credit blocked; their mapping
2596 * is dont care. */
2597#define PBF_REG_ETS_ARB_CLIENT_CREDIT_MAP_P0 0x15c288
2598/* [RW 9] For port 1: For each client that is subject to WFQ (the
2599 * corresponding bit is 1); indicates to which of the credit registers this
2600 * client is mapped. For clients which are not credit blocked; their mapping
2601 * is dont care. */
2602#define PBF_REG_ETS_ARB_CLIENT_CREDIT_MAP_P1 0x15c28c
2603/* [RW 6] For port 0: Bit per client to indicate if the client competes in
2604 * the strict priority arbiter directly (corresponding bit = 1); or first
2605 * goes to the RR arbiter (corresponding bit = 0); and then competes in the
2606 * lowest priority in the strict-priority arbiter. */
2607#define PBF_REG_ETS_ARB_CLIENT_IS_STRICT_P0 0x15c278
2608/* [RW 3] For port 1: Bit per client to indicate if the client competes in
2609 * the strict priority arbiter directly (corresponding bit = 1); or first
2610 * goes to the RR arbiter (corresponding bit = 0); and then competes in the
2611 * lowest priority in the strict-priority arbiter. */
2612#define PBF_REG_ETS_ARB_CLIENT_IS_STRICT_P1 0x15c27c
2613/* [RW 6] For port 0: Bit per client to indicate if the client is subject to
2614 * WFQ credit blocking (corresponding bit = 1). */
2615#define PBF_REG_ETS_ARB_CLIENT_IS_SUBJECT2WFQ_P0 0x15c280
2616/* [RW 3] For port 0: Bit per client to indicate if the client is subject to
2617 * WFQ credit blocking (corresponding bit = 1). */
2618#define PBF_REG_ETS_ARB_CLIENT_IS_SUBJECT2WFQ_P1 0x15c284
2619/* [RW 16] For port 0: The number of strict priority arbitration slots
2620 * between 2 RR arbitration slots. A value of 0 means no strict priority
2621 * cycles; i.e. the strict-priority w/ anti-starvation arbiter is a RR
2622 * arbiter. */
2623#define PBF_REG_ETS_ARB_NUM_STRICT_ARB_SLOTS_P0 0x15c2a0
2624/* [RW 16] For port 1: The number of strict priority arbitration slots
2625 * between 2 RR arbitration slots. A value of 0 means no strict priority
2626 * cycles; i.e. the strict-priority w/ anti-starvation arbiter is a RR
2627 * arbiter. */
2628#define PBF_REG_ETS_ARB_NUM_STRICT_ARB_SLOTS_P1 0x15c2a4
2629/* [RW 18] For port 0: Indicates which client is connected to each priority
2630 * in the strict-priority arbiter. Priority 0 is the highest priority, and
2631 * priority 5 is the lowest; to which the RR output is connected to (this is
2632 * not configurable). */
2633#define PBF_REG_ETS_ARB_PRIORITY_CLIENT_P0 0x15c270
2634/* [RW 9] For port 1: Indicates which client is connected to each priority
2635 * in the strict-priority arbiter. Priority 0 is the highest priority, and
2636 * priority 5 is the lowest; to which the RR output is connected to (this is
2637 * not configurable). */
2638#define PBF_REG_ETS_ARB_PRIORITY_CLIENT_P1 0x15c274
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002639/* [RW 1] Indicates that ETS is performed between the COSes in the command
2640 * arbiter. If reset strict priority w/ anti-starvation will be performed
2641 * w/o WFQ. */
2642#define PBF_REG_ETS_ENABLED 0x15c050
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002643/* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic
2644 * Ethernet header. */
2645#define PBF_REG_HDRS_AFTER_BASIC 0x15c0a8
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002646/* [RW 6] Bit-map indicating which L2 hdrs may appear after L2 tag 0 */
2647#define PBF_REG_HDRS_AFTER_TAG_0 0x15c0b8
2648/* [R 1] Removed for E3 B0 - Indicates which COS is conncted to the highest
2649 * priority in the command arbiter. */
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002650#define PBF_REG_HIGH_PRIORITY_COS_NUM 0x15c04c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002651#define PBF_REG_IF_ENABLE_REG 0x140044
2652/* [RW 1] Init bit. When set the initial credits are copied to the credit
2653 registers (except the port credits). Should be set and then reset after
2654 the configuration of the block has ended. */
2655#define PBF_REG_INIT 0x140000
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002656/* [RW 11] Initial credit for the LB queue in the tx port buffers in 16 byte
2657 * lines. */
2658#define PBF_REG_INIT_CRD_LB_Q 0x15c248
2659/* [RW 11] Initial credit for queue 0 in the tx port buffers in 16 byte
2660 * lines. */
2661#define PBF_REG_INIT_CRD_Q0 0x15c230
2662/* [RW 11] Initial credit for queue 1 in the tx port buffers in 16 byte
2663 * lines. */
2664#define PBF_REG_INIT_CRD_Q1 0x15c234
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002665/* [RW 1] Init bit for port 0. When set the initial credit of port 0 is
2666 copied to the credit register. Should be set and then reset after the
2667 configuration of the port has ended. */
2668#define PBF_REG_INIT_P0 0x140004
2669/* [RW 1] Init bit for port 1. When set the initial credit of port 1 is
2670 copied to the credit register. Should be set and then reset after the
2671 configuration of the port has ended. */
2672#define PBF_REG_INIT_P1 0x140008
2673/* [RW 1] Init bit for port 4. When set the initial credit of port 4 is
2674 copied to the credit register. Should be set and then reset after the
2675 configuration of the port has ended. */
2676#define PBF_REG_INIT_P4 0x14000c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002677/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2678 * the LB queue. Reset upon init. */
2679#define PBF_REG_INTERNAL_CRD_FREED_CNT_LB_Q 0x140354
2680/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2681 * queue 0. Reset upon init. */
2682#define PBF_REG_INTERNAL_CRD_FREED_CNT_Q0 0x140358
2683/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2684 * queue 1. Reset upon init. */
2685#define PBF_REG_INTERNAL_CRD_FREED_CNT_Q1 0x14035c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002686/* [RW 1] Enable for mac interface 0. */
2687#define PBF_REG_MAC_IF0_ENABLE 0x140030
2688/* [RW 1] Enable for mac interface 1. */
2689#define PBF_REG_MAC_IF1_ENABLE 0x140034
2690/* [RW 1] Enable for the loopback interface. */
2691#define PBF_REG_MAC_LB_ENABLE 0x140040
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002692/* [RW 6] Bit-map indicating which headers must appear in the packet */
2693#define PBF_REG_MUST_HAVE_HDRS 0x15c0c4
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00002694/* [RW 16] The number of strict priority arbitration slots between 2 RR
2695 * arbitration slots. A value of 0 means no strict priority cycles; i.e. the
2696 * strict-priority w/ anti-starvation arbiter is a RR arbiter. */
2697#define PBF_REG_NUM_STRICT_ARB_SLOTS 0x15c064
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002698/* [RW 10] Port 0 threshold used by arbiter in 16 byte lines used when pause
2699 not suppoterd. */
2700#define PBF_REG_P0_ARB_THRSH 0x1400e4
2701/* [R 11] Current credit for port 0 in the tx port buffers in 16 byte lines. */
2702#define PBF_REG_P0_CREDIT 0x140200
2703/* [RW 11] Initial credit for port 0 in the tx port buffers in 16 byte
2704 lines. */
2705#define PBF_REG_P0_INIT_CRD 0x1400d0
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002706/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2707 * port 0. Reset upon init. */
2708#define PBF_REG_P0_INTERNAL_CRD_FREED_CNT 0x140308
2709/* [R 1] Removed for E3 B0 - Indication that pause is enabled for port 0. */
2710#define PBF_REG_P0_PAUSE_ENABLE 0x140014
2711/* [R 8] Removed for E3 B0 - Number of tasks in port 0 task queue. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002712#define PBF_REG_P0_TASK_CNT 0x140204
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002713/* [R 32] Removed for E3 B0 - Cyclic counter for number of 8 byte lines
2714 * freed from the task queue of port 0. Reset upon init. */
2715#define PBF_REG_P0_TQ_LINES_FREED_CNT 0x1402f0
2716/* [R 12] Number of 8 bytes lines occupied in the task queue of port 0. */
2717#define PBF_REG_P0_TQ_OCCUPANCY 0x1402fc
2718/* [R 11] Removed for E3 B0 - Current credit for port 1 in the tx port
2719 * buffers in 16 byte lines. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002720#define PBF_REG_P1_CREDIT 0x140208
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002721/* [R 11] Removed for E3 B0 - Initial credit for port 0 in the tx port
2722 * buffers in 16 byte lines. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002723#define PBF_REG_P1_INIT_CRD 0x1400d4
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002724/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2725 * port 1. Reset upon init. */
2726#define PBF_REG_P1_INTERNAL_CRD_FREED_CNT 0x14030c
2727/* [R 8] Removed for E3 B0 - Number of tasks in port 1 task queue. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002728#define PBF_REG_P1_TASK_CNT 0x14020c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002729/* [R 32] Removed for E3 B0 - Cyclic counter for number of 8 byte lines
2730 * freed from the task queue of port 1. Reset upon init. */
2731#define PBF_REG_P1_TQ_LINES_FREED_CNT 0x1402f4
2732/* [R 12] Number of 8 bytes lines occupied in the task queue of port 1. */
2733#define PBF_REG_P1_TQ_OCCUPANCY 0x140300
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002734/* [R 11] Current credit for port 4 in the tx port buffers in 16 byte lines. */
2735#define PBF_REG_P4_CREDIT 0x140210
2736/* [RW 11] Initial credit for port 4 in the tx port buffers in 16 byte
2737 lines. */
2738#define PBF_REG_P4_INIT_CRD 0x1400e0
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002739/* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for
2740 * port 4. Reset upon init. */
2741#define PBF_REG_P4_INTERNAL_CRD_FREED_CNT 0x140310
2742/* [R 8] Removed for E3 B0 - Number of tasks in port 4 task queue. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002743#define PBF_REG_P4_TASK_CNT 0x140214
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002744/* [R 32] Removed for E3 B0 - Cyclic counter for number of 8 byte lines
2745 * freed from the task queue of port 4. Reset upon init. */
2746#define PBF_REG_P4_TQ_LINES_FREED_CNT 0x1402f8
2747/* [R 12] Number of 8 bytes lines occupied in the task queue of port 4. */
2748#define PBF_REG_P4_TQ_OCCUPANCY 0x140304
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002749/* [RW 5] Interrupt mask register #0 read/write */
2750#define PBF_REG_PBF_INT_MASK 0x1401d4
2751/* [R 5] Interrupt register #0 read */
2752#define PBF_REG_PBF_INT_STS 0x1401c8
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00002753/* [RW 20] Parity mask register #0 read/write */
2754#define PBF_REG_PBF_PRTY_MASK 0x1401e4
Yuval Mintz6bf07b82013-06-02 00:06:20 +00002755/* [R 28] Parity register #0 read */
2756#define PBF_REG_PBF_PRTY_STS 0x1401d8
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00002757/* [RC 20] Parity register #0 read clear */
2758#define PBF_REG_PBF_PRTY_STS_CLR 0x1401dc
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03002759/* [RW 16] The Ethernet type value for L2 tag 0 */
2760#define PBF_REG_TAG_ETHERTYPE_0 0x15c090
2761/* [RW 4] The length of the info field for L2 tag 0. The length is between
2762 * 2B and 14B; in 2B granularity */
2763#define PBF_REG_TAG_LEN_0 0x15c09c
2764/* [R 32] Cyclic counter for number of 8 byte lines freed from the LB task
2765 * queue. Reset upon init. */
2766#define PBF_REG_TQ_LINES_FREED_CNT_LB_Q 0x14038c
2767/* [R 32] Cyclic counter for number of 8 byte lines freed from the task
2768 * queue 0. Reset upon init. */
2769#define PBF_REG_TQ_LINES_FREED_CNT_Q0 0x140390
2770/* [R 32] Cyclic counter for number of 8 byte lines freed from task queue 1.
2771 * Reset upon init. */
2772#define PBF_REG_TQ_LINES_FREED_CNT_Q1 0x140394
2773/* [R 13] Number of 8 bytes lines occupied in the task queue of the LB
2774 * queue. */
2775#define PBF_REG_TQ_OCCUPANCY_LB_Q 0x1403a8
2776/* [R 13] Number of 8 bytes lines occupied in the task queue of queue 0. */
2777#define PBF_REG_TQ_OCCUPANCY_Q0 0x1403ac
2778/* [R 13] Number of 8 bytes lines occupied in the task queue of queue 1. */
2779#define PBF_REG_TQ_OCCUPANCY_Q1 0x1403b0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02002780#define PB_REG_CONTROL 0
2781/* [RW 2] Interrupt mask register #0 read/write */
2782#define PB_REG_PB_INT_MASK 0x28
2783/* [R 2] Interrupt register #0 read */
2784#define PB_REG_PB_INT_STS 0x1c
2785/* [RW 4] Parity mask register #0 read/write */
2786#define PB_REG_PB_PRTY_MASK 0x38
Eliezer Tamirf1410642008-02-28 11:51:50 -08002787/* [R 4] Parity register #0 read */
2788#define PB_REG_PB_PRTY_STS 0x2c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00002789/* [RC 4] Parity register #0 read clear */
2790#define PB_REG_PB_PRTY_STS_CLR 0x30
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002791#define PGLUE_B_PGLUE_B_INT_STS_REG_ADDRESS_ERROR (0x1<<0)
2792#define PGLUE_B_PGLUE_B_INT_STS_REG_CSSNOOP_FIFO_OVERFLOW (0x1<<8)
2793#define PGLUE_B_PGLUE_B_INT_STS_REG_INCORRECT_RCV_BEHAVIOR (0x1<<1)
2794#define PGLUE_B_PGLUE_B_INT_STS_REG_TCPL_ERROR_ATTN (0x1<<6)
2795#define PGLUE_B_PGLUE_B_INT_STS_REG_TCPL_IN_TWO_RCBS_ATTN (0x1<<7)
2796#define PGLUE_B_PGLUE_B_INT_STS_REG_VF_GRC_SPACE_VIOLATION_ATTN (0x1<<4)
2797#define PGLUE_B_PGLUE_B_INT_STS_REG_VF_LENGTH_VIOLATION_ATTN (0x1<<3)
2798#define PGLUE_B_PGLUE_B_INT_STS_REG_VF_MSIX_BAR_VIOLATION_ATTN (0x1<<5)
2799#define PGLUE_B_PGLUE_B_INT_STS_REG_WAS_ERROR_ATTN (0x1<<2)
2800/* [R 8] Config space A attention dirty bits. Each bit indicates that the
2801 * corresponding PF generates config space A attention. Set by PXP. Reset by
2802 * MCP writing 1 to icfg_space_a_request_clr. Note: register contains bits
2803 * from both paths. */
2804#define PGLUE_B_REG_CFG_SPACE_A_REQUEST 0x9010
2805/* [R 8] Config space B attention dirty bits. Each bit indicates that the
2806 * corresponding PF generates config space B attention. Set by PXP. Reset by
2807 * MCP writing 1 to icfg_space_b_request_clr. Note: register contains bits
2808 * from both paths. */
2809#define PGLUE_B_REG_CFG_SPACE_B_REQUEST 0x9014
2810/* [RW 1] Type A PF enable inbound interrupt table for CSDM. 0 - disable; 1
2811 * - enable. */
2812#define PGLUE_B_REG_CSDM_INB_INT_A_PF_ENABLE 0x9194
2813/* [RW 18] Type B VF inbound interrupt table for CSDM: bits[17:9]-mask;
2814 * its[8:0]-address. Bits [1:0] must be zero (DW resolution address). */
2815#define PGLUE_B_REG_CSDM_INB_INT_B_VF 0x916c
2816/* [RW 1] Type B VF enable inbound interrupt table for CSDM. 0 - disable; 1
2817 * - enable. */
2818#define PGLUE_B_REG_CSDM_INB_INT_B_VF_ENABLE 0x919c
2819/* [RW 16] Start offset of CSDM zone A (queue zone) in the internal RAM */
2820#define PGLUE_B_REG_CSDM_START_OFFSET_A 0x9100
2821/* [RW 16] Start offset of CSDM zone B (legacy zone) in the internal RAM */
2822#define PGLUE_B_REG_CSDM_START_OFFSET_B 0x9108
2823/* [RW 5] VF Shift of CSDM zone B (legacy zone) in the internal RAM */
2824#define PGLUE_B_REG_CSDM_VF_SHIFT_B 0x9110
2825/* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */
2826#define PGLUE_B_REG_CSDM_ZONE_A_SIZE_PF 0x91ac
2827/* [R 8] FLR request attention dirty bits for PFs 0 to 7. Each bit indicates
2828 * that the FLR register of the corresponding PF was set. Set by PXP. Reset
2829 * by MCP writing 1 to flr_request_pf_7_0_clr. Note: register contains bits
2830 * from both paths. */
2831#define PGLUE_B_REG_FLR_REQUEST_PF_7_0 0x9028
2832/* [W 8] FLR request attention dirty bits clear for PFs 0 to 7. MCP writes 1
2833 * to a bit in this register in order to clear the corresponding bit in
2834 * flr_request_pf_7_0 register. Note: register contains bits from both
2835 * paths. */
2836#define PGLUE_B_REG_FLR_REQUEST_PF_7_0_CLR 0x9418
2837/* [R 32] FLR request attention dirty bits for VFs 96 to 127. Each bit
2838 * indicates that the FLR register of the corresponding VF was set. Set by
2839 * PXP. Reset by MCP writing 1 to flr_request_vf_127_96_clr. */
2840#define PGLUE_B_REG_FLR_REQUEST_VF_127_96 0x9024
2841/* [R 32] FLR request attention dirty bits for VFs 0 to 31. Each bit
2842 * indicates that the FLR register of the corresponding VF was set. Set by
2843 * PXP. Reset by MCP writing 1 to flr_request_vf_31_0_clr. */
2844#define PGLUE_B_REG_FLR_REQUEST_VF_31_0 0x9018
2845/* [R 32] FLR request attention dirty bits for VFs 32 to 63. Each bit
2846 * indicates that the FLR register of the corresponding VF was set. Set by
2847 * PXP. Reset by MCP writing 1 to flr_request_vf_63_32_clr. */
2848#define PGLUE_B_REG_FLR_REQUEST_VF_63_32 0x901c
2849/* [R 32] FLR request attention dirty bits for VFs 64 to 95. Each bit
2850 * indicates that the FLR register of the corresponding VF was set. Set by
2851 * PXP. Reset by MCP writing 1 to flr_request_vf_95_64_clr. */
2852#define PGLUE_B_REG_FLR_REQUEST_VF_95_64 0x9020
2853/* [R 8] Each bit indicates an incorrect behavior in user RX interface. Bit
2854 * 0 - Target memory read arrived with a correctable error. Bit 1 - Target
2855 * memory read arrived with an uncorrectable error. Bit 2 - Configuration RW
2856 * arrived with a correctable error. Bit 3 - Configuration RW arrived with
2857 * an uncorrectable error. Bit 4 - Completion with Configuration Request
2858 * Retry Status. Bit 5 - Expansion ROM access received with a write request.
2859 * Bit 6 - Completion with pcie_rx_err of 0000; CMPL_STATUS of non-zero; and
2860 * pcie_rx_last not asserted. Bit 7 - Completion with pcie_rx_err of 1010;
2861 * and pcie_rx_last not asserted. */
2862#define PGLUE_B_REG_INCORRECT_RCV_DETAILS 0x9068
2863#define PGLUE_B_REG_INTERNAL_PFID_ENABLE_MASTER 0x942c
2864#define PGLUE_B_REG_INTERNAL_PFID_ENABLE_TARGET_READ 0x9430
2865#define PGLUE_B_REG_INTERNAL_PFID_ENABLE_TARGET_WRITE 0x9434
2866#define PGLUE_B_REG_INTERNAL_VFID_ENABLE 0x9438
Dmitry Kravkov9dcd9ac2013-11-17 08:59:27 +02002867/* [W 7] Writing 1 to each bit in this register clears a corresponding error
2868 * details register and enables logging new error details. Bit 0 - clears
2869 * INCORRECT_RCV_DETAILS; Bit 1 - clears RX_ERR_DETAILS; Bit 2 - clears
2870 * TX_ERR_WR_ADD_31_0 TX_ERR_WR_ADD_63_32 TX_ERR_WR_DETAILS
2871 * TX_ERR_WR_DETAILS2 TX_ERR_RD_ADD_31_0 TX_ERR_RD_ADD_63_32
2872 * TX_ERR_RD_DETAILS TX_ERR_RD_DETAILS2 TX_ERR_WR_DETAILS_ICPL; Bit 3 -
2873 * clears VF_LENGTH_VIOLATION_DETAILS. Bit 4 - clears
2874 * VF_GRC_SPACE_VIOLATION_DETAILS. Bit 5 - clears RX_TCPL_ERR_DETAILS. Bit 6
2875 * - clears TCPL_IN_TWO_RCBS_DETAILS. */
2876#define PGLUE_B_REG_LATCHED_ERRORS_CLR 0x943c
2877
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002878/* [R 9] Interrupt register #0 read */
2879#define PGLUE_B_REG_PGLUE_B_INT_STS 0x9298
2880/* [RC 9] Interrupt register #0 read clear */
2881#define PGLUE_B_REG_PGLUE_B_INT_STS_CLR 0x929c
Vladislav Zolotarov8736c822011-07-21 07:58:36 +00002882/* [RW 2] Parity mask register #0 read/write */
2883#define PGLUE_B_REG_PGLUE_B_PRTY_MASK 0x92b4
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002884/* [R 2] Parity register #0 read */
2885#define PGLUE_B_REG_PGLUE_B_PRTY_STS 0x92a8
Vladislav Zolotarov8736c822011-07-21 07:58:36 +00002886/* [RC 2] Parity register #0 read clear */
2887#define PGLUE_B_REG_PGLUE_B_PRTY_STS_CLR 0x92ac
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00002888/* [R 13] Details of first request received with error. [2:0] - PFID. [3] -
2889 * VF_VALID. [9:4] - VFID. [11:10] - Error Code - 0 - Indicates Completion
2890 * Timeout of a User Tx non-posted request. 1 - unsupported request. 2 -
2891 * completer abort. 3 - Illegal value for this field. [12] valid - indicates
2892 * if there was a completion error since the last time this register was
2893 * cleared. */
2894#define PGLUE_B_REG_RX_ERR_DETAILS 0x9080
2895/* [R 18] Details of first ATS Translation Completion request received with
2896 * error. [2:0] - PFID. [3] - VF_VALID. [9:4] - VFID. [11:10] - Error Code -
2897 * 0 - Indicates Completion Timeout of a User Tx non-posted request. 1 -
2898 * unsupported request. 2 - completer abort. 3 - Illegal value for this
2899 * field. [16:12] - ATC OTB EntryID. [17] valid - indicates if there was a
2900 * completion error since the last time this register was cleared. */
2901#define PGLUE_B_REG_RX_TCPL_ERR_DETAILS 0x9084
2902/* [W 8] Debug only - Shadow BME bits clear for PFs 0 to 7. MCP writes 1 to
2903 * a bit in this register in order to clear the corresponding bit in
2904 * shadow_bme_pf_7_0 register. MCP should never use this unless a
2905 * work-around is needed. Note: register contains bits from both paths. */
2906#define PGLUE_B_REG_SHADOW_BME_PF_7_0_CLR 0x9458
2907/* [R 8] SR IOV disabled attention dirty bits. Each bit indicates that the
2908 * VF enable register of the corresponding PF is written to 0 and was
2909 * previously 1. Set by PXP. Reset by MCP writing 1 to
2910 * sr_iov_disabled_request_clr. Note: register contains bits from both
2911 * paths. */
2912#define PGLUE_B_REG_SR_IOV_DISABLED_REQUEST 0x9030
2913/* [R 32] Indicates the status of tags 32-63. 0 - tags is used - read
2914 * completion did not return yet. 1 - tag is unused. Same functionality as
2915 * pxp2_registers_pgl_exp_rom_data2 for tags 0-31. */
2916#define PGLUE_B_REG_TAGS_63_32 0x9244
2917/* [RW 1] Type A PF enable inbound interrupt table for TSDM. 0 - disable; 1
2918 * - enable. */
2919#define PGLUE_B_REG_TSDM_INB_INT_A_PF_ENABLE 0x9170
2920/* [RW 16] Start offset of TSDM zone A (queue zone) in the internal RAM */
2921#define PGLUE_B_REG_TSDM_START_OFFSET_A 0x90c4
2922/* [RW 16] Start offset of TSDM zone B (legacy zone) in the internal RAM */
2923#define PGLUE_B_REG_TSDM_START_OFFSET_B 0x90cc
2924/* [RW 5] VF Shift of TSDM zone B (legacy zone) in the internal RAM */
2925#define PGLUE_B_REG_TSDM_VF_SHIFT_B 0x90d4
2926/* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */
2927#define PGLUE_B_REG_TSDM_ZONE_A_SIZE_PF 0x91a0
2928/* [R 32] Address [31:0] of first read request not submitted due to error */
2929#define PGLUE_B_REG_TX_ERR_RD_ADD_31_0 0x9098
2930/* [R 32] Address [63:32] of first read request not submitted due to error */
2931#define PGLUE_B_REG_TX_ERR_RD_ADD_63_32 0x909c
2932/* [R 31] Details of first read request not submitted due to error. [4:0]
2933 * VQID. [5] TREQ. 1 - Indicates the request is a Translation Request.
2934 * [20:8] - Length in bytes. [23:21] - PFID. [24] - VF_VALID. [30:25] -
2935 * VFID. */
2936#define PGLUE_B_REG_TX_ERR_RD_DETAILS 0x90a0
2937/* [R 26] Details of first read request not submitted due to error. [15:0]
2938 * Request ID. [19:16] client ID. [20] - last SR. [24:21] - Error type -
2939 * [21] - Indicates was_error was set; [22] - Indicates BME was cleared;
2940 * [23] - Indicates FID_enable was cleared; [24] - Indicates VF with parent
2941 * PF FLR_request or IOV_disable_request dirty bit is set. [25] valid -
2942 * indicates if there was a request not submitted due to error since the
2943 * last time this register was cleared. */
2944#define PGLUE_B_REG_TX_ERR_RD_DETAILS2 0x90a4
2945/* [R 32] Address [31:0] of first write request not submitted due to error */
2946#define PGLUE_B_REG_TX_ERR_WR_ADD_31_0 0x9088
2947/* [R 32] Address [63:32] of first write request not submitted due to error */
2948#define PGLUE_B_REG_TX_ERR_WR_ADD_63_32 0x908c
2949/* [R 31] Details of first write request not submitted due to error. [4:0]
2950 * VQID. [20:8] - Length in bytes. [23:21] - PFID. [24] - VF_VALID. [30:25]
2951 * - VFID. */
2952#define PGLUE_B_REG_TX_ERR_WR_DETAILS 0x9090
2953/* [R 26] Details of first write request not submitted due to error. [15:0]
2954 * Request ID. [19:16] client ID. [20] - last SR. [24:21] - Error type -
2955 * [21] - Indicates was_error was set; [22] - Indicates BME was cleared;
2956 * [23] - Indicates FID_enable was cleared; [24] - Indicates VF with parent
2957 * PF FLR_request or IOV_disable_request dirty bit is set. [25] valid -
2958 * indicates if there was a request not submitted due to error since the
2959 * last time this register was cleared. */
2960#define PGLUE_B_REG_TX_ERR_WR_DETAILS2 0x9094
2961/* [RW 10] Type A PF/VF inbound interrupt table for USDM: bits[9:5]-mask;
2962 * its[4:0]-address relative to start_offset_a. Bits [1:0] can have any
2963 * value (Byte resolution address). */
2964#define PGLUE_B_REG_USDM_INB_INT_A_0 0x9128
2965#define PGLUE_B_REG_USDM_INB_INT_A_1 0x912c
2966#define PGLUE_B_REG_USDM_INB_INT_A_2 0x9130
2967#define PGLUE_B_REG_USDM_INB_INT_A_3 0x9134
2968#define PGLUE_B_REG_USDM_INB_INT_A_4 0x9138
2969#define PGLUE_B_REG_USDM_INB_INT_A_5 0x913c
2970#define PGLUE_B_REG_USDM_INB_INT_A_6 0x9140
2971/* [RW 1] Type A PF enable inbound interrupt table for USDM. 0 - disable; 1
2972 * - enable. */
2973#define PGLUE_B_REG_USDM_INB_INT_A_PF_ENABLE 0x917c
2974/* [RW 1] Type A VF enable inbound interrupt table for USDM. 0 - disable; 1
2975 * - enable. */
2976#define PGLUE_B_REG_USDM_INB_INT_A_VF_ENABLE 0x9180
2977/* [RW 1] Type B VF enable inbound interrupt table for USDM. 0 - disable; 1
2978 * - enable. */
2979#define PGLUE_B_REG_USDM_INB_INT_B_VF_ENABLE 0x9184
2980/* [RW 16] Start offset of USDM zone A (queue zone) in the internal RAM */
2981#define PGLUE_B_REG_USDM_START_OFFSET_A 0x90d8
2982/* [RW 16] Start offset of USDM zone B (legacy zone) in the internal RAM */
2983#define PGLUE_B_REG_USDM_START_OFFSET_B 0x90e0
2984/* [RW 5] VF Shift of USDM zone B (legacy zone) in the internal RAM */
2985#define PGLUE_B_REG_USDM_VF_SHIFT_B 0x90e8
2986/* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */
2987#define PGLUE_B_REG_USDM_ZONE_A_SIZE_PF 0x91a4
2988/* [R 26] Details of first target VF request accessing VF GRC space that
2989 * failed permission check. [14:0] Address. [15] w_nr: 0 - Read; 1 - Write.
2990 * [21:16] VFID. [24:22] - PFID. [25] valid - indicates if there was a
2991 * request accessing VF GRC space that failed permission check since the
2992 * last time this register was cleared. Permission checks are: function
2993 * permission; R/W permission; address range permission. */
2994#define PGLUE_B_REG_VF_GRC_SPACE_VIOLATION_DETAILS 0x9234
2995/* [R 31] Details of first target VF request with length violation (too many
2996 * DWs) accessing BAR0. [12:0] Address in DWs (bits [14:2] of byte address).
2997 * [14:13] BAR. [20:15] VFID. [23:21] - PFID. [29:24] - Length in DWs. [30]
2998 * valid - indicates if there was a request with length violation since the
2999 * last time this register was cleared. Length violations: length of more
3000 * than 2DWs; length of 2DWs and address not QW aligned; window is GRC and
3001 * length is more than 1 DW. */
3002#define PGLUE_B_REG_VF_LENGTH_VIOLATION_DETAILS 0x9230
3003/* [R 8] Was_error indication dirty bits for PFs 0 to 7. Each bit indicates
3004 * that there was a completion with uncorrectable error for the
3005 * corresponding PF. Set by PXP. Reset by MCP writing 1 to
3006 * was_error_pf_7_0_clr. */
3007#define PGLUE_B_REG_WAS_ERROR_PF_7_0 0x907c
3008/* [W 8] Was_error indication dirty bits clear for PFs 0 to 7. MCP writes 1
3009 * to a bit in this register in order to clear the corresponding bit in
3010 * flr_request_pf_7_0 register. */
3011#define PGLUE_B_REG_WAS_ERROR_PF_7_0_CLR 0x9470
3012/* [R 32] Was_error indication dirty bits for VFs 96 to 127. Each bit
3013 * indicates that there was a completion with uncorrectable error for the
3014 * corresponding VF. Set by PXP. Reset by MCP writing 1 to
3015 * was_error_vf_127_96_clr. */
3016#define PGLUE_B_REG_WAS_ERROR_VF_127_96 0x9078
3017/* [W 32] Was_error indication dirty bits clear for VFs 96 to 127. MCP
3018 * writes 1 to a bit in this register in order to clear the corresponding
3019 * bit in was_error_vf_127_96 register. */
3020#define PGLUE_B_REG_WAS_ERROR_VF_127_96_CLR 0x9474
3021/* [R 32] Was_error indication dirty bits for VFs 0 to 31. Each bit
3022 * indicates that there was a completion with uncorrectable error for the
3023 * corresponding VF. Set by PXP. Reset by MCP writing 1 to
3024 * was_error_vf_31_0_clr. */
3025#define PGLUE_B_REG_WAS_ERROR_VF_31_0 0x906c
3026/* [W 32] Was_error indication dirty bits clear for VFs 0 to 31. MCP writes
3027 * 1 to a bit in this register in order to clear the corresponding bit in
3028 * was_error_vf_31_0 register. */
3029#define PGLUE_B_REG_WAS_ERROR_VF_31_0_CLR 0x9478
3030/* [R 32] Was_error indication dirty bits for VFs 32 to 63. Each bit
3031 * indicates that there was a completion with uncorrectable error for the
3032 * corresponding VF. Set by PXP. Reset by MCP writing 1 to
3033 * was_error_vf_63_32_clr. */
3034#define PGLUE_B_REG_WAS_ERROR_VF_63_32 0x9070
3035/* [W 32] Was_error indication dirty bits clear for VFs 32 to 63. MCP writes
3036 * 1 to a bit in this register in order to clear the corresponding bit in
3037 * was_error_vf_63_32 register. */
3038#define PGLUE_B_REG_WAS_ERROR_VF_63_32_CLR 0x947c
3039/* [R 32] Was_error indication dirty bits for VFs 64 to 95. Each bit
3040 * indicates that there was a completion with uncorrectable error for the
3041 * corresponding VF. Set by PXP. Reset by MCP writing 1 to
3042 * was_error_vf_95_64_clr. */
3043#define PGLUE_B_REG_WAS_ERROR_VF_95_64 0x9074
3044/* [W 32] Was_error indication dirty bits clear for VFs 64 to 95. MCP writes
3045 * 1 to a bit in this register in order to clear the corresponding bit in
3046 * was_error_vf_95_64 register. */
3047#define PGLUE_B_REG_WAS_ERROR_VF_95_64_CLR 0x9480
3048/* [RW 1] Type A PF enable inbound interrupt table for XSDM. 0 - disable; 1
3049 * - enable. */
3050#define PGLUE_B_REG_XSDM_INB_INT_A_PF_ENABLE 0x9188
3051/* [RW 16] Start offset of XSDM zone A (queue zone) in the internal RAM */
3052#define PGLUE_B_REG_XSDM_START_OFFSET_A 0x90ec
3053/* [RW 16] Start offset of XSDM zone B (legacy zone) in the internal RAM */
3054#define PGLUE_B_REG_XSDM_START_OFFSET_B 0x90f4
3055/* [RW 5] VF Shift of XSDM zone B (legacy zone) in the internal RAM */
3056#define PGLUE_B_REG_XSDM_VF_SHIFT_B 0x90fc
3057/* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */
3058#define PGLUE_B_REG_XSDM_ZONE_A_SIZE_PF 0x91a8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003059#define PRS_REG_A_PRSU_20 0x40134
3060/* [R 8] debug only: CFC load request current credit. Transaction based. */
3061#define PRS_REG_CFC_LD_CURRENT_CREDIT 0x40164
3062/* [R 8] debug only: CFC search request current credit. Transaction based. */
3063#define PRS_REG_CFC_SEARCH_CURRENT_CREDIT 0x40168
3064/* [RW 6] The initial credit for the search message to the CFC interface.
3065 Credit is transaction based. */
3066#define PRS_REG_CFC_SEARCH_INITIAL_CREDIT 0x4011c
3067/* [RW 24] CID for port 0 if no match */
3068#define PRS_REG_CID_PORT_0 0x400fc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003069/* [RW 32] The CM header for flush message where 'load existed' bit in CFC
3070 load response is reset and packet type is 0. Used in packet start message
3071 to TCM. */
3072#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_0 0x400dc
3073#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_1 0x400e0
3074#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_2 0x400e4
3075#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_3 0x400e8
3076#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_4 0x400ec
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08003077#define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_5 0x400f0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003078/* [RW 32] The CM header for flush message where 'load existed' bit in CFC
3079 load response is set and packet type is 0. Used in packet start message
3080 to TCM. */
3081#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_0 0x400bc
3082#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_1 0x400c0
3083#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_2 0x400c4
3084#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_3 0x400c8
3085#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_4 0x400cc
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08003086#define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_5 0x400d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003087/* [RW 32] The CM header for a match and packet type 1 for loopback port.
3088 Used in packet start message to TCM. */
3089#define PRS_REG_CM_HDR_LOOPBACK_TYPE_1 0x4009c
3090#define PRS_REG_CM_HDR_LOOPBACK_TYPE_2 0x400a0
3091#define PRS_REG_CM_HDR_LOOPBACK_TYPE_3 0x400a4
3092#define PRS_REG_CM_HDR_LOOPBACK_TYPE_4 0x400a8
3093/* [RW 32] The CM header for a match and packet type 0. Used in packet start
3094 message to TCM. */
3095#define PRS_REG_CM_HDR_TYPE_0 0x40078
3096#define PRS_REG_CM_HDR_TYPE_1 0x4007c
3097#define PRS_REG_CM_HDR_TYPE_2 0x40080
3098#define PRS_REG_CM_HDR_TYPE_3 0x40084
3099#define PRS_REG_CM_HDR_TYPE_4 0x40088
3100/* [RW 32] The CM header in case there was not a match on the connection */
3101#define PRS_REG_CM_NO_MATCH_HDR 0x400b8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003102/* [RW 1] Indicates if in e1hov mode. 0=non-e1hov mode; 1=e1hov mode. */
3103#define PRS_REG_E1HOV_MODE 0x401c8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003104/* [RW 8] The 8-bit event ID for a match and packet type 1. Used in packet
3105 start message to TCM. */
3106#define PRS_REG_EVENT_ID_1 0x40054
3107#define PRS_REG_EVENT_ID_2 0x40058
3108#define PRS_REG_EVENT_ID_3 0x4005c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003109/* [RW 16] The Ethernet type value for FCoE */
3110#define PRS_REG_FCOE_TYPE 0x401d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003111/* [RW 8] Context region for flush packet with packet type 0. Used in CFC
3112 load request message. */
3113#define PRS_REG_FLUSH_REGIONS_TYPE_0 0x40004
3114#define PRS_REG_FLUSH_REGIONS_TYPE_1 0x40008
3115#define PRS_REG_FLUSH_REGIONS_TYPE_2 0x4000c
3116#define PRS_REG_FLUSH_REGIONS_TYPE_3 0x40010
3117#define PRS_REG_FLUSH_REGIONS_TYPE_4 0x40014
3118#define PRS_REG_FLUSH_REGIONS_TYPE_5 0x40018
3119#define PRS_REG_FLUSH_REGIONS_TYPE_6 0x4001c
3120#define PRS_REG_FLUSH_REGIONS_TYPE_7 0x40020
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00003121/* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic
3122 * Ethernet header. */
3123#define PRS_REG_HDRS_AFTER_BASIC 0x40238
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03003124/* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic
3125 * Ethernet header for port 0 packets. */
3126#define PRS_REG_HDRS_AFTER_BASIC_PORT_0 0x40270
3127#define PRS_REG_HDRS_AFTER_BASIC_PORT_1 0x40290
3128/* [R 6] Bit-map indicating which L2 hdrs may appear after L2 tag 0 */
3129#define PRS_REG_HDRS_AFTER_TAG_0 0x40248
3130/* [RW 6] Bit-map indicating which L2 hdrs may appear after L2 tag 0 for
3131 * port 0 packets */
3132#define PRS_REG_HDRS_AFTER_TAG_0_PORT_0 0x40280
3133#define PRS_REG_HDRS_AFTER_TAG_0_PORT_1 0x402a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003134/* [RW 4] The increment value to send in the CFC load request message */
3135#define PRS_REG_INC_VALUE 0x40048
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00003136/* [RW 6] Bit-map indicating which headers must appear in the packet */
3137#define PRS_REG_MUST_HAVE_HDRS 0x40254
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03003138/* [RW 6] Bit-map indicating which headers must appear in the packet for
3139 * port 0 packets */
3140#define PRS_REG_MUST_HAVE_HDRS_PORT_0 0x4028c
3141#define PRS_REG_MUST_HAVE_HDRS_PORT_1 0x402ac
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003142#define PRS_REG_NIC_MODE 0x40138
3143/* [RW 8] The 8-bit event ID for cases where there is no match on the
3144 connection. Used in packet start message to TCM. */
3145#define PRS_REG_NO_MATCH_EVENT_ID 0x40070
3146/* [ST 24] The number of input CFC flush packets */
3147#define PRS_REG_NUM_OF_CFC_FLUSH_MESSAGES 0x40128
3148/* [ST 32] The number of cycles the Parser halted its operation since it
3149 could not allocate the next serial number */
3150#define PRS_REG_NUM_OF_DEAD_CYCLES 0x40130
3151/* [ST 24] The number of input packets */
3152#define PRS_REG_NUM_OF_PACKETS 0x40124
3153/* [ST 24] The number of input transparent flush packets */
3154#define PRS_REG_NUM_OF_TRANSPARENT_FLUSH_MESSAGES 0x4012c
3155/* [RW 8] Context region for received Ethernet packet with a match and
3156 packet type 0. Used in CFC load request message */
3157#define PRS_REG_PACKET_REGIONS_TYPE_0 0x40028
3158#define PRS_REG_PACKET_REGIONS_TYPE_1 0x4002c
3159#define PRS_REG_PACKET_REGIONS_TYPE_2 0x40030
3160#define PRS_REG_PACKET_REGIONS_TYPE_3 0x40034
3161#define PRS_REG_PACKET_REGIONS_TYPE_4 0x40038
3162#define PRS_REG_PACKET_REGIONS_TYPE_5 0x4003c
3163#define PRS_REG_PACKET_REGIONS_TYPE_6 0x40040
3164#define PRS_REG_PACKET_REGIONS_TYPE_7 0x40044
3165/* [R 2] debug only: Number of pending requests for CAC on port 0. */
3166#define PRS_REG_PENDING_BRB_CAC0_RQ 0x40174
3167/* [R 2] debug only: Number of pending requests for header parsing. */
3168#define PRS_REG_PENDING_BRB_PRS_RQ 0x40170
3169/* [R 1] Interrupt register #0 read */
3170#define PRS_REG_PRS_INT_STS 0x40188
3171/* [RW 8] Parity mask register #0 read/write */
3172#define PRS_REG_PRS_PRTY_MASK 0x401a4
Eliezer Tamirf1410642008-02-28 11:51:50 -08003173/* [R 8] Parity register #0 read */
3174#define PRS_REG_PRS_PRTY_STS 0x40198
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00003175/* [RC 8] Parity register #0 read clear */
3176#define PRS_REG_PRS_PRTY_STS_CLR 0x4019c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003177/* [RW 8] Context region for pure acknowledge packets. Used in CFC load
3178 request message */
3179#define PRS_REG_PURE_REGIONS 0x40024
3180/* [R 32] debug only: Serial number status lsb 32 bits. '1' indicates this
3181 serail number was released by SDM but cannot be used because a previous
3182 serial number was not released. */
3183#define PRS_REG_SERIAL_NUM_STATUS_LSB 0x40154
3184/* [R 32] debug only: Serial number status msb 32 bits. '1' indicates this
3185 serail number was released by SDM but cannot be used because a previous
3186 serial number was not released. */
3187#define PRS_REG_SERIAL_NUM_STATUS_MSB 0x40158
3188/* [R 4] debug only: SRC current credit. Transaction based. */
3189#define PRS_REG_SRC_CURRENT_CREDIT 0x4016c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03003190/* [RW 16] The Ethernet type value for L2 tag 0 */
3191#define PRS_REG_TAG_ETHERTYPE_0 0x401d4
3192/* [RW 4] The length of the info field for L2 tag 0. The length is between
3193 * 2B and 14B; in 2B granularity */
3194#define PRS_REG_TAG_LEN_0 0x4022c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003195/* [R 8] debug only: TCM current credit. Cycle based. */
3196#define PRS_REG_TCM_CURRENT_CREDIT 0x40160
3197/* [R 8] debug only: TSDM current credit. Transaction based. */
3198#define PRS_REG_TSDM_CURRENT_CREDIT 0x4015c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00003199#define PXP2_PXP2_INT_MASK_0_REG_PGL_CPL_AFT (0x1<<19)
3200#define PXP2_PXP2_INT_MASK_0_REG_PGL_CPL_OF (0x1<<20)
3201#define PXP2_PXP2_INT_MASK_0_REG_PGL_PCIE_ATTN (0x1<<22)
3202#define PXP2_PXP2_INT_MASK_0_REG_PGL_READ_BLOCKED (0x1<<23)
3203#define PXP2_PXP2_INT_MASK_0_REG_PGL_WRITE_BLOCKED (0x1<<24)
3204#define PXP2_PXP2_INT_STS_0_REG_WR_PGLUE_EOP_ERROR (0x1<<7)
3205#define PXP2_PXP2_INT_STS_CLR_0_REG_WR_PGLUE_EOP_ERROR (0x1<<7)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003206/* [R 6] Debug only: Number of used entries in the data FIFO */
3207#define PXP2_REG_HST_DATA_FIFO_STATUS 0x12047c
3208/* [R 7] Debug only: Number of used entries in the header FIFO */
Dmitry Kravkov9f0096a2011-08-09 03:10:29 +00003209#define PXP2_REG_HST_HEADER_FIFO_STATUS 0x120478
3210#define PXP2_REG_PGL_ADDR_88_F0 0x120534
3211/* [R 32] GRC address for configuration access to PCIE config address 0x88.
3212 * any write to this PCIE address will cause a GRC write access to the
3213 * address that's in t this register */
3214#define PXP2_REG_PGL_ADDR_88_F1 0x120544
3215#define PXP2_REG_PGL_ADDR_8C_F0 0x120538
3216/* [R 32] GRC address for configuration access to PCIE config address 0x8c.
3217 * any write to this PCIE address will cause a GRC write access to the
3218 * address that's in t this register */
3219#define PXP2_REG_PGL_ADDR_8C_F1 0x120548
3220#define PXP2_REG_PGL_ADDR_90_F0 0x12053c
3221/* [R 32] GRC address for configuration access to PCIE config address 0x90.
3222 * any write to this PCIE address will cause a GRC write access to the
3223 * address that's in t this register */
3224#define PXP2_REG_PGL_ADDR_90_F1 0x12054c
3225#define PXP2_REG_PGL_ADDR_94_F0 0x120540
3226/* [R 32] GRC address for configuration access to PCIE config address 0x94.
3227 * any write to this PCIE address will cause a GRC write access to the
3228 * address that's in t this register */
3229#define PXP2_REG_PGL_ADDR_94_F1 0x120550
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003230#define PXP2_REG_PGL_CONTROL0 0x120490
3231#define PXP2_REG_PGL_CONTROL1 0x120514
Eilon Greensteinca003922009-08-12 22:53:28 -07003232#define PXP2_REG_PGL_DEBUG 0x120520
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003233/* [RW 32] third dword data of expansion rom request. this register is
3234 special. reading from it provides a vector outstanding read requests. if
3235 a bit is zero it means that a read request on the corresponding tag did
3236 not finish yet (not all completions have arrived for it) */
3237#define PXP2_REG_PGL_EXP_ROM2 0x120808
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003238/* [RW 32] Inbound interrupt table for CSDM: bits[31:16]-mask;
3239 its[15:0]-address */
3240#define PXP2_REG_PGL_INT_CSDM_0 0x1204f4
3241#define PXP2_REG_PGL_INT_CSDM_1 0x1204f8
3242#define PXP2_REG_PGL_INT_CSDM_2 0x1204fc
3243#define PXP2_REG_PGL_INT_CSDM_3 0x120500
3244#define PXP2_REG_PGL_INT_CSDM_4 0x120504
3245#define PXP2_REG_PGL_INT_CSDM_5 0x120508
3246#define PXP2_REG_PGL_INT_CSDM_6 0x12050c
3247#define PXP2_REG_PGL_INT_CSDM_7 0x120510
3248/* [RW 32] Inbound interrupt table for TSDM: bits[31:16]-mask;
3249 its[15:0]-address */
3250#define PXP2_REG_PGL_INT_TSDM_0 0x120494
3251#define PXP2_REG_PGL_INT_TSDM_1 0x120498
3252#define PXP2_REG_PGL_INT_TSDM_2 0x12049c
3253#define PXP2_REG_PGL_INT_TSDM_3 0x1204a0
3254#define PXP2_REG_PGL_INT_TSDM_4 0x1204a4
3255#define PXP2_REG_PGL_INT_TSDM_5 0x1204a8
3256#define PXP2_REG_PGL_INT_TSDM_6 0x1204ac
3257#define PXP2_REG_PGL_INT_TSDM_7 0x1204b0
3258/* [RW 32] Inbound interrupt table for USDM: bits[31:16]-mask;
3259 its[15:0]-address */
3260#define PXP2_REG_PGL_INT_USDM_0 0x1204b4
3261#define PXP2_REG_PGL_INT_USDM_1 0x1204b8
3262#define PXP2_REG_PGL_INT_USDM_2 0x1204bc
3263#define PXP2_REG_PGL_INT_USDM_3 0x1204c0
3264#define PXP2_REG_PGL_INT_USDM_4 0x1204c4
3265#define PXP2_REG_PGL_INT_USDM_5 0x1204c8
3266#define PXP2_REG_PGL_INT_USDM_6 0x1204cc
3267#define PXP2_REG_PGL_INT_USDM_7 0x1204d0
3268/* [RW 32] Inbound interrupt table for XSDM: bits[31:16]-mask;
3269 its[15:0]-address */
3270#define PXP2_REG_PGL_INT_XSDM_0 0x1204d4
3271#define PXP2_REG_PGL_INT_XSDM_1 0x1204d8
3272#define PXP2_REG_PGL_INT_XSDM_2 0x1204dc
3273#define PXP2_REG_PGL_INT_XSDM_3 0x1204e0
3274#define PXP2_REG_PGL_INT_XSDM_4 0x1204e4
3275#define PXP2_REG_PGL_INT_XSDM_5 0x1204e8
3276#define PXP2_REG_PGL_INT_XSDM_6 0x1204ec
3277#define PXP2_REG_PGL_INT_XSDM_7 0x1204f0
Eilon Greensteinf1ef27e2009-02-12 08:36:23 +00003278/* [RW 3] this field allows one function to pretend being another function
3279 when accessing any BAR mapped resource within the device. the value of
3280 the field is the number of the function that will be accessed
3281 effectively. after software write to this bit it must read it in order to
3282 know that the new value is updated */
3283#define PXP2_REG_PGL_PRETEND_FUNC_F0 0x120674
3284#define PXP2_REG_PGL_PRETEND_FUNC_F1 0x120678
3285#define PXP2_REG_PGL_PRETEND_FUNC_F2 0x12067c
3286#define PXP2_REG_PGL_PRETEND_FUNC_F3 0x120680
3287#define PXP2_REG_PGL_PRETEND_FUNC_F4 0x120684
3288#define PXP2_REG_PGL_PRETEND_FUNC_F5 0x120688
3289#define PXP2_REG_PGL_PRETEND_FUNC_F6 0x12068c
3290#define PXP2_REG_PGL_PRETEND_FUNC_F7 0x120690
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003291/* [R 1] this bit indicates that a read request was blocked because of
3292 bus_master_en was deasserted */
3293#define PXP2_REG_PGL_READ_BLOCKED 0x120568
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003294#define PXP2_REG_PGL_TAGS_LIMIT 0x1205a8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003295/* [R 18] debug only */
3296#define PXP2_REG_PGL_TXW_CDTS 0x12052c
3297/* [R 1] this bit indicates that a write request was blocked because of
3298 bus_master_en was deasserted */
3299#define PXP2_REG_PGL_WRITE_BLOCKED 0x120564
3300#define PXP2_REG_PSWRQ_BW_ADD1 0x1201c0
3301#define PXP2_REG_PSWRQ_BW_ADD10 0x1201e4
3302#define PXP2_REG_PSWRQ_BW_ADD11 0x1201e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003303#define PXP2_REG_PSWRQ_BW_ADD2 0x1201c4
3304#define PXP2_REG_PSWRQ_BW_ADD28 0x120228
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003305#define PXP2_REG_PSWRQ_BW_ADD3 0x1201c8
3306#define PXP2_REG_PSWRQ_BW_ADD6 0x1201d4
3307#define PXP2_REG_PSWRQ_BW_ADD7 0x1201d8
3308#define PXP2_REG_PSWRQ_BW_ADD8 0x1201dc
3309#define PXP2_REG_PSWRQ_BW_ADD9 0x1201e0
3310#define PXP2_REG_PSWRQ_BW_CREDIT 0x12032c
3311#define PXP2_REG_PSWRQ_BW_L1 0x1202b0
3312#define PXP2_REG_PSWRQ_BW_L10 0x1202d4
3313#define PXP2_REG_PSWRQ_BW_L11 0x1202d8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003314#define PXP2_REG_PSWRQ_BW_L2 0x1202b4
3315#define PXP2_REG_PSWRQ_BW_L28 0x120318
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003316#define PXP2_REG_PSWRQ_BW_L3 0x1202b8
3317#define PXP2_REG_PSWRQ_BW_L6 0x1202c4
3318#define PXP2_REG_PSWRQ_BW_L7 0x1202c8
3319#define PXP2_REG_PSWRQ_BW_L8 0x1202cc
3320#define PXP2_REG_PSWRQ_BW_L9 0x1202d0
3321#define PXP2_REG_PSWRQ_BW_RD 0x120324
3322#define PXP2_REG_PSWRQ_BW_UB1 0x120238
3323#define PXP2_REG_PSWRQ_BW_UB10 0x12025c
3324#define PXP2_REG_PSWRQ_BW_UB11 0x120260
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003325#define PXP2_REG_PSWRQ_BW_UB2 0x12023c
3326#define PXP2_REG_PSWRQ_BW_UB28 0x1202a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003327#define PXP2_REG_PSWRQ_BW_UB3 0x120240
3328#define PXP2_REG_PSWRQ_BW_UB6 0x12024c
3329#define PXP2_REG_PSWRQ_BW_UB7 0x120250
3330#define PXP2_REG_PSWRQ_BW_UB8 0x120254
3331#define PXP2_REG_PSWRQ_BW_UB9 0x120258
3332#define PXP2_REG_PSWRQ_BW_WR 0x120328
3333#define PXP2_REG_PSWRQ_CDU0_L2P 0x120000
3334#define PXP2_REG_PSWRQ_QM0_L2P 0x120038
3335#define PXP2_REG_PSWRQ_SRC0_L2P 0x120054
3336#define PXP2_REG_PSWRQ_TM0_L2P 0x12001c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003337#define PXP2_REG_PSWRQ_TSDM0_L2P 0x1200e0
Eilon Greenstein34f80b02008-06-23 20:33:01 -07003338/* [RW 32] Interrupt mask register #0 read/write */
3339#define PXP2_REG_PXP2_INT_MASK_0 0x120578
3340/* [R 32] Interrupt register #0 read */
3341#define PXP2_REG_PXP2_INT_STS_0 0x12056c
3342#define PXP2_REG_PXP2_INT_STS_1 0x120608
3343/* [RC 32] Interrupt register #0 read clear */
3344#define PXP2_REG_PXP2_INT_STS_CLR_0 0x120570
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003345/* [RW 32] Parity mask register #0 read/write */
3346#define PXP2_REG_PXP2_PRTY_MASK_0 0x120588
3347#define PXP2_REG_PXP2_PRTY_MASK_1 0x120598
Eliezer Tamirf1410642008-02-28 11:51:50 -08003348/* [R 32] Parity register #0 read */
3349#define PXP2_REG_PXP2_PRTY_STS_0 0x12057c
3350#define PXP2_REG_PXP2_PRTY_STS_1 0x12058c
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00003351/* [RC 32] Parity register #0 read clear */
3352#define PXP2_REG_PXP2_PRTY_STS_CLR_0 0x120580
3353#define PXP2_REG_PXP2_PRTY_STS_CLR_1 0x120590
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003354/* [R 1] Debug only: The 'almost full' indication from each fifo (gives
3355 indication about backpressure) */
3356#define PXP2_REG_RD_ALMOST_FULL_0 0x120424
3357/* [R 8] Debug only: The blocks counter - number of unused block ids */
3358#define PXP2_REG_RD_BLK_CNT 0x120418
3359/* [RW 8] Debug only: Total number of available blocks in Tetris Buffer.
3360 Must be bigger than 6. Normally should not be changed. */
3361#define PXP2_REG_RD_BLK_NUM_CFG 0x12040c
3362/* [RW 2] CDU byte swapping mode configuration for master read requests */
3363#define PXP2_REG_RD_CDURD_SWAP_MODE 0x120404
3364/* [RW 1] When '1'; inputs to the PSWRD block are ignored */
3365#define PXP2_REG_RD_DISABLE_INPUTS 0x120374
3366/* [R 1] PSWRD internal memories initialization is done */
3367#define PXP2_REG_RD_INIT_DONE 0x120370
3368/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
3369 allocated for vq10 */
3370#define PXP2_REG_RD_MAX_BLKS_VQ10 0x1203a0
3371/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
3372 allocated for vq11 */
3373#define PXP2_REG_RD_MAX_BLKS_VQ11 0x1203a4
3374/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
3375 allocated for vq17 */
3376#define PXP2_REG_RD_MAX_BLKS_VQ17 0x1203bc
3377/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
3378 allocated for vq18 */
3379#define PXP2_REG_RD_MAX_BLKS_VQ18 0x1203c0
3380/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
3381 allocated for vq19 */
3382#define PXP2_REG_RD_MAX_BLKS_VQ19 0x1203c4
3383/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
3384 allocated for vq22 */
3385#define PXP2_REG_RD_MAX_BLKS_VQ22 0x1203d0
3386/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
Eilon Greensteinca003922009-08-12 22:53:28 -07003387 allocated for vq25 */
3388#define PXP2_REG_RD_MAX_BLKS_VQ25 0x1203dc
3389/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003390 allocated for vq6 */
3391#define PXP2_REG_RD_MAX_BLKS_VQ6 0x120390
3392/* [RW 8] The maximum number of blocks in Tetris Buffer that can be
3393 allocated for vq9 */
3394#define PXP2_REG_RD_MAX_BLKS_VQ9 0x12039c
3395/* [RW 2] PBF byte swapping mode configuration for master read requests */
3396#define PXP2_REG_RD_PBF_SWAP_MODE 0x1203f4
3397/* [R 1] Debug only: Indication if delivery ports are idle */
3398#define PXP2_REG_RD_PORT_IS_IDLE_0 0x12041c
3399#define PXP2_REG_RD_PORT_IS_IDLE_1 0x120420
3400/* [RW 2] QM byte swapping mode configuration for master read requests */
3401#define PXP2_REG_RD_QM_SWAP_MODE 0x1203f8
3402/* [R 7] Debug only: The SR counter - number of unused sub request ids */
3403#define PXP2_REG_RD_SR_CNT 0x120414
3404/* [RW 2] SRC byte swapping mode configuration for master read requests */
3405#define PXP2_REG_RD_SRC_SWAP_MODE 0x120400
3406/* [RW 7] Debug only: Total number of available PCI read sub-requests. Must
3407 be bigger than 1. Normally should not be changed. */
3408#define PXP2_REG_RD_SR_NUM_CFG 0x120408
3409/* [RW 1] Signals the PSWRD block to start initializing internal memories */
3410#define PXP2_REG_RD_START_INIT 0x12036c
3411/* [RW 2] TM byte swapping mode configuration for master read requests */
3412#define PXP2_REG_RD_TM_SWAP_MODE 0x1203fc
3413/* [RW 10] Bandwidth addition to VQ0 write requests */
3414#define PXP2_REG_RQ_BW_RD_ADD0 0x1201bc
3415/* [RW 10] Bandwidth addition to VQ12 read requests */
3416#define PXP2_REG_RQ_BW_RD_ADD12 0x1201ec
3417/* [RW 10] Bandwidth addition to VQ13 read requests */
3418#define PXP2_REG_RQ_BW_RD_ADD13 0x1201f0
3419/* [RW 10] Bandwidth addition to VQ14 read requests */
3420#define PXP2_REG_RQ_BW_RD_ADD14 0x1201f4
3421/* [RW 10] Bandwidth addition to VQ15 read requests */
3422#define PXP2_REG_RQ_BW_RD_ADD15 0x1201f8
3423/* [RW 10] Bandwidth addition to VQ16 read requests */
3424#define PXP2_REG_RQ_BW_RD_ADD16 0x1201fc
3425/* [RW 10] Bandwidth addition to VQ17 read requests */
3426#define PXP2_REG_RQ_BW_RD_ADD17 0x120200
3427/* [RW 10] Bandwidth addition to VQ18 read requests */
3428#define PXP2_REG_RQ_BW_RD_ADD18 0x120204
3429/* [RW 10] Bandwidth addition to VQ19 read requests */
3430#define PXP2_REG_RQ_BW_RD_ADD19 0x120208
3431/* [RW 10] Bandwidth addition to VQ20 read requests */
3432#define PXP2_REG_RQ_BW_RD_ADD20 0x12020c
3433/* [RW 10] Bandwidth addition to VQ22 read requests */
3434#define PXP2_REG_RQ_BW_RD_ADD22 0x120210
3435/* [RW 10] Bandwidth addition to VQ23 read requests */
3436#define PXP2_REG_RQ_BW_RD_ADD23 0x120214
3437/* [RW 10] Bandwidth addition to VQ24 read requests */
3438#define PXP2_REG_RQ_BW_RD_ADD24 0x120218
3439/* [RW 10] Bandwidth addition to VQ25 read requests */
3440#define PXP2_REG_RQ_BW_RD_ADD25 0x12021c
3441/* [RW 10] Bandwidth addition to VQ26 read requests */
3442#define PXP2_REG_RQ_BW_RD_ADD26 0x120220
3443/* [RW 10] Bandwidth addition to VQ27 read requests */
3444#define PXP2_REG_RQ_BW_RD_ADD27 0x120224
3445/* [RW 10] Bandwidth addition to VQ4 read requests */
3446#define PXP2_REG_RQ_BW_RD_ADD4 0x1201cc
3447/* [RW 10] Bandwidth addition to VQ5 read requests */
3448#define PXP2_REG_RQ_BW_RD_ADD5 0x1201d0
3449/* [RW 10] Bandwidth Typical L for VQ0 Read requests */
3450#define PXP2_REG_RQ_BW_RD_L0 0x1202ac
3451/* [RW 10] Bandwidth Typical L for VQ12 Read requests */
3452#define PXP2_REG_RQ_BW_RD_L12 0x1202dc
3453/* [RW 10] Bandwidth Typical L for VQ13 Read requests */
3454#define PXP2_REG_RQ_BW_RD_L13 0x1202e0
3455/* [RW 10] Bandwidth Typical L for VQ14 Read requests */
3456#define PXP2_REG_RQ_BW_RD_L14 0x1202e4
3457/* [RW 10] Bandwidth Typical L for VQ15 Read requests */
3458#define PXP2_REG_RQ_BW_RD_L15 0x1202e8
3459/* [RW 10] Bandwidth Typical L for VQ16 Read requests */
3460#define PXP2_REG_RQ_BW_RD_L16 0x1202ec
3461/* [RW 10] Bandwidth Typical L for VQ17 Read requests */
3462#define PXP2_REG_RQ_BW_RD_L17 0x1202f0
3463/* [RW 10] Bandwidth Typical L for VQ18 Read requests */
3464#define PXP2_REG_RQ_BW_RD_L18 0x1202f4
3465/* [RW 10] Bandwidth Typical L for VQ19 Read requests */
3466#define PXP2_REG_RQ_BW_RD_L19 0x1202f8
3467/* [RW 10] Bandwidth Typical L for VQ20 Read requests */
3468#define PXP2_REG_RQ_BW_RD_L20 0x1202fc
3469/* [RW 10] Bandwidth Typical L for VQ22 Read requests */
3470#define PXP2_REG_RQ_BW_RD_L22 0x120300
3471/* [RW 10] Bandwidth Typical L for VQ23 Read requests */
3472#define PXP2_REG_RQ_BW_RD_L23 0x120304
3473/* [RW 10] Bandwidth Typical L for VQ24 Read requests */
3474#define PXP2_REG_RQ_BW_RD_L24 0x120308
3475/* [RW 10] Bandwidth Typical L for VQ25 Read requests */
3476#define PXP2_REG_RQ_BW_RD_L25 0x12030c
3477/* [RW 10] Bandwidth Typical L for VQ26 Read requests */
3478#define PXP2_REG_RQ_BW_RD_L26 0x120310
3479/* [RW 10] Bandwidth Typical L for VQ27 Read requests */
3480#define PXP2_REG_RQ_BW_RD_L27 0x120314
3481/* [RW 10] Bandwidth Typical L for VQ4 Read requests */
3482#define PXP2_REG_RQ_BW_RD_L4 0x1202bc
3483/* [RW 10] Bandwidth Typical L for VQ5 Read- currently not used */
3484#define PXP2_REG_RQ_BW_RD_L5 0x1202c0
3485/* [RW 7] Bandwidth upper bound for VQ0 read requests */
3486#define PXP2_REG_RQ_BW_RD_UBOUND0 0x120234
3487/* [RW 7] Bandwidth upper bound for VQ12 read requests */
3488#define PXP2_REG_RQ_BW_RD_UBOUND12 0x120264
3489/* [RW 7] Bandwidth upper bound for VQ13 read requests */
3490#define PXP2_REG_RQ_BW_RD_UBOUND13 0x120268
3491/* [RW 7] Bandwidth upper bound for VQ14 read requests */
3492#define PXP2_REG_RQ_BW_RD_UBOUND14 0x12026c
3493/* [RW 7] Bandwidth upper bound for VQ15 read requests */
3494#define PXP2_REG_RQ_BW_RD_UBOUND15 0x120270
3495/* [RW 7] Bandwidth upper bound for VQ16 read requests */
3496#define PXP2_REG_RQ_BW_RD_UBOUND16 0x120274
3497/* [RW 7] Bandwidth upper bound for VQ17 read requests */
3498#define PXP2_REG_RQ_BW_RD_UBOUND17 0x120278
3499/* [RW 7] Bandwidth upper bound for VQ18 read requests */
3500#define PXP2_REG_RQ_BW_RD_UBOUND18 0x12027c
3501/* [RW 7] Bandwidth upper bound for VQ19 read requests */
3502#define PXP2_REG_RQ_BW_RD_UBOUND19 0x120280
3503/* [RW 7] Bandwidth upper bound for VQ20 read requests */
3504#define PXP2_REG_RQ_BW_RD_UBOUND20 0x120284
3505/* [RW 7] Bandwidth upper bound for VQ22 read requests */
3506#define PXP2_REG_RQ_BW_RD_UBOUND22 0x120288
3507/* [RW 7] Bandwidth upper bound for VQ23 read requests */
3508#define PXP2_REG_RQ_BW_RD_UBOUND23 0x12028c
3509/* [RW 7] Bandwidth upper bound for VQ24 read requests */
3510#define PXP2_REG_RQ_BW_RD_UBOUND24 0x120290
3511/* [RW 7] Bandwidth upper bound for VQ25 read requests */
3512#define PXP2_REG_RQ_BW_RD_UBOUND25 0x120294
3513/* [RW 7] Bandwidth upper bound for VQ26 read requests */
3514#define PXP2_REG_RQ_BW_RD_UBOUND26 0x120298
3515/* [RW 7] Bandwidth upper bound for VQ27 read requests */
3516#define PXP2_REG_RQ_BW_RD_UBOUND27 0x12029c
3517/* [RW 7] Bandwidth upper bound for VQ4 read requests */
3518#define PXP2_REG_RQ_BW_RD_UBOUND4 0x120244
3519/* [RW 7] Bandwidth upper bound for VQ5 read requests */
3520#define PXP2_REG_RQ_BW_RD_UBOUND5 0x120248
3521/* [RW 10] Bandwidth addition to VQ29 write requests */
3522#define PXP2_REG_RQ_BW_WR_ADD29 0x12022c
3523/* [RW 10] Bandwidth addition to VQ30 write requests */
3524#define PXP2_REG_RQ_BW_WR_ADD30 0x120230
3525/* [RW 10] Bandwidth Typical L for VQ29 Write requests */
3526#define PXP2_REG_RQ_BW_WR_L29 0x12031c
3527/* [RW 10] Bandwidth Typical L for VQ30 Write requests */
3528#define PXP2_REG_RQ_BW_WR_L30 0x120320
3529/* [RW 7] Bandwidth upper bound for VQ29 */
3530#define PXP2_REG_RQ_BW_WR_UBOUND29 0x1202a4
3531/* [RW 7] Bandwidth upper bound for VQ30 */
3532#define PXP2_REG_RQ_BW_WR_UBOUND30 0x1202a8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003533/* [RW 18] external first_mem_addr field in L2P table for CDU module port 0 */
3534#define PXP2_REG_RQ_CDU0_EFIRST_MEM_ADDR 0x120008
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003535/* [RW 2] Endian mode for cdu */
3536#define PXP2_REG_RQ_CDU_ENDIAN_M 0x1201a0
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003537#define PXP2_REG_RQ_CDU_FIRST_ILT 0x12061c
3538#define PXP2_REG_RQ_CDU_LAST_ILT 0x120620
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003539/* [RW 3] page size in L2P table for CDU module; -4k; -8k; -16k; -32k; -64k;
3540 -128k */
3541#define PXP2_REG_RQ_CDU_P_SIZE 0x120018
3542/* [R 1] 1' indicates that the requester has finished its internal
3543 configuration */
3544#define PXP2_REG_RQ_CFG_DONE 0x1201b4
3545/* [RW 2] Endian mode for debug */
3546#define PXP2_REG_RQ_DBG_ENDIAN_M 0x1201a4
3547/* [RW 1] When '1'; requests will enter input buffers but wont get out
3548 towards the glue */
3549#define PXP2_REG_RQ_DISABLE_INPUTS 0x120330
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00003550/* [RW 4] Determines alignment of write SRs when a request is split into
3551 * several SRs. 0 - 8B aligned. 1 - 64B aligned. 2 - 128B aligned. 3 - 256B
3552 * aligned. 4 - 512B aligned. */
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003553#define PXP2_REG_RQ_DRAM_ALIGN 0x1205b0
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00003554/* [RW 4] Determines alignment of read SRs when a request is split into
3555 * several SRs. 0 - 8B aligned. 1 - 64B aligned. 2 - 128B aligned. 3 - 256B
3556 * aligned. 4 - 512B aligned. */
3557#define PXP2_REG_RQ_DRAM_ALIGN_RD 0x12092c
3558/* [RW 1] when set the new alignment method (E2) will be applied; when reset
3559 * the original alignment method (E1 E1H) will be applied */
3560#define PXP2_REG_RQ_DRAM_ALIGN_SEL 0x120930
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003561/* [RW 1] If 1 ILT failiue will not result in ELT access; An interrupt will
3562 be asserted */
3563#define PXP2_REG_RQ_ELT_DISABLE 0x12066c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003564/* [RW 2] Endian mode for hc */
3565#define PXP2_REG_RQ_HC_ENDIAN_M 0x1201a8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003566/* [RW 1] when '0' ILT logic will work as in A0; otherwise B0; for back
3567 compatibility needs; Note that different registers are used per mode */
3568#define PXP2_REG_RQ_ILT_MODE 0x1205b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003569/* [WB 53] Onchip address table */
3570#define PXP2_REG_RQ_ONCHIP_AT 0x122000
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003571/* [WB 53] Onchip address table - B0 */
3572#define PXP2_REG_RQ_ONCHIP_AT_B0 0x128000
Eliezer Tamirf1410642008-02-28 11:51:50 -08003573/* [RW 13] Pending read limiter threshold; in Dwords */
3574#define PXP2_REG_RQ_PDR_LIMIT 0x12033c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003575/* [RW 2] Endian mode for qm */
3576#define PXP2_REG_RQ_QM_ENDIAN_M 0x120194
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003577#define PXP2_REG_RQ_QM_FIRST_ILT 0x120634
3578#define PXP2_REG_RQ_QM_LAST_ILT 0x120638
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003579/* [RW 3] page size in L2P table for QM module; -4k; -8k; -16k; -32k; -64k;
3580 -128k */
3581#define PXP2_REG_RQ_QM_P_SIZE 0x120050
Eilon Greenstein33471622008-08-13 15:59:08 -07003582/* [RW 1] 1' indicates that the RBC has finished configuring the PSWRQ */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003583#define PXP2_REG_RQ_RBC_DONE 0x1201b0
3584/* [RW 3] Max burst size filed for read requests port 0; 000 - 128B;
3585 001:256B; 010: 512B; 11:1K:100:2K; 01:4K */
3586#define PXP2_REG_RQ_RD_MBS0 0x120160
Eliezer Tamirf1410642008-02-28 11:51:50 -08003587/* [RW 3] Max burst size filed for read requests port 1; 000 - 128B;
3588 001:256B; 010: 512B; 11:1K:100:2K; 01:4K */
3589#define PXP2_REG_RQ_RD_MBS1 0x120168
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003590/* [RW 2] Endian mode for src */
3591#define PXP2_REG_RQ_SRC_ENDIAN_M 0x12019c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003592#define PXP2_REG_RQ_SRC_FIRST_ILT 0x12063c
3593#define PXP2_REG_RQ_SRC_LAST_ILT 0x120640
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003594/* [RW 3] page size in L2P table for SRC module; -4k; -8k; -16k; -32k; -64k;
3595 -128k */
3596#define PXP2_REG_RQ_SRC_P_SIZE 0x12006c
3597/* [RW 2] Endian mode for tm */
3598#define PXP2_REG_RQ_TM_ENDIAN_M 0x120198
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003599#define PXP2_REG_RQ_TM_FIRST_ILT 0x120644
3600#define PXP2_REG_RQ_TM_LAST_ILT 0x120648
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003601/* [RW 3] page size in L2P table for TM module; -4k; -8k; -16k; -32k; -64k;
3602 -128k */
3603#define PXP2_REG_RQ_TM_P_SIZE 0x120034
3604/* [R 5] Number of entries in the ufifo; his fifo has l2p completions */
3605#define PXP2_REG_RQ_UFIFO_NUM_OF_ENTRY 0x12080c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003606/* [RW 18] external first_mem_addr field in L2P table for USDM module port 0 */
3607#define PXP2_REG_RQ_USDM0_EFIRST_MEM_ADDR 0x120094
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003608/* [R 8] Number of entries occupied by vq 0 in pswrq memory */
3609#define PXP2_REG_RQ_VQ0_ENTRY_CNT 0x120810
3610/* [R 8] Number of entries occupied by vq 10 in pswrq memory */
3611#define PXP2_REG_RQ_VQ10_ENTRY_CNT 0x120818
3612/* [R 8] Number of entries occupied by vq 11 in pswrq memory */
3613#define PXP2_REG_RQ_VQ11_ENTRY_CNT 0x120820
3614/* [R 8] Number of entries occupied by vq 12 in pswrq memory */
3615#define PXP2_REG_RQ_VQ12_ENTRY_CNT 0x120828
3616/* [R 8] Number of entries occupied by vq 13 in pswrq memory */
3617#define PXP2_REG_RQ_VQ13_ENTRY_CNT 0x120830
3618/* [R 8] Number of entries occupied by vq 14 in pswrq memory */
3619#define PXP2_REG_RQ_VQ14_ENTRY_CNT 0x120838
3620/* [R 8] Number of entries occupied by vq 15 in pswrq memory */
3621#define PXP2_REG_RQ_VQ15_ENTRY_CNT 0x120840
3622/* [R 8] Number of entries occupied by vq 16 in pswrq memory */
3623#define PXP2_REG_RQ_VQ16_ENTRY_CNT 0x120848
3624/* [R 8] Number of entries occupied by vq 17 in pswrq memory */
3625#define PXP2_REG_RQ_VQ17_ENTRY_CNT 0x120850
3626/* [R 8] Number of entries occupied by vq 18 in pswrq memory */
3627#define PXP2_REG_RQ_VQ18_ENTRY_CNT 0x120858
3628/* [R 8] Number of entries occupied by vq 19 in pswrq memory */
3629#define PXP2_REG_RQ_VQ19_ENTRY_CNT 0x120860
3630/* [R 8] Number of entries occupied by vq 1 in pswrq memory */
3631#define PXP2_REG_RQ_VQ1_ENTRY_CNT 0x120868
3632/* [R 8] Number of entries occupied by vq 20 in pswrq memory */
3633#define PXP2_REG_RQ_VQ20_ENTRY_CNT 0x120870
3634/* [R 8] Number of entries occupied by vq 21 in pswrq memory */
3635#define PXP2_REG_RQ_VQ21_ENTRY_CNT 0x120878
3636/* [R 8] Number of entries occupied by vq 22 in pswrq memory */
3637#define PXP2_REG_RQ_VQ22_ENTRY_CNT 0x120880
3638/* [R 8] Number of entries occupied by vq 23 in pswrq memory */
3639#define PXP2_REG_RQ_VQ23_ENTRY_CNT 0x120888
3640/* [R 8] Number of entries occupied by vq 24 in pswrq memory */
3641#define PXP2_REG_RQ_VQ24_ENTRY_CNT 0x120890
3642/* [R 8] Number of entries occupied by vq 25 in pswrq memory */
3643#define PXP2_REG_RQ_VQ25_ENTRY_CNT 0x120898
3644/* [R 8] Number of entries occupied by vq 26 in pswrq memory */
3645#define PXP2_REG_RQ_VQ26_ENTRY_CNT 0x1208a0
3646/* [R 8] Number of entries occupied by vq 27 in pswrq memory */
3647#define PXP2_REG_RQ_VQ27_ENTRY_CNT 0x1208a8
3648/* [R 8] Number of entries occupied by vq 28 in pswrq memory */
3649#define PXP2_REG_RQ_VQ28_ENTRY_CNT 0x1208b0
3650/* [R 8] Number of entries occupied by vq 29 in pswrq memory */
3651#define PXP2_REG_RQ_VQ29_ENTRY_CNT 0x1208b8
3652/* [R 8] Number of entries occupied by vq 2 in pswrq memory */
3653#define PXP2_REG_RQ_VQ2_ENTRY_CNT 0x1208c0
3654/* [R 8] Number of entries occupied by vq 30 in pswrq memory */
3655#define PXP2_REG_RQ_VQ30_ENTRY_CNT 0x1208c8
3656/* [R 8] Number of entries occupied by vq 31 in pswrq memory */
3657#define PXP2_REG_RQ_VQ31_ENTRY_CNT 0x1208d0
3658/* [R 8] Number of entries occupied by vq 3 in pswrq memory */
3659#define PXP2_REG_RQ_VQ3_ENTRY_CNT 0x1208d8
3660/* [R 8] Number of entries occupied by vq 4 in pswrq memory */
3661#define PXP2_REG_RQ_VQ4_ENTRY_CNT 0x1208e0
3662/* [R 8] Number of entries occupied by vq 5 in pswrq memory */
3663#define PXP2_REG_RQ_VQ5_ENTRY_CNT 0x1208e8
3664/* [R 8] Number of entries occupied by vq 6 in pswrq memory */
3665#define PXP2_REG_RQ_VQ6_ENTRY_CNT 0x1208f0
3666/* [R 8] Number of entries occupied by vq 7 in pswrq memory */
3667#define PXP2_REG_RQ_VQ7_ENTRY_CNT 0x1208f8
3668/* [R 8] Number of entries occupied by vq 8 in pswrq memory */
3669#define PXP2_REG_RQ_VQ8_ENTRY_CNT 0x120900
3670/* [R 8] Number of entries occupied by vq 9 in pswrq memory */
3671#define PXP2_REG_RQ_VQ9_ENTRY_CNT 0x120908
3672/* [RW 3] Max burst size filed for write requests port 0; 000 - 128B;
3673 001:256B; 010: 512B; */
3674#define PXP2_REG_RQ_WR_MBS0 0x12015c
Eliezer Tamirf1410642008-02-28 11:51:50 -08003675/* [RW 3] Max burst size filed for write requests port 1; 000 - 128B;
3676 001:256B; 010: 512B; */
3677#define PXP2_REG_RQ_WR_MBS1 0x120164
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003678/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3679 buffer reaches this number has_payload will be asserted */
3680#define PXP2_REG_WR_CDU_MPS 0x1205f0
3681/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3682 buffer reaches this number has_payload will be asserted */
3683#define PXP2_REG_WR_CSDM_MPS 0x1205d0
3684/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3685 buffer reaches this number has_payload will be asserted */
3686#define PXP2_REG_WR_DBG_MPS 0x1205e8
3687/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3688 buffer reaches this number has_payload will be asserted */
3689#define PXP2_REG_WR_DMAE_MPS 0x1205ec
Eilon Greenstein33471622008-08-13 15:59:08 -07003690/* [RW 10] if Number of entries in dmae fifo will be higher than this
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003691 threshold then has_payload indication will be asserted; the default value
3692 should be equal to &gt; write MBS size! */
3693#define PXP2_REG_WR_DMAE_TH 0x120368
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003694/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3695 buffer reaches this number has_payload will be asserted */
3696#define PXP2_REG_WR_HC_MPS 0x1205c8
3697/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3698 buffer reaches this number has_payload will be asserted */
3699#define PXP2_REG_WR_QM_MPS 0x1205dc
3700/* [RW 1] 0 - working in A0 mode; - working in B0 mode */
3701#define PXP2_REG_WR_REV_MODE 0x120670
3702/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3703 buffer reaches this number has_payload will be asserted */
3704#define PXP2_REG_WR_SRC_MPS 0x1205e4
3705/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3706 buffer reaches this number has_payload will be asserted */
3707#define PXP2_REG_WR_TM_MPS 0x1205e0
3708/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3709 buffer reaches this number has_payload will be asserted */
3710#define PXP2_REG_WR_TSDM_MPS 0x1205d4
Eilon Greenstein33471622008-08-13 15:59:08 -07003711/* [RW 10] if Number of entries in usdmdp fifo will be higher than this
Eliezer Tamirf1410642008-02-28 11:51:50 -08003712 threshold then has_payload indication will be asserted; the default value
3713 should be equal to &gt; write MBS size! */
3714#define PXP2_REG_WR_USDMDP_TH 0x120348
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003715/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3716 buffer reaches this number has_payload will be asserted */
3717#define PXP2_REG_WR_USDM_MPS 0x1205cc
3718/* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the
3719 buffer reaches this number has_payload will be asserted */
3720#define PXP2_REG_WR_XSDM_MPS 0x1205d8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003721/* [R 1] debug only: Indication if PSWHST arbiter is idle */
3722#define PXP_REG_HST_ARB_IS_IDLE 0x103004
3723/* [R 8] debug only: A bit mask for all PSWHST arbiter clients. '1' means
3724 this client is waiting for the arbiter. */
3725#define PXP_REG_HST_CLIENTS_WAITING_TO_ARB 0x103008
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00003726/* [RW 1] When 1; doorbells are discarded and not passed to doorbell queue
3727 block. Should be used for close the gates. */
3728#define PXP_REG_HST_DISCARD_DOORBELLS 0x1030a4
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003729/* [R 1] debug only: '1' means this PSWHST is discarding doorbells. This bit
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003730 should update according to 'hst_discard_doorbells' register when the state
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003731 machine is idle */
3732#define PXP_REG_HST_DISCARD_DOORBELLS_STATUS 0x1030a0
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00003733/* [RW 1] When 1; new internal writes arriving to the block are discarded.
3734 Should be used for close the gates. */
3735#define PXP_REG_HST_DISCARD_INTERNAL_WRITES 0x1030a8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003736/* [R 6] debug only: A bit mask for all PSWHST internal write clients. '1'
3737 means this PSWHST is discarding inputs from this client. Each bit should
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003738 update according to 'hst_discard_internal_writes' register when the state
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003739 machine is idle. */
3740#define PXP_REG_HST_DISCARD_INTERNAL_WRITES_STATUS 0x10309c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003741/* [WB 160] Used for initialization of the inbound interrupts memory */
3742#define PXP_REG_HST_INBOUND_INT 0x103800
Ariel Eliorb93288d2013-01-01 05:22:35 +00003743/* [RW 7] Indirect access to the permission table. The fields are : {Valid;
3744 * VFID[5:0]}
3745 */
3746#define PXP_REG_HST_ZONE_PERMISSION_TABLE 0x103400
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003747/* [RW 32] Interrupt mask register #0 read/write */
3748#define PXP_REG_PXP_INT_MASK_0 0x103074
3749#define PXP_REG_PXP_INT_MASK_1 0x103084
3750/* [R 32] Interrupt register #0 read */
3751#define PXP_REG_PXP_INT_STS_0 0x103068
3752#define PXP_REG_PXP_INT_STS_1 0x103078
3753/* [RC 32] Interrupt register #0 read clear */
3754#define PXP_REG_PXP_INT_STS_CLR_0 0x10306c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00003755#define PXP_REG_PXP_INT_STS_CLR_1 0x10307c
3756/* [RW 27] Parity mask register #0 read/write */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003757#define PXP_REG_PXP_PRTY_MASK 0x103094
Eliezer Tamirf1410642008-02-28 11:51:50 -08003758/* [R 26] Parity register #0 read */
3759#define PXP_REG_PXP_PRTY_STS 0x103088
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00003760/* [RC 27] Parity register #0 read clear */
3761#define PXP_REG_PXP_PRTY_STS_CLR 0x10308c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003762/* [RW 4] The activity counter initial increment value sent in the load
3763 request */
3764#define QM_REG_ACTCTRINITVAL_0 0x168040
3765#define QM_REG_ACTCTRINITVAL_1 0x168044
3766#define QM_REG_ACTCTRINITVAL_2 0x168048
3767#define QM_REG_ACTCTRINITVAL_3 0x16804c
3768/* [RW 32] The base logical address (in bytes) of each physical queue. The
3769 index I represents the physical queue number. The 12 lsbs are ignore and
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003770 considered zero so practically there are only 20 bits in this register;
3771 queues 63-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003772#define QM_REG_BASEADDR 0x168900
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08003773/* [RW 32] The base logical address (in bytes) of each physical queue. The
3774 index I represents the physical queue number. The 12 lsbs are ignore and
3775 considered zero so practically there are only 20 bits in this register;
3776 queues 127-64 */
3777#define QM_REG_BASEADDR_EXT_A 0x16e100
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003778/* [RW 16] The byte credit cost for each task. This value is for both ports */
3779#define QM_REG_BYTECRDCOST 0x168234
3780/* [RW 16] The initial byte credit value for both ports. */
3781#define QM_REG_BYTECRDINITVAL 0x168238
3782/* [RW 32] A bit per physical queue. If the bit is cleared then the physical
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003783 queue uses port 0 else it uses port 1; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003784#define QM_REG_BYTECRDPORT_LSB 0x168228
3785/* [RW 32] A bit per physical queue. If the bit is cleared then the physical
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003786 queue uses port 0 else it uses port 1; queues 95-64 */
3787#define QM_REG_BYTECRDPORT_LSB_EXT_A 0x16e520
3788/* [RW 32] A bit per physical queue. If the bit is cleared then the physical
3789 queue uses port 0 else it uses port 1; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003790#define QM_REG_BYTECRDPORT_MSB 0x168224
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003791/* [RW 32] A bit per physical queue. If the bit is cleared then the physical
3792 queue uses port 0 else it uses port 1; queues 127-96 */
3793#define QM_REG_BYTECRDPORT_MSB_EXT_A 0x16e51c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003794/* [RW 16] The byte credit value that if above the QM is considered almost
3795 full */
3796#define QM_REG_BYTECREDITAFULLTHR 0x168094
3797/* [RW 4] The initial credit for interface */
3798#define QM_REG_CMINITCRD_0 0x1680cc
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03003799#define QM_REG_BYTECRDCMDQ_0 0x16e6e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003800#define QM_REG_CMINITCRD_1 0x1680d0
3801#define QM_REG_CMINITCRD_2 0x1680d4
3802#define QM_REG_CMINITCRD_3 0x1680d8
3803#define QM_REG_CMINITCRD_4 0x1680dc
3804#define QM_REG_CMINITCRD_5 0x1680e0
3805#define QM_REG_CMINITCRD_6 0x1680e4
3806#define QM_REG_CMINITCRD_7 0x1680e8
3807/* [RW 8] A mask bit per CM interface. If this bit is 0 then this interface
3808 is masked */
3809#define QM_REG_CMINTEN 0x1680ec
3810/* [RW 12] A bit vector which indicates which one of the queues are tied to
3811 interface 0 */
3812#define QM_REG_CMINTVOQMASK_0 0x1681f4
3813#define QM_REG_CMINTVOQMASK_1 0x1681f8
3814#define QM_REG_CMINTVOQMASK_2 0x1681fc
3815#define QM_REG_CMINTVOQMASK_3 0x168200
3816#define QM_REG_CMINTVOQMASK_4 0x168204
3817#define QM_REG_CMINTVOQMASK_5 0x168208
3818#define QM_REG_CMINTVOQMASK_6 0x16820c
3819#define QM_REG_CMINTVOQMASK_7 0x168210
3820/* [RW 20] The number of connections divided by 16 which dictates the size
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003821 of each queue which belongs to even function number. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003822#define QM_REG_CONNNUM_0 0x168020
3823/* [R 6] Keep the fill level of the fifo from write client 4 */
3824#define QM_REG_CQM_WRC_FIFOLVL 0x168018
3825/* [RW 8] The context regions sent in the CFC load request */
3826#define QM_REG_CTXREG_0 0x168030
3827#define QM_REG_CTXREG_1 0x168034
3828#define QM_REG_CTXREG_2 0x168038
3829#define QM_REG_CTXREG_3 0x16803c
3830/* [RW 12] The VOQ mask used to select the VOQs which needs to be full for
3831 bypass enable */
3832#define QM_REG_ENBYPVOQMASK 0x16823c
3833/* [RW 32] A bit mask per each physical queue. If a bit is set then the
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003834 physical queue uses the byte credit; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003835#define QM_REG_ENBYTECRD_LSB 0x168220
3836/* [RW 32] A bit mask per each physical queue. If a bit is set then the
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003837 physical queue uses the byte credit; queues 95-64 */
3838#define QM_REG_ENBYTECRD_LSB_EXT_A 0x16e518
3839/* [RW 32] A bit mask per each physical queue. If a bit is set then the
3840 physical queue uses the byte credit; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003841#define QM_REG_ENBYTECRD_MSB 0x16821c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003842/* [RW 32] A bit mask per each physical queue. If a bit is set then the
3843 physical queue uses the byte credit; queues 127-96 */
3844#define QM_REG_ENBYTECRD_MSB_EXT_A 0x16e514
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003845/* [RW 4] If cleared then the secondary interface will not be served by the
3846 RR arbiter */
3847#define QM_REG_ENSEC 0x1680f0
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003848/* [RW 32] NA */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003849#define QM_REG_FUNCNUMSEL_LSB 0x168230
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003850/* [RW 32] NA */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003851#define QM_REG_FUNCNUMSEL_MSB 0x16822c
3852/* [RW 32] A mask register to mask the Almost empty signals which will not
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003853 be use for the almost empty indication to the HW block; queues 31:0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003854#define QM_REG_HWAEMPTYMASK_LSB 0x168218
3855/* [RW 32] A mask register to mask the Almost empty signals which will not
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003856 be use for the almost empty indication to the HW block; queues 95-64 */
3857#define QM_REG_HWAEMPTYMASK_LSB_EXT_A 0x16e510
3858/* [RW 32] A mask register to mask the Almost empty signals which will not
3859 be use for the almost empty indication to the HW block; queues 63:32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003860#define QM_REG_HWAEMPTYMASK_MSB 0x168214
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003861/* [RW 32] A mask register to mask the Almost empty signals which will not
3862 be use for the almost empty indication to the HW block; queues 127-96 */
3863#define QM_REG_HWAEMPTYMASK_MSB_EXT_A 0x16e50c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003864/* [RW 4] The number of outstanding request to CFC */
3865#define QM_REG_OUTLDREQ 0x168804
3866/* [RC 1] A flag to indicate that overflow error occurred in one of the
3867 queues. */
3868#define QM_REG_OVFERROR 0x16805c
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02003869/* [RC 7] the Q where the overflow occurs */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003870#define QM_REG_OVFQNUM 0x168058
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003871/* [R 16] Pause state for physical queues 15-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003872#define QM_REG_PAUSESTATE0 0x168410
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003873/* [R 16] Pause state for physical queues 31-16 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003874#define QM_REG_PAUSESTATE1 0x168414
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003875/* [R 16] Pause state for physical queues 47-32 */
3876#define QM_REG_PAUSESTATE2 0x16e684
3877/* [R 16] Pause state for physical queues 63-48 */
3878#define QM_REG_PAUSESTATE3 0x16e688
3879/* [R 16] Pause state for physical queues 79-64 */
3880#define QM_REG_PAUSESTATE4 0x16e68c
3881/* [R 16] Pause state for physical queues 95-80 */
3882#define QM_REG_PAUSESTATE5 0x16e690
3883/* [R 16] Pause state for physical queues 111-96 */
3884#define QM_REG_PAUSESTATE6 0x16e694
3885/* [R 16] Pause state for physical queues 127-112 */
3886#define QM_REG_PAUSESTATE7 0x16e698
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003887/* [RW 2] The PCI attributes field used in the PCI request. */
3888#define QM_REG_PCIREQAT 0x168054
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00003889#define QM_REG_PF_EN 0x16e70c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03003890/* [R 24] The number of tasks stored in the QM for the PF. only even
3891 * functions are valid in E2 (odd I registers will be hard wired to 0) */
3892#define QM_REG_PF_USG_CNT_0 0x16e040
3893/* [R 16] NOT USED */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003894#define QM_REG_PORT0BYTECRD 0x168300
3895/* [R 16] The byte credit of port 1 */
3896#define QM_REG_PORT1BYTECRD 0x168304
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003897/* [RW 3] pci function number of queues 15-0 */
3898#define QM_REG_PQ2PCIFUNC_0 0x16e6bc
3899#define QM_REG_PQ2PCIFUNC_1 0x16e6c0
3900#define QM_REG_PQ2PCIFUNC_2 0x16e6c4
3901#define QM_REG_PQ2PCIFUNC_3 0x16e6c8
3902#define QM_REG_PQ2PCIFUNC_4 0x16e6cc
3903#define QM_REG_PQ2PCIFUNC_5 0x16e6d0
3904#define QM_REG_PQ2PCIFUNC_6 0x16e6d4
3905#define QM_REG_PQ2PCIFUNC_7 0x16e6d8
3906/* [WB 54] Pointer Table Memory for queues 63-0; The mapping is as follow:
3907 ptrtbl[53:30] read pointer; ptrtbl[29:6] write pointer; ptrtbl[5:4] read
3908 bank0; ptrtbl[3:2] read bank 1; ptrtbl[1:0] write bank; */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003909#define QM_REG_PTRTBL 0x168a00
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003910/* [WB 54] Pointer Table Memory for queues 127-64; The mapping is as follow:
3911 ptrtbl[53:30] read pointer; ptrtbl[29:6] write pointer; ptrtbl[5:4] read
3912 bank0; ptrtbl[3:2] read bank 1; ptrtbl[1:0] write bank; */
3913#define QM_REG_PTRTBL_EXT_A 0x16e200
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003914/* [RW 2] Interrupt mask register #0 read/write */
3915#define QM_REG_QM_INT_MASK 0x168444
3916/* [R 2] Interrupt register #0 read */
3917#define QM_REG_QM_INT_STS 0x168438
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003918/* [RW 12] Parity mask register #0 read/write */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003919#define QM_REG_QM_PRTY_MASK 0x168454
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003920/* [R 12] Parity register #0 read */
Eliezer Tamirf1410642008-02-28 11:51:50 -08003921#define QM_REG_QM_PRTY_STS 0x168448
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00003922/* [RC 12] Parity register #0 read clear */
3923#define QM_REG_QM_PRTY_STS_CLR 0x16844c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003924/* [R 32] Current queues in pipeline: Queues from 32 to 63 */
3925#define QM_REG_QSTATUS_HIGH 0x16802c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003926/* [R 32] Current queues in pipeline: Queues from 96 to 127 */
3927#define QM_REG_QSTATUS_HIGH_EXT_A 0x16e408
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003928/* [R 32] Current queues in pipeline: Queues from 0 to 31 */
3929#define QM_REG_QSTATUS_LOW 0x168028
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003930/* [R 32] Current queues in pipeline: Queues from 64 to 95 */
3931#define QM_REG_QSTATUS_LOW_EXT_A 0x16e404
3932/* [R 24] The number of tasks queued for each queue; queues 63-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003933#define QM_REG_QTASKCTR_0 0x168308
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003934/* [R 24] The number of tasks queued for each queue; queues 127-64 */
3935#define QM_REG_QTASKCTR_EXT_A_0 0x16e584
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003936/* [RW 4] Queue tied to VOQ */
3937#define QM_REG_QVOQIDX_0 0x1680f4
3938#define QM_REG_QVOQIDX_10 0x16811c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003939#define QM_REG_QVOQIDX_100 0x16e49c
3940#define QM_REG_QVOQIDX_101 0x16e4a0
3941#define QM_REG_QVOQIDX_102 0x16e4a4
3942#define QM_REG_QVOQIDX_103 0x16e4a8
3943#define QM_REG_QVOQIDX_104 0x16e4ac
3944#define QM_REG_QVOQIDX_105 0x16e4b0
3945#define QM_REG_QVOQIDX_106 0x16e4b4
3946#define QM_REG_QVOQIDX_107 0x16e4b8
3947#define QM_REG_QVOQIDX_108 0x16e4bc
3948#define QM_REG_QVOQIDX_109 0x16e4c0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003949#define QM_REG_QVOQIDX_11 0x168120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003950#define QM_REG_QVOQIDX_110 0x16e4c4
3951#define QM_REG_QVOQIDX_111 0x16e4c8
3952#define QM_REG_QVOQIDX_112 0x16e4cc
3953#define QM_REG_QVOQIDX_113 0x16e4d0
3954#define QM_REG_QVOQIDX_114 0x16e4d4
3955#define QM_REG_QVOQIDX_115 0x16e4d8
3956#define QM_REG_QVOQIDX_116 0x16e4dc
3957#define QM_REG_QVOQIDX_117 0x16e4e0
3958#define QM_REG_QVOQIDX_118 0x16e4e4
3959#define QM_REG_QVOQIDX_119 0x16e4e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003960#define QM_REG_QVOQIDX_12 0x168124
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003961#define QM_REG_QVOQIDX_120 0x16e4ec
3962#define QM_REG_QVOQIDX_121 0x16e4f0
3963#define QM_REG_QVOQIDX_122 0x16e4f4
3964#define QM_REG_QVOQIDX_123 0x16e4f8
3965#define QM_REG_QVOQIDX_124 0x16e4fc
3966#define QM_REG_QVOQIDX_125 0x16e500
3967#define QM_REG_QVOQIDX_126 0x16e504
3968#define QM_REG_QVOQIDX_127 0x16e508
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003969#define QM_REG_QVOQIDX_13 0x168128
3970#define QM_REG_QVOQIDX_14 0x16812c
3971#define QM_REG_QVOQIDX_15 0x168130
3972#define QM_REG_QVOQIDX_16 0x168134
3973#define QM_REG_QVOQIDX_17 0x168138
3974#define QM_REG_QVOQIDX_21 0x168148
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003975#define QM_REG_QVOQIDX_22 0x16814c
3976#define QM_REG_QVOQIDX_23 0x168150
3977#define QM_REG_QVOQIDX_24 0x168154
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003978#define QM_REG_QVOQIDX_25 0x168158
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003979#define QM_REG_QVOQIDX_26 0x16815c
3980#define QM_REG_QVOQIDX_27 0x168160
3981#define QM_REG_QVOQIDX_28 0x168164
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003982#define QM_REG_QVOQIDX_29 0x168168
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07003983#define QM_REG_QVOQIDX_30 0x16816c
3984#define QM_REG_QVOQIDX_31 0x168170
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02003985#define QM_REG_QVOQIDX_32 0x168174
3986#define QM_REG_QVOQIDX_33 0x168178
3987#define QM_REG_QVOQIDX_34 0x16817c
3988#define QM_REG_QVOQIDX_35 0x168180
3989#define QM_REG_QVOQIDX_36 0x168184
3990#define QM_REG_QVOQIDX_37 0x168188
3991#define QM_REG_QVOQIDX_38 0x16818c
3992#define QM_REG_QVOQIDX_39 0x168190
3993#define QM_REG_QVOQIDX_40 0x168194
3994#define QM_REG_QVOQIDX_41 0x168198
3995#define QM_REG_QVOQIDX_42 0x16819c
3996#define QM_REG_QVOQIDX_43 0x1681a0
3997#define QM_REG_QVOQIDX_44 0x1681a4
3998#define QM_REG_QVOQIDX_45 0x1681a8
3999#define QM_REG_QVOQIDX_46 0x1681ac
4000#define QM_REG_QVOQIDX_47 0x1681b0
4001#define QM_REG_QVOQIDX_48 0x1681b4
4002#define QM_REG_QVOQIDX_49 0x1681b8
4003#define QM_REG_QVOQIDX_5 0x168108
4004#define QM_REG_QVOQIDX_50 0x1681bc
4005#define QM_REG_QVOQIDX_51 0x1681c0
4006#define QM_REG_QVOQIDX_52 0x1681c4
4007#define QM_REG_QVOQIDX_53 0x1681c8
4008#define QM_REG_QVOQIDX_54 0x1681cc
4009#define QM_REG_QVOQIDX_55 0x1681d0
4010#define QM_REG_QVOQIDX_56 0x1681d4
4011#define QM_REG_QVOQIDX_57 0x1681d8
4012#define QM_REG_QVOQIDX_58 0x1681dc
4013#define QM_REG_QVOQIDX_59 0x1681e0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004014#define QM_REG_QVOQIDX_6 0x16810c
4015#define QM_REG_QVOQIDX_60 0x1681e4
4016#define QM_REG_QVOQIDX_61 0x1681e8
4017#define QM_REG_QVOQIDX_62 0x1681ec
4018#define QM_REG_QVOQIDX_63 0x1681f0
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004019#define QM_REG_QVOQIDX_64 0x16e40c
4020#define QM_REG_QVOQIDX_65 0x16e410
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004021#define QM_REG_QVOQIDX_69 0x16e420
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004022#define QM_REG_QVOQIDX_7 0x168110
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004023#define QM_REG_QVOQIDX_70 0x16e424
4024#define QM_REG_QVOQIDX_71 0x16e428
4025#define QM_REG_QVOQIDX_72 0x16e42c
4026#define QM_REG_QVOQIDX_73 0x16e430
4027#define QM_REG_QVOQIDX_74 0x16e434
4028#define QM_REG_QVOQIDX_75 0x16e438
4029#define QM_REG_QVOQIDX_76 0x16e43c
4030#define QM_REG_QVOQIDX_77 0x16e440
4031#define QM_REG_QVOQIDX_78 0x16e444
4032#define QM_REG_QVOQIDX_79 0x16e448
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004033#define QM_REG_QVOQIDX_8 0x168114
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004034#define QM_REG_QVOQIDX_80 0x16e44c
4035#define QM_REG_QVOQIDX_81 0x16e450
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004036#define QM_REG_QVOQIDX_85 0x16e460
4037#define QM_REG_QVOQIDX_86 0x16e464
4038#define QM_REG_QVOQIDX_87 0x16e468
4039#define QM_REG_QVOQIDX_88 0x16e46c
4040#define QM_REG_QVOQIDX_89 0x16e470
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004041#define QM_REG_QVOQIDX_9 0x168118
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004042#define QM_REG_QVOQIDX_90 0x16e474
4043#define QM_REG_QVOQIDX_91 0x16e478
4044#define QM_REG_QVOQIDX_92 0x16e47c
4045#define QM_REG_QVOQIDX_93 0x16e480
4046#define QM_REG_QVOQIDX_94 0x16e484
4047#define QM_REG_QVOQIDX_95 0x16e488
4048#define QM_REG_QVOQIDX_96 0x16e48c
4049#define QM_REG_QVOQIDX_97 0x16e490
4050#define QM_REG_QVOQIDX_98 0x16e494
4051#define QM_REG_QVOQIDX_99 0x16e498
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004052/* [RW 1] Initialization bit command */
4053#define QM_REG_SOFT_RESET 0x168428
4054/* [RW 8] The credit cost per every task in the QM. A value per each VOQ */
4055#define QM_REG_TASKCRDCOST_0 0x16809c
4056#define QM_REG_TASKCRDCOST_1 0x1680a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004057#define QM_REG_TASKCRDCOST_2 0x1680a4
4058#define QM_REG_TASKCRDCOST_4 0x1680ac
4059#define QM_REG_TASKCRDCOST_5 0x1680b0
4060/* [R 6] Keep the fill level of the fifo from write client 3 */
4061#define QM_REG_TQM_WRC_FIFOLVL 0x168010
4062/* [R 6] Keep the fill level of the fifo from write client 2 */
4063#define QM_REG_UQM_WRC_FIFOLVL 0x168008
4064/* [RC 32] Credit update error register */
4065#define QM_REG_VOQCRDERRREG 0x168408
4066/* [R 16] The credit value for each VOQ */
4067#define QM_REG_VOQCREDIT_0 0x1682d0
4068#define QM_REG_VOQCREDIT_1 0x1682d4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004069#define QM_REG_VOQCREDIT_4 0x1682e0
4070/* [RW 16] The credit value that if above the QM is considered almost full */
4071#define QM_REG_VOQCREDITAFULLTHR 0x168090
4072/* [RW 16] The init and maximum credit for each VoQ */
4073#define QM_REG_VOQINITCREDIT_0 0x168060
4074#define QM_REG_VOQINITCREDIT_1 0x168064
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004075#define QM_REG_VOQINITCREDIT_2 0x168068
4076#define QM_REG_VOQINITCREDIT_4 0x168070
4077#define QM_REG_VOQINITCREDIT_5 0x168074
4078/* [RW 1] The port of which VOQ belongs */
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004079#define QM_REG_VOQPORT_0 0x1682a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004080#define QM_REG_VOQPORT_1 0x1682a4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004081#define QM_REG_VOQPORT_2 0x1682a8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004082/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004083#define QM_REG_VOQQMASK_0_LSB 0x168240
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004084/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4085#define QM_REG_VOQQMASK_0_LSB_EXT_A 0x16e524
4086/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004087#define QM_REG_VOQQMASK_0_MSB 0x168244
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004088/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4089#define QM_REG_VOQQMASK_0_MSB_EXT_A 0x16e528
4090/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
4091#define QM_REG_VOQQMASK_10_LSB 0x168290
4092/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4093#define QM_REG_VOQQMASK_10_LSB_EXT_A 0x16e574
4094/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
4095#define QM_REG_VOQQMASK_10_MSB 0x168294
4096/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4097#define QM_REG_VOQQMASK_10_MSB_EXT_A 0x16e578
4098/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
4099#define QM_REG_VOQQMASK_11_LSB 0x168298
4100/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4101#define QM_REG_VOQQMASK_11_LSB_EXT_A 0x16e57c
4102/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
4103#define QM_REG_VOQQMASK_11_MSB 0x16829c
4104/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4105#define QM_REG_VOQQMASK_11_MSB_EXT_A 0x16e580
4106/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
4107#define QM_REG_VOQQMASK_1_LSB 0x168248
4108/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4109#define QM_REG_VOQQMASK_1_LSB_EXT_A 0x16e52c
4110/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004111#define QM_REG_VOQQMASK_1_MSB 0x16824c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004112/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4113#define QM_REG_VOQQMASK_1_MSB_EXT_A 0x16e530
4114/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004115#define QM_REG_VOQQMASK_2_LSB 0x168250
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004116/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4117#define QM_REG_VOQQMASK_2_LSB_EXT_A 0x16e534
4118/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004119#define QM_REG_VOQQMASK_2_MSB 0x168254
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004120/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4121#define QM_REG_VOQQMASK_2_MSB_EXT_A 0x16e538
4122/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004123#define QM_REG_VOQQMASK_3_LSB 0x168258
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004124/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4125#define QM_REG_VOQQMASK_3_LSB_EXT_A 0x16e53c
4126/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4127#define QM_REG_VOQQMASK_3_MSB_EXT_A 0x16e540
4128/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004129#define QM_REG_VOQQMASK_4_LSB 0x168260
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004130/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4131#define QM_REG_VOQQMASK_4_LSB_EXT_A 0x16e544
4132/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004133#define QM_REG_VOQQMASK_4_MSB 0x168264
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004134/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4135#define QM_REG_VOQQMASK_4_MSB_EXT_A 0x16e548
4136/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004137#define QM_REG_VOQQMASK_5_LSB 0x168268
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004138/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4139#define QM_REG_VOQQMASK_5_LSB_EXT_A 0x16e54c
4140/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004141#define QM_REG_VOQQMASK_5_MSB 0x16826c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004142/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4143#define QM_REG_VOQQMASK_5_MSB_EXT_A 0x16e550
4144/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004145#define QM_REG_VOQQMASK_6_LSB 0x168270
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004146/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4147#define QM_REG_VOQQMASK_6_LSB_EXT_A 0x16e554
4148/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004149#define QM_REG_VOQQMASK_6_MSB 0x168274
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004150/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4151#define QM_REG_VOQQMASK_6_MSB_EXT_A 0x16e558
4152/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004153#define QM_REG_VOQQMASK_7_LSB 0x168278
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004154/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4155#define QM_REG_VOQQMASK_7_LSB_EXT_A 0x16e55c
4156/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004157#define QM_REG_VOQQMASK_7_MSB 0x16827c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004158/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4159#define QM_REG_VOQQMASK_7_MSB_EXT_A 0x16e560
4160/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004161#define QM_REG_VOQQMASK_8_LSB 0x168280
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004162/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4163#define QM_REG_VOQQMASK_8_LSB_EXT_A 0x16e564
4164/* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004165#define QM_REG_VOQQMASK_8_MSB 0x168284
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004166/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4167#define QM_REG_VOQQMASK_8_MSB_EXT_A 0x16e568
4168/* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004169#define QM_REG_VOQQMASK_9_LSB 0x168288
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004170/* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */
4171#define QM_REG_VOQQMASK_9_LSB_EXT_A 0x16e56c
4172/* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */
4173#define QM_REG_VOQQMASK_9_MSB_EXT_A 0x16e570
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004174/* [RW 32] Wrr weights */
4175#define QM_REG_WRRWEIGHTS_0 0x16880c
4176#define QM_REG_WRRWEIGHTS_1 0x168810
4177#define QM_REG_WRRWEIGHTS_10 0x168814
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004178#define QM_REG_WRRWEIGHTS_11 0x168818
4179#define QM_REG_WRRWEIGHTS_12 0x16881c
4180#define QM_REG_WRRWEIGHTS_13 0x168820
4181#define QM_REG_WRRWEIGHTS_14 0x168824
4182#define QM_REG_WRRWEIGHTS_15 0x168828
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004183#define QM_REG_WRRWEIGHTS_16 0x16e000
4184#define QM_REG_WRRWEIGHTS_17 0x16e004
4185#define QM_REG_WRRWEIGHTS_18 0x16e008
4186#define QM_REG_WRRWEIGHTS_19 0x16e00c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004187#define QM_REG_WRRWEIGHTS_2 0x16882c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004188#define QM_REG_WRRWEIGHTS_20 0x16e010
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004189#define QM_REG_WRRWEIGHTS_21 0x16e014
4190#define QM_REG_WRRWEIGHTS_22 0x16e018
4191#define QM_REG_WRRWEIGHTS_23 0x16e01c
4192#define QM_REG_WRRWEIGHTS_24 0x16e020
4193#define QM_REG_WRRWEIGHTS_25 0x16e024
4194#define QM_REG_WRRWEIGHTS_26 0x16e028
4195#define QM_REG_WRRWEIGHTS_27 0x16e02c
4196#define QM_REG_WRRWEIGHTS_28 0x16e030
4197#define QM_REG_WRRWEIGHTS_29 0x16e034
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004198#define QM_REG_WRRWEIGHTS_3 0x168830
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004199#define QM_REG_WRRWEIGHTS_30 0x16e038
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004200#define QM_REG_WRRWEIGHTS_31 0x16e03c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004201#define QM_REG_WRRWEIGHTS_4 0x168834
4202#define QM_REG_WRRWEIGHTS_5 0x168838
4203#define QM_REG_WRRWEIGHTS_6 0x16883c
4204#define QM_REG_WRRWEIGHTS_7 0x168840
4205#define QM_REG_WRRWEIGHTS_8 0x168844
4206#define QM_REG_WRRWEIGHTS_9 0x168848
4207/* [R 6] Keep the fill level of the fifo from write client 1 */
4208#define QM_REG_XQM_WRC_FIFOLVL 0x168000
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004209/* [W 1] reset to parity interrupt */
4210#define SEM_FAST_REG_PARITY_RST 0x18840
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004211#define SRC_REG_COUNTFREE0 0x40500
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004212/* [RW 1] If clr the searcher is compatible to E1 A0 - support only two
4213 ports. If set the searcher support 8 functions. */
4214#define SRC_REG_E1HMF_ENABLE 0x404cc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004215#define SRC_REG_FIRSTFREE0 0x40510
4216#define SRC_REG_KEYRSS0_0 0x40408
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004217#define SRC_REG_KEYRSS0_7 0x40424
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004218#define SRC_REG_KEYRSS1_9 0x40454
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004219#define SRC_REG_KEYSEARCH_0 0x40458
4220#define SRC_REG_KEYSEARCH_1 0x4045c
4221#define SRC_REG_KEYSEARCH_2 0x40460
4222#define SRC_REG_KEYSEARCH_3 0x40464
4223#define SRC_REG_KEYSEARCH_4 0x40468
4224#define SRC_REG_KEYSEARCH_5 0x4046c
4225#define SRC_REG_KEYSEARCH_6 0x40470
4226#define SRC_REG_KEYSEARCH_7 0x40474
4227#define SRC_REG_KEYSEARCH_8 0x40478
4228#define SRC_REG_KEYSEARCH_9 0x4047c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004229#define SRC_REG_LASTFREE0 0x40530
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004230#define SRC_REG_NUMBER_HASH_BITS0 0x40400
4231/* [RW 1] Reset internal state machines. */
4232#define SRC_REG_SOFT_RST 0x4049c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004233/* [R 3] Interrupt register #0 read */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004234#define SRC_REG_SRC_INT_STS 0x404ac
4235/* [RW 3] Parity mask register #0 read/write */
4236#define SRC_REG_SRC_PRTY_MASK 0x404c8
Eliezer Tamirf1410642008-02-28 11:51:50 -08004237/* [R 3] Parity register #0 read */
4238#define SRC_REG_SRC_PRTY_STS 0x404bc
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004239/* [RC 3] Parity register #0 read clear */
4240#define SRC_REG_SRC_PRTY_STS_CLR 0x404c0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004241/* [R 4] Used to read the value of the XX protection CAM occupancy counter. */
4242#define TCM_REG_CAM_OCCUP 0x5017c
4243/* [RW 1] CDU AG read Interface enable. If 0 - the request input is
4244 disregarded; valid output is deasserted; all other signals are treated as
4245 usual; if 1 - normal activity. */
4246#define TCM_REG_CDU_AG_RD_IFEN 0x50034
4247/* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input
4248 are disregarded; all other signals are treated as usual; if 1 - normal
4249 activity. */
4250#define TCM_REG_CDU_AG_WR_IFEN 0x50030
4251/* [RW 1] CDU STORM read Interface enable. If 0 - the request input is
4252 disregarded; valid output is deasserted; all other signals are treated as
4253 usual; if 1 - normal activity. */
4254#define TCM_REG_CDU_SM_RD_IFEN 0x5003c
4255/* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid
4256 input is disregarded; all other signals are treated as usual; if 1 -
4257 normal activity. */
4258#define TCM_REG_CDU_SM_WR_IFEN 0x50038
4259/* [RW 4] CFC output initial credit. Max credit available - 15.Write writes
4260 the initial credit value; read returns the current value of the credit
4261 counter. Must be initialized to 1 at start-up. */
4262#define TCM_REG_CFC_INIT_CRD 0x50204
4263/* [RW 3] The weight of the CP input in the WRR mechanism. 0 stands for
4264 weight 8 (the most prioritised); 1 stands for weight 1(least
4265 prioritised); 2 stands for weight 2; tc. */
4266#define TCM_REG_CP_WEIGHT 0x500c0
4267/* [RW 1] Input csem Interface enable. If 0 - the valid input is
4268 disregarded; acknowledge output is deasserted; all other signals are
4269 treated as usual; if 1 - normal activity. */
4270#define TCM_REG_CSEM_IFEN 0x5002c
4271/* [RC 1] Message length mismatch (relative to last indication) at the In#9
4272 interface. */
4273#define TCM_REG_CSEM_LENGTH_MIS 0x50174
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004274/* [RW 3] The weight of the input csem in the WRR mechanism. 0 stands for
4275 weight 8 (the most prioritised); 1 stands for weight 1(least
4276 prioritised); 2 stands for weight 2; tc. */
4277#define TCM_REG_CSEM_WEIGHT 0x500bc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004278/* [RW 8] The Event ID in case of ErrorFlg is set in the input message. */
4279#define TCM_REG_ERR_EVNT_ID 0x500a0
4280/* [RW 28] The CM erroneous header for QM and Timers formatting. */
4281#define TCM_REG_ERR_TCM_HDR 0x5009c
4282/* [RW 8] The Event ID for Timers expiration. */
4283#define TCM_REG_EXPR_EVNT_ID 0x500a4
4284/* [RW 8] FIC0 output initial credit. Max credit available - 255.Write
4285 writes the initial credit value; read returns the current value of the
4286 credit counter. Must be initialized to 64 at start-up. */
4287#define TCM_REG_FIC0_INIT_CRD 0x5020c
4288/* [RW 8] FIC1 output initial credit. Max credit available - 255.Write
4289 writes the initial credit value; read returns the current value of the
4290 credit counter. Must be initialized to 64 at start-up. */
4291#define TCM_REG_FIC1_INIT_CRD 0x50210
4292/* [RW 1] Arbitration between Input Arbiter groups: 0 - fair Round-Robin; 1
4293 - strict priority defined by ~tcm_registers_gr_ag_pr.gr_ag_pr;
4294 ~tcm_registers_gr_ld0_pr.gr_ld0_pr and
4295 ~tcm_registers_gr_ld1_pr.gr_ld1_pr. */
4296#define TCM_REG_GR_ARB_TYPE 0x50114
4297/* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the
4298 highest priority is 3. It is supposed that the Store channel is the
4299 compliment of the other 3 groups. */
4300#define TCM_REG_GR_LD0_PR 0x5011c
4301/* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the
4302 highest priority is 3. It is supposed that the Store channel is the
4303 compliment of the other 3 groups. */
4304#define TCM_REG_GR_LD1_PR 0x50120
4305/* [RW 4] The number of double REG-pairs; loaded from the STORM context and
4306 sent to STORM; for a specific connection type. The double REG-pairs are
4307 used to align to STORM context row size of 128 bits. The offset of these
4308 data in the STORM context is always 0. Index _i stands for the connection
4309 type (one of 16). */
4310#define TCM_REG_N_SM_CTX_LD_0 0x50050
4311#define TCM_REG_N_SM_CTX_LD_1 0x50054
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004312#define TCM_REG_N_SM_CTX_LD_2 0x50058
4313#define TCM_REG_N_SM_CTX_LD_3 0x5005c
4314#define TCM_REG_N_SM_CTX_LD_4 0x50060
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004315#define TCM_REG_N_SM_CTX_LD_5 0x50064
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004316/* [RW 1] Input pbf Interface enable. If 0 - the valid input is disregarded;
4317 acknowledge output is deasserted; all other signals are treated as usual;
4318 if 1 - normal activity. */
4319#define TCM_REG_PBF_IFEN 0x50024
4320/* [RC 1] Message length mismatch (relative to last indication) at the In#7
4321 interface. */
4322#define TCM_REG_PBF_LENGTH_MIS 0x5016c
4323/* [RW 3] The weight of the input pbf in the WRR mechanism. 0 stands for
4324 weight 8 (the most prioritised); 1 stands for weight 1(least
4325 prioritised); 2 stands for weight 2; tc. */
4326#define TCM_REG_PBF_WEIGHT 0x500b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004327#define TCM_REG_PHYS_QNUM0_0 0x500e0
4328#define TCM_REG_PHYS_QNUM0_1 0x500e4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004329#define TCM_REG_PHYS_QNUM1_0 0x500e8
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004330#define TCM_REG_PHYS_QNUM1_1 0x500ec
4331#define TCM_REG_PHYS_QNUM2_0 0x500f0
4332#define TCM_REG_PHYS_QNUM2_1 0x500f4
4333#define TCM_REG_PHYS_QNUM3_0 0x500f8
4334#define TCM_REG_PHYS_QNUM3_1 0x500fc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004335/* [RW 1] Input prs Interface enable. If 0 - the valid input is disregarded;
4336 acknowledge output is deasserted; all other signals are treated as usual;
4337 if 1 - normal activity. */
4338#define TCM_REG_PRS_IFEN 0x50020
4339/* [RC 1] Message length mismatch (relative to last indication) at the In#6
4340 interface. */
4341#define TCM_REG_PRS_LENGTH_MIS 0x50168
4342/* [RW 3] The weight of the input prs in the WRR mechanism. 0 stands for
4343 weight 8 (the most prioritised); 1 stands for weight 1(least
4344 prioritised); 2 stands for weight 2; tc. */
4345#define TCM_REG_PRS_WEIGHT 0x500b0
4346/* [RW 8] The Event ID for Timers formatting in case of stop done. */
4347#define TCM_REG_STOP_EVNT_ID 0x500a8
4348/* [RC 1] Message length mismatch (relative to last indication) at the STORM
4349 interface. */
4350#define TCM_REG_STORM_LENGTH_MIS 0x50160
4351/* [RW 1] STORM - CM Interface enable. If 0 - the valid input is
4352 disregarded; acknowledge output is deasserted; all other signals are
4353 treated as usual; if 1 - normal activity. */
4354#define TCM_REG_STORM_TCM_IFEN 0x50010
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004355/* [RW 3] The weight of the STORM input in the WRR mechanism. 0 stands for
4356 weight 8 (the most prioritised); 1 stands for weight 1(least
4357 prioritised); 2 stands for weight 2; tc. */
4358#define TCM_REG_STORM_WEIGHT 0x500ac
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004359/* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded;
4360 acknowledge output is deasserted; all other signals are treated as usual;
4361 if 1 - normal activity. */
4362#define TCM_REG_TCM_CFC_IFEN 0x50040
4363/* [RW 11] Interrupt mask register #0 read/write */
4364#define TCM_REG_TCM_INT_MASK 0x501dc
4365/* [R 11] Interrupt register #0 read */
4366#define TCM_REG_TCM_INT_STS 0x501d0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004367/* [RW 27] Parity mask register #0 read/write */
4368#define TCM_REG_TCM_PRTY_MASK 0x501ec
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004369/* [R 27] Parity register #0 read */
4370#define TCM_REG_TCM_PRTY_STS 0x501e0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004371/* [RC 27] Parity register #0 read clear */
4372#define TCM_REG_TCM_PRTY_STS_CLR 0x501e4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004373/* [RW 3] The size of AG context region 0 in REG-pairs. Designates the MS
4374 REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5).
4375 Is used to determine the number of the AG context REG-pairs written back;
4376 when the input message Reg1WbFlg isn't set. */
4377#define TCM_REG_TCM_REG0_SZ 0x500d8
4378/* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is
4379 disregarded; valid is deasserted; all other signals are treated as usual;
4380 if 1 - normal activity. */
4381#define TCM_REG_TCM_STORM0_IFEN 0x50004
4382/* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is
4383 disregarded; valid is deasserted; all other signals are treated as usual;
4384 if 1 - normal activity. */
4385#define TCM_REG_TCM_STORM1_IFEN 0x50008
4386/* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is
4387 disregarded; valid is deasserted; all other signals are treated as usual;
4388 if 1 - normal activity. */
4389#define TCM_REG_TCM_TQM_IFEN 0x5000c
4390/* [RW 1] If set the Q index; received from the QM is inserted to event ID. */
4391#define TCM_REG_TCM_TQM_USE_Q 0x500d4
4392/* [RW 28] The CM header for Timers expiration command. */
4393#define TCM_REG_TM_TCM_HDR 0x50098
4394/* [RW 1] Timers - CM Interface enable. If 0 - the valid input is
4395 disregarded; acknowledge output is deasserted; all other signals are
4396 treated as usual; if 1 - normal activity. */
4397#define TCM_REG_TM_TCM_IFEN 0x5001c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004398/* [RW 3] The weight of the Timers input in the WRR mechanism. 0 stands for
4399 weight 8 (the most prioritised); 1 stands for weight 1(least
4400 prioritised); 2 stands for weight 2; tc. */
4401#define TCM_REG_TM_WEIGHT 0x500d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004402/* [RW 6] QM output initial credit. Max credit available - 32.Write writes
4403 the initial credit value; read returns the current value of the credit
4404 counter. Must be initialized to 32 at start-up. */
4405#define TCM_REG_TQM_INIT_CRD 0x5021c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004406/* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0
4407 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
4408 prioritised); 2 stands for weight 2; tc. */
4409#define TCM_REG_TQM_P_WEIGHT 0x500c8
4410/* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0
4411 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
4412 prioritised); 2 stands for weight 2; tc. */
4413#define TCM_REG_TQM_S_WEIGHT 0x500cc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004414/* [RW 28] The CM header value for QM request (primary). */
4415#define TCM_REG_TQM_TCM_HDR_P 0x50090
4416/* [RW 28] The CM header value for QM request (secondary). */
4417#define TCM_REG_TQM_TCM_HDR_S 0x50094
4418/* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded;
4419 acknowledge output is deasserted; all other signals are treated as usual;
4420 if 1 - normal activity. */
4421#define TCM_REG_TQM_TCM_IFEN 0x50014
4422/* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded;
4423 acknowledge output is deasserted; all other signals are treated as usual;
4424 if 1 - normal activity. */
4425#define TCM_REG_TSDM_IFEN 0x50018
4426/* [RC 1] Message length mismatch (relative to last indication) at the SDM
4427 interface. */
4428#define TCM_REG_TSDM_LENGTH_MIS 0x50164
4429/* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for
4430 weight 8 (the most prioritised); 1 stands for weight 1(least
4431 prioritised); 2 stands for weight 2; tc. */
4432#define TCM_REG_TSDM_WEIGHT 0x500c4
4433/* [RW 1] Input usem Interface enable. If 0 - the valid input is
4434 disregarded; acknowledge output is deasserted; all other signals are
4435 treated as usual; if 1 - normal activity. */
4436#define TCM_REG_USEM_IFEN 0x50028
4437/* [RC 1] Message length mismatch (relative to last indication) at the In#8
4438 interface. */
4439#define TCM_REG_USEM_LENGTH_MIS 0x50170
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004440/* [RW 3] The weight of the input usem in the WRR mechanism. 0 stands for
4441 weight 8 (the most prioritised); 1 stands for weight 1(least
4442 prioritised); 2 stands for weight 2; tc. */
4443#define TCM_REG_USEM_WEIGHT 0x500b8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004444/* [RW 21] Indirect access to the descriptor table of the XX protection
4445 mechanism. The fields are: [5:0] - length of the message; 15:6] - message
4446 pointer; 20:16] - next pointer. */
4447#define TCM_REG_XX_DESCR_TABLE 0x50280
Vladislav Zolotarov79616892011-07-21 07:58:54 +00004448#define TCM_REG_XX_DESCR_TABLE_SIZE 29
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004449/* [R 6] Use to read the value of XX protection Free counter. */
4450#define TCM_REG_XX_FREE 0x50178
4451/* [RW 6] Initial value for the credit counter; responsible for fulfilling
4452 of the Input Stage XX protection buffer by the XX protection pending
4453 messages. Max credit available - 127.Write writes the initial credit
4454 value; read returns the current value of the credit counter. Must be
4455 initialized to 19 at start-up. */
4456#define TCM_REG_XX_INIT_CRD 0x50220
4457/* [RW 6] Maximum link list size (messages locked) per connection in the XX
4458 protection. */
4459#define TCM_REG_XX_MAX_LL_SZ 0x50044
4460/* [RW 6] The maximum number of pending messages; which may be stored in XX
4461 protection. ~tcm_registers_xx_free.xx_free is read on read. */
4462#define TCM_REG_XX_MSG_NUM 0x50224
4463/* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */
4464#define TCM_REG_XX_OVFL_EVNT_ID 0x50048
4465/* [RW 16] Indirect access to the XX table of the XX protection mechanism.
4466 The fields are:[4:0] - tail pointer; [10:5] - Link List size; 15:11] -
4467 header pointer. */
4468#define TCM_REG_XX_TABLE 0x50240
Anand Gadiyar411c9402009-07-07 15:24:23 +05304469/* [RW 4] Load value for cfc ac credit cnt. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004470#define TM_REG_CFC_AC_CRDCNT_VAL 0x164208
4471/* [RW 4] Load value for cfc cld credit cnt. */
4472#define TM_REG_CFC_CLD_CRDCNT_VAL 0x164210
4473/* [RW 8] Client0 context region. */
4474#define TM_REG_CL0_CONT_REGION 0x164030
4475/* [RW 8] Client1 context region. */
4476#define TM_REG_CL1_CONT_REGION 0x164034
4477/* [RW 8] Client2 context region. */
4478#define TM_REG_CL2_CONT_REGION 0x164038
4479/* [RW 2] Client in High priority client number. */
4480#define TM_REG_CLIN_PRIOR0_CLIENT 0x164024
4481/* [RW 4] Load value for clout0 cred cnt. */
4482#define TM_REG_CLOUT_CRDCNT0_VAL 0x164220
4483/* [RW 4] Load value for clout1 cred cnt. */
4484#define TM_REG_CLOUT_CRDCNT1_VAL 0x164228
4485/* [RW 4] Load value for clout2 cred cnt. */
4486#define TM_REG_CLOUT_CRDCNT2_VAL 0x164230
4487/* [RW 1] Enable client0 input. */
4488#define TM_REG_EN_CL0_INPUT 0x164008
4489/* [RW 1] Enable client1 input. */
4490#define TM_REG_EN_CL1_INPUT 0x16400c
4491/* [RW 1] Enable client2 input. */
4492#define TM_REG_EN_CL2_INPUT 0x164010
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004493#define TM_REG_EN_LINEAR0_TIMER 0x164014
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004494/* [RW 1] Enable real time counter. */
4495#define TM_REG_EN_REAL_TIME_CNT 0x1640d8
4496/* [RW 1] Enable for Timers state machines. */
4497#define TM_REG_EN_TIMERS 0x164000
4498/* [RW 4] Load value for expiration credit cnt. CFC max number of
4499 outstanding load requests for timers (expiration) context loading. */
4500#define TM_REG_EXP_CRDCNT_VAL 0x164238
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004501/* [RW 32] Linear0 logic address. */
4502#define TM_REG_LIN0_LOGIC_ADDR 0x164240
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004503/* [RW 18] Linear0 Max active cid (in banks of 32 entries). */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004504#define TM_REG_LIN0_MAX_ACTIVE_CID 0x164048
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03004505/* [ST 16] Linear0 Number of scans counter. */
4506#define TM_REG_LIN0_NUM_SCANS 0x1640a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004507/* [WB 64] Linear0 phy address. */
4508#define TM_REG_LIN0_PHY_ADDR 0x164270
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004509/* [RW 1] Linear0 physical address valid. */
4510#define TM_REG_LIN0_PHY_ADDR_VALID 0x164248
Eilon Greensteinca003922009-08-12 22:53:28 -07004511#define TM_REG_LIN0_SCAN_ON 0x1640d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004512/* [RW 24] Linear0 array scan timeout. */
4513#define TM_REG_LIN0_SCAN_TIME 0x16403c
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03004514#define TM_REG_LIN0_VNIC_UC 0x164128
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004515/* [RW 32] Linear1 logic address. */
4516#define TM_REG_LIN1_LOGIC_ADDR 0x164250
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004517/* [WB 64] Linear1 phy address. */
4518#define TM_REG_LIN1_PHY_ADDR 0x164280
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004519/* [RW 1] Linear1 physical address valid. */
4520#define TM_REG_LIN1_PHY_ADDR_VALID 0x164258
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004521/* [RW 6] Linear timer set_clear fifo threshold. */
4522#define TM_REG_LIN_SETCLR_FIFO_ALFULL_THR 0x164070
4523/* [RW 2] Load value for pci arbiter credit cnt. */
4524#define TM_REG_PCIARB_CRDCNT_VAL 0x164260
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004525/* [RW 20] The amount of hardware cycles for each timer tick. */
4526#define TM_REG_TIMER_TICK_SIZE 0x16401c
4527/* [RW 8] Timers Context region. */
4528#define TM_REG_TM_CONTEXT_REGION 0x164044
4529/* [RW 1] Interrupt mask register #0 read/write */
4530#define TM_REG_TM_INT_MASK 0x1640fc
4531/* [R 1] Interrupt register #0 read */
4532#define TM_REG_TM_INT_STS 0x1640f0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004533/* [RW 7] Parity mask register #0 read/write */
4534#define TM_REG_TM_PRTY_MASK 0x16410c
Yuval Mintz6bf07b82013-06-02 00:06:20 +00004535/* [R 7] Parity register #0 read */
4536#define TM_REG_TM_PRTY_STS 0x164100
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004537/* [RC 7] Parity register #0 read clear */
4538#define TM_REG_TM_PRTY_STS_CLR 0x164104
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004539/* [RW 8] The event id for aggregated interrupt 0 */
4540#define TSDM_REG_AGG_INT_EVENT_0 0x42038
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004541#define TSDM_REG_AGG_INT_EVENT_1 0x4203c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004542#define TSDM_REG_AGG_INT_EVENT_2 0x42040
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004543#define TSDM_REG_AGG_INT_EVENT_3 0x42044
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004544#define TSDM_REG_AGG_INT_EVENT_4 0x42048
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004545/* [RW 1] The T bit for aggregated interrupt 0 */
4546#define TSDM_REG_AGG_INT_T_0 0x420b8
4547#define TSDM_REG_AGG_INT_T_1 0x420bc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004548/* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */
4549#define TSDM_REG_CFC_RSP_START_ADDR 0x42008
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004550/* [RW 16] The maximum value of the completion counter #0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004551#define TSDM_REG_CMP_COUNTER_MAX0 0x4201c
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004552/* [RW 16] The maximum value of the completion counter #1 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004553#define TSDM_REG_CMP_COUNTER_MAX1 0x42020
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004554/* [RW 16] The maximum value of the completion counter #2 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004555#define TSDM_REG_CMP_COUNTER_MAX2 0x42024
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004556/* [RW 16] The maximum value of the completion counter #3 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004557#define TSDM_REG_CMP_COUNTER_MAX3 0x42028
4558/* [RW 13] The start address in the internal RAM for the completion
4559 counters. */
4560#define TSDM_REG_CMP_COUNTER_START_ADDR 0x4200c
4561#define TSDM_REG_ENABLE_IN1 0x42238
4562#define TSDM_REG_ENABLE_IN2 0x4223c
4563#define TSDM_REG_ENABLE_OUT1 0x42240
4564#define TSDM_REG_ENABLE_OUT2 0x42244
4565/* [RW 4] The initial number of messages that can be sent to the pxp control
4566 interface without receiving any ACK. */
4567#define TSDM_REG_INIT_CREDIT_PXP_CTRL 0x424bc
4568/* [ST 32] The number of ACK after placement messages received */
4569#define TSDM_REG_NUM_OF_ACK_AFTER_PLACE 0x4227c
4570/* [ST 32] The number of packet end messages received from the parser */
4571#define TSDM_REG_NUM_OF_PKT_END_MSG 0x42274
4572/* [ST 32] The number of requests received from the pxp async if */
4573#define TSDM_REG_NUM_OF_PXP_ASYNC_REQ 0x42278
4574/* [ST 32] The number of commands received in queue 0 */
4575#define TSDM_REG_NUM_OF_Q0_CMD 0x42248
4576/* [ST 32] The number of commands received in queue 10 */
4577#define TSDM_REG_NUM_OF_Q10_CMD 0x4226c
4578/* [ST 32] The number of commands received in queue 11 */
4579#define TSDM_REG_NUM_OF_Q11_CMD 0x42270
4580/* [ST 32] The number of commands received in queue 1 */
4581#define TSDM_REG_NUM_OF_Q1_CMD 0x4224c
4582/* [ST 32] The number of commands received in queue 3 */
4583#define TSDM_REG_NUM_OF_Q3_CMD 0x42250
4584/* [ST 32] The number of commands received in queue 4 */
4585#define TSDM_REG_NUM_OF_Q4_CMD 0x42254
4586/* [ST 32] The number of commands received in queue 5 */
4587#define TSDM_REG_NUM_OF_Q5_CMD 0x42258
4588/* [ST 32] The number of commands received in queue 6 */
4589#define TSDM_REG_NUM_OF_Q6_CMD 0x4225c
4590/* [ST 32] The number of commands received in queue 7 */
4591#define TSDM_REG_NUM_OF_Q7_CMD 0x42260
4592/* [ST 32] The number of commands received in queue 8 */
4593#define TSDM_REG_NUM_OF_Q8_CMD 0x42264
4594/* [ST 32] The number of commands received in queue 9 */
4595#define TSDM_REG_NUM_OF_Q9_CMD 0x42268
4596/* [RW 13] The start address in the internal RAM for the packet end message */
4597#define TSDM_REG_PCK_END_MSG_START_ADDR 0x42014
4598/* [RW 13] The start address in the internal RAM for queue counters */
4599#define TSDM_REG_Q_COUNTER_START_ADDR 0x42010
4600/* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */
4601#define TSDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0x42548
4602/* [R 1] parser fifo empty in sdm_sync block */
4603#define TSDM_REG_SYNC_PARSER_EMPTY 0x42550
4604/* [R 1] parser serial fifo empty in sdm_sync block */
4605#define TSDM_REG_SYNC_SYNC_EMPTY 0x42558
4606/* [RW 32] Tick for timer counter. Applicable only when
4607 ~tsdm_registers_timer_tick_enable.timer_tick_enable =1 */
4608#define TSDM_REG_TIMER_TICK 0x42000
4609/* [RW 32] Interrupt mask register #0 read/write */
4610#define TSDM_REG_TSDM_INT_MASK_0 0x4229c
4611#define TSDM_REG_TSDM_INT_MASK_1 0x422ac
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004612/* [R 32] Interrupt register #0 read */
4613#define TSDM_REG_TSDM_INT_STS_0 0x42290
4614#define TSDM_REG_TSDM_INT_STS_1 0x422a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004615/* [RW 11] Parity mask register #0 read/write */
4616#define TSDM_REG_TSDM_PRTY_MASK 0x422bc
Eliezer Tamirf1410642008-02-28 11:51:50 -08004617/* [R 11] Parity register #0 read */
4618#define TSDM_REG_TSDM_PRTY_STS 0x422b0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004619/* [RC 11] Parity register #0 read clear */
4620#define TSDM_REG_TSDM_PRTY_STS_CLR 0x422b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004621/* [RW 5] The number of time_slots in the arbitration cycle */
4622#define TSEM_REG_ARB_CYCLE_SIZE 0x180034
4623/* [RW 3] The source that is associated with arbitration element 0. Source
4624 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4625 sleeping thread with priority 1; 4- sleeping thread with priority 2 */
4626#define TSEM_REG_ARB_ELEMENT0 0x180020
4627/* [RW 3] The source that is associated with arbitration element 1. Source
4628 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4629 sleeping thread with priority 1; 4- sleeping thread with priority 2.
4630 Could not be equal to register ~tsem_registers_arb_element0.arb_element0 */
4631#define TSEM_REG_ARB_ELEMENT1 0x180024
4632/* [RW 3] The source that is associated with arbitration element 2. Source
4633 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4634 sleeping thread with priority 1; 4- sleeping thread with priority 2.
4635 Could not be equal to register ~tsem_registers_arb_element0.arb_element0
4636 and ~tsem_registers_arb_element1.arb_element1 */
4637#define TSEM_REG_ARB_ELEMENT2 0x180028
4638/* [RW 3] The source that is associated with arbitration element 3. Source
4639 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4640 sleeping thread with priority 1; 4- sleeping thread with priority 2.Could
4641 not be equal to register ~tsem_registers_arb_element0.arb_element0 and
4642 ~tsem_registers_arb_element1.arb_element1 and
4643 ~tsem_registers_arb_element2.arb_element2 */
4644#define TSEM_REG_ARB_ELEMENT3 0x18002c
4645/* [RW 3] The source that is associated with arbitration element 4. Source
4646 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
4647 sleeping thread with priority 1; 4- sleeping thread with priority 2.
4648 Could not be equal to register ~tsem_registers_arb_element0.arb_element0
4649 and ~tsem_registers_arb_element1.arb_element1 and
4650 ~tsem_registers_arb_element2.arb_element2 and
4651 ~tsem_registers_arb_element3.arb_element3 */
4652#define TSEM_REG_ARB_ELEMENT4 0x180030
4653#define TSEM_REG_ENABLE_IN 0x1800a4
4654#define TSEM_REG_ENABLE_OUT 0x1800a8
4655/* [RW 32] This address space contains all registers and memories that are
4656 placed in SEM_FAST block. The SEM_FAST registers are described in
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004657 appendix B. In order to access the sem_fast registers the base address
4658 ~fast_memory.fast_memory should be added to eachsem_fast register offset. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004659#define TSEM_REG_FAST_MEMORY 0x1a0000
4660/* [RW 1] Disables input messages from FIC0 May be updated during run_time
4661 by the microcode */
4662#define TSEM_REG_FIC0_DISABLE 0x180224
4663/* [RW 1] Disables input messages from FIC1 May be updated during run_time
4664 by the microcode */
4665#define TSEM_REG_FIC1_DISABLE 0x180234
4666/* [RW 15] Interrupt table Read and write access to it is not possible in
4667 the middle of the work */
4668#define TSEM_REG_INT_TABLE 0x180400
4669/* [ST 24] Statistics register. The number of messages that entered through
4670 FIC0 */
4671#define TSEM_REG_MSG_NUM_FIC0 0x180000
4672/* [ST 24] Statistics register. The number of messages that entered through
4673 FIC1 */
4674#define TSEM_REG_MSG_NUM_FIC1 0x180004
4675/* [ST 24] Statistics register. The number of messages that were sent to
4676 FOC0 */
4677#define TSEM_REG_MSG_NUM_FOC0 0x180008
4678/* [ST 24] Statistics register. The number of messages that were sent to
4679 FOC1 */
4680#define TSEM_REG_MSG_NUM_FOC1 0x18000c
4681/* [ST 24] Statistics register. The number of messages that were sent to
4682 FOC2 */
4683#define TSEM_REG_MSG_NUM_FOC2 0x180010
4684/* [ST 24] Statistics register. The number of messages that were sent to
4685 FOC3 */
4686#define TSEM_REG_MSG_NUM_FOC3 0x180014
4687/* [RW 1] Disables input messages from the passive buffer May be updated
4688 during run_time by the microcode */
4689#define TSEM_REG_PAS_DISABLE 0x18024c
4690/* [WB 128] Debug only. Passive buffer memory */
4691#define TSEM_REG_PASSIVE_BUFFER 0x181000
4692/* [WB 46] pram memory. B45 is parity; b[44:0] - data. */
4693#define TSEM_REG_PRAM 0x1c0000
4694/* [R 8] Valid sleeping threads indication have bit per thread */
4695#define TSEM_REG_SLEEP_THREADS_VALID 0x18026c
4696/* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */
4697#define TSEM_REG_SLOW_EXT_STORE_EMPTY 0x1802a0
4698/* [RW 8] List of free threads . There is a bit per thread. */
4699#define TSEM_REG_THREADS_LIST 0x1802e4
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004700/* [RC 32] Parity register #0 read clear */
4701#define TSEM_REG_TSEM_PRTY_STS_CLR_0 0x180118
4702#define TSEM_REG_TSEM_PRTY_STS_CLR_1 0x180128
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004703/* [RW 3] The arbitration scheme of time_slot 0 */
4704#define TSEM_REG_TS_0_AS 0x180038
4705/* [RW 3] The arbitration scheme of time_slot 10 */
4706#define TSEM_REG_TS_10_AS 0x180060
4707/* [RW 3] The arbitration scheme of time_slot 11 */
4708#define TSEM_REG_TS_11_AS 0x180064
4709/* [RW 3] The arbitration scheme of time_slot 12 */
4710#define TSEM_REG_TS_12_AS 0x180068
4711/* [RW 3] The arbitration scheme of time_slot 13 */
4712#define TSEM_REG_TS_13_AS 0x18006c
4713/* [RW 3] The arbitration scheme of time_slot 14 */
4714#define TSEM_REG_TS_14_AS 0x180070
4715/* [RW 3] The arbitration scheme of time_slot 15 */
4716#define TSEM_REG_TS_15_AS 0x180074
4717/* [RW 3] The arbitration scheme of time_slot 16 */
4718#define TSEM_REG_TS_16_AS 0x180078
4719/* [RW 3] The arbitration scheme of time_slot 17 */
4720#define TSEM_REG_TS_17_AS 0x18007c
4721/* [RW 3] The arbitration scheme of time_slot 18 */
4722#define TSEM_REG_TS_18_AS 0x180080
4723/* [RW 3] The arbitration scheme of time_slot 1 */
4724#define TSEM_REG_TS_1_AS 0x18003c
4725/* [RW 3] The arbitration scheme of time_slot 2 */
4726#define TSEM_REG_TS_2_AS 0x180040
4727/* [RW 3] The arbitration scheme of time_slot 3 */
4728#define TSEM_REG_TS_3_AS 0x180044
4729/* [RW 3] The arbitration scheme of time_slot 4 */
4730#define TSEM_REG_TS_4_AS 0x180048
4731/* [RW 3] The arbitration scheme of time_slot 5 */
4732#define TSEM_REG_TS_5_AS 0x18004c
4733/* [RW 3] The arbitration scheme of time_slot 6 */
4734#define TSEM_REG_TS_6_AS 0x180050
4735/* [RW 3] The arbitration scheme of time_slot 7 */
4736#define TSEM_REG_TS_7_AS 0x180054
4737/* [RW 3] The arbitration scheme of time_slot 8 */
4738#define TSEM_REG_TS_8_AS 0x180058
4739/* [RW 3] The arbitration scheme of time_slot 9 */
4740#define TSEM_REG_TS_9_AS 0x18005c
4741/* [RW 32] Interrupt mask register #0 read/write */
4742#define TSEM_REG_TSEM_INT_MASK_0 0x180100
4743#define TSEM_REG_TSEM_INT_MASK_1 0x180110
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004744/* [R 32] Interrupt register #0 read */
4745#define TSEM_REG_TSEM_INT_STS_0 0x1800f4
4746#define TSEM_REG_TSEM_INT_STS_1 0x180104
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004747/* [RW 32] Parity mask register #0 read/write */
4748#define TSEM_REG_TSEM_PRTY_MASK_0 0x180120
4749#define TSEM_REG_TSEM_PRTY_MASK_1 0x180130
Eliezer Tamirf1410642008-02-28 11:51:50 -08004750/* [R 32] Parity register #0 read */
4751#define TSEM_REG_TSEM_PRTY_STS_0 0x180114
4752#define TSEM_REG_TSEM_PRTY_STS_1 0x180124
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00004753/* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64
4754 * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */
4755#define TSEM_REG_VFPF_ERR_NUM 0x180380
4756/* [RW 32] Indirect access to AG context with 32-bits granularity. The bits
4757 * [10:8] of the address should be the offset within the accessed LCID
4758 * context; the bits [7:0] are the accessed LCID.Example: to write to REG10
4759 * LCID100. The RBC address should be 12'ha64. */
4760#define UCM_REG_AG_CTX 0xe2000
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004761/* [R 5] Used to read the XX protection CAM occupancy counter. */
4762#define UCM_REG_CAM_OCCUP 0xe0170
4763/* [RW 1] CDU AG read Interface enable. If 0 - the request input is
4764 disregarded; valid output is deasserted; all other signals are treated as
4765 usual; if 1 - normal activity. */
4766#define UCM_REG_CDU_AG_RD_IFEN 0xe0038
4767/* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input
4768 are disregarded; all other signals are treated as usual; if 1 - normal
4769 activity. */
4770#define UCM_REG_CDU_AG_WR_IFEN 0xe0034
4771/* [RW 1] CDU STORM read Interface enable. If 0 - the request input is
4772 disregarded; valid output is deasserted; all other signals are treated as
4773 usual; if 1 - normal activity. */
4774#define UCM_REG_CDU_SM_RD_IFEN 0xe0040
4775/* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid
4776 input is disregarded; all other signals are treated as usual; if 1 -
4777 normal activity. */
4778#define UCM_REG_CDU_SM_WR_IFEN 0xe003c
4779/* [RW 4] CFC output initial credit. Max credit available - 15.Write writes
4780 the initial credit value; read returns the current value of the credit
4781 counter. Must be initialized to 1 at start-up. */
4782#define UCM_REG_CFC_INIT_CRD 0xe0204
4783/* [RW 3] The weight of the CP input in the WRR mechanism. 0 stands for
4784 weight 8 (the most prioritised); 1 stands for weight 1(least
4785 prioritised); 2 stands for weight 2; tc. */
4786#define UCM_REG_CP_WEIGHT 0xe00c4
4787/* [RW 1] Input csem Interface enable. If 0 - the valid input is
4788 disregarded; acknowledge output is deasserted; all other signals are
4789 treated as usual; if 1 - normal activity. */
4790#define UCM_REG_CSEM_IFEN 0xe0028
4791/* [RC 1] Set when the message length mismatch (relative to last indication)
4792 at the csem interface is detected. */
4793#define UCM_REG_CSEM_LENGTH_MIS 0xe0160
4794/* [RW 3] The weight of the input csem in the WRR mechanism. 0 stands for
4795 weight 8 (the most prioritised); 1 stands for weight 1(least
4796 prioritised); 2 stands for weight 2; tc. */
4797#define UCM_REG_CSEM_WEIGHT 0xe00b8
4798/* [RW 1] Input dorq Interface enable. If 0 - the valid input is
4799 disregarded; acknowledge output is deasserted; all other signals are
4800 treated as usual; if 1 - normal activity. */
4801#define UCM_REG_DORQ_IFEN 0xe0030
4802/* [RC 1] Set when the message length mismatch (relative to last indication)
4803 at the dorq interface is detected. */
4804#define UCM_REG_DORQ_LENGTH_MIS 0xe0168
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004805/* [RW 3] The weight of the input dorq in the WRR mechanism. 0 stands for
4806 weight 8 (the most prioritised); 1 stands for weight 1(least
4807 prioritised); 2 stands for weight 2; tc. */
4808#define UCM_REG_DORQ_WEIGHT 0xe00c0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004809/* [RW 8] The Event ID in case ErrorFlg input message bit is set. */
4810#define UCM_REG_ERR_EVNT_ID 0xe00a4
4811/* [RW 28] The CM erroneous header for QM and Timers formatting. */
4812#define UCM_REG_ERR_UCM_HDR 0xe00a0
4813/* [RW 8] The Event ID for Timers expiration. */
4814#define UCM_REG_EXPR_EVNT_ID 0xe00a8
4815/* [RW 8] FIC0 output initial credit. Max credit available - 255.Write
4816 writes the initial credit value; read returns the current value of the
4817 credit counter. Must be initialized to 64 at start-up. */
4818#define UCM_REG_FIC0_INIT_CRD 0xe020c
4819/* [RW 8] FIC1 output initial credit. Max credit available - 255.Write
4820 writes the initial credit value; read returns the current value of the
4821 credit counter. Must be initialized to 64 at start-up. */
4822#define UCM_REG_FIC1_INIT_CRD 0xe0210
4823/* [RW 1] Arbitration between Input Arbiter groups: 0 - fair Round-Robin; 1
4824 - strict priority defined by ~ucm_registers_gr_ag_pr.gr_ag_pr;
4825 ~ucm_registers_gr_ld0_pr.gr_ld0_pr and
4826 ~ucm_registers_gr_ld1_pr.gr_ld1_pr. */
4827#define UCM_REG_GR_ARB_TYPE 0xe0144
4828/* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the
4829 highest priority is 3. It is supposed that the Store channel group is
4830 compliment to the others. */
4831#define UCM_REG_GR_LD0_PR 0xe014c
4832/* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the
4833 highest priority is 3. It is supposed that the Store channel group is
4834 compliment to the others. */
4835#define UCM_REG_GR_LD1_PR 0xe0150
4836/* [RW 2] The queue index for invalidate counter flag decision. */
4837#define UCM_REG_INV_CFLG_Q 0xe00e4
4838/* [RW 5] The number of double REG-pairs; loaded from the STORM context and
4839 sent to STORM; for a specific connection type. the double REG-pairs are
4840 used in order to align to STORM context row size of 128 bits. The offset
4841 of these data in the STORM context is always 0. Index _i stands for the
4842 connection type (one of 16). */
4843#define UCM_REG_N_SM_CTX_LD_0 0xe0054
4844#define UCM_REG_N_SM_CTX_LD_1 0xe0058
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004845#define UCM_REG_N_SM_CTX_LD_2 0xe005c
4846#define UCM_REG_N_SM_CTX_LD_3 0xe0060
4847#define UCM_REG_N_SM_CTX_LD_4 0xe0064
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004848#define UCM_REG_N_SM_CTX_LD_5 0xe0068
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004849#define UCM_REG_PHYS_QNUM0_0 0xe0110
4850#define UCM_REG_PHYS_QNUM0_1 0xe0114
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004851#define UCM_REG_PHYS_QNUM1_0 0xe0118
4852#define UCM_REG_PHYS_QNUM1_1 0xe011c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004853#define UCM_REG_PHYS_QNUM2_0 0xe0120
4854#define UCM_REG_PHYS_QNUM2_1 0xe0124
4855#define UCM_REG_PHYS_QNUM3_0 0xe0128
4856#define UCM_REG_PHYS_QNUM3_1 0xe012c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004857/* [RW 8] The Event ID for Timers formatting in case of stop done. */
4858#define UCM_REG_STOP_EVNT_ID 0xe00ac
4859/* [RC 1] Set when the message length mismatch (relative to last indication)
4860 at the STORM interface is detected. */
4861#define UCM_REG_STORM_LENGTH_MIS 0xe0154
4862/* [RW 1] STORM - CM Interface enable. If 0 - the valid input is
4863 disregarded; acknowledge output is deasserted; all other signals are
4864 treated as usual; if 1 - normal activity. */
4865#define UCM_REG_STORM_UCM_IFEN 0xe0010
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004866/* [RW 3] The weight of the STORM input in the WRR mechanism. 0 stands for
4867 weight 8 (the most prioritised); 1 stands for weight 1(least
4868 prioritised); 2 stands for weight 2; tc. */
4869#define UCM_REG_STORM_WEIGHT 0xe00b0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004870/* [RW 4] Timers output initial credit. Max credit available - 15.Write
4871 writes the initial credit value; read returns the current value of the
4872 credit counter. Must be initialized to 4 at start-up. */
4873#define UCM_REG_TM_INIT_CRD 0xe021c
4874/* [RW 28] The CM header for Timers expiration command. */
4875#define UCM_REG_TM_UCM_HDR 0xe009c
4876/* [RW 1] Timers - CM Interface enable. If 0 - the valid input is
4877 disregarded; acknowledge output is deasserted; all other signals are
4878 treated as usual; if 1 - normal activity. */
4879#define UCM_REG_TM_UCM_IFEN 0xe001c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004880/* [RW 3] The weight of the Timers input in the WRR mechanism. 0 stands for
4881 weight 8 (the most prioritised); 1 stands for weight 1(least
4882 prioritised); 2 stands for weight 2; tc. */
4883#define UCM_REG_TM_WEIGHT 0xe00d4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004884/* [RW 1] Input tsem Interface enable. If 0 - the valid input is
4885 disregarded; acknowledge output is deasserted; all other signals are
4886 treated as usual; if 1 - normal activity. */
4887#define UCM_REG_TSEM_IFEN 0xe0024
4888/* [RC 1] Set when the message length mismatch (relative to last indication)
4889 at the tsem interface is detected. */
4890#define UCM_REG_TSEM_LENGTH_MIS 0xe015c
4891/* [RW 3] The weight of the input tsem in the WRR mechanism. 0 stands for
4892 weight 8 (the most prioritised); 1 stands for weight 1(least
4893 prioritised); 2 stands for weight 2; tc. */
4894#define UCM_REG_TSEM_WEIGHT 0xe00b4
4895/* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded;
4896 acknowledge output is deasserted; all other signals are treated as usual;
4897 if 1 - normal activity. */
4898#define UCM_REG_UCM_CFC_IFEN 0xe0044
4899/* [RW 11] Interrupt mask register #0 read/write */
4900#define UCM_REG_UCM_INT_MASK 0xe01d4
4901/* [R 11] Interrupt register #0 read */
4902#define UCM_REG_UCM_INT_STS 0xe01c8
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00004903/* [RW 27] Parity mask register #0 read/write */
4904#define UCM_REG_UCM_PRTY_MASK 0xe01e4
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07004905/* [R 27] Parity register #0 read */
4906#define UCM_REG_UCM_PRTY_STS 0xe01d8
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00004907/* [RC 27] Parity register #0 read clear */
4908#define UCM_REG_UCM_PRTY_STS_CLR 0xe01dc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004909/* [RW 2] The size of AG context region 0 in REG-pairs. Designates the MS
4910 REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5).
4911 Is used to determine the number of the AG context REG-pairs written back;
4912 when the Reg1WbFlg isn't set. */
4913#define UCM_REG_UCM_REG0_SZ 0xe00dc
4914/* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is
4915 disregarded; valid is deasserted; all other signals are treated as usual;
4916 if 1 - normal activity. */
4917#define UCM_REG_UCM_STORM0_IFEN 0xe0004
4918/* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is
4919 disregarded; valid is deasserted; all other signals are treated as usual;
4920 if 1 - normal activity. */
4921#define UCM_REG_UCM_STORM1_IFEN 0xe0008
4922/* [RW 1] CM - Timers Interface enable. If 0 - the valid input is
4923 disregarded; acknowledge output is deasserted; all other signals are
4924 treated as usual; if 1 - normal activity. */
4925#define UCM_REG_UCM_TM_IFEN 0xe0020
4926/* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is
4927 disregarded; valid is deasserted; all other signals are treated as usual;
4928 if 1 - normal activity. */
4929#define UCM_REG_UCM_UQM_IFEN 0xe000c
4930/* [RW 1] If set the Q index; received from the QM is inserted to event ID. */
4931#define UCM_REG_UCM_UQM_USE_Q 0xe00d8
4932/* [RW 6] QM output initial credit. Max credit available - 32.Write writes
4933 the initial credit value; read returns the current value of the credit
4934 counter. Must be initialized to 32 at start-up. */
4935#define UCM_REG_UQM_INIT_CRD 0xe0220
4936/* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0
4937 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
4938 prioritised); 2 stands for weight 2; tc. */
4939#define UCM_REG_UQM_P_WEIGHT 0xe00cc
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004940/* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0
4941 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
4942 prioritised); 2 stands for weight 2; tc. */
4943#define UCM_REG_UQM_S_WEIGHT 0xe00d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004944/* [RW 28] The CM header value for QM request (primary). */
4945#define UCM_REG_UQM_UCM_HDR_P 0xe0094
4946/* [RW 28] The CM header value for QM request (secondary). */
4947#define UCM_REG_UQM_UCM_HDR_S 0xe0098
4948/* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded;
4949 acknowledge output is deasserted; all other signals are treated as usual;
4950 if 1 - normal activity. */
4951#define UCM_REG_UQM_UCM_IFEN 0xe0014
4952/* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded;
4953 acknowledge output is deasserted; all other signals are treated as usual;
4954 if 1 - normal activity. */
4955#define UCM_REG_USDM_IFEN 0xe0018
4956/* [RC 1] Set when the message length mismatch (relative to last indication)
4957 at the SDM interface is detected. */
4958#define UCM_REG_USDM_LENGTH_MIS 0xe0158
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004959/* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for
4960 weight 8 (the most prioritised); 1 stands for weight 1(least
4961 prioritised); 2 stands for weight 2; tc. */
4962#define UCM_REG_USDM_WEIGHT 0xe00c8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004963/* [RW 1] Input xsem Interface enable. If 0 - the valid input is
4964 disregarded; acknowledge output is deasserted; all other signals are
4965 treated as usual; if 1 - normal activity. */
4966#define UCM_REG_XSEM_IFEN 0xe002c
4967/* [RC 1] Set when the message length mismatch (relative to last indication)
4968 at the xsem interface isdetected. */
4969#define UCM_REG_XSEM_LENGTH_MIS 0xe0164
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08004970/* [RW 3] The weight of the input xsem in the WRR mechanism. 0 stands for
4971 weight 8 (the most prioritised); 1 stands for weight 1(least
4972 prioritised); 2 stands for weight 2; tc. */
4973#define UCM_REG_XSEM_WEIGHT 0xe00bc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004974/* [RW 20] Indirect access to the descriptor table of the XX protection
4975 mechanism. The fields are:[5:0] - message length; 14:6] - message
4976 pointer; 19:15] - next pointer. */
4977#define UCM_REG_XX_DESCR_TABLE 0xe0280
Vladislav Zolotarov79616892011-07-21 07:58:54 +00004978#define UCM_REG_XX_DESCR_TABLE_SIZE 27
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02004979/* [R 6] Use to read the XX protection Free counter. */
4980#define UCM_REG_XX_FREE 0xe016c
4981/* [RW 6] Initial value for the credit counter; responsible for fulfilling
4982 of the Input Stage XX protection buffer by the XX protection pending
4983 messages. Write writes the initial credit value; read returns the current
4984 value of the credit counter. Must be initialized to 12 at start-up. */
4985#define UCM_REG_XX_INIT_CRD 0xe0224
4986/* [RW 6] The maximum number of pending messages; which may be stored in XX
4987 protection. ~ucm_registers_xx_free.xx_free read on read. */
4988#define UCM_REG_XX_MSG_NUM 0xe0228
4989/* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */
4990#define UCM_REG_XX_OVFL_EVNT_ID 0xe004c
4991/* [RW 16] Indirect access to the XX table of the XX protection mechanism.
4992 The fields are: [4:0] - tail pointer; 10:5] - Link List size; 15:11] -
4993 header pointer. */
4994#define UCM_REG_XX_TABLE 0xe0300
Mintz Yuvale18c56b2012-02-15 02:10:23 +00004995#define UMAC_COMMAND_CONFIG_REG_HD_ENA (0x1<<10)
Yaniv Rosner9d5b36b2011-08-02 22:59:10 +00004996#define UMAC_COMMAND_CONFIG_REG_IGNORE_TX_PAUSE (0x1<<28)
Yaniv Rosner9380bb92011-06-14 01:34:07 +00004997#define UMAC_COMMAND_CONFIG_REG_LOOP_ENA (0x1<<15)
4998#define UMAC_COMMAND_CONFIG_REG_NO_LGTH_CHECK (0x1<<24)
4999#define UMAC_COMMAND_CONFIG_REG_PAD_EN (0x1<<5)
Yaniv Rosner9d5b36b2011-08-02 22:59:10 +00005000#define UMAC_COMMAND_CONFIG_REG_PAUSE_IGNORE (0x1<<8)
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005001#define UMAC_COMMAND_CONFIG_REG_PROMIS_EN (0x1<<4)
5002#define UMAC_COMMAND_CONFIG_REG_RX_ENA (0x1<<1)
5003#define UMAC_COMMAND_CONFIG_REG_SW_RESET (0x1<<13)
5004#define UMAC_COMMAND_CONFIG_REG_TX_ENA (0x1<<0)
5005#define UMAC_REG_COMMAND_CONFIG 0x8
Yuval Mintz26964bb2012-09-10 05:51:08 +00005006/* [RW 16] This is the duration for which MAC must wait to go back to ACTIVE
5007 * state from LPI state when it receives packet for transmission. The
5008 * decrement unit is 1 micro-second. */
5009#define UMAC_REG_EEE_WAKE_TIMER 0x6c
Yaniv Rosnerb8d6d082011-07-05 01:06:27 +00005010/* [RW 32] Register Bit 0 refers to Bit 16 of the MAC address; Bit 1 refers
5011 * to bit 17 of the MAC address etc. */
5012#define UMAC_REG_MAC_ADDR0 0xc
5013/* [RW 16] Register Bit 0 refers to Bit 0 of the MAC address; Register Bit 1
5014 * refers to Bit 1 of the MAC address etc. Bits 16 to 31 are reserved. */
5015#define UMAC_REG_MAC_ADDR1 0x10
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005016/* [RW 14] Defines a 14-Bit maximum frame length used by the MAC receive
5017 * logic to check frames. */
5018#define UMAC_REG_MAXFR 0x14
Yuval Mintz26964bb2012-09-10 05:51:08 +00005019#define UMAC_REG_UMAC_EEE_CTRL 0x64
5020#define UMAC_UMAC_EEE_CTRL_REG_EEE_EN (0x1<<3)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005021/* [RW 8] The event id for aggregated interrupt 0 */
5022#define USDM_REG_AGG_INT_EVENT_0 0xc4038
5023#define USDM_REG_AGG_INT_EVENT_1 0xc403c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005024#define USDM_REG_AGG_INT_EVENT_2 0xc4040
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005025#define USDM_REG_AGG_INT_EVENT_4 0xc4048
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08005026#define USDM_REG_AGG_INT_EVENT_5 0xc404c
Eilon Greensteinca003922009-08-12 22:53:28 -07005027#define USDM_REG_AGG_INT_EVENT_6 0xc4050
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005028/* [RW 1] For each aggregated interrupt index whether the mode is normal (0)
5029 or auto-mask-mode (1) */
5030#define USDM_REG_AGG_INT_MODE_0 0xc41b8
5031#define USDM_REG_AGG_INT_MODE_1 0xc41bc
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08005032#define USDM_REG_AGG_INT_MODE_4 0xc41c8
5033#define USDM_REG_AGG_INT_MODE_5 0xc41cc
Eilon Greensteinca003922009-08-12 22:53:28 -07005034#define USDM_REG_AGG_INT_MODE_6 0xc41d0
5035/* [RW 1] The T bit for aggregated interrupt 5 */
5036#define USDM_REG_AGG_INT_T_5 0xc40cc
5037#define USDM_REG_AGG_INT_T_6 0xc40d0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005038/* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */
5039#define USDM_REG_CFC_RSP_START_ADDR 0xc4008
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005040/* [RW 16] The maximum value of the completion counter #0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005041#define USDM_REG_CMP_COUNTER_MAX0 0xc401c
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005042/* [RW 16] The maximum value of the completion counter #1 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005043#define USDM_REG_CMP_COUNTER_MAX1 0xc4020
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005044/* [RW 16] The maximum value of the completion counter #2 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005045#define USDM_REG_CMP_COUNTER_MAX2 0xc4024
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005046/* [RW 16] The maximum value of the completion counter #3 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005047#define USDM_REG_CMP_COUNTER_MAX3 0xc4028
5048/* [RW 13] The start address in the internal RAM for the completion
5049 counters. */
5050#define USDM_REG_CMP_COUNTER_START_ADDR 0xc400c
5051#define USDM_REG_ENABLE_IN1 0xc4238
5052#define USDM_REG_ENABLE_IN2 0xc423c
5053#define USDM_REG_ENABLE_OUT1 0xc4240
5054#define USDM_REG_ENABLE_OUT2 0xc4244
5055/* [RW 4] The initial number of messages that can be sent to the pxp control
5056 interface without receiving any ACK. */
5057#define USDM_REG_INIT_CREDIT_PXP_CTRL 0xc44c0
5058/* [ST 32] The number of ACK after placement messages received */
5059#define USDM_REG_NUM_OF_ACK_AFTER_PLACE 0xc4280
5060/* [ST 32] The number of packet end messages received from the parser */
5061#define USDM_REG_NUM_OF_PKT_END_MSG 0xc4278
5062/* [ST 32] The number of requests received from the pxp async if */
5063#define USDM_REG_NUM_OF_PXP_ASYNC_REQ 0xc427c
5064/* [ST 32] The number of commands received in queue 0 */
5065#define USDM_REG_NUM_OF_Q0_CMD 0xc4248
5066/* [ST 32] The number of commands received in queue 10 */
5067#define USDM_REG_NUM_OF_Q10_CMD 0xc4270
5068/* [ST 32] The number of commands received in queue 11 */
5069#define USDM_REG_NUM_OF_Q11_CMD 0xc4274
5070/* [ST 32] The number of commands received in queue 1 */
5071#define USDM_REG_NUM_OF_Q1_CMD 0xc424c
5072/* [ST 32] The number of commands received in queue 2 */
5073#define USDM_REG_NUM_OF_Q2_CMD 0xc4250
5074/* [ST 32] The number of commands received in queue 3 */
5075#define USDM_REG_NUM_OF_Q3_CMD 0xc4254
5076/* [ST 32] The number of commands received in queue 4 */
5077#define USDM_REG_NUM_OF_Q4_CMD 0xc4258
5078/* [ST 32] The number of commands received in queue 5 */
5079#define USDM_REG_NUM_OF_Q5_CMD 0xc425c
5080/* [ST 32] The number of commands received in queue 6 */
5081#define USDM_REG_NUM_OF_Q6_CMD 0xc4260
5082/* [ST 32] The number of commands received in queue 7 */
5083#define USDM_REG_NUM_OF_Q7_CMD 0xc4264
5084/* [ST 32] The number of commands received in queue 8 */
5085#define USDM_REG_NUM_OF_Q8_CMD 0xc4268
5086/* [ST 32] The number of commands received in queue 9 */
5087#define USDM_REG_NUM_OF_Q9_CMD 0xc426c
5088/* [RW 13] The start address in the internal RAM for the packet end message */
5089#define USDM_REG_PCK_END_MSG_START_ADDR 0xc4014
5090/* [RW 13] The start address in the internal RAM for queue counters */
5091#define USDM_REG_Q_COUNTER_START_ADDR 0xc4010
5092/* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */
5093#define USDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0xc4550
5094/* [R 1] parser fifo empty in sdm_sync block */
5095#define USDM_REG_SYNC_PARSER_EMPTY 0xc4558
5096/* [R 1] parser serial fifo empty in sdm_sync block */
5097#define USDM_REG_SYNC_SYNC_EMPTY 0xc4560
5098/* [RW 32] Tick for timer counter. Applicable only when
5099 ~usdm_registers_timer_tick_enable.timer_tick_enable =1 */
5100#define USDM_REG_TIMER_TICK 0xc4000
5101/* [RW 32] Interrupt mask register #0 read/write */
5102#define USDM_REG_USDM_INT_MASK_0 0xc42a0
5103#define USDM_REG_USDM_INT_MASK_1 0xc42b0
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005104/* [R 32] Interrupt register #0 read */
5105#define USDM_REG_USDM_INT_STS_0 0xc4294
5106#define USDM_REG_USDM_INT_STS_1 0xc42a4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005107/* [RW 11] Parity mask register #0 read/write */
5108#define USDM_REG_USDM_PRTY_MASK 0xc42c0
Eliezer Tamirf1410642008-02-28 11:51:50 -08005109/* [R 11] Parity register #0 read */
5110#define USDM_REG_USDM_PRTY_STS 0xc42b4
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00005111/* [RC 11] Parity register #0 read clear */
5112#define USDM_REG_USDM_PRTY_STS_CLR 0xc42b8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005113/* [RW 5] The number of time_slots in the arbitration cycle */
5114#define USEM_REG_ARB_CYCLE_SIZE 0x300034
5115/* [RW 3] The source that is associated with arbitration element 0. Source
5116 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5117 sleeping thread with priority 1; 4- sleeping thread with priority 2 */
5118#define USEM_REG_ARB_ELEMENT0 0x300020
5119/* [RW 3] The source that is associated with arbitration element 1. Source
5120 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5121 sleeping thread with priority 1; 4- sleeping thread with priority 2.
5122 Could not be equal to register ~usem_registers_arb_element0.arb_element0 */
5123#define USEM_REG_ARB_ELEMENT1 0x300024
5124/* [RW 3] The source that is associated with arbitration element 2. Source
5125 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5126 sleeping thread with priority 1; 4- sleeping thread with priority 2.
5127 Could not be equal to register ~usem_registers_arb_element0.arb_element0
5128 and ~usem_registers_arb_element1.arb_element1 */
5129#define USEM_REG_ARB_ELEMENT2 0x300028
5130/* [RW 3] The source that is associated with arbitration element 3. Source
5131 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5132 sleeping thread with priority 1; 4- sleeping thread with priority 2.Could
5133 not be equal to register ~usem_registers_arb_element0.arb_element0 and
5134 ~usem_registers_arb_element1.arb_element1 and
5135 ~usem_registers_arb_element2.arb_element2 */
5136#define USEM_REG_ARB_ELEMENT3 0x30002c
5137/* [RW 3] The source that is associated with arbitration element 4. Source
5138 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5139 sleeping thread with priority 1; 4- sleeping thread with priority 2.
5140 Could not be equal to register ~usem_registers_arb_element0.arb_element0
5141 and ~usem_registers_arb_element1.arb_element1 and
5142 ~usem_registers_arb_element2.arb_element2 and
5143 ~usem_registers_arb_element3.arb_element3 */
5144#define USEM_REG_ARB_ELEMENT4 0x300030
5145#define USEM_REG_ENABLE_IN 0x3000a4
5146#define USEM_REG_ENABLE_OUT 0x3000a8
5147/* [RW 32] This address space contains all registers and memories that are
5148 placed in SEM_FAST block. The SEM_FAST registers are described in
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005149 appendix B. In order to access the sem_fast registers the base address
5150 ~fast_memory.fast_memory should be added to eachsem_fast register offset. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005151#define USEM_REG_FAST_MEMORY 0x320000
5152/* [RW 1] Disables input messages from FIC0 May be updated during run_time
5153 by the microcode */
5154#define USEM_REG_FIC0_DISABLE 0x300224
5155/* [RW 1] Disables input messages from FIC1 May be updated during run_time
5156 by the microcode */
5157#define USEM_REG_FIC1_DISABLE 0x300234
5158/* [RW 15] Interrupt table Read and write access to it is not possible in
5159 the middle of the work */
5160#define USEM_REG_INT_TABLE 0x300400
5161/* [ST 24] Statistics register. The number of messages that entered through
5162 FIC0 */
5163#define USEM_REG_MSG_NUM_FIC0 0x300000
5164/* [ST 24] Statistics register. The number of messages that entered through
5165 FIC1 */
5166#define USEM_REG_MSG_NUM_FIC1 0x300004
5167/* [ST 24] Statistics register. The number of messages that were sent to
5168 FOC0 */
5169#define USEM_REG_MSG_NUM_FOC0 0x300008
5170/* [ST 24] Statistics register. The number of messages that were sent to
5171 FOC1 */
5172#define USEM_REG_MSG_NUM_FOC1 0x30000c
5173/* [ST 24] Statistics register. The number of messages that were sent to
5174 FOC2 */
5175#define USEM_REG_MSG_NUM_FOC2 0x300010
5176/* [ST 24] Statistics register. The number of messages that were sent to
5177 FOC3 */
5178#define USEM_REG_MSG_NUM_FOC3 0x300014
5179/* [RW 1] Disables input messages from the passive buffer May be updated
5180 during run_time by the microcode */
5181#define USEM_REG_PAS_DISABLE 0x30024c
5182/* [WB 128] Debug only. Passive buffer memory */
5183#define USEM_REG_PASSIVE_BUFFER 0x302000
5184/* [WB 46] pram memory. B45 is parity; b[44:0] - data. */
5185#define USEM_REG_PRAM 0x340000
5186/* [R 16] Valid sleeping threads indication have bit per thread */
5187#define USEM_REG_SLEEP_THREADS_VALID 0x30026c
5188/* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */
5189#define USEM_REG_SLOW_EXT_STORE_EMPTY 0x3002a0
5190/* [RW 16] List of free threads . There is a bit per thread. */
5191#define USEM_REG_THREADS_LIST 0x3002e4
5192/* [RW 3] The arbitration scheme of time_slot 0 */
5193#define USEM_REG_TS_0_AS 0x300038
5194/* [RW 3] The arbitration scheme of time_slot 10 */
5195#define USEM_REG_TS_10_AS 0x300060
5196/* [RW 3] The arbitration scheme of time_slot 11 */
5197#define USEM_REG_TS_11_AS 0x300064
5198/* [RW 3] The arbitration scheme of time_slot 12 */
5199#define USEM_REG_TS_12_AS 0x300068
5200/* [RW 3] The arbitration scheme of time_slot 13 */
5201#define USEM_REG_TS_13_AS 0x30006c
5202/* [RW 3] The arbitration scheme of time_slot 14 */
5203#define USEM_REG_TS_14_AS 0x300070
5204/* [RW 3] The arbitration scheme of time_slot 15 */
5205#define USEM_REG_TS_15_AS 0x300074
5206/* [RW 3] The arbitration scheme of time_slot 16 */
5207#define USEM_REG_TS_16_AS 0x300078
5208/* [RW 3] The arbitration scheme of time_slot 17 */
5209#define USEM_REG_TS_17_AS 0x30007c
5210/* [RW 3] The arbitration scheme of time_slot 18 */
5211#define USEM_REG_TS_18_AS 0x300080
5212/* [RW 3] The arbitration scheme of time_slot 1 */
5213#define USEM_REG_TS_1_AS 0x30003c
5214/* [RW 3] The arbitration scheme of time_slot 2 */
5215#define USEM_REG_TS_2_AS 0x300040
5216/* [RW 3] The arbitration scheme of time_slot 3 */
5217#define USEM_REG_TS_3_AS 0x300044
5218/* [RW 3] The arbitration scheme of time_slot 4 */
5219#define USEM_REG_TS_4_AS 0x300048
5220/* [RW 3] The arbitration scheme of time_slot 5 */
5221#define USEM_REG_TS_5_AS 0x30004c
5222/* [RW 3] The arbitration scheme of time_slot 6 */
5223#define USEM_REG_TS_6_AS 0x300050
5224/* [RW 3] The arbitration scheme of time_slot 7 */
5225#define USEM_REG_TS_7_AS 0x300054
5226/* [RW 3] The arbitration scheme of time_slot 8 */
5227#define USEM_REG_TS_8_AS 0x300058
5228/* [RW 3] The arbitration scheme of time_slot 9 */
5229#define USEM_REG_TS_9_AS 0x30005c
5230/* [RW 32] Interrupt mask register #0 read/write */
5231#define USEM_REG_USEM_INT_MASK_0 0x300110
5232#define USEM_REG_USEM_INT_MASK_1 0x300120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005233/* [R 32] Interrupt register #0 read */
5234#define USEM_REG_USEM_INT_STS_0 0x300104
5235#define USEM_REG_USEM_INT_STS_1 0x300114
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005236/* [RW 32] Parity mask register #0 read/write */
5237#define USEM_REG_USEM_PRTY_MASK_0 0x300130
5238#define USEM_REG_USEM_PRTY_MASK_1 0x300140
Eliezer Tamirf1410642008-02-28 11:51:50 -08005239/* [R 32] Parity register #0 read */
5240#define USEM_REG_USEM_PRTY_STS_0 0x300124
5241#define USEM_REG_USEM_PRTY_STS_1 0x300134
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00005242/* [RC 32] Parity register #0 read clear */
5243#define USEM_REG_USEM_PRTY_STS_CLR_0 0x300128
5244#define USEM_REG_USEM_PRTY_STS_CLR_1 0x300138
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00005245/* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64
5246 * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */
5247#define USEM_REG_VFPF_ERR_NUM 0x300380
5248#define VFC_MEMORIES_RST_REG_CAM_RST (0x1<<0)
5249#define VFC_MEMORIES_RST_REG_RAM_RST (0x1<<1)
5250#define VFC_REG_MEMORIES_RST 0x1943c
5251/* [RW 32] Indirect access to AG context with 32-bits granularity. The bits
5252 * [12:8] of the address should be the offset within the accessed LCID
5253 * context; the bits [7:0] are the accessed LCID.Example: to write to REG10
5254 * LCID100. The RBC address should be 13'ha64. */
5255#define XCM_REG_AG_CTX 0x28000
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005256/* [RW 2] The queue index for registration on Aux1 counter flag. */
5257#define XCM_REG_AUX1_Q 0x20134
5258/* [RW 2] Per each decision rule the queue index to register to. */
5259#define XCM_REG_AUX_CNT_FLG_Q_19 0x201b0
5260/* [R 5] Used to read the XX protection CAM occupancy counter. */
5261#define XCM_REG_CAM_OCCUP 0x20244
5262/* [RW 1] CDU AG read Interface enable. If 0 - the request input is
5263 disregarded; valid output is deasserted; all other signals are treated as
5264 usual; if 1 - normal activity. */
5265#define XCM_REG_CDU_AG_RD_IFEN 0x20044
5266/* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input
5267 are disregarded; all other signals are treated as usual; if 1 - normal
5268 activity. */
5269#define XCM_REG_CDU_AG_WR_IFEN 0x20040
5270/* [RW 1] CDU STORM read Interface enable. If 0 - the request input is
5271 disregarded; valid output is deasserted; all other signals are treated as
5272 usual; if 1 - normal activity. */
5273#define XCM_REG_CDU_SM_RD_IFEN 0x2004c
5274/* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid
5275 input is disregarded; all other signals are treated as usual; if 1 -
5276 normal activity. */
5277#define XCM_REG_CDU_SM_WR_IFEN 0x20048
5278/* [RW 4] CFC output initial credit. Max credit available - 15.Write writes
5279 the initial credit value; read returns the current value of the credit
5280 counter. Must be initialized to 1 at start-up. */
5281#define XCM_REG_CFC_INIT_CRD 0x20404
5282/* [RW 3] The weight of the CP input in the WRR mechanism. 0 stands for
5283 weight 8 (the most prioritised); 1 stands for weight 1(least
5284 prioritised); 2 stands for weight 2; tc. */
5285#define XCM_REG_CP_WEIGHT 0x200dc
5286/* [RW 1] Input csem Interface enable. If 0 - the valid input is
5287 disregarded; acknowledge output is deasserted; all other signals are
5288 treated as usual; if 1 - normal activity. */
5289#define XCM_REG_CSEM_IFEN 0x20028
5290/* [RC 1] Set at message length mismatch (relative to last indication) at
5291 the csem interface. */
5292#define XCM_REG_CSEM_LENGTH_MIS 0x20228
5293/* [RW 3] The weight of the input csem in the WRR mechanism. 0 stands for
5294 weight 8 (the most prioritised); 1 stands for weight 1(least
5295 prioritised); 2 stands for weight 2; tc. */
5296#define XCM_REG_CSEM_WEIGHT 0x200c4
5297/* [RW 1] Input dorq Interface enable. If 0 - the valid input is
5298 disregarded; acknowledge output is deasserted; all other signals are
5299 treated as usual; if 1 - normal activity. */
5300#define XCM_REG_DORQ_IFEN 0x20030
5301/* [RC 1] Set at message length mismatch (relative to last indication) at
5302 the dorq interface. */
5303#define XCM_REG_DORQ_LENGTH_MIS 0x20230
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08005304/* [RW 3] The weight of the input dorq in the WRR mechanism. 0 stands for
5305 weight 8 (the most prioritised); 1 stands for weight 1(least
5306 prioritised); 2 stands for weight 2; tc. */
5307#define XCM_REG_DORQ_WEIGHT 0x200cc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005308/* [RW 8] The Event ID in case the ErrorFlg input message bit is set. */
5309#define XCM_REG_ERR_EVNT_ID 0x200b0
5310/* [RW 28] The CM erroneous header for QM and Timers formatting. */
5311#define XCM_REG_ERR_XCM_HDR 0x200ac
5312/* [RW 8] The Event ID for Timers expiration. */
5313#define XCM_REG_EXPR_EVNT_ID 0x200b4
5314/* [RW 8] FIC0 output initial credit. Max credit available - 255.Write
5315 writes the initial credit value; read returns the current value of the
5316 credit counter. Must be initialized to 64 at start-up. */
5317#define XCM_REG_FIC0_INIT_CRD 0x2040c
5318/* [RW 8] FIC1 output initial credit. Max credit available - 255.Write
5319 writes the initial credit value; read returns the current value of the
5320 credit counter. Must be initialized to 64 at start-up. */
5321#define XCM_REG_FIC1_INIT_CRD 0x20410
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005322#define XCM_REG_GLB_DEL_ACK_MAX_CNT_0 0x20118
5323#define XCM_REG_GLB_DEL_ACK_MAX_CNT_1 0x2011c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005324#define XCM_REG_GLB_DEL_ACK_TMR_VAL_0 0x20108
5325#define XCM_REG_GLB_DEL_ACK_TMR_VAL_1 0x2010c
5326/* [RW 1] Arbitratiojn between Input Arbiter groups: 0 - fair Round-Robin; 1
5327 - strict priority defined by ~xcm_registers_gr_ag_pr.gr_ag_pr;
5328 ~xcm_registers_gr_ld0_pr.gr_ld0_pr and
5329 ~xcm_registers_gr_ld1_pr.gr_ld1_pr. */
5330#define XCM_REG_GR_ARB_TYPE 0x2020c
5331/* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the
5332 highest priority is 3. It is supposed that the Channel group is the
5333 compliment of the other 3 groups. */
5334#define XCM_REG_GR_LD0_PR 0x20214
5335/* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the
5336 highest priority is 3. It is supposed that the Channel group is the
5337 compliment of the other 3 groups. */
5338#define XCM_REG_GR_LD1_PR 0x20218
5339/* [RW 1] Input nig0 Interface enable. If 0 - the valid input is
5340 disregarded; acknowledge output is deasserted; all other signals are
5341 treated as usual; if 1 - normal activity. */
5342#define XCM_REG_NIG0_IFEN 0x20038
5343/* [RC 1] Set at message length mismatch (relative to last indication) at
5344 the nig0 interface. */
5345#define XCM_REG_NIG0_LENGTH_MIS 0x20238
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08005346/* [RW 3] The weight of the input nig0 in the WRR mechanism. 0 stands for
5347 weight 8 (the most prioritised); 1 stands for weight 1(least
5348 prioritised); 2 stands for weight 2; tc. */
5349#define XCM_REG_NIG0_WEIGHT 0x200d4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005350/* [RW 1] Input nig1 Interface enable. If 0 - the valid input is
5351 disregarded; acknowledge output is deasserted; all other signals are
5352 treated as usual; if 1 - normal activity. */
5353#define XCM_REG_NIG1_IFEN 0x2003c
5354/* [RC 1] Set at message length mismatch (relative to last indication) at
5355 the nig1 interface. */
5356#define XCM_REG_NIG1_LENGTH_MIS 0x2023c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005357/* [RW 5] The number of double REG-pairs; loaded from the STORM context and
5358 sent to STORM; for a specific connection type. The double REG-pairs are
5359 used in order to align to STORM context row size of 128 bits. The offset
5360 of these data in the STORM context is always 0. Index _i stands for the
5361 connection type (one of 16). */
5362#define XCM_REG_N_SM_CTX_LD_0 0x20060
5363#define XCM_REG_N_SM_CTX_LD_1 0x20064
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005364#define XCM_REG_N_SM_CTX_LD_2 0x20068
5365#define XCM_REG_N_SM_CTX_LD_3 0x2006c
5366#define XCM_REG_N_SM_CTX_LD_4 0x20070
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005367#define XCM_REG_N_SM_CTX_LD_5 0x20074
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005368/* [RW 1] Input pbf Interface enable. If 0 - the valid input is disregarded;
5369 acknowledge output is deasserted; all other signals are treated as usual;
5370 if 1 - normal activity. */
5371#define XCM_REG_PBF_IFEN 0x20034
5372/* [RC 1] Set at message length mismatch (relative to last indication) at
5373 the pbf interface. */
5374#define XCM_REG_PBF_LENGTH_MIS 0x20234
5375/* [RW 3] The weight of the input pbf in the WRR mechanism. 0 stands for
5376 weight 8 (the most prioritised); 1 stands for weight 1(least
5377 prioritised); 2 stands for weight 2; tc. */
5378#define XCM_REG_PBF_WEIGHT 0x200d0
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005379#define XCM_REG_PHYS_QNUM3_0 0x20100
5380#define XCM_REG_PHYS_QNUM3_1 0x20104
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005381/* [RW 8] The Event ID for Timers formatting in case of stop done. */
5382#define XCM_REG_STOP_EVNT_ID 0x200b8
5383/* [RC 1] Set at message length mismatch (relative to last indication) at
5384 the STORM interface. */
5385#define XCM_REG_STORM_LENGTH_MIS 0x2021c
5386/* [RW 3] The weight of the STORM input in the WRR mechanism. 0 stands for
5387 weight 8 (the most prioritised); 1 stands for weight 1(least
5388 prioritised); 2 stands for weight 2; tc. */
5389#define XCM_REG_STORM_WEIGHT 0x200bc
5390/* [RW 1] STORM - CM Interface enable. If 0 - the valid input is
5391 disregarded; acknowledge output is deasserted; all other signals are
5392 treated as usual; if 1 - normal activity. */
5393#define XCM_REG_STORM_XCM_IFEN 0x20010
5394/* [RW 4] Timers output initial credit. Max credit available - 15.Write
5395 writes the initial credit value; read returns the current value of the
5396 credit counter. Must be initialized to 4 at start-up. */
5397#define XCM_REG_TM_INIT_CRD 0x2041c
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08005398/* [RW 3] The weight of the Timers input in the WRR mechanism. 0 stands for
5399 weight 8 (the most prioritised); 1 stands for weight 1(least
5400 prioritised); 2 stands for weight 2; tc. */
5401#define XCM_REG_TM_WEIGHT 0x200ec
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005402/* [RW 28] The CM header for Timers expiration command. */
5403#define XCM_REG_TM_XCM_HDR 0x200a8
5404/* [RW 1] Timers - CM Interface enable. If 0 - the valid input is
5405 disregarded; acknowledge output is deasserted; all other signals are
5406 treated as usual; if 1 - normal activity. */
5407#define XCM_REG_TM_XCM_IFEN 0x2001c
5408/* [RW 1] Input tsem Interface enable. If 0 - the valid input is
5409 disregarded; acknowledge output is deasserted; all other signals are
5410 treated as usual; if 1 - normal activity. */
5411#define XCM_REG_TSEM_IFEN 0x20024
5412/* [RC 1] Set at message length mismatch (relative to last indication) at
5413 the tsem interface. */
5414#define XCM_REG_TSEM_LENGTH_MIS 0x20224
5415/* [RW 3] The weight of the input tsem in the WRR mechanism. 0 stands for
5416 weight 8 (the most prioritised); 1 stands for weight 1(least
5417 prioritised); 2 stands for weight 2; tc. */
5418#define XCM_REG_TSEM_WEIGHT 0x200c0
5419/* [RW 2] The queue index for registration on UNA greater NXT decision rule. */
5420#define XCM_REG_UNA_GT_NXT_Q 0x20120
5421/* [RW 1] Input usem Interface enable. If 0 - the valid input is
5422 disregarded; acknowledge output is deasserted; all other signals are
5423 treated as usual; if 1 - normal activity. */
5424#define XCM_REG_USEM_IFEN 0x2002c
5425/* [RC 1] Message length mismatch (relative to last indication) at the usem
5426 interface. */
5427#define XCM_REG_USEM_LENGTH_MIS 0x2022c
5428/* [RW 3] The weight of the input usem in the WRR mechanism. 0 stands for
5429 weight 8 (the most prioritised); 1 stands for weight 1(least
5430 prioritised); 2 stands for weight 2; tc. */
5431#define XCM_REG_USEM_WEIGHT 0x200c8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005432#define XCM_REG_WU_DA_CNT_CMD00 0x201d4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005433#define XCM_REG_WU_DA_CNT_CMD01 0x201d8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005434#define XCM_REG_WU_DA_CNT_CMD10 0x201dc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005435#define XCM_REG_WU_DA_CNT_CMD11 0x201e0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005436#define XCM_REG_WU_DA_CNT_UPD_VAL00 0x201e4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005437#define XCM_REG_WU_DA_CNT_UPD_VAL01 0x201e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005438#define XCM_REG_WU_DA_CNT_UPD_VAL10 0x201ec
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005439#define XCM_REG_WU_DA_CNT_UPD_VAL11 0x201f0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005440#define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD00 0x201c4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005441#define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD01 0x201c8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005442#define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD10 0x201cc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005443#define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD11 0x201d0
5444/* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded;
5445 acknowledge output is deasserted; all other signals are treated as usual;
5446 if 1 - normal activity. */
5447#define XCM_REG_XCM_CFC_IFEN 0x20050
5448/* [RW 14] Interrupt mask register #0 read/write */
5449#define XCM_REG_XCM_INT_MASK 0x202b4
5450/* [R 14] Interrupt register #0 read */
5451#define XCM_REG_XCM_INT_STS 0x202a8
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00005452/* [RW 30] Parity mask register #0 read/write */
5453#define XCM_REG_XCM_PRTY_MASK 0x202c4
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005454/* [R 30] Parity register #0 read */
5455#define XCM_REG_XCM_PRTY_STS 0x202b8
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00005456/* [RC 30] Parity register #0 read clear */
5457#define XCM_REG_XCM_PRTY_STS_CLR 0x202bc
5458
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005459/* [RW 4] The size of AG context region 0 in REG-pairs. Designates the MS
5460 REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5).
5461 Is used to determine the number of the AG context REG-pairs written back;
5462 when the Reg1WbFlg isn't set. */
5463#define XCM_REG_XCM_REG0_SZ 0x200f4
5464/* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is
5465 disregarded; valid is deasserted; all other signals are treated as usual;
5466 if 1 - normal activity. */
5467#define XCM_REG_XCM_STORM0_IFEN 0x20004
5468/* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is
5469 disregarded; valid is deasserted; all other signals are treated as usual;
5470 if 1 - normal activity. */
5471#define XCM_REG_XCM_STORM1_IFEN 0x20008
5472/* [RW 1] CM - Timers Interface enable. If 0 - the valid input is
5473 disregarded; acknowledge output is deasserted; all other signals are
5474 treated as usual; if 1 - normal activity. */
5475#define XCM_REG_XCM_TM_IFEN 0x20020
5476/* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is
5477 disregarded; valid is deasserted; all other signals are treated as usual;
5478 if 1 - normal activity. */
5479#define XCM_REG_XCM_XQM_IFEN 0x2000c
5480/* [RW 1] If set the Q index; received from the QM is inserted to event ID. */
5481#define XCM_REG_XCM_XQM_USE_Q 0x200f0
5482/* [RW 4] The value by which CFC updates the activity counter at QM bypass. */
5483#define XCM_REG_XQM_BYP_ACT_UPD 0x200fc
5484/* [RW 6] QM output initial credit. Max credit available - 32.Write writes
5485 the initial credit value; read returns the current value of the credit
5486 counter. Must be initialized to 32 at start-up. */
5487#define XCM_REG_XQM_INIT_CRD 0x20420
5488/* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0
5489 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
5490 prioritised); 2 stands for weight 2; tc. */
5491#define XCM_REG_XQM_P_WEIGHT 0x200e4
Eilon Greenstein8d9c5f32009-02-15 23:24:08 -08005492/* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0
5493 stands for weight 8 (the most prioritised); 1 stands for weight 1(least
5494 prioritised); 2 stands for weight 2; tc. */
5495#define XCM_REG_XQM_S_WEIGHT 0x200e8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005496/* [RW 28] The CM header value for QM request (primary). */
5497#define XCM_REG_XQM_XCM_HDR_P 0x200a0
5498/* [RW 28] The CM header value for QM request (secondary). */
5499#define XCM_REG_XQM_XCM_HDR_S 0x200a4
5500/* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded;
5501 acknowledge output is deasserted; all other signals are treated as usual;
5502 if 1 - normal activity. */
5503#define XCM_REG_XQM_XCM_IFEN 0x20014
5504/* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded;
5505 acknowledge output is deasserted; all other signals are treated as usual;
5506 if 1 - normal activity. */
5507#define XCM_REG_XSDM_IFEN 0x20018
5508/* [RC 1] Set at message length mismatch (relative to last indication) at
5509 the SDM interface. */
5510#define XCM_REG_XSDM_LENGTH_MIS 0x20220
5511/* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for
5512 weight 8 (the most prioritised); 1 stands for weight 1(least
5513 prioritised); 2 stands for weight 2; tc. */
5514#define XCM_REG_XSDM_WEIGHT 0x200e0
5515/* [RW 17] Indirect access to the descriptor table of the XX protection
5516 mechanism. The fields are: [5:0] - message length; 11:6] - message
5517 pointer; 16:12] - next pointer. */
5518#define XCM_REG_XX_DESCR_TABLE 0x20480
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005519#define XCM_REG_XX_DESCR_TABLE_SIZE 32
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005520/* [R 6] Used to read the XX protection Free counter. */
5521#define XCM_REG_XX_FREE 0x20240
5522/* [RW 6] Initial value for the credit counter; responsible for fulfilling
5523 of the Input Stage XX protection buffer by the XX protection pending
5524 messages. Max credit available - 3.Write writes the initial credit value;
5525 read returns the current value of the credit counter. Must be initialized
5526 to 2 at start-up. */
5527#define XCM_REG_XX_INIT_CRD 0x20424
5528/* [RW 6] The maximum number of pending messages; which may be stored in XX
5529 protection. ~xcm_registers_xx_free.xx_free read on read. */
5530#define XCM_REG_XX_MSG_NUM 0x20428
5531/* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */
5532#define XCM_REG_XX_OVFL_EVNT_ID 0x20058
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005533#define XMAC_CLEAR_RX_LSS_STATUS_REG_CLEAR_LOCAL_FAULT_STATUS (0x1<<0)
5534#define XMAC_CLEAR_RX_LSS_STATUS_REG_CLEAR_REMOTE_FAULT_STATUS (0x1<<1)
Yaniv Rosner4d7e25d2011-09-07 00:48:03 +00005535#define XMAC_CTRL_REG_LINE_LOCAL_LPBK (0x1<<2)
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005536#define XMAC_CTRL_REG_RX_EN (0x1<<1)
5537#define XMAC_CTRL_REG_SOFT_RESET (0x1<<6)
5538#define XMAC_CTRL_REG_TX_EN (0x1<<0)
Yaniv Rosner4e7b4992012-11-27 03:46:29 +00005539#define XMAC_CTRL_REG_XLGMII_ALIGN_ENB (0x1<<7)
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005540#define XMAC_PAUSE_CTRL_REG_RX_PAUSE_EN (0x1<<18)
5541#define XMAC_PAUSE_CTRL_REG_TX_PAUSE_EN (0x1<<17)
Yaniv Rosner27d91292012-04-04 01:28:54 +00005542#define XMAC_PFC_CTRL_HI_REG_FORCE_PFC_XON (0x1<<1)
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005543#define XMAC_PFC_CTRL_HI_REG_PFC_REFRESH_EN (0x1<<0)
5544#define XMAC_PFC_CTRL_HI_REG_PFC_STATS_EN (0x1<<3)
5545#define XMAC_PFC_CTRL_HI_REG_RX_PFC_EN (0x1<<4)
5546#define XMAC_PFC_CTRL_HI_REG_TX_PFC_EN (0x1<<5)
5547#define XMAC_REG_CLEAR_RX_LSS_STATUS 0x60
5548#define XMAC_REG_CTRL 0
Yaniv Rosnerb8d6d082011-07-05 01:06:27 +00005549/* [RW 16] Upper 48 bits of ctrl_sa register. Used as the SA in PAUSE/PFC
5550 * packets transmitted by the MAC */
5551#define XMAC_REG_CTRL_SA_HI 0x2c
5552/* [RW 32] Lower 48 bits of ctrl_sa register. Used as the SA in PAUSE/PFC
5553 * packets transmitted by the MAC */
5554#define XMAC_REG_CTRL_SA_LO 0x28
Yuval Mintzc8c60d82012-06-06 17:13:07 +00005555#define XMAC_REG_EEE_CTRL 0xd8
5556#define XMAC_REG_EEE_TIMERS_HI 0xe4
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005557#define XMAC_REG_PAUSE_CTRL 0x68
5558#define XMAC_REG_PFC_CTRL 0x70
5559#define XMAC_REG_PFC_CTRL_HI 0x74
Yaniv Rosner4e7b4992012-11-27 03:46:29 +00005560#define XMAC_REG_RX_LSS_CTRL 0x50
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005561#define XMAC_REG_RX_LSS_STATUS 0x58
5562/* [RW 14] Maximum packet size in receive direction; exclusive of preamble &
5563 * CRC in strip mode */
5564#define XMAC_REG_RX_MAX_SIZE 0x40
5565#define XMAC_REG_TX_CTRL 0x20
Yaniv Rosner4e7b4992012-11-27 03:46:29 +00005566#define XMAC_RX_LSS_CTRL_REG_LOCAL_FAULT_DISABLE (0x1<<0)
5567#define XMAC_RX_LSS_CTRL_REG_REMOTE_FAULT_DISABLE (0x1<<1)
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005568/* [RW 16] Indirect access to the XX table of the XX protection mechanism.
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005569 The fields are:[4:0] - tail pointer; 9:5] - Link List size; 14:10] -
5570 header pointer. */
5571#define XCM_REG_XX_TABLE 0x20500
5572/* [RW 8] The event id for aggregated interrupt 0 */
5573#define XSDM_REG_AGG_INT_EVENT_0 0x166038
5574#define XSDM_REG_AGG_INT_EVENT_1 0x16603c
5575#define XSDM_REG_AGG_INT_EVENT_10 0x166060
5576#define XSDM_REG_AGG_INT_EVENT_11 0x166064
5577#define XSDM_REG_AGG_INT_EVENT_12 0x166068
5578#define XSDM_REG_AGG_INT_EVENT_13 0x16606c
5579#define XSDM_REG_AGG_INT_EVENT_14 0x166070
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005580#define XSDM_REG_AGG_INT_EVENT_2 0x166040
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005581#define XSDM_REG_AGG_INT_EVENT_3 0x166044
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005582#define XSDM_REG_AGG_INT_EVENT_4 0x166048
5583#define XSDM_REG_AGG_INT_EVENT_5 0x16604c
5584#define XSDM_REG_AGG_INT_EVENT_6 0x166050
5585#define XSDM_REG_AGG_INT_EVENT_7 0x166054
5586#define XSDM_REG_AGG_INT_EVENT_8 0x166058
5587#define XSDM_REG_AGG_INT_EVENT_9 0x16605c
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005588/* [RW 1] For each aggregated interrupt index whether the mode is normal (0)
5589 or auto-mask-mode (1) */
5590#define XSDM_REG_AGG_INT_MODE_0 0x1661b8
5591#define XSDM_REG_AGG_INT_MODE_1 0x1661bc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005592/* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */
5593#define XSDM_REG_CFC_RSP_START_ADDR 0x166008
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005594/* [RW 16] The maximum value of the completion counter #0 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005595#define XSDM_REG_CMP_COUNTER_MAX0 0x16601c
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005596/* [RW 16] The maximum value of the completion counter #1 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005597#define XSDM_REG_CMP_COUNTER_MAX1 0x166020
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005598/* [RW 16] The maximum value of the completion counter #2 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005599#define XSDM_REG_CMP_COUNTER_MAX2 0x166024
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005600/* [RW 16] The maximum value of the completion counter #3 */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005601#define XSDM_REG_CMP_COUNTER_MAX3 0x166028
5602/* [RW 13] The start address in the internal RAM for the completion
5603 counters. */
5604#define XSDM_REG_CMP_COUNTER_START_ADDR 0x16600c
5605#define XSDM_REG_ENABLE_IN1 0x166238
5606#define XSDM_REG_ENABLE_IN2 0x16623c
5607#define XSDM_REG_ENABLE_OUT1 0x166240
5608#define XSDM_REG_ENABLE_OUT2 0x166244
5609/* [RW 4] The initial number of messages that can be sent to the pxp control
5610 interface without receiving any ACK. */
5611#define XSDM_REG_INIT_CREDIT_PXP_CTRL 0x1664bc
5612/* [ST 32] The number of ACK after placement messages received */
5613#define XSDM_REG_NUM_OF_ACK_AFTER_PLACE 0x16627c
5614/* [ST 32] The number of packet end messages received from the parser */
5615#define XSDM_REG_NUM_OF_PKT_END_MSG 0x166274
5616/* [ST 32] The number of requests received from the pxp async if */
5617#define XSDM_REG_NUM_OF_PXP_ASYNC_REQ 0x166278
5618/* [ST 32] The number of commands received in queue 0 */
5619#define XSDM_REG_NUM_OF_Q0_CMD 0x166248
5620/* [ST 32] The number of commands received in queue 10 */
5621#define XSDM_REG_NUM_OF_Q10_CMD 0x16626c
5622/* [ST 32] The number of commands received in queue 11 */
5623#define XSDM_REG_NUM_OF_Q11_CMD 0x166270
5624/* [ST 32] The number of commands received in queue 1 */
5625#define XSDM_REG_NUM_OF_Q1_CMD 0x16624c
5626/* [ST 32] The number of commands received in queue 3 */
5627#define XSDM_REG_NUM_OF_Q3_CMD 0x166250
5628/* [ST 32] The number of commands received in queue 4 */
5629#define XSDM_REG_NUM_OF_Q4_CMD 0x166254
5630/* [ST 32] The number of commands received in queue 5 */
5631#define XSDM_REG_NUM_OF_Q5_CMD 0x166258
5632/* [ST 32] The number of commands received in queue 6 */
5633#define XSDM_REG_NUM_OF_Q6_CMD 0x16625c
5634/* [ST 32] The number of commands received in queue 7 */
5635#define XSDM_REG_NUM_OF_Q7_CMD 0x166260
5636/* [ST 32] The number of commands received in queue 8 */
5637#define XSDM_REG_NUM_OF_Q8_CMD 0x166264
5638/* [ST 32] The number of commands received in queue 9 */
5639#define XSDM_REG_NUM_OF_Q9_CMD 0x166268
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005640/* [RW 13] The start address in the internal RAM for queue counters */
5641#define XSDM_REG_Q_COUNTER_START_ADDR 0x166010
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03005642/* [W 17] Generate an operation after completion; bit-16 is
5643 * AggVectIdx_valid; bits 15:8 are AggVectIdx; bits 7:5 are the TRIG and
5644 * bits 4:0 are the T124Param[4:0] */
5645#define XSDM_REG_OPERATION_GEN 0x1664c4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005646/* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */
5647#define XSDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0x166548
5648/* [R 1] parser fifo empty in sdm_sync block */
5649#define XSDM_REG_SYNC_PARSER_EMPTY 0x166550
5650/* [R 1] parser serial fifo empty in sdm_sync block */
5651#define XSDM_REG_SYNC_SYNC_EMPTY 0x166558
5652/* [RW 32] Tick for timer counter. Applicable only when
5653 ~xsdm_registers_timer_tick_enable.timer_tick_enable =1 */
5654#define XSDM_REG_TIMER_TICK 0x166000
5655/* [RW 32] Interrupt mask register #0 read/write */
5656#define XSDM_REG_XSDM_INT_MASK_0 0x16629c
5657#define XSDM_REG_XSDM_INT_MASK_1 0x1662ac
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005658/* [R 32] Interrupt register #0 read */
5659#define XSDM_REG_XSDM_INT_STS_0 0x166290
5660#define XSDM_REG_XSDM_INT_STS_1 0x1662a0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005661/* [RW 11] Parity mask register #0 read/write */
5662#define XSDM_REG_XSDM_PRTY_MASK 0x1662bc
Eliezer Tamirf1410642008-02-28 11:51:50 -08005663/* [R 11] Parity register #0 read */
5664#define XSDM_REG_XSDM_PRTY_STS 0x1662b0
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00005665/* [RC 11] Parity register #0 read clear */
5666#define XSDM_REG_XSDM_PRTY_STS_CLR 0x1662b4
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005667/* [RW 5] The number of time_slots in the arbitration cycle */
5668#define XSEM_REG_ARB_CYCLE_SIZE 0x280034
5669/* [RW 3] The source that is associated with arbitration element 0. Source
5670 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5671 sleeping thread with priority 1; 4- sleeping thread with priority 2 */
5672#define XSEM_REG_ARB_ELEMENT0 0x280020
5673/* [RW 3] The source that is associated with arbitration element 1. Source
5674 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5675 sleeping thread with priority 1; 4- sleeping thread with priority 2.
5676 Could not be equal to register ~xsem_registers_arb_element0.arb_element0 */
5677#define XSEM_REG_ARB_ELEMENT1 0x280024
5678/* [RW 3] The source that is associated with arbitration element 2. Source
5679 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5680 sleeping thread with priority 1; 4- sleeping thread with priority 2.
5681 Could not be equal to register ~xsem_registers_arb_element0.arb_element0
5682 and ~xsem_registers_arb_element1.arb_element1 */
5683#define XSEM_REG_ARB_ELEMENT2 0x280028
5684/* [RW 3] The source that is associated with arbitration element 3. Source
5685 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5686 sleeping thread with priority 1; 4- sleeping thread with priority 2.Could
5687 not be equal to register ~xsem_registers_arb_element0.arb_element0 and
5688 ~xsem_registers_arb_element1.arb_element1 and
5689 ~xsem_registers_arb_element2.arb_element2 */
5690#define XSEM_REG_ARB_ELEMENT3 0x28002c
5691/* [RW 3] The source that is associated with arbitration element 4. Source
5692 decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3-
5693 sleeping thread with priority 1; 4- sleeping thread with priority 2.
5694 Could not be equal to register ~xsem_registers_arb_element0.arb_element0
5695 and ~xsem_registers_arb_element1.arb_element1 and
5696 ~xsem_registers_arb_element2.arb_element2 and
5697 ~xsem_registers_arb_element3.arb_element3 */
5698#define XSEM_REG_ARB_ELEMENT4 0x280030
5699#define XSEM_REG_ENABLE_IN 0x2800a4
5700#define XSEM_REG_ENABLE_OUT 0x2800a8
5701/* [RW 32] This address space contains all registers and memories that are
5702 placed in SEM_FAST block. The SEM_FAST registers are described in
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005703 appendix B. In order to access the sem_fast registers the base address
5704 ~fast_memory.fast_memory should be added to eachsem_fast register offset. */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005705#define XSEM_REG_FAST_MEMORY 0x2a0000
5706/* [RW 1] Disables input messages from FIC0 May be updated during run_time
5707 by the microcode */
5708#define XSEM_REG_FIC0_DISABLE 0x280224
5709/* [RW 1] Disables input messages from FIC1 May be updated during run_time
5710 by the microcode */
5711#define XSEM_REG_FIC1_DISABLE 0x280234
5712/* [RW 15] Interrupt table Read and write access to it is not possible in
5713 the middle of the work */
5714#define XSEM_REG_INT_TABLE 0x280400
5715/* [ST 24] Statistics register. The number of messages that entered through
5716 FIC0 */
5717#define XSEM_REG_MSG_NUM_FIC0 0x280000
5718/* [ST 24] Statistics register. The number of messages that entered through
5719 FIC1 */
5720#define XSEM_REG_MSG_NUM_FIC1 0x280004
5721/* [ST 24] Statistics register. The number of messages that were sent to
5722 FOC0 */
5723#define XSEM_REG_MSG_NUM_FOC0 0x280008
5724/* [ST 24] Statistics register. The number of messages that were sent to
5725 FOC1 */
5726#define XSEM_REG_MSG_NUM_FOC1 0x28000c
5727/* [ST 24] Statistics register. The number of messages that were sent to
5728 FOC2 */
5729#define XSEM_REG_MSG_NUM_FOC2 0x280010
5730/* [ST 24] Statistics register. The number of messages that were sent to
5731 FOC3 */
5732#define XSEM_REG_MSG_NUM_FOC3 0x280014
5733/* [RW 1] Disables input messages from the passive buffer May be updated
5734 during run_time by the microcode */
5735#define XSEM_REG_PAS_DISABLE 0x28024c
5736/* [WB 128] Debug only. Passive buffer memory */
5737#define XSEM_REG_PASSIVE_BUFFER 0x282000
5738/* [WB 46] pram memory. B45 is parity; b[44:0] - data. */
5739#define XSEM_REG_PRAM 0x2c0000
5740/* [R 16] Valid sleeping threads indication have bit per thread */
5741#define XSEM_REG_SLEEP_THREADS_VALID 0x28026c
5742/* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */
5743#define XSEM_REG_SLOW_EXT_STORE_EMPTY 0x2802a0
5744/* [RW 16] List of free threads . There is a bit per thread. */
5745#define XSEM_REG_THREADS_LIST 0x2802e4
5746/* [RW 3] The arbitration scheme of time_slot 0 */
5747#define XSEM_REG_TS_0_AS 0x280038
5748/* [RW 3] The arbitration scheme of time_slot 10 */
5749#define XSEM_REG_TS_10_AS 0x280060
5750/* [RW 3] The arbitration scheme of time_slot 11 */
5751#define XSEM_REG_TS_11_AS 0x280064
5752/* [RW 3] The arbitration scheme of time_slot 12 */
5753#define XSEM_REG_TS_12_AS 0x280068
5754/* [RW 3] The arbitration scheme of time_slot 13 */
5755#define XSEM_REG_TS_13_AS 0x28006c
5756/* [RW 3] The arbitration scheme of time_slot 14 */
5757#define XSEM_REG_TS_14_AS 0x280070
5758/* [RW 3] The arbitration scheme of time_slot 15 */
5759#define XSEM_REG_TS_15_AS 0x280074
5760/* [RW 3] The arbitration scheme of time_slot 16 */
5761#define XSEM_REG_TS_16_AS 0x280078
5762/* [RW 3] The arbitration scheme of time_slot 17 */
5763#define XSEM_REG_TS_17_AS 0x28007c
5764/* [RW 3] The arbitration scheme of time_slot 18 */
5765#define XSEM_REG_TS_18_AS 0x280080
5766/* [RW 3] The arbitration scheme of time_slot 1 */
5767#define XSEM_REG_TS_1_AS 0x28003c
5768/* [RW 3] The arbitration scheme of time_slot 2 */
5769#define XSEM_REG_TS_2_AS 0x280040
5770/* [RW 3] The arbitration scheme of time_slot 3 */
5771#define XSEM_REG_TS_3_AS 0x280044
5772/* [RW 3] The arbitration scheme of time_slot 4 */
5773#define XSEM_REG_TS_4_AS 0x280048
5774/* [RW 3] The arbitration scheme of time_slot 5 */
5775#define XSEM_REG_TS_5_AS 0x28004c
5776/* [RW 3] The arbitration scheme of time_slot 6 */
5777#define XSEM_REG_TS_6_AS 0x280050
5778/* [RW 3] The arbitration scheme of time_slot 7 */
5779#define XSEM_REG_TS_7_AS 0x280054
5780/* [RW 3] The arbitration scheme of time_slot 8 */
5781#define XSEM_REG_TS_8_AS 0x280058
5782/* [RW 3] The arbitration scheme of time_slot 9 */
5783#define XSEM_REG_TS_9_AS 0x28005c
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00005784/* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64
5785 * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */
5786#define XSEM_REG_VFPF_ERR_NUM 0x280380
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005787/* [RW 32] Interrupt mask register #0 read/write */
5788#define XSEM_REG_XSEM_INT_MASK_0 0x280110
5789#define XSEM_REG_XSEM_INT_MASK_1 0x280120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005790/* [R 32] Interrupt register #0 read */
5791#define XSEM_REG_XSEM_INT_STS_0 0x280104
5792#define XSEM_REG_XSEM_INT_STS_1 0x280114
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005793/* [RW 32] Parity mask register #0 read/write */
5794#define XSEM_REG_XSEM_PRTY_MASK_0 0x280130
5795#define XSEM_REG_XSEM_PRTY_MASK_1 0x280140
Eliezer Tamirf1410642008-02-28 11:51:50 -08005796/* [R 32] Parity register #0 read */
5797#define XSEM_REG_XSEM_PRTY_STS_0 0x280124
5798#define XSEM_REG_XSEM_PRTY_STS_1 0x280134
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00005799/* [RC 32] Parity register #0 read clear */
5800#define XSEM_REG_XSEM_PRTY_STS_CLR_0 0x280128
5801#define XSEM_REG_XSEM_PRTY_STS_CLR_1 0x280138
Yuval Mintz452427b2012-03-26 20:47:07 +00005802#define MCPR_ACCESS_LOCK_LOCK (1L<<31)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005803#define MCPR_NVM_ACCESS_ENABLE_EN (1L<<0)
5804#define MCPR_NVM_ACCESS_ENABLE_WR_EN (1L<<1)
5805#define MCPR_NVM_ADDR_NVM_ADDR_VALUE (0xffffffL<<0)
5806#define MCPR_NVM_CFG4_FLASH_SIZE (0x7L<<0)
5807#define MCPR_NVM_COMMAND_DOIT (1L<<4)
5808#define MCPR_NVM_COMMAND_DONE (1L<<3)
5809#define MCPR_NVM_COMMAND_FIRST (1L<<7)
5810#define MCPR_NVM_COMMAND_LAST (1L<<8)
5811#define MCPR_NVM_COMMAND_WR (1L<<5)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005812#define MCPR_NVM_SW_ARB_ARB_ARB1 (1L<<9)
5813#define MCPR_NVM_SW_ARB_ARB_REQ_CLR1 (1L<<5)
5814#define MCPR_NVM_SW_ARB_ARB_REQ_SET1 (1L<<1)
5815#define BIGMAC_REGISTER_BMAC_CONTROL (0x00<<3)
5816#define BIGMAC_REGISTER_BMAC_XGXS_CONTROL (0x01<<3)
5817#define BIGMAC_REGISTER_CNT_MAX_SIZE (0x05<<3)
5818#define BIGMAC_REGISTER_RX_CONTROL (0x21<<3)
5819#define BIGMAC_REGISTER_RX_LLFC_MSG_FLDS (0x46<<3)
Yaniv Rosner3deb8162011-06-14 01:34:33 +00005820#define BIGMAC_REGISTER_RX_LSS_STATUS (0x43<<3)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005821#define BIGMAC_REGISTER_RX_MAX_SIZE (0x23<<3)
5822#define BIGMAC_REGISTER_RX_STAT_GR64 (0x26<<3)
5823#define BIGMAC_REGISTER_RX_STAT_GRIPJ (0x42<<3)
5824#define BIGMAC_REGISTER_TX_CONTROL (0x07<<3)
5825#define BIGMAC_REGISTER_TX_MAX_SIZE (0x09<<3)
5826#define BIGMAC_REGISTER_TX_PAUSE_THRESHOLD (0x0A<<3)
5827#define BIGMAC_REGISTER_TX_SOURCE_ADDR (0x08<<3)
5828#define BIGMAC_REGISTER_TX_STAT_GTBYT (0x20<<3)
5829#define BIGMAC_REGISTER_TX_STAT_GTPKT (0x0C<<3)
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00005830#define BIGMAC2_REGISTER_BMAC_CONTROL (0x00<<3)
5831#define BIGMAC2_REGISTER_BMAC_XGXS_CONTROL (0x01<<3)
5832#define BIGMAC2_REGISTER_CNT_MAX_SIZE (0x05<<3)
5833#define BIGMAC2_REGISTER_PFC_CONTROL (0x06<<3)
5834#define BIGMAC2_REGISTER_RX_CONTROL (0x3A<<3)
5835#define BIGMAC2_REGISTER_RX_LLFC_MSG_FLDS (0x62<<3)
Yaniv Rosner3deb8162011-06-14 01:34:33 +00005836#define BIGMAC2_REGISTER_RX_LSS_STAT (0x3E<<3)
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00005837#define BIGMAC2_REGISTER_RX_MAX_SIZE (0x3C<<3)
5838#define BIGMAC2_REGISTER_RX_STAT_GR64 (0x40<<3)
5839#define BIGMAC2_REGISTER_RX_STAT_GRIPJ (0x5f<<3)
5840#define BIGMAC2_REGISTER_RX_STAT_GRPP (0x51<<3)
5841#define BIGMAC2_REGISTER_TX_CONTROL (0x1C<<3)
5842#define BIGMAC2_REGISTER_TX_MAX_SIZE (0x1E<<3)
5843#define BIGMAC2_REGISTER_TX_PAUSE_CONTROL (0x20<<3)
5844#define BIGMAC2_REGISTER_TX_SOURCE_ADDR (0x1D<<3)
5845#define BIGMAC2_REGISTER_TX_STAT_GTBYT (0x39<<3)
5846#define BIGMAC2_REGISTER_TX_STAT_GTPOK (0x22<<3)
5847#define BIGMAC2_REGISTER_TX_STAT_GTPP (0x24<<3)
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005848#define EMAC_LED_1000MB_OVERRIDE (1L<<1)
5849#define EMAC_LED_100MB_OVERRIDE (1L<<2)
5850#define EMAC_LED_10MB_OVERRIDE (1L<<3)
5851#define EMAC_LED_2500MB_OVERRIDE (1L<<12)
5852#define EMAC_LED_OVERRIDE (1L<<0)
5853#define EMAC_LED_TRAFFIC (1L<<6)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005854#define EMAC_MDIO_COMM_COMMAND_ADDRESS (0L<<26)
Yaniv Rosner6583e332011-06-14 01:34:17 +00005855#define EMAC_MDIO_COMM_COMMAND_READ_22 (2L<<26)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005856#define EMAC_MDIO_COMM_COMMAND_READ_45 (3L<<26)
Yaniv Rosner6583e332011-06-14 01:34:17 +00005857#define EMAC_MDIO_COMM_COMMAND_WRITE_22 (1L<<26)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005858#define EMAC_MDIO_COMM_COMMAND_WRITE_45 (1L<<26)
5859#define EMAC_MDIO_COMM_DATA (0xffffL<<0)
5860#define EMAC_MDIO_COMM_START_BUSY (1L<<29)
5861#define EMAC_MDIO_MODE_AUTO_POLL (1L<<4)
5862#define EMAC_MDIO_MODE_CLAUSE_45 (1L<<31)
Yaniv Rosner157fa282011-08-02 22:59:32 +00005863#define EMAC_MDIO_MODE_CLOCK_CNT (0x3ffL<<16)
Eliezer Tamirf1410642008-02-28 11:51:50 -08005864#define EMAC_MDIO_MODE_CLOCK_CNT_BITSHIFT 16
Yaniv Rosner157fa282011-08-02 22:59:32 +00005865#define EMAC_MDIO_STATUS_10MB (1L<<1)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005866#define EMAC_MODE_25G_MODE (1L<<5)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005867#define EMAC_MODE_HALF_DUPLEX (1L<<1)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005868#define EMAC_MODE_PORT_GMII (2L<<2)
5869#define EMAC_MODE_PORT_MII (1L<<2)
5870#define EMAC_MODE_PORT_MII_10M (3L<<2)
5871#define EMAC_MODE_RESET (1L<<0)
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005872#define EMAC_REG_EMAC_LED 0xc
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005873#define EMAC_REG_EMAC_MAC_MATCH 0x10
5874#define EMAC_REG_EMAC_MDIO_COMM 0xac
5875#define EMAC_REG_EMAC_MDIO_MODE 0xb4
Yaniv Rosner157fa282011-08-02 22:59:32 +00005876#define EMAC_REG_EMAC_MDIO_STATUS 0xb0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005877#define EMAC_REG_EMAC_MODE 0x0
5878#define EMAC_REG_EMAC_RX_MODE 0xc8
5879#define EMAC_REG_EMAC_RX_MTU_SIZE 0x9c
5880#define EMAC_REG_EMAC_RX_STAT_AC 0x180
5881#define EMAC_REG_EMAC_RX_STAT_AC_28 0x1f4
5882#define EMAC_REG_EMAC_RX_STAT_AC_COUNT 23
5883#define EMAC_REG_EMAC_TX_MODE 0xbc
5884#define EMAC_REG_EMAC_TX_STAT_AC 0x280
5885#define EMAC_REG_EMAC_TX_STAT_AC_COUNT 22
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00005886#define EMAC_REG_RX_PFC_MODE 0x320
5887#define EMAC_REG_RX_PFC_MODE_PRIORITIES (1L<<2)
5888#define EMAC_REG_RX_PFC_MODE_RX_EN (1L<<1)
5889#define EMAC_REG_RX_PFC_MODE_TX_EN (1L<<0)
5890#define EMAC_REG_RX_PFC_PARAM 0x324
5891#define EMAC_REG_RX_PFC_PARAM_OPCODE_BITSHIFT 0
5892#define EMAC_REG_RX_PFC_PARAM_PRIORITY_EN_BITSHIFT 16
5893#define EMAC_REG_RX_PFC_STATS_XOFF_RCVD 0x328
5894#define EMAC_REG_RX_PFC_STATS_XOFF_RCVD_COUNT (0xffff<<0)
5895#define EMAC_REG_RX_PFC_STATS_XOFF_SENT 0x330
5896#define EMAC_REG_RX_PFC_STATS_XOFF_SENT_COUNT (0xffff<<0)
5897#define EMAC_REG_RX_PFC_STATS_XON_RCVD 0x32c
5898#define EMAC_REG_RX_PFC_STATS_XON_RCVD_COUNT (0xffff<<0)
5899#define EMAC_REG_RX_PFC_STATS_XON_SENT 0x334
5900#define EMAC_REG_RX_PFC_STATS_XON_SENT_COUNT (0xffff<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005901#define EMAC_RX_MODE_FLOW_EN (1L<<2)
Vladislav Zolotarovbcab15c2010-12-13 05:44:25 +00005902#define EMAC_RX_MODE_KEEP_MAC_CONTROL (1L<<3)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005903#define EMAC_RX_MODE_KEEP_VLAN_TAG (1L<<10)
5904#define EMAC_RX_MODE_PROMISCUOUS (1L<<8)
Eilon Greenstein811a2f22009-02-12 08:37:04 +00005905#define EMAC_RX_MODE_RESET (1L<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005906#define EMAC_RX_MTU_SIZE_JUMBO_ENA (1L<<31)
5907#define EMAC_TX_MODE_EXT_PAUSE_EN (1L<<3)
Yaniv Rosner8c99e7b2008-08-13 15:56:17 -07005908#define EMAC_TX_MODE_FLOW_EN (1L<<4)
Eilon Greenstein811a2f22009-02-12 08:37:04 +00005909#define EMAC_TX_MODE_RESET (1L<<0)
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005910#define MISC_REGISTERS_GPIO_0 0
Eliezer Tamirf1410642008-02-28 11:51:50 -08005911#define MISC_REGISTERS_GPIO_1 1
5912#define MISC_REGISTERS_GPIO_2 2
5913#define MISC_REGISTERS_GPIO_3 3
5914#define MISC_REGISTERS_GPIO_CLR_POS 16
5915#define MISC_REGISTERS_GPIO_FLOAT (0xffL<<24)
5916#define MISC_REGISTERS_GPIO_FLOAT_POS 24
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005917#define MISC_REGISTERS_GPIO_HIGH 1
Eliezer Tamirf1410642008-02-28 11:51:50 -08005918#define MISC_REGISTERS_GPIO_INPUT_HI_Z 2
Eilon Greenstein4acac6a2009-02-12 08:36:52 +00005919#define MISC_REGISTERS_GPIO_INT_CLR_POS 24
5920#define MISC_REGISTERS_GPIO_INT_OUTPUT_CLR 0
5921#define MISC_REGISTERS_GPIO_INT_OUTPUT_SET 1
5922#define MISC_REGISTERS_GPIO_INT_SET_POS 16
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07005923#define MISC_REGISTERS_GPIO_LOW 0
Eliezer Tamirf1410642008-02-28 11:51:50 -08005924#define MISC_REGISTERS_GPIO_OUTPUT_HIGH 1
5925#define MISC_REGISTERS_GPIO_OUTPUT_LOW 0
5926#define MISC_REGISTERS_GPIO_PORT_SHIFT 4
5927#define MISC_REGISTERS_GPIO_SET_POS 8
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005928#define MISC_REGISTERS_RESET_REG_1_CLEAR 0x588
Yuval Mintz452427b2012-03-26 20:47:07 +00005929#define MISC_REGISTERS_RESET_REG_1_RST_BRB1 (0x1<<0)
Ariel Eliorf16da432012-01-26 06:01:50 +00005930#define MISC_REGISTERS_RESET_REG_1_RST_DORQ (0x1<<19)
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00005931#define MISC_REGISTERS_RESET_REG_1_RST_HC (0x1<<29)
Vladislav Zolotarovda5a6622008-08-13 15:50:00 -07005932#define MISC_REGISTERS_RESET_REG_1_RST_NIG (0x1<<7)
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00005933#define MISC_REGISTERS_RESET_REG_1_RST_PXP (0x1<<26)
5934#define MISC_REGISTERS_RESET_REG_1_RST_PXPV (0x1<<27)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005935#define MISC_REGISTERS_RESET_REG_1_SET 0x584
5936#define MISC_REGISTERS_RESET_REG_2_CLEAR 0x598
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03005937#define MISC_REGISTERS_RESET_REG_2_MSTAT0 (0x1<<24)
5938#define MISC_REGISTERS_RESET_REG_2_MSTAT1 (0x1<<25)
Vladislav Zolotarov8736c822011-07-21 07:58:36 +00005939#define MISC_REGISTERS_RESET_REG_2_PGLC (0x1<<19)
5940#define MISC_REGISTERS_RESET_REG_2_RST_ATC (0x1<<17)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005941#define MISC_REGISTERS_RESET_REG_2_RST_BMAC0 (0x1<<0)
Vladislav Zolotarov8736c822011-07-21 07:58:36 +00005942#define MISC_REGISTERS_RESET_REG_2_RST_BMAC1 (0x1<<1)
5943#define MISC_REGISTERS_RESET_REG_2_RST_EMAC0 (0x1<<2)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005944#define MISC_REGISTERS_RESET_REG_2_RST_EMAC0_HARD_CORE (0x1<<14)
Vladislav Zolotarov8736c822011-07-21 07:58:36 +00005945#define MISC_REGISTERS_RESET_REG_2_RST_EMAC1 (0x1<<3)
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00005946#define MISC_REGISTERS_RESET_REG_2_RST_EMAC1_HARD_CORE (0x1<<15)
5947#define MISC_REGISTERS_RESET_REG_2_RST_GRC (0x1<<4)
5948#define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_HARD_CORE_RST_B (0x1<<6)
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00005949#define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_RESET_CMN_CORE (0x1<<8)
5950#define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_RESET_CMN_CPU (0x1<<7)
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00005951#define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_RESET_REG_HARD_CORE (0x1<<5)
5952#define MISC_REGISTERS_RESET_REG_2_RST_MDIO (0x1<<13)
5953#define MISC_REGISTERS_RESET_REG_2_RST_MISC_CORE (0x1<<11)
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00005954#define MISC_REGISTERS_RESET_REG_2_RST_PCI_MDIO (0x1<<13)
Vladislav Zolotarov72fd0712010-04-19 01:13:12 +00005955#define MISC_REGISTERS_RESET_REG_2_RST_RBCN (0x1<<9)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005956#define MISC_REGISTERS_RESET_REG_2_SET 0x594
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005957#define MISC_REGISTERS_RESET_REG_2_UMAC0 (0x1<<20)
Vladislav Zolotarov8736c822011-07-21 07:58:36 +00005958#define MISC_REGISTERS_RESET_REG_2_UMAC1 (0x1<<21)
Yaniv Rosner9380bb92011-06-14 01:34:07 +00005959#define MISC_REGISTERS_RESET_REG_2_XMAC (0x1<<22)
5960#define MISC_REGISTERS_RESET_REG_2_XMAC_SOFT (0x1<<23)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02005961#define MISC_REGISTERS_RESET_REG_3_CLEAR 0x5a8
5962#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_IDDQ (0x1<<1)
5963#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_PWRDWN (0x1<<2)
5964#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_PWRDWN_SD (0x1<<3)
5965#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_RSTB_HW (0x1<<0)
5966#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_IDDQ (0x1<<5)
5967#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_PWRDWN (0x1<<6)
5968#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_PWRDWN_SD (0x1<<7)
5969#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_RSTB_HW (0x1<<4)
5970#define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_TXD_FIFO_RSTB (0x1<<8)
5971#define MISC_REGISTERS_RESET_REG_3_SET 0x5a4
Eliezer Tamirf1410642008-02-28 11:51:50 -08005972#define MISC_REGISTERS_SPIO_4 4
5973#define MISC_REGISTERS_SPIO_5 5
5974#define MISC_REGISTERS_SPIO_7 7
5975#define MISC_REGISTERS_SPIO_CLR_POS 16
5976#define MISC_REGISTERS_SPIO_FLOAT (0xffL<<24)
Eliezer Tamirf1410642008-02-28 11:51:50 -08005977#define MISC_REGISTERS_SPIO_FLOAT_POS 24
5978#define MISC_REGISTERS_SPIO_INPUT_HI_Z 2
5979#define MISC_REGISTERS_SPIO_INT_OLD_SET_POS 16
5980#define MISC_REGISTERS_SPIO_OUTPUT_HIGH 1
5981#define MISC_REGISTERS_SPIO_OUTPUT_LOW 0
5982#define MISC_REGISTERS_SPIO_SET_POS 8
Yuval Mintzd6d99a32012-12-02 04:05:45 +00005983#define MISC_SPIO_CLR_POS 16
5984#define MISC_SPIO_FLOAT (0xffL<<24)
5985#define MISC_SPIO_FLOAT_POS 24
5986#define MISC_SPIO_INPUT_HI_Z 2
5987#define MISC_SPIO_INT_OLD_SET_POS 16
5988#define MISC_SPIO_OUTPUT_HIGH 1
5989#define MISC_SPIO_OUTPUT_LOW 0
5990#define MISC_SPIO_SET_POS 8
5991#define MISC_SPIO_SPIO4 0x10
5992#define MISC_SPIO_SPIO5 0x20
Eliezer Tamirf1410642008-02-28 11:51:50 -08005993#define HW_LOCK_MAX_RESOURCE_VALUE 31
Barak Witkowski98768792012-06-19 07:48:31 +00005994#define HW_LOCK_RESOURCE_DCBX_ADMIN_MIB 13
Ariel Eliorf16da432012-01-26 06:01:50 +00005995#define HW_LOCK_RESOURCE_DRV_FLAGS 10
Eliezer Tamirf1410642008-02-28 11:51:50 -08005996#define HW_LOCK_RESOURCE_GPIO 1
Eilon Greenstein46c6a672009-02-12 08:36:58 +00005997#define HW_LOCK_RESOURCE_MDIO 0
Ariel Eliorf16da432012-01-26 06:01:50 +00005998#define HW_LOCK_RESOURCE_NVRAM 12
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00005999#define HW_LOCK_RESOURCE_PORT0_ATT_MASK 3
6000#define HW_LOCK_RESOURCE_RECOVERY_LEADER_0 8
6001#define HW_LOCK_RESOURCE_RECOVERY_LEADER_1 9
Ariel Eliorf16da432012-01-26 06:01:50 +00006002#define HW_LOCK_RESOURCE_RECOVERY_REG 11
Dmitry Kravkov7a06a122011-08-30 00:08:43 +00006003#define HW_LOCK_RESOURCE_RESET 5
Ariel Eliorf16da432012-01-26 06:01:50 +00006004#define HW_LOCK_RESOURCE_SPIO 2
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00006005#define AEU_INPUTS_ATTN_BITS_ATC_HW_INTERRUPT (0x1<<4)
6006#define AEU_INPUTS_ATTN_BITS_ATC_PARITY_ERROR (0x1<<5)
Dmitry Kravkovc14a09b2013-01-14 05:11:42 +00006007#define AEU_INPUTS_ATTN_BITS_BRB_HW_INTERRUPT (0x1<<19)
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00006008#define AEU_INPUTS_ATTN_BITS_BRB_PARITY_ERROR (0x1<<18)
6009#define AEU_INPUTS_ATTN_BITS_CCM_HW_INTERRUPT (0x1<<31)
6010#define AEU_INPUTS_ATTN_BITS_CCM_PARITY_ERROR (0x1<<30)
6011#define AEU_INPUTS_ATTN_BITS_CDU_HW_INTERRUPT (0x1<<9)
6012#define AEU_INPUTS_ATTN_BITS_CDU_PARITY_ERROR (0x1<<8)
6013#define AEU_INPUTS_ATTN_BITS_CFC_HW_INTERRUPT (0x1<<7)
6014#define AEU_INPUTS_ATTN_BITS_CFC_PARITY_ERROR (0x1<<6)
6015#define AEU_INPUTS_ATTN_BITS_CSDM_HW_INTERRUPT (0x1<<29)
6016#define AEU_INPUTS_ATTN_BITS_CSDM_PARITY_ERROR (0x1<<28)
6017#define AEU_INPUTS_ATTN_BITS_CSEMI_HW_INTERRUPT (0x1<<1)
6018#define AEU_INPUTS_ATTN_BITS_CSEMI_PARITY_ERROR (0x1<<0)
6019#define AEU_INPUTS_ATTN_BITS_DEBUG_PARITY_ERROR (0x1<<18)
6020#define AEU_INPUTS_ATTN_BITS_DMAE_HW_INTERRUPT (0x1<<11)
6021#define AEU_INPUTS_ATTN_BITS_DMAE_PARITY_ERROR (0x1<<10)
6022#define AEU_INPUTS_ATTN_BITS_DOORBELLQ_HW_INTERRUPT (0x1<<13)
6023#define AEU_INPUTS_ATTN_BITS_DOORBELLQ_PARITY_ERROR (0x1<<12)
6024#define AEU_INPUTS_ATTN_BITS_GPIO0_FUNCTION_0 (0x1<<2)
6025#define AEU_INPUTS_ATTN_BITS_IGU_PARITY_ERROR (0x1<<12)
6026#define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_ROM_PARITY (0x1<<28)
6027#define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_SCPAD_PARITY (0x1<<31)
6028#define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_UMP_RX_PARITY (0x1<<29)
6029#define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_UMP_TX_PARITY (0x1<<30)
6030#define AEU_INPUTS_ATTN_BITS_MISC_HW_INTERRUPT (0x1<<15)
6031#define AEU_INPUTS_ATTN_BITS_MISC_PARITY_ERROR (0x1<<14)
6032#define AEU_INPUTS_ATTN_BITS_NIG_PARITY_ERROR (0x1<<14)
6033#define AEU_INPUTS_ATTN_BITS_PARSER_PARITY_ERROR (0x1<<20)
6034#define AEU_INPUTS_ATTN_BITS_PBCLIENT_HW_INTERRUPT (0x1<<31)
6035#define AEU_INPUTS_ATTN_BITS_PBCLIENT_PARITY_ERROR (0x1<<30)
6036#define AEU_INPUTS_ATTN_BITS_PBF_PARITY_ERROR (0x1<<0)
6037#define AEU_INPUTS_ATTN_BITS_PGLUE_HW_INTERRUPT (0x1<<2)
6038#define AEU_INPUTS_ATTN_BITS_PGLUE_PARITY_ERROR (0x1<<3)
6039#define AEU_INPUTS_ATTN_BITS_PXPPCICLOCKCLIENT_HW_INTERRUPT (0x1<<5)
6040#define AEU_INPUTS_ATTN_BITS_PXPPCICLOCKCLIENT_PARITY_ERROR (0x1<<4)
6041#define AEU_INPUTS_ATTN_BITS_PXP_HW_INTERRUPT (0x1<<3)
6042#define AEU_INPUTS_ATTN_BITS_PXP_PARITY_ERROR (0x1<<2)
6043#define AEU_INPUTS_ATTN_BITS_QM_HW_INTERRUPT (0x1<<3)
6044#define AEU_INPUTS_ATTN_BITS_QM_PARITY_ERROR (0x1<<2)
6045#define AEU_INPUTS_ATTN_BITS_SEARCHER_PARITY_ERROR (0x1<<22)
6046#define AEU_INPUTS_ATTN_BITS_SPIO5 (0x1<<15)
6047#define AEU_INPUTS_ATTN_BITS_TCM_HW_INTERRUPT (0x1<<27)
6048#define AEU_INPUTS_ATTN_BITS_TCM_PARITY_ERROR (0x1<<26)
6049#define AEU_INPUTS_ATTN_BITS_TIMERS_HW_INTERRUPT (0x1<<5)
6050#define AEU_INPUTS_ATTN_BITS_TIMERS_PARITY_ERROR (0x1<<4)
6051#define AEU_INPUTS_ATTN_BITS_TSDM_HW_INTERRUPT (0x1<<25)
6052#define AEU_INPUTS_ATTN_BITS_TSDM_PARITY_ERROR (0x1<<24)
6053#define AEU_INPUTS_ATTN_BITS_TSEMI_HW_INTERRUPT (0x1<<29)
6054#define AEU_INPUTS_ATTN_BITS_TSEMI_PARITY_ERROR (0x1<<28)
6055#define AEU_INPUTS_ATTN_BITS_UCM_HW_INTERRUPT (0x1<<23)
6056#define AEU_INPUTS_ATTN_BITS_UCM_PARITY_ERROR (0x1<<22)
6057#define AEU_INPUTS_ATTN_BITS_UPB_HW_INTERRUPT (0x1<<27)
6058#define AEU_INPUTS_ATTN_BITS_UPB_PARITY_ERROR (0x1<<26)
6059#define AEU_INPUTS_ATTN_BITS_USDM_HW_INTERRUPT (0x1<<21)
6060#define AEU_INPUTS_ATTN_BITS_USDM_PARITY_ERROR (0x1<<20)
6061#define AEU_INPUTS_ATTN_BITS_USEMI_HW_INTERRUPT (0x1<<25)
6062#define AEU_INPUTS_ATTN_BITS_USEMI_PARITY_ERROR (0x1<<24)
6063#define AEU_INPUTS_ATTN_BITS_VAUX_PCI_CORE_PARITY_ERROR (0x1<<16)
6064#define AEU_INPUTS_ATTN_BITS_XCM_HW_INTERRUPT (0x1<<9)
6065#define AEU_INPUTS_ATTN_BITS_XCM_PARITY_ERROR (0x1<<8)
6066#define AEU_INPUTS_ATTN_BITS_XSDM_HW_INTERRUPT (0x1<<7)
6067#define AEU_INPUTS_ATTN_BITS_XSDM_PARITY_ERROR (0x1<<6)
6068#define AEU_INPUTS_ATTN_BITS_XSEMI_HW_INTERRUPT (0x1<<11)
6069#define AEU_INPUTS_ATTN_BITS_XSEMI_PARITY_ERROR (0x1<<10)
6070
6071#define AEU_INPUTS_ATTN_BITS_GPIO3_FUNCTION_0 (0x1<<5)
6072#define AEU_INPUTS_ATTN_BITS_GPIO3_FUNCTION_1 (0x1<<9)
6073
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006074#define RESERVED_GENERAL_ATTENTION_BIT_0 0
6075
Vladislav Zolotarovc9ee9202011-06-14 01:33:51 +00006076#define EVEREST_GEN_ATTN_IN_USE_MASK 0x7ffe0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006077#define EVEREST_LATCHED_ATTN_IN_USE_MASK 0xffe00000
6078
6079#define RESERVED_GENERAL_ATTENTION_BIT_6 6
6080#define RESERVED_GENERAL_ATTENTION_BIT_7 7
6081#define RESERVED_GENERAL_ATTENTION_BIT_8 8
6082#define RESERVED_GENERAL_ATTENTION_BIT_9 9
6083#define RESERVED_GENERAL_ATTENTION_BIT_10 10
6084#define RESERVED_GENERAL_ATTENTION_BIT_11 11
6085#define RESERVED_GENERAL_ATTENTION_BIT_12 12
6086#define RESERVED_GENERAL_ATTENTION_BIT_13 13
6087#define RESERVED_GENERAL_ATTENTION_BIT_14 14
6088#define RESERVED_GENERAL_ATTENTION_BIT_15 15
6089#define RESERVED_GENERAL_ATTENTION_BIT_16 16
6090#define RESERVED_GENERAL_ATTENTION_BIT_17 17
6091#define RESERVED_GENERAL_ATTENTION_BIT_18 18
6092#define RESERVED_GENERAL_ATTENTION_BIT_19 19
6093#define RESERVED_GENERAL_ATTENTION_BIT_20 20
6094#define RESERVED_GENERAL_ATTENTION_BIT_21 21
6095
6096/* storm asserts attention bits */
6097#define TSTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_7
6098#define USTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_8
6099#define CSTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_9
6100#define XSTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_10
6101
6102/* mcp error attention bit */
6103#define MCP_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_11
6104
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006105/*E1H NIG status sync attention mapped to group 4-7*/
6106#define LINK_SYNC_ATTENTION_BIT_FUNC_0 RESERVED_GENERAL_ATTENTION_BIT_12
6107#define LINK_SYNC_ATTENTION_BIT_FUNC_1 RESERVED_GENERAL_ATTENTION_BIT_13
6108#define LINK_SYNC_ATTENTION_BIT_FUNC_2 RESERVED_GENERAL_ATTENTION_BIT_14
6109#define LINK_SYNC_ATTENTION_BIT_FUNC_3 RESERVED_GENERAL_ATTENTION_BIT_15
6110#define LINK_SYNC_ATTENTION_BIT_FUNC_4 RESERVED_GENERAL_ATTENTION_BIT_16
6111#define LINK_SYNC_ATTENTION_BIT_FUNC_5 RESERVED_GENERAL_ATTENTION_BIT_17
6112#define LINK_SYNC_ATTENTION_BIT_FUNC_6 RESERVED_GENERAL_ATTENTION_BIT_18
6113#define LINK_SYNC_ATTENTION_BIT_FUNC_7 RESERVED_GENERAL_ATTENTION_BIT_19
6114
6115
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006116#define LATCHED_ATTN_RBCR 23
6117#define LATCHED_ATTN_RBCT 24
6118#define LATCHED_ATTN_RBCN 25
6119#define LATCHED_ATTN_RBCU 26
6120#define LATCHED_ATTN_RBCP 27
6121#define LATCHED_ATTN_TIMEOUT_GRC 28
6122#define LATCHED_ATTN_RSVD_GRC 29
6123#define LATCHED_ATTN_ROM_PARITY_MCP 30
6124#define LATCHED_ATTN_UM_RX_PARITY_MCP 31
6125#define LATCHED_ATTN_UM_TX_PARITY_MCP 32
6126#define LATCHED_ATTN_SCPAD_PARITY_MCP 33
6127
6128#define GENERAL_ATTEN_WORD(atten_name) ((94 + atten_name) / 32)
Eilon Greensteinab6ad5a2009-08-12 08:24:29 +00006129#define GENERAL_ATTEN_OFFSET(atten_name)\
6130 (1UL << ((94 + atten_name) % 32))
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006131/*
6132 * This file defines GRC base address for every block.
6133 * This file is included by chipsim, asm microcode and cpp microcode.
6134 * These values are used in Design.xml on regBase attribute
6135 * Use the base with the generated offsets of specific registers.
6136 */
6137
6138#define GRCBASE_PXPCS 0x000000
6139#define GRCBASE_PCICONFIG 0x002000
6140#define GRCBASE_PCIREG 0x002400
6141#define GRCBASE_EMAC0 0x008000
6142#define GRCBASE_EMAC1 0x008400
6143#define GRCBASE_DBU 0x008800
6144#define GRCBASE_MISC 0x00A000
6145#define GRCBASE_DBG 0x00C000
6146#define GRCBASE_NIG 0x010000
6147#define GRCBASE_XCM 0x020000
6148#define GRCBASE_PRS 0x040000
6149#define GRCBASE_SRCH 0x040400
6150#define GRCBASE_TSDM 0x042000
6151#define GRCBASE_TCM 0x050000
6152#define GRCBASE_BRB1 0x060000
6153#define GRCBASE_MCP 0x080000
6154#define GRCBASE_UPB 0x0C1000
6155#define GRCBASE_CSDM 0x0C2000
6156#define GRCBASE_USDM 0x0C4000
6157#define GRCBASE_CCM 0x0D0000
6158#define GRCBASE_UCM 0x0E0000
6159#define GRCBASE_CDU 0x101000
6160#define GRCBASE_DMAE 0x102000
6161#define GRCBASE_PXP 0x103000
6162#define GRCBASE_CFC 0x104000
6163#define GRCBASE_HC 0x108000
6164#define GRCBASE_PXP2 0x120000
6165#define GRCBASE_PBF 0x140000
Yaniv Rosner9380bb92011-06-14 01:34:07 +00006166#define GRCBASE_UMAC0 0x160000
6167#define GRCBASE_UMAC1 0x160400
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006168#define GRCBASE_XPB 0x161000
Vlad Zolotarov619c5cb2011-06-14 14:33:44 +03006169#define GRCBASE_MSTAT0 0x162000
6170#define GRCBASE_MSTAT1 0x162800
Yaniv Rosner9380bb92011-06-14 01:34:07 +00006171#define GRCBASE_XMAC0 0x163000
6172#define GRCBASE_XMAC1 0x163800
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006173#define GRCBASE_TIMERS 0x164000
6174#define GRCBASE_XSDM 0x166000
6175#define GRCBASE_QM 0x168000
6176#define GRCBASE_DQ 0x170000
6177#define GRCBASE_TSEM 0x180000
6178#define GRCBASE_CSEM 0x200000
6179#define GRCBASE_XSEM 0x280000
6180#define GRCBASE_USEM 0x300000
6181#define GRCBASE_MISC_AEU GRCBASE_MISC
6182
6183
Eilon Greenstein5c862842008-08-13 15:51:48 -07006184/* offset of configuration space in the pci core register */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006185#define PCICFG_OFFSET 0x2000
6186#define PCICFG_VENDOR_ID_OFFSET 0x00
6187#define PCICFG_DEVICE_ID_OFFSET 0x02
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006188#define PCICFG_COMMAND_OFFSET 0x04
Eilon Greenstein5c862842008-08-13 15:51:48 -07006189#define PCICFG_COMMAND_IO_SPACE (1<<0)
6190#define PCICFG_COMMAND_MEM_SPACE (1<<1)
6191#define PCICFG_COMMAND_BUS_MASTER (1<<2)
6192#define PCICFG_COMMAND_SPECIAL_CYCLES (1<<3)
6193#define PCICFG_COMMAND_MWI_CYCLES (1<<4)
6194#define PCICFG_COMMAND_VGA_SNOOP (1<<5)
6195#define PCICFG_COMMAND_PERR_ENA (1<<6)
6196#define PCICFG_COMMAND_STEPPING (1<<7)
6197#define PCICFG_COMMAND_SERR_ENA (1<<8)
6198#define PCICFG_COMMAND_FAST_B2B (1<<9)
6199#define PCICFG_COMMAND_INT_DISABLE (1<<10)
6200#define PCICFG_COMMAND_RESERVED (0x1f<<11)
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006201#define PCICFG_STATUS_OFFSET 0x06
Yaniv Rosner092a5fc92012-12-02 23:56:49 +00006202#define PCICFG_REVISION_ID_OFFSET 0x08
6203#define PCICFG_REVESION_ID_MASK 0xff
6204#define PCICFG_REVESION_ID_ERROR_VAL 0xff
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006205#define PCICFG_CACHE_LINE_SIZE 0x0c
6206#define PCICFG_LATENCY_TIMER 0x0d
Eilon Greenstein5c862842008-08-13 15:51:48 -07006207#define PCICFG_BAR_1_LOW 0x10
6208#define PCICFG_BAR_1_HIGH 0x14
6209#define PCICFG_BAR_2_LOW 0x18
6210#define PCICFG_BAR_2_HIGH 0x1c
6211#define PCICFG_SUBSYSTEM_VENDOR_ID_OFFSET 0x2c
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006212#define PCICFG_SUBSYSTEM_ID_OFFSET 0x2e
Eilon Greenstein5c862842008-08-13 15:51:48 -07006213#define PCICFG_INT_LINE 0x3c
6214#define PCICFG_INT_PIN 0x3d
6215#define PCICFG_PM_CAPABILITY 0x48
6216#define PCICFG_PM_CAPABILITY_VERSION (0x3<<16)
6217#define PCICFG_PM_CAPABILITY_CLOCK (1<<19)
6218#define PCICFG_PM_CAPABILITY_RESERVED (1<<20)
6219#define PCICFG_PM_CAPABILITY_DSI (1<<21)
6220#define PCICFG_PM_CAPABILITY_AUX_CURRENT (0x7<<22)
6221#define PCICFG_PM_CAPABILITY_D1_SUPPORT (1<<25)
6222#define PCICFG_PM_CAPABILITY_D2_SUPPORT (1<<26)
6223#define PCICFG_PM_CAPABILITY_PME_IN_D0 (1<<27)
6224#define PCICFG_PM_CAPABILITY_PME_IN_D1 (1<<28)
6225#define PCICFG_PM_CAPABILITY_PME_IN_D2 (1<<29)
6226#define PCICFG_PM_CAPABILITY_PME_IN_D3_HOT (1<<30)
6227#define PCICFG_PM_CAPABILITY_PME_IN_D3_COLD (1<<31)
6228#define PCICFG_PM_CSR_OFFSET 0x4c
6229#define PCICFG_PM_CSR_STATE (0x3<<0)
6230#define PCICFG_PM_CSR_PME_ENABLE (1<<8)
6231#define PCICFG_PM_CSR_PME_STATUS (1<<15)
Eilon Greenstein0d1a8d22009-03-02 07:59:20 +00006232#define PCICFG_MSI_CAP_ID_OFFSET 0x58
Eilon Greenstein8badd272009-02-12 08:36:15 +00006233#define PCICFG_MSI_CONTROL_ENABLE (0x1<<16)
6234#define PCICFG_MSI_CONTROL_MCAP (0x7<<17)
6235#define PCICFG_MSI_CONTROL_MENA (0x7<<20)
6236#define PCICFG_MSI_CONTROL_64_BIT_ADDR_CAP (0x1<<23)
6237#define PCICFG_MSI_CONTROL_MSI_PVMASK_CAPABLE (0x1<<24)
Eilon Greenstein5c862842008-08-13 15:51:48 -07006238#define PCICFG_GRC_ADDRESS 0x78
Ariel Eliorc22610d02012-01-26 06:01:47 +00006239#define PCICFG_GRC_DATA 0x80
6240#define PCICFG_ME_REGISTER 0x98
Eilon Greenstein0d1a8d22009-03-02 07:59:20 +00006241#define PCICFG_MSIX_CAP_ID_OFFSET 0xa0
Eilon Greenstein8badd272009-02-12 08:36:15 +00006242#define PCICFG_MSIX_CONTROL_TABLE_SIZE (0x7ff<<16)
6243#define PCICFG_MSIX_CONTROL_RESERVED (0x7<<27)
6244#define PCICFG_MSIX_CONTROL_FUNC_MASK (0x1<<30)
6245#define PCICFG_MSIX_CONTROL_MSIX_ENABLE (0x1<<31)
6246
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006247#define PCICFG_DEVICE_CONTROL 0xb4
Eilon Greenstein8badd272009-02-12 08:36:15 +00006248#define PCICFG_DEVICE_STATUS 0xb6
6249#define PCICFG_DEVICE_STATUS_CORR_ERR_DET (1<<0)
6250#define PCICFG_DEVICE_STATUS_NON_FATAL_ERR_DET (1<<1)
6251#define PCICFG_DEVICE_STATUS_FATAL_ERR_DET (1<<2)
6252#define PCICFG_DEVICE_STATUS_UNSUP_REQ_DET (1<<3)
6253#define PCICFG_DEVICE_STATUS_AUX_PWR_DET (1<<4)
6254#define PCICFG_DEVICE_STATUS_NO_PEND (1<<5)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006255#define PCICFG_LINK_CONTROL 0xbc
6256
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006257
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006258#define BAR_USTRORM_INTMEM 0x400000
6259#define BAR_CSTRORM_INTMEM 0x410000
6260#define BAR_XSTRORM_INTMEM 0x420000
6261#define BAR_TSTRORM_INTMEM 0x430000
6262
Eilon Greenstein5c862842008-08-13 15:51:48 -07006263/* for accessing the IGU in case of status block ACK */
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006264#define BAR_IGU_INTMEM 0x440000
6265
6266#define BAR_DOORBELL_OFFSET 0x800000
6267
6268#define BAR_ME_REGISTER 0x450000
6269
Eilon Greenstein5c862842008-08-13 15:51:48 -07006270/* config_2 offset */
6271#define GRC_CONFIG_2_SIZE_REG 0x408
6272#define PCI_CONFIG_2_BAR1_SIZE (0xfL<<0)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006273#define PCI_CONFIG_2_BAR1_SIZE_DISABLED (0L<<0)
6274#define PCI_CONFIG_2_BAR1_SIZE_64K (1L<<0)
6275#define PCI_CONFIG_2_BAR1_SIZE_128K (2L<<0)
6276#define PCI_CONFIG_2_BAR1_SIZE_256K (3L<<0)
6277#define PCI_CONFIG_2_BAR1_SIZE_512K (4L<<0)
6278#define PCI_CONFIG_2_BAR1_SIZE_1M (5L<<0)
6279#define PCI_CONFIG_2_BAR1_SIZE_2M (6L<<0)
6280#define PCI_CONFIG_2_BAR1_SIZE_4M (7L<<0)
6281#define PCI_CONFIG_2_BAR1_SIZE_8M (8L<<0)
6282#define PCI_CONFIG_2_BAR1_SIZE_16M (9L<<0)
6283#define PCI_CONFIG_2_BAR1_SIZE_32M (10L<<0)
6284#define PCI_CONFIG_2_BAR1_SIZE_64M (11L<<0)
6285#define PCI_CONFIG_2_BAR1_SIZE_128M (12L<<0)
6286#define PCI_CONFIG_2_BAR1_SIZE_256M (13L<<0)
6287#define PCI_CONFIG_2_BAR1_SIZE_512M (14L<<0)
6288#define PCI_CONFIG_2_BAR1_SIZE_1G (15L<<0)
Eilon Greenstein5c862842008-08-13 15:51:48 -07006289#define PCI_CONFIG_2_BAR1_64ENA (1L<<4)
6290#define PCI_CONFIG_2_EXP_ROM_RETRY (1L<<5)
6291#define PCI_CONFIG_2_CFG_CYCLE_RETRY (1L<<6)
6292#define PCI_CONFIG_2_FIRST_CFG_DONE (1L<<7)
6293#define PCI_CONFIG_2_EXP_ROM_SIZE (0xffL<<8)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006294#define PCI_CONFIG_2_EXP_ROM_SIZE_DISABLED (0L<<8)
6295#define PCI_CONFIG_2_EXP_ROM_SIZE_2K (1L<<8)
6296#define PCI_CONFIG_2_EXP_ROM_SIZE_4K (2L<<8)
6297#define PCI_CONFIG_2_EXP_ROM_SIZE_8K (3L<<8)
6298#define PCI_CONFIG_2_EXP_ROM_SIZE_16K (4L<<8)
6299#define PCI_CONFIG_2_EXP_ROM_SIZE_32K (5L<<8)
6300#define PCI_CONFIG_2_EXP_ROM_SIZE_64K (6L<<8)
6301#define PCI_CONFIG_2_EXP_ROM_SIZE_128K (7L<<8)
6302#define PCI_CONFIG_2_EXP_ROM_SIZE_256K (8L<<8)
6303#define PCI_CONFIG_2_EXP_ROM_SIZE_512K (9L<<8)
6304#define PCI_CONFIG_2_EXP_ROM_SIZE_1M (10L<<8)
6305#define PCI_CONFIG_2_EXP_ROM_SIZE_2M (11L<<8)
6306#define PCI_CONFIG_2_EXP_ROM_SIZE_4M (12L<<8)
6307#define PCI_CONFIG_2_EXP_ROM_SIZE_8M (13L<<8)
6308#define PCI_CONFIG_2_EXP_ROM_SIZE_16M (14L<<8)
6309#define PCI_CONFIG_2_EXP_ROM_SIZE_32M (15L<<8)
Eilon Greenstein5c862842008-08-13 15:51:48 -07006310#define PCI_CONFIG_2_BAR_PREFETCH (1L<<16)
6311#define PCI_CONFIG_2_RESERVED0 (0x7fffL<<17)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006312
6313/* config_3 offset */
Eilon Greenstein5c862842008-08-13 15:51:48 -07006314#define GRC_CONFIG_3_SIZE_REG 0x40c
6315#define PCI_CONFIG_3_STICKY_BYTE (0xffL<<0)
6316#define PCI_CONFIG_3_FORCE_PME (1L<<24)
6317#define PCI_CONFIG_3_PME_STATUS (1L<<25)
6318#define PCI_CONFIG_3_PME_ENABLE (1L<<26)
6319#define PCI_CONFIG_3_PM_STATE (0x3L<<27)
6320#define PCI_CONFIG_3_VAUX_PRESET (1L<<30)
6321#define PCI_CONFIG_3_PCI_POWER (1L<<31)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006322
6323#define GRC_BAR2_CONFIG 0x4e0
Eilon Greenstein5c862842008-08-13 15:51:48 -07006324#define PCI_CONFIG_2_BAR2_SIZE (0xfL<<0)
6325#define PCI_CONFIG_2_BAR2_SIZE_DISABLED (0L<<0)
6326#define PCI_CONFIG_2_BAR2_SIZE_64K (1L<<0)
6327#define PCI_CONFIG_2_BAR2_SIZE_128K (2L<<0)
6328#define PCI_CONFIG_2_BAR2_SIZE_256K (3L<<0)
6329#define PCI_CONFIG_2_BAR2_SIZE_512K (4L<<0)
6330#define PCI_CONFIG_2_BAR2_SIZE_1M (5L<<0)
6331#define PCI_CONFIG_2_BAR2_SIZE_2M (6L<<0)
6332#define PCI_CONFIG_2_BAR2_SIZE_4M (7L<<0)
6333#define PCI_CONFIG_2_BAR2_SIZE_8M (8L<<0)
6334#define PCI_CONFIG_2_BAR2_SIZE_16M (9L<<0)
6335#define PCI_CONFIG_2_BAR2_SIZE_32M (10L<<0)
6336#define PCI_CONFIG_2_BAR2_SIZE_64M (11L<<0)
6337#define PCI_CONFIG_2_BAR2_SIZE_128M (12L<<0)
6338#define PCI_CONFIG_2_BAR2_SIZE_256M (13L<<0)
6339#define PCI_CONFIG_2_BAR2_SIZE_512M (14L<<0)
6340#define PCI_CONFIG_2_BAR2_SIZE_1G (15L<<0)
6341#define PCI_CONFIG_2_BAR2_64ENA (1L<<4)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006342
Eilon Greenstein5c862842008-08-13 15:51:48 -07006343#define PCI_PM_DATA_A 0x410
6344#define PCI_PM_DATA_B 0x414
6345#define PCI_ID_VAL1 0x434
6346#define PCI_ID_VAL2 0x438
Yuval Mintzf22fdf22013-03-11 05:17:43 +00006347#define PCI_ID_VAL3 0x43c
6348
Ariel Eliorb9871bc2013-09-04 14:09:21 +03006349#define GRC_CONFIG_REG_VF_MSIX_CONTROL 0x61C
Ariel Elior290ca2b2013-01-01 05:22:31 +00006350#define GRC_CONFIG_REG_PF_INIT_VF 0x624
6351#define GRC_CR_PF_INIT_VF_PF_FIRST_VF_NUM_MASK 0xf
6352/* First VF_NUM for PF is encoded in this register.
6353 * The number of VFs assigned to a PF is assumed to be a multiple of 8.
6354 * Software should program these bits based on Total Number of VFs \
6355 * programmed for each PF.
6356 * Since registers from 0x000-0x7ff are split across functions, each PF will
6357 * have the same location for the same 4 bits
6358 */
Eilon Greenstein5c862842008-08-13 15:51:48 -07006359
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00006360#define PXPCS_TL_CONTROL_5 0x814
6361#define PXPCS_TL_CONTROL_5_UNKNOWNTYPE_ERR_ATTN (1 << 29) /*WC*/
6362#define PXPCS_TL_CONTROL_5_BOUNDARY4K_ERR_ATTN (1 << 28) /*WC*/
6363#define PXPCS_TL_CONTROL_5_MRRS_ERR_ATTN (1 << 27) /*WC*/
6364#define PXPCS_TL_CONTROL_5_MPS_ERR_ATTN (1 << 26) /*WC*/
6365#define PXPCS_TL_CONTROL_5_TTX_BRIDGE_FORWARD_ERR (1 << 25) /*WC*/
6366#define PXPCS_TL_CONTROL_5_TTX_TXINTF_OVERFLOW (1 << 24) /*WC*/
6367#define PXPCS_TL_CONTROL_5_PHY_ERR_ATTN (1 << 23) /*RO*/
6368#define PXPCS_TL_CONTROL_5_DL_ERR_ATTN (1 << 22) /*RO*/
6369#define PXPCS_TL_CONTROL_5_TTX_ERR_NP_TAG_IN_USE (1 << 21) /*WC*/
6370#define PXPCS_TL_CONTROL_5_TRX_ERR_UNEXP_RTAG (1 << 20) /*WC*/
6371#define PXPCS_TL_CONTROL_5_PRI_SIG_TARGET_ABORT1 (1 << 19) /*WC*/
6372#define PXPCS_TL_CONTROL_5_ERR_UNSPPORT1 (1 << 18) /*WC*/
6373#define PXPCS_TL_CONTROL_5_ERR_ECRC1 (1 << 17) /*WC*/
6374#define PXPCS_TL_CONTROL_5_ERR_MALF_TLP1 (1 << 16) /*WC*/
6375#define PXPCS_TL_CONTROL_5_ERR_RX_OFLOW1 (1 << 15) /*WC*/
6376#define PXPCS_TL_CONTROL_5_ERR_UNEXP_CPL1 (1 << 14) /*WC*/
6377#define PXPCS_TL_CONTROL_5_ERR_MASTER_ABRT1 (1 << 13) /*WC*/
6378#define PXPCS_TL_CONTROL_5_ERR_CPL_TIMEOUT1 (1 << 12) /*WC*/
6379#define PXPCS_TL_CONTROL_5_ERR_FC_PRTL1 (1 << 11) /*WC*/
6380#define PXPCS_TL_CONTROL_5_ERR_PSND_TLP1 (1 << 10) /*WC*/
6381#define PXPCS_TL_CONTROL_5_PRI_SIG_TARGET_ABORT (1 << 9) /*WC*/
6382#define PXPCS_TL_CONTROL_5_ERR_UNSPPORT (1 << 8) /*WC*/
6383#define PXPCS_TL_CONTROL_5_ERR_ECRC (1 << 7) /*WC*/
6384#define PXPCS_TL_CONTROL_5_ERR_MALF_TLP (1 << 6) /*WC*/
6385#define PXPCS_TL_CONTROL_5_ERR_RX_OFLOW (1 << 5) /*WC*/
6386#define PXPCS_TL_CONTROL_5_ERR_UNEXP_CPL (1 << 4) /*WC*/
6387#define PXPCS_TL_CONTROL_5_ERR_MASTER_ABRT (1 << 3) /*WC*/
6388#define PXPCS_TL_CONTROL_5_ERR_CPL_TIMEOUT (1 << 2) /*WC*/
6389#define PXPCS_TL_CONTROL_5_ERR_FC_PRTL (1 << 1) /*WC*/
6390#define PXPCS_TL_CONTROL_5_ERR_PSND_TLP (1 << 0) /*WC*/
6391
6392
6393#define PXPCS_TL_FUNC345_STAT 0x854
6394#define PXPCS_TL_FUNC345_STAT_PRI_SIG_TARGET_ABORT4 (1 << 29) /* WC */
6395#define PXPCS_TL_FUNC345_STAT_ERR_UNSPPORT4\
6396 (1 << 28) /* Unsupported Request Error Status in function4, if \
6397 set, generate pcie_err_attn output when this error is seen. WC */
6398#define PXPCS_TL_FUNC345_STAT_ERR_ECRC4\
6399 (1 << 27) /* ECRC Error TLP Status Status in function 4, if set, \
6400 generate pcie_err_attn output when this error is seen.. WC */
6401#define PXPCS_TL_FUNC345_STAT_ERR_MALF_TLP4\
6402 (1 << 26) /* Malformed TLP Status Status in function 4, if set, \
6403 generate pcie_err_attn output when this error is seen.. WC */
6404#define PXPCS_TL_FUNC345_STAT_ERR_RX_OFLOW4\
6405 (1 << 25) /* Receiver Overflow Status Status in function 4, if \
6406 set, generate pcie_err_attn output when this error is seen.. WC \
6407 */
6408#define PXPCS_TL_FUNC345_STAT_ERR_UNEXP_CPL4\
6409 (1 << 24) /* Unexpected Completion Status Status in function 4, \
6410 if set, generate pcie_err_attn output when this error is seen. WC \
6411 */
6412#define PXPCS_TL_FUNC345_STAT_ERR_MASTER_ABRT4\
6413 (1 << 23) /* Receive UR Statusin function 4. If set, generate \
6414 pcie_err_attn output when this error is seen. WC */
6415#define PXPCS_TL_FUNC345_STAT_ERR_CPL_TIMEOUT4\
6416 (1 << 22) /* Completer Timeout Status Status in function 4, if \
6417 set, generate pcie_err_attn output when this error is seen. WC */
6418#define PXPCS_TL_FUNC345_STAT_ERR_FC_PRTL4\
6419 (1 << 21) /* Flow Control Protocol Error Status Status in \
6420 function 4, if set, generate pcie_err_attn output when this error \
6421 is seen. WC */
6422#define PXPCS_TL_FUNC345_STAT_ERR_PSND_TLP4\
6423 (1 << 20) /* Poisoned Error Status Status in function 4, if set, \
6424 generate pcie_err_attn output when this error is seen.. WC */
6425#define PXPCS_TL_FUNC345_STAT_PRI_SIG_TARGET_ABORT3 (1 << 19) /* WC */
6426#define PXPCS_TL_FUNC345_STAT_ERR_UNSPPORT3\
6427 (1 << 18) /* Unsupported Request Error Status in function3, if \
6428 set, generate pcie_err_attn output when this error is seen. WC */
6429#define PXPCS_TL_FUNC345_STAT_ERR_ECRC3\
6430 (1 << 17) /* ECRC Error TLP Status Status in function 3, if set, \
6431 generate pcie_err_attn output when this error is seen.. WC */
6432#define PXPCS_TL_FUNC345_STAT_ERR_MALF_TLP3\
6433 (1 << 16) /* Malformed TLP Status Status in function 3, if set, \
6434 generate pcie_err_attn output when this error is seen.. WC */
6435#define PXPCS_TL_FUNC345_STAT_ERR_RX_OFLOW3\
6436 (1 << 15) /* Receiver Overflow Status Status in function 3, if \
6437 set, generate pcie_err_attn output when this error is seen.. WC \
6438 */
6439#define PXPCS_TL_FUNC345_STAT_ERR_UNEXP_CPL3\
6440 (1 << 14) /* Unexpected Completion Status Status in function 3, \
6441 if set, generate pcie_err_attn output when this error is seen. WC \
6442 */
6443#define PXPCS_TL_FUNC345_STAT_ERR_MASTER_ABRT3\
6444 (1 << 13) /* Receive UR Statusin function 3. If set, generate \
6445 pcie_err_attn output when this error is seen. WC */
6446#define PXPCS_TL_FUNC345_STAT_ERR_CPL_TIMEOUT3\
6447 (1 << 12) /* Completer Timeout Status Status in function 3, if \
6448 set, generate pcie_err_attn output when this error is seen. WC */
6449#define PXPCS_TL_FUNC345_STAT_ERR_FC_PRTL3\
6450 (1 << 11) /* Flow Control Protocol Error Status Status in \
6451 function 3, if set, generate pcie_err_attn output when this error \
6452 is seen. WC */
6453#define PXPCS_TL_FUNC345_STAT_ERR_PSND_TLP3\
6454 (1 << 10) /* Poisoned Error Status Status in function 3, if set, \
6455 generate pcie_err_attn output when this error is seen.. WC */
6456#define PXPCS_TL_FUNC345_STAT_PRI_SIG_TARGET_ABORT2 (1 << 9) /* WC */
6457#define PXPCS_TL_FUNC345_STAT_ERR_UNSPPORT2\
6458 (1 << 8) /* Unsupported Request Error Status for Function 2, if \
6459 set, generate pcie_err_attn output when this error is seen. WC */
6460#define PXPCS_TL_FUNC345_STAT_ERR_ECRC2\
6461 (1 << 7) /* ECRC Error TLP Status Status for Function 2, if set, \
6462 generate pcie_err_attn output when this error is seen.. WC */
6463#define PXPCS_TL_FUNC345_STAT_ERR_MALF_TLP2\
6464 (1 << 6) /* Malformed TLP Status Status for Function 2, if set, \
6465 generate pcie_err_attn output when this error is seen.. WC */
6466#define PXPCS_TL_FUNC345_STAT_ERR_RX_OFLOW2\
6467 (1 << 5) /* Receiver Overflow Status Status for Function 2, if \
6468 set, generate pcie_err_attn output when this error is seen.. WC \
6469 */
6470#define PXPCS_TL_FUNC345_STAT_ERR_UNEXP_CPL2\
6471 (1 << 4) /* Unexpected Completion Status Status for Function 2, \
6472 if set, generate pcie_err_attn output when this error is seen. WC \
6473 */
6474#define PXPCS_TL_FUNC345_STAT_ERR_MASTER_ABRT2\
6475 (1 << 3) /* Receive UR Statusfor Function 2. If set, generate \
6476 pcie_err_attn output when this error is seen. WC */
6477#define PXPCS_TL_FUNC345_STAT_ERR_CPL_TIMEOUT2\
6478 (1 << 2) /* Completer Timeout Status Status for Function 2, if \
6479 set, generate pcie_err_attn output when this error is seen. WC */
6480#define PXPCS_TL_FUNC345_STAT_ERR_FC_PRTL2\
6481 (1 << 1) /* Flow Control Protocol Error Status Status for \
6482 Function 2, if set, generate pcie_err_attn output when this error \
6483 is seen. WC */
6484#define PXPCS_TL_FUNC345_STAT_ERR_PSND_TLP2\
6485 (1 << 0) /* Poisoned Error Status Status for Function 2, if set, \
6486 generate pcie_err_attn output when this error is seen.. WC */
6487
6488
6489#define PXPCS_TL_FUNC678_STAT 0x85C
6490#define PXPCS_TL_FUNC678_STAT_PRI_SIG_TARGET_ABORT7 (1 << 29) /* WC */
6491#define PXPCS_TL_FUNC678_STAT_ERR_UNSPPORT7\
6492 (1 << 28) /* Unsupported Request Error Status in function7, if \
6493 set, generate pcie_err_attn output when this error is seen. WC */
6494#define PXPCS_TL_FUNC678_STAT_ERR_ECRC7\
6495 (1 << 27) /* ECRC Error TLP Status Status in function 7, if set, \
6496 generate pcie_err_attn output when this error is seen.. WC */
6497#define PXPCS_TL_FUNC678_STAT_ERR_MALF_TLP7\
6498 (1 << 26) /* Malformed TLP Status Status in function 7, if set, \
6499 generate pcie_err_attn output when this error is seen.. WC */
6500#define PXPCS_TL_FUNC678_STAT_ERR_RX_OFLOW7\
6501 (1 << 25) /* Receiver Overflow Status Status in function 7, if \
6502 set, generate pcie_err_attn output when this error is seen.. WC \
6503 */
6504#define PXPCS_TL_FUNC678_STAT_ERR_UNEXP_CPL7\
6505 (1 << 24) /* Unexpected Completion Status Status in function 7, \
6506 if set, generate pcie_err_attn output when this error is seen. WC \
6507 */
6508#define PXPCS_TL_FUNC678_STAT_ERR_MASTER_ABRT7\
6509 (1 << 23) /* Receive UR Statusin function 7. If set, generate \
6510 pcie_err_attn output when this error is seen. WC */
6511#define PXPCS_TL_FUNC678_STAT_ERR_CPL_TIMEOUT7\
6512 (1 << 22) /* Completer Timeout Status Status in function 7, if \
6513 set, generate pcie_err_attn output when this error is seen. WC */
6514#define PXPCS_TL_FUNC678_STAT_ERR_FC_PRTL7\
6515 (1 << 21) /* Flow Control Protocol Error Status Status in \
6516 function 7, if set, generate pcie_err_attn output when this error \
6517 is seen. WC */
6518#define PXPCS_TL_FUNC678_STAT_ERR_PSND_TLP7\
6519 (1 << 20) /* Poisoned Error Status Status in function 7, if set, \
6520 generate pcie_err_attn output when this error is seen.. WC */
6521#define PXPCS_TL_FUNC678_STAT_PRI_SIG_TARGET_ABORT6 (1 << 19) /* WC */
6522#define PXPCS_TL_FUNC678_STAT_ERR_UNSPPORT6\
6523 (1 << 18) /* Unsupported Request Error Status in function6, if \
6524 set, generate pcie_err_attn output when this error is seen. WC */
6525#define PXPCS_TL_FUNC678_STAT_ERR_ECRC6\
6526 (1 << 17) /* ECRC Error TLP Status Status in function 6, if set, \
6527 generate pcie_err_attn output when this error is seen.. WC */
6528#define PXPCS_TL_FUNC678_STAT_ERR_MALF_TLP6\
6529 (1 << 16) /* Malformed TLP Status Status in function 6, if set, \
6530 generate pcie_err_attn output when this error is seen.. WC */
6531#define PXPCS_TL_FUNC678_STAT_ERR_RX_OFLOW6\
6532 (1 << 15) /* Receiver Overflow Status Status in function 6, if \
6533 set, generate pcie_err_attn output when this error is seen.. WC \
6534 */
6535#define PXPCS_TL_FUNC678_STAT_ERR_UNEXP_CPL6\
6536 (1 << 14) /* Unexpected Completion Status Status in function 6, \
6537 if set, generate pcie_err_attn output when this error is seen. WC \
6538 */
6539#define PXPCS_TL_FUNC678_STAT_ERR_MASTER_ABRT6\
6540 (1 << 13) /* Receive UR Statusin function 6. If set, generate \
6541 pcie_err_attn output when this error is seen. WC */
6542#define PXPCS_TL_FUNC678_STAT_ERR_CPL_TIMEOUT6\
6543 (1 << 12) /* Completer Timeout Status Status in function 6, if \
6544 set, generate pcie_err_attn output when this error is seen. WC */
6545#define PXPCS_TL_FUNC678_STAT_ERR_FC_PRTL6\
6546 (1 << 11) /* Flow Control Protocol Error Status Status in \
6547 function 6, if set, generate pcie_err_attn output when this error \
6548 is seen. WC */
6549#define PXPCS_TL_FUNC678_STAT_ERR_PSND_TLP6\
6550 (1 << 10) /* Poisoned Error Status Status in function 6, if set, \
6551 generate pcie_err_attn output when this error is seen.. WC */
6552#define PXPCS_TL_FUNC678_STAT_PRI_SIG_TARGET_ABORT5 (1 << 9) /* WC */
6553#define PXPCS_TL_FUNC678_STAT_ERR_UNSPPORT5\
6554 (1 << 8) /* Unsupported Request Error Status for Function 5, if \
6555 set, generate pcie_err_attn output when this error is seen. WC */
6556#define PXPCS_TL_FUNC678_STAT_ERR_ECRC5\
6557 (1 << 7) /* ECRC Error TLP Status Status for Function 5, if set, \
6558 generate pcie_err_attn output when this error is seen.. WC */
6559#define PXPCS_TL_FUNC678_STAT_ERR_MALF_TLP5\
6560 (1 << 6) /* Malformed TLP Status Status for Function 5, if set, \
6561 generate pcie_err_attn output when this error is seen.. WC */
6562#define PXPCS_TL_FUNC678_STAT_ERR_RX_OFLOW5\
6563 (1 << 5) /* Receiver Overflow Status Status for Function 5, if \
6564 set, generate pcie_err_attn output when this error is seen.. WC \
6565 */
6566#define PXPCS_TL_FUNC678_STAT_ERR_UNEXP_CPL5\
6567 (1 << 4) /* Unexpected Completion Status Status for Function 5, \
6568 if set, generate pcie_err_attn output when this error is seen. WC \
6569 */
6570#define PXPCS_TL_FUNC678_STAT_ERR_MASTER_ABRT5\
6571 (1 << 3) /* Receive UR Statusfor Function 5. If set, generate \
6572 pcie_err_attn output when this error is seen. WC */
6573#define PXPCS_TL_FUNC678_STAT_ERR_CPL_TIMEOUT5\
6574 (1 << 2) /* Completer Timeout Status Status for Function 5, if \
6575 set, generate pcie_err_attn output when this error is seen. WC */
6576#define PXPCS_TL_FUNC678_STAT_ERR_FC_PRTL5\
6577 (1 << 1) /* Flow Control Protocol Error Status Status for \
6578 Function 5, if set, generate pcie_err_attn output when this error \
6579 is seen. WC */
6580#define PXPCS_TL_FUNC678_STAT_ERR_PSND_TLP5\
6581 (1 << 0) /* Poisoned Error Status Status for Function 5, if set, \
6582 generate pcie_err_attn output when this error is seen.. WC */
6583
6584
6585#define BAR_USTRORM_INTMEM 0x400000
6586#define BAR_CSTRORM_INTMEM 0x410000
6587#define BAR_XSTRORM_INTMEM 0x420000
6588#define BAR_TSTRORM_INTMEM 0x430000
6589
6590/* for accessing the IGU in case of status block ACK */
6591#define BAR_IGU_INTMEM 0x440000
6592
6593#define BAR_DOORBELL_OFFSET 0x800000
6594
6595#define BAR_ME_REGISTER 0x450000
6596#define ME_REG_PF_NUM_SHIFT 0
6597#define ME_REG_PF_NUM\
6598 (7L<<ME_REG_PF_NUM_SHIFT) /* Relative PF Num */
6599#define ME_REG_VF_VALID (1<<8)
6600#define ME_REG_VF_NUM_SHIFT 9
6601#define ME_REG_VF_NUM_MASK (0x3f<<ME_REG_VF_NUM_SHIFT)
6602#define ME_REG_VF_ERR (0x1<<3)
6603#define ME_REG_ABS_PF_NUM_SHIFT 16
6604#define ME_REG_ABS_PF_NUM\
6605 (7L<<ME_REG_ABS_PF_NUM_SHIFT) /* Absolute PF Num */
6606
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006607
Ariel Elior1ab44342013-01-01 05:22:23 +00006608#define PXP_VF_ADDR_IGU_START 0
6609#define PXP_VF_ADDR_IGU_SIZE 0x3000
6610#define PXP_VF_ADDR_IGU_END\
6611 ((PXP_VF_ADDR_IGU_START) + (PXP_VF_ADDR_IGU_SIZE) - 1)
Ariel Eliorbe1f1ffa2013-01-01 05:22:24 +00006612
Ariel Eliorad5afc82013-01-01 05:22:26 +00006613#define PXP_VF_ADDR_USDM_QUEUES_START 0x3000
6614#define PXP_VF_ADDR_USDM_QUEUES_SIZE\
6615 (PXP_VF_ADRR_NUM_QUEUES * PXP_ADDR_QUEUE_SIZE)
6616#define PXP_VF_ADDR_USDM_QUEUES_END\
6617 ((PXP_VF_ADDR_USDM_QUEUES_START) + (PXP_VF_ADDR_USDM_QUEUES_SIZE) - 1)
6618
Ariel Eliorbe1f1ffa2013-01-01 05:22:24 +00006619#define PXP_VF_ADDR_CSDM_GLOBAL_START 0x7600
6620#define PXP_VF_ADDR_CSDM_GLOBAL_SIZE (PXP_ADDR_REG_SIZE)
6621#define PXP_VF_ADDR_CSDM_GLOBAL_END\
6622 ((PXP_VF_ADDR_CSDM_GLOBAL_START) + (PXP_VF_ADDR_CSDM_GLOBAL_SIZE) - 1)
6623
Ariel Elior1ab44342013-01-01 05:22:23 +00006624#define PXP_VF_ADDR_DB_START 0x7c00
6625#define PXP_VF_ADDR_DB_SIZE 0x200
6626#define PXP_VF_ADDR_DB_END\
6627 ((PXP_VF_ADDR_DB_START) + (PXP_VF_ADDR_DB_SIZE) - 1)
6628
Yaniv Rosner7846e472009-11-05 19:18:07 +02006629#define MDIO_REG_BANK_CL73_IEEEB0 0x0
6630#define MDIO_CL73_IEEEB0_CL73_AN_CONTROL 0x0
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006631#define MDIO_CL73_IEEEB0_CL73_AN_CONTROL_RESTART_AN 0x0200
6632#define MDIO_CL73_IEEEB0_CL73_AN_CONTROL_AN_EN 0x1000
6633#define MDIO_CL73_IEEEB0_CL73_AN_CONTROL_MAIN_RST 0x8000
6634
Yaniv Rosner7846e472009-11-05 19:18:07 +02006635#define MDIO_REG_BANK_CL73_IEEEB1 0x10
6636#define MDIO_CL73_IEEEB1_AN_ADV1 0x00
6637#define MDIO_CL73_IEEEB1_AN_ADV1_PAUSE 0x0400
6638#define MDIO_CL73_IEEEB1_AN_ADV1_ASYMMETRIC 0x0800
6639#define MDIO_CL73_IEEEB1_AN_ADV1_PAUSE_BOTH 0x0C00
6640#define MDIO_CL73_IEEEB1_AN_ADV1_PAUSE_MASK 0x0C00
6641#define MDIO_CL73_IEEEB1_AN_ADV2 0x01
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006642#define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_1000M 0x0000
6643#define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_1000M_KX 0x0020
6644#define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_10G_KX4 0x0040
6645#define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_10G_KR 0x0080
Yaniv Rosner7846e472009-11-05 19:18:07 +02006646#define MDIO_CL73_IEEEB1_AN_LP_ADV1 0x03
6647#define MDIO_CL73_IEEEB1_AN_LP_ADV1_PAUSE 0x0400
6648#define MDIO_CL73_IEEEB1_AN_LP_ADV1_ASYMMETRIC 0x0800
6649#define MDIO_CL73_IEEEB1_AN_LP_ADV1_PAUSE_BOTH 0x0C00
6650#define MDIO_CL73_IEEEB1_AN_LP_ADV1_PAUSE_MASK 0x0C00
Mintz Yuval9e7e8392012-02-15 02:10:24 +00006651#define MDIO_CL73_IEEEB1_AN_LP_ADV2 0x04
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006652
6653#define MDIO_REG_BANK_RX0 0x80b0
Eilon Greenstein239d6862009-08-12 08:23:04 +00006654#define MDIO_RX0_RX_STATUS 0x10
6655#define MDIO_RX0_RX_STATUS_SIGDET 0x8000
6656#define MDIO_RX0_RX_STATUS_RX_SEQ_DONE 0x1000
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006657#define MDIO_RX0_RX_EQ_BOOST 0x1c
6658#define MDIO_RX0_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7
6659#define MDIO_RX0_RX_EQ_BOOST_OFFSET_CTRL 0x10
6660
6661#define MDIO_REG_BANK_RX1 0x80c0
6662#define MDIO_RX1_RX_EQ_BOOST 0x1c
6663#define MDIO_RX1_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7
6664#define MDIO_RX1_RX_EQ_BOOST_OFFSET_CTRL 0x10
6665
6666#define MDIO_REG_BANK_RX2 0x80d0
6667#define MDIO_RX2_RX_EQ_BOOST 0x1c
6668#define MDIO_RX2_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7
6669#define MDIO_RX2_RX_EQ_BOOST_OFFSET_CTRL 0x10
6670
6671#define MDIO_REG_BANK_RX3 0x80e0
6672#define MDIO_RX3_RX_EQ_BOOST 0x1c
6673#define MDIO_RX3_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7
6674#define MDIO_RX3_RX_EQ_BOOST_OFFSET_CTRL 0x10
6675
6676#define MDIO_REG_BANK_RX_ALL 0x80f0
6677#define MDIO_RX_ALL_RX_EQ_BOOST 0x1c
6678#define MDIO_RX_ALL_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006679#define MDIO_RX_ALL_RX_EQ_BOOST_OFFSET_CTRL 0x10
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006680
6681#define MDIO_REG_BANK_TX0 0x8060
6682#define MDIO_TX0_TX_DRIVER 0x17
6683#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000
6684#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12
6685#define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00
6686#define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8
6687#define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0
6688#define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4
6689#define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e
6690#define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1
6691#define MDIO_TX0_TX_DRIVER_ICBUF1T 1
6692
Eilon Greensteinc2c8b032009-02-12 08:37:14 +00006693#define MDIO_REG_BANK_TX1 0x8070
6694#define MDIO_TX1_TX_DRIVER 0x17
6695#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000
6696#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12
6697#define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00
6698#define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8
6699#define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0
6700#define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4
6701#define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e
6702#define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1
6703#define MDIO_TX0_TX_DRIVER_ICBUF1T 1
6704
6705#define MDIO_REG_BANK_TX2 0x8080
6706#define MDIO_TX2_TX_DRIVER 0x17
6707#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000
6708#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12
6709#define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00
6710#define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8
6711#define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0
6712#define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4
6713#define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e
6714#define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1
6715#define MDIO_TX0_TX_DRIVER_ICBUF1T 1
6716
6717#define MDIO_REG_BANK_TX3 0x8090
6718#define MDIO_TX3_TX_DRIVER 0x17
6719#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000
6720#define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12
6721#define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00
6722#define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8
6723#define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0
6724#define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4
6725#define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e
6726#define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1
6727#define MDIO_TX0_TX_DRIVER_ICBUF1T 1
6728
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006729#define MDIO_REG_BANK_XGXS_BLOCK0 0x8000
6730#define MDIO_BLOCK0_XGXS_CONTROL 0x10
6731
6732#define MDIO_REG_BANK_XGXS_BLOCK1 0x8010
6733#define MDIO_BLOCK1_LANE_CTRL0 0x15
6734#define MDIO_BLOCK1_LANE_CTRL1 0x16
6735#define MDIO_BLOCK1_LANE_CTRL2 0x17
6736#define MDIO_BLOCK1_LANE_PRBS 0x19
6737
6738#define MDIO_REG_BANK_XGXS_BLOCK2 0x8100
6739#define MDIO_XGXS_BLOCK2_RX_LN_SWAP 0x10
6740#define MDIO_XGXS_BLOCK2_RX_LN_SWAP_ENABLE 0x8000
6741#define MDIO_XGXS_BLOCK2_RX_LN_SWAP_FORCE_ENABLE 0x4000
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006742#define MDIO_XGXS_BLOCK2_TX_LN_SWAP 0x11
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006743#define MDIO_XGXS_BLOCK2_TX_LN_SWAP_ENABLE 0x8000
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006744#define MDIO_XGXS_BLOCK2_UNICORE_MODE_10G 0x14
Eliezer Tamirf1410642008-02-28 11:51:50 -08006745#define MDIO_XGXS_BLOCK2_UNICORE_MODE_10G_CX4_XGXS 0x0001
6746#define MDIO_XGXS_BLOCK2_UNICORE_MODE_10G_HIGIG_XGXS 0x0010
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006747#define MDIO_XGXS_BLOCK2_TEST_MODE_LANE 0x15
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006748
6749#define MDIO_REG_BANK_GP_STATUS 0x8120
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006750#define MDIO_GP_STATUS_TOP_AN_STATUS1 0x1B
6751#define MDIO_GP_STATUS_TOP_AN_STATUS1_CL73_AUTONEG_COMPLETE 0x0001
6752#define MDIO_GP_STATUS_TOP_AN_STATUS1_CL37_AUTONEG_COMPLETE 0x0002
6753#define MDIO_GP_STATUS_TOP_AN_STATUS1_LINK_STATUS 0x0004
6754#define MDIO_GP_STATUS_TOP_AN_STATUS1_DUPLEX_STATUS 0x0008
6755#define MDIO_GP_STATUS_TOP_AN_STATUS1_CL73_MR_LP_NP_AN_ABLE 0x0010
6756#define MDIO_GP_STATUS_TOP_AN_STATUS1_CL73_LP_NP_BAM_ABLE 0x0020
6757#define MDIO_GP_STATUS_TOP_AN_STATUS1_PAUSE_RSOLUTION_TXSIDE 0x0040
6758#define MDIO_GP_STATUS_TOP_AN_STATUS1_PAUSE_RSOLUTION_RXSIDE 0x0080
6759#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_MASK 0x3f00
6760#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10M 0x0000
6761#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_100M 0x0100
6762#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_1G 0x0200
6763#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_2_5G 0x0300
6764#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_5G 0x0400
6765#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_6G 0x0500
6766#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_HIG 0x0600
6767#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_CX4 0x0700
6768#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_12G_HIG 0x0800
6769#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_12_5G 0x0900
6770#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_13G 0x0A00
6771#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_15G 0x0B00
6772#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_16G 0x0C00
6773#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_1G_KX 0x0D00
6774#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_KX4 0x0E00
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00006775#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_KR 0x0F00
6776#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_XFI 0x1B00
6777#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_20G_DXGXS 0x1E00
6778#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_SFI 0x1F00
Yaniv Rosner4e7b4992012-11-27 03:46:29 +00006779#define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_20G_KR2 0x3900
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006780
6781
6782#define MDIO_REG_BANK_10G_PARALLEL_DETECT 0x8130
Yaniv Rosner15ddd2d2009-11-05 19:18:12 +02006783#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_STATUS 0x10
6784#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_STATUS_PD_LINK 0x8000
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006785#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_CONTROL 0x11
6786#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_CONTROL_PARDET10G_EN 0x1
6787#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_LINK 0x13
6788#define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_LINK_CNT (0xb71<<1)
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006789
6790#define MDIO_REG_BANK_SERDES_DIGITAL 0x8300
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006791#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1 0x10
6792#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_FIBER_MODE 0x0001
6793#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_TBI_IF 0x0002
6794#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_SIGNAL_DETECT_EN 0x0004
6795#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_INVERT_SIGNAL_DETECT 0x0008
6796#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_AUTODET 0x0010
6797#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_MSTR_MODE 0x0020
6798#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL2 0x11
6799#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL2_PRL_DT_EN 0x0001
6800#define MDIO_SERDES_DIGITAL_A_1000X_CONTROL2_AN_FST_TMR 0x0040
6801#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1 0x14
Yaniv Rosnera22f0782010-09-07 11:41:20 +00006802#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SGMII 0x0001
6803#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_LINK 0x0002
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006804#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_DUPLEX 0x0004
6805#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_MASK 0x0018
6806#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_SHIFT 3
6807#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_2_5G 0x0018
6808#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_1G 0x0010
6809#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_100M 0x0008
6810#define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_10M 0x0000
Yaniv Rosner15ddd2d2009-11-05 19:18:12 +02006811#define MDIO_SERDES_DIGITAL_A_1000X_STATUS2 0x15
6812#define MDIO_SERDES_DIGITAL_A_1000X_STATUS2_AN_DISABLED 0x0002
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006813#define MDIO_SERDES_DIGITAL_MISC1 0x18
6814#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_MASK 0xE000
6815#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_25M 0x0000
6816#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_100M 0x2000
6817#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_125M 0x4000
6818#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_156_25M 0x6000
6819#define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_187_5M 0x8000
6820#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_SEL 0x0010
6821#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_MASK 0x000f
6822#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_2_5G 0x0000
6823#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_5G 0x0001
6824#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_6G 0x0002
6825#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_10G_HIG 0x0003
6826#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_10G_CX4 0x0004
6827#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_12G 0x0005
6828#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_12_5G 0x0006
6829#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_13G 0x0007
6830#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_15G 0x0008
6831#define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_16G 0x0009
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006832
6833#define MDIO_REG_BANK_OVER_1G 0x8320
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006834#define MDIO_OVER_1G_DIGCTL_3_4 0x14
6835#define MDIO_OVER_1G_DIGCTL_3_4_MP_ID_MASK 0xffe0
6836#define MDIO_OVER_1G_DIGCTL_3_4_MP_ID_SHIFT 5
6837#define MDIO_OVER_1G_UP1 0x19
6838#define MDIO_OVER_1G_UP1_2_5G 0x0001
6839#define MDIO_OVER_1G_UP1_5G 0x0002
6840#define MDIO_OVER_1G_UP1_6G 0x0004
6841#define MDIO_OVER_1G_UP1_10G 0x0010
6842#define MDIO_OVER_1G_UP1_10GH 0x0008
6843#define MDIO_OVER_1G_UP1_12G 0x0020
6844#define MDIO_OVER_1G_UP1_12_5G 0x0040
6845#define MDIO_OVER_1G_UP1_13G 0x0080
6846#define MDIO_OVER_1G_UP1_15G 0x0100
6847#define MDIO_OVER_1G_UP1_16G 0x0200
6848#define MDIO_OVER_1G_UP2 0x1A
6849#define MDIO_OVER_1G_UP2_IPREDRIVER_MASK 0x0007
6850#define MDIO_OVER_1G_UP2_IDRIVER_MASK 0x0038
6851#define MDIO_OVER_1G_UP2_PREEMPHASIS_MASK 0x03C0
6852#define MDIO_OVER_1G_UP3 0x1B
6853#define MDIO_OVER_1G_UP3_HIGIG2 0x0001
6854#define MDIO_OVER_1G_LP_UP1 0x1C
6855#define MDIO_OVER_1G_LP_UP2 0x1D
6856#define MDIO_OVER_1G_LP_UP2_MR_ADV_OVER_1G_MASK 0x03ff
6857#define MDIO_OVER_1G_LP_UP2_PREEMPHASIS_MASK 0x0780
6858#define MDIO_OVER_1G_LP_UP2_PREEMPHASIS_SHIFT 7
6859#define MDIO_OVER_1G_LP_UP3 0x1E
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006860
Eilon Greenstein239d6862009-08-12 08:23:04 +00006861#define MDIO_REG_BANK_REMOTE_PHY 0x8330
6862#define MDIO_REMOTE_PHY_MISC_RX_STATUS 0x10
6863#define MDIO_REMOTE_PHY_MISC_RX_STATUS_CL37_FSM_RECEIVED_OVER1G_MSG 0x0010
6864#define MDIO_REMOTE_PHY_MISC_RX_STATUS_CL37_FSM_RECEIVED_BRCM_OUI_MSG 0x0600
6865
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006866#define MDIO_REG_BANK_BAM_NEXT_PAGE 0x8350
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006867#define MDIO_BAM_NEXT_PAGE_MP5_NEXT_PAGE_CTRL 0x10
6868#define MDIO_BAM_NEXT_PAGE_MP5_NEXT_PAGE_CTRL_BAM_MODE 0x0001
6869#define MDIO_BAM_NEXT_PAGE_MP5_NEXT_PAGE_CTRL_TETON_AN 0x0002
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006870
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006871#define MDIO_REG_BANK_CL73_USERB0 0x8370
Eilon Greenstein239d6862009-08-12 08:23:04 +00006872#define MDIO_CL73_USERB0_CL73_UCTRL 0x10
6873#define MDIO_CL73_USERB0_CL73_UCTRL_USTAT1_MUXSEL 0x0002
6874#define MDIO_CL73_USERB0_CL73_USTAT1 0x11
6875#define MDIO_CL73_USERB0_CL73_USTAT1_LINK_STATUS_CHECK 0x0100
6876#define MDIO_CL73_USERB0_CL73_USTAT1_AN_GOOD_CHECK_BAM37 0x0400
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006877#define MDIO_CL73_USERB0_CL73_BAM_CTRL1 0x12
6878#define MDIO_CL73_USERB0_CL73_BAM_CTRL1_BAM_EN 0x8000
6879#define MDIO_CL73_USERB0_CL73_BAM_CTRL1_BAM_STATION_MNGR_EN 0x4000
6880#define MDIO_CL73_USERB0_CL73_BAM_CTRL1_BAM_NP_AFTER_BP_EN 0x2000
6881#define MDIO_CL73_USERB0_CL73_BAM_CTRL3 0x14
6882#define MDIO_CL73_USERB0_CL73_BAM_CTRL3_USE_CL73_HCD_MR 0x0001
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006883
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006884#define MDIO_REG_BANK_AER_BLOCK 0xFFD0
6885#define MDIO_AER_BLOCK_AER_REG 0x1E
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006886
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006887#define MDIO_REG_BANK_COMBO_IEEE0 0xFFE0
6888#define MDIO_COMBO_IEEE0_MII_CONTROL 0x10
6889#define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_MASK 0x2040
6890#define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_10 0x0000
6891#define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_100 0x2000
6892#define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_1000 0x0040
6893#define MDIO_COMBO_IEEO_MII_CONTROL_FULL_DUPLEX 0x0100
6894#define MDIO_COMBO_IEEO_MII_CONTROL_RESTART_AN 0x0200
6895#define MDIO_COMBO_IEEO_MII_CONTROL_AN_EN 0x1000
6896#define MDIO_COMBO_IEEO_MII_CONTROL_LOOPBACK 0x4000
6897#define MDIO_COMBO_IEEO_MII_CONTROL_RESET 0x8000
6898#define MDIO_COMBO_IEEE0_MII_STATUS 0x11
6899#define MDIO_COMBO_IEEE0_MII_STATUS_LINK_PASS 0x0004
6900#define MDIO_COMBO_IEEE0_MII_STATUS_AUTONEG_COMPLETE 0x0020
6901#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV 0x14
6902#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_FULL_DUPLEX 0x0020
6903#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_HALF_DUPLEX 0x0040
6904#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_MASK 0x0180
6905#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_NONE 0x0000
6906#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_SYMMETRIC 0x0080
6907#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_ASYMMETRIC 0x0100
6908#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_BOTH 0x0180
6909#define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_NEXT_PAGE 0x8000
6910#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1 0x15
6911#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_NEXT_PAGE 0x8000
6912#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_ACK 0x4000
6913#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_PAUSE_MASK 0x0180
6914#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_PAUSE_NONE 0x0000
6915#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_PAUSE_BOTH 0x0180
6916#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_HALF_DUP_CAP 0x0040
6917#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_FULL_DUP_CAP 0x0020
6918/*WhenthelinkpartnerisinSGMIImode(bit0=1),then
6919bit15=link,bit12=duplex,bits11:10=speed,bit14=acknowledge.
6920Theotherbitsarereservedandshouldbezero*/
6921#define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_SGMII_MODE 0x0001
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006922
6923
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006924#define MDIO_PMA_DEVAD 0x1
6925/*ieee*/
6926#define MDIO_PMA_REG_CTRL 0x0
6927#define MDIO_PMA_REG_STATUS 0x1
6928#define MDIO_PMA_REG_10G_CTRL2 0x7
Yaniv Rosner85242ee2011-07-05 01:06:53 +00006929#define MDIO_PMA_REG_TX_DISABLE 0x0009
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006930#define MDIO_PMA_REG_RX_SD 0xa
6931/*bcm*/
6932#define MDIO_PMA_REG_BCM_CTRL 0x0096
6933#define MDIO_PMA_REG_FEC_CTRL 0x00ab
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006934#define MDIO_PMA_REG_PHY_IDENTIFIER 0xc800
6935#define MDIO_PMA_REG_DIGITAL_CTRL 0xc808
6936#define MDIO_PMA_REG_DIGITAL_STATUS 0xc809
6937#define MDIO_PMA_REG_TX_POWER_DOWN 0xca02
6938#define MDIO_PMA_REG_CMU_PLL_BYPASS 0xca09
6939#define MDIO_PMA_REG_MISC_CTRL 0xca0a
6940#define MDIO_PMA_REG_GEN_CTRL 0xca10
6941#define MDIO_PMA_REG_GEN_CTRL_ROM_RESET_INTERNAL_MP 0x0188
6942#define MDIO_PMA_REG_GEN_CTRL_ROM_MICRO_RESET 0x018a
Yaniv Rosner57963ed2008-08-13 15:55:28 -07006943#define MDIO_PMA_REG_M8051_MSGIN_REG 0xca12
6944#define MDIO_PMA_REG_M8051_MSGOUT_REG 0xca13
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006945#define MDIO_PMA_REG_ROM_VER1 0xca19
6946#define MDIO_PMA_REG_ROM_VER2 0xca1a
6947#define MDIO_PMA_REG_EDC_FFE_MAIN 0xca1b
6948#define MDIO_PMA_REG_PLL_BANDWIDTH 0xca1d
Eilon Greenstein4d295db2009-07-21 05:47:47 +00006949#define MDIO_PMA_REG_PLL_CTRL 0xca1e
Eilon Greenstein589abe32009-02-12 08:36:55 +00006950#define MDIO_PMA_REG_MISC_CTRL0 0xca23
6951#define MDIO_PMA_REG_LRM_MODE 0xca3f
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006952#define MDIO_PMA_REG_CDR_BANDWIDTH 0xca46
6953#define MDIO_PMA_REG_MISC_CTRL1 0xca85
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02006954
Eilon Greenstein4d295db2009-07-21 05:47:47 +00006955#define MDIO_PMA_REG_SFP_TWO_WIRE_CTRL 0x8000
6956#define MDIO_PMA_REG_SFP_TWO_WIRE_CTRL_STATUS_MASK 0x000c
6957#define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_IDLE 0x0000
6958#define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_COMPLETE 0x0004
6959#define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_IN_PROGRESS 0x0008
6960#define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_FAILED 0x000c
6961#define MDIO_PMA_REG_SFP_TWO_WIRE_BYTE_CNT 0x8002
6962#define MDIO_PMA_REG_SFP_TWO_WIRE_MEM_ADDR 0x8003
Eilon Greenstein589abe32009-02-12 08:36:55 +00006963#define MDIO_PMA_REG_8726_TWO_WIRE_DATA_BUF 0xc820
6964#define MDIO_PMA_REG_8726_TWO_WIRE_DATA_MASK 0xff
6965#define MDIO_PMA_REG_8726_TX_CTRL1 0xca01
6966#define MDIO_PMA_REG_8726_TX_CTRL2 0xca05
6967
Eilon Greenstein4d295db2009-07-21 05:47:47 +00006968#define MDIO_PMA_REG_8727_TWO_WIRE_SLAVE_ADDR 0x8005
6969#define MDIO_PMA_REG_8727_TWO_WIRE_DATA_BUF 0x8007
6970#define MDIO_PMA_REG_8727_TWO_WIRE_DATA_MASK 0xff
Eilon Greenstein4d295db2009-07-21 05:47:47 +00006971#define MDIO_PMA_REG_8727_TX_CTRL1 0xca02
6972#define MDIO_PMA_REG_8727_TX_CTRL2 0xca05
6973#define MDIO_PMA_REG_8727_PCS_OPT_CTRL 0xc808
6974#define MDIO_PMA_REG_8727_GPIO_CTRL 0xc80e
Yaniv Rosnere10bc842010-09-07 11:40:50 +00006975#define MDIO_PMA_REG_8727_PCS_GP 0xc842
Yaniv Rosnera8db5b42011-01-31 04:22:28 +00006976#define MDIO_PMA_REG_8727_OPT_CFG_REG 0xc8e4
Yaniv Rosnere10bc842010-09-07 11:40:50 +00006977
6978#define MDIO_AN_REG_8727_MISC_CTRL 0x8309
Eilon Greenstein589abe32009-02-12 08:36:55 +00006979
Eilon Greenstein052a38e2009-02-12 08:37:16 +00006980#define MDIO_PMA_REG_8073_CHIP_REV 0xc801
6981#define MDIO_PMA_REG_8073_SPEED_LINK_STATUS 0xc820
6982#define MDIO_PMA_REG_8073_XAUI_WA 0xc841
Yaniv Rosnere10bc842010-09-07 11:40:50 +00006983#define MDIO_PMA_REG_8073_OPT_DIGITAL_CTRL 0xcd08
Eilon Greenstein052a38e2009-02-12 08:37:16 +00006984
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006985#define MDIO_PMA_REG_7101_RESET 0xc000
6986#define MDIO_PMA_REG_7107_LED_CNTL 0xc007
Yaniv Rosnere10bc842010-09-07 11:40:50 +00006987#define MDIO_PMA_REG_7107_LINK_LED_CNTL 0xc009
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07006988#define MDIO_PMA_REG_7101_VER1 0xc026
6989#define MDIO_PMA_REG_7101_VER2 0xc027
Eliezer Tamirf1410642008-02-28 11:51:50 -08006990
Yaniv Rosner7f02c4a2010-09-07 11:41:23 +00006991#define MDIO_PMA_REG_8481_PMD_SIGNAL 0xa811
6992#define MDIO_PMA_REG_8481_LED1_MASK 0xa82c
6993#define MDIO_PMA_REG_8481_LED2_MASK 0xa82f
6994#define MDIO_PMA_REG_8481_LED3_MASK 0xa832
6995#define MDIO_PMA_REG_8481_LED3_BLINK 0xa834
6996#define MDIO_PMA_REG_8481_LED5_MASK 0xa838
6997#define MDIO_PMA_REG_8481_SIGNAL_MASK 0xa835
6998#define MDIO_PMA_REG_8481_LINK_SIGNAL 0xa83b
6999#define MDIO_PMA_REG_8481_LINK_SIGNAL_LED4_ENABLE_MASK 0x800
7000#define MDIO_PMA_REG_8481_LINK_SIGNAL_LED4_ENABLE_SHIFT 11
Eilon Greenstein2f904462009-08-12 08:22:16 +00007001
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07007002
7003#define MDIO_WIS_DEVAD 0x2
7004/*bcm*/
7005#define MDIO_WIS_REG_LASI_CNTL 0x9002
7006#define MDIO_WIS_REG_LASI_STATUS 0x9005
7007
7008#define MDIO_PCS_DEVAD 0x3
7009#define MDIO_PCS_REG_STATUS 0x0020
7010#define MDIO_PCS_REG_LASI_STATUS 0x9005
7011#define MDIO_PCS_REG_7101_DSP_ACCESS 0xD000
7012#define MDIO_PCS_REG_7101_SPI_MUX 0xD008
7013#define MDIO_PCS_REG_7101_SPI_CTRL_ADDR 0xE12A
7014#define MDIO_PCS_REG_7101_SPI_RESET_BIT (5)
7015#define MDIO_PCS_REG_7101_SPI_FIFO_ADDR 0xE02A
7016#define MDIO_PCS_REG_7101_SPI_FIFO_ADDR_WRITE_ENABLE_CMD (6)
7017#define MDIO_PCS_REG_7101_SPI_FIFO_ADDR_BULK_ERASE_CMD (0xC7)
7018#define MDIO_PCS_REG_7101_SPI_FIFO_ADDR_PAGE_PROGRAM_CMD (2)
7019#define MDIO_PCS_REG_7101_SPI_BYTES_TO_TRANSFER_ADDR 0xE028
7020
7021
7022#define MDIO_XS_DEVAD 0x4
7023#define MDIO_XS_PLL_SEQUENCER 0x8000
7024#define MDIO_XS_SFX7101_XGXS_TEST1 0xc00a
7025
Eilon Greenstein589abe32009-02-12 08:36:55 +00007026#define MDIO_XS_8706_REG_BANK_RX0 0x80bc
7027#define MDIO_XS_8706_REG_BANK_RX1 0x80cc
7028#define MDIO_XS_8706_REG_BANK_RX2 0x80dc
7029#define MDIO_XS_8706_REG_BANK_RX3 0x80ec
7030#define MDIO_XS_8706_REG_BANK_RXA 0x80fc
7031
Yaniv Rosnera22f0782010-09-07 11:41:20 +00007032#define MDIO_XS_REG_8073_RX_CTRL_PCIE 0x80FA
7033
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07007034#define MDIO_AN_DEVAD 0x7
7035/*ieee*/
7036#define MDIO_AN_REG_CTRL 0x0000
7037#define MDIO_AN_REG_STATUS 0x0001
7038#define MDIO_AN_REG_STATUS_AN_COMPLETE 0x0020
7039#define MDIO_AN_REG_ADV_PAUSE 0x0010
7040#define MDIO_AN_REG_ADV_PAUSE_PAUSE 0x0400
7041#define MDIO_AN_REG_ADV_PAUSE_ASYMMETRIC 0x0800
7042#define MDIO_AN_REG_ADV_PAUSE_BOTH 0x0C00
7043#define MDIO_AN_REG_ADV_PAUSE_MASK 0x0C00
7044#define MDIO_AN_REG_ADV 0x0011
7045#define MDIO_AN_REG_ADV2 0x0012
Mintz Yuval9e7e8392012-02-15 02:10:24 +00007046#define MDIO_AN_REG_LP_AUTO_NEG 0x0013
7047#define MDIO_AN_REG_LP_AUTO_NEG2 0x0014
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07007048#define MDIO_AN_REG_MASTER_STATUS 0x0021
Yuval Mintzc8c60d82012-06-06 17:13:07 +00007049#define MDIO_AN_REG_EEE_ADV 0x003c
7050#define MDIO_AN_REG_LP_EEE_ADV 0x003d
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07007051/*bcm*/
7052#define MDIO_AN_REG_LINK_STATUS 0x8304
7053#define MDIO_AN_REG_CL37_CL73 0x8370
7054#define MDIO_AN_REG_CL37_AN 0xffe0
Yaniv Rosner8c99e7b2008-08-13 15:56:17 -07007055#define MDIO_AN_REG_CL37_FC_LD 0xffe4
Mintz Yuval9e7e8392012-02-15 02:10:24 +00007056#define MDIO_AN_REG_CL37_FC_LP 0xffe5
7057#define MDIO_AN_REG_1000T_STATUS 0xffea
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07007058
Eilon Greenstein052a38e2009-02-12 08:37:16 +00007059#define MDIO_AN_REG_8073_2_5G 0x8329
Yaniv Rosnere10bc842010-09-07 11:40:50 +00007060#define MDIO_AN_REG_8073_BAM 0x8350
Eilon Greenstein052a38e2009-02-12 08:37:16 +00007061
Yaniv Rosnerac4d9442010-09-01 09:51:25 +00007062#define MDIO_AN_REG_8481_10GBASE_T_AN_CTRL 0x0020
Eilon Greenstein2f904462009-08-12 08:22:16 +00007063#define MDIO_AN_REG_8481_LEGACY_MII_CTRL 0xffe0
Yaniv Rosner99bf7f32012-04-04 01:29:01 +00007064#define MDIO_AN_REG_8481_MII_CTRL_FORCE_1G 0x40
Yaniv Rosnere10bc842010-09-07 11:40:50 +00007065#define MDIO_AN_REG_8481_LEGACY_MII_STATUS 0xffe1
Eilon Greenstein2f904462009-08-12 08:22:16 +00007066#define MDIO_AN_REG_8481_LEGACY_AN_ADV 0xffe4
Yaniv Rosnere10bc842010-09-07 11:40:50 +00007067#define MDIO_AN_REG_8481_LEGACY_AN_EXPANSION 0xffe6
Eilon Greenstein2f904462009-08-12 08:22:16 +00007068#define MDIO_AN_REG_8481_1000T_CTRL 0xffe9
Yaniv Rosner99bf7f32012-04-04 01:29:01 +00007069#define MDIO_AN_REG_8481_1G_100T_EXT_CTRL 0xfff0
7070#define MIDO_AN_REG_8481_EXT_CTRL_FORCE_LEDS_OFF 0x0008
Eilon Greenstein2f904462009-08-12 08:22:16 +00007071#define MDIO_AN_REG_8481_EXPANSION_REG_RD_RW 0xfff5
7072#define MDIO_AN_REG_8481_EXPANSION_REG_ACCESS 0xfff7
Yaniv Rosnerac4d9442010-09-01 09:51:25 +00007073#define MDIO_AN_REG_8481_AUX_CTRL 0xfff8
Eilon Greenstein2f904462009-08-12 08:22:16 +00007074#define MDIO_AN_REG_8481_LEGACY_SHADOW 0xfffc
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07007075
Yaniv Rosnera22f0782010-09-07 11:41:20 +00007076/* BCM84823 only */
7077#define MDIO_CTL_DEVAD 0x1e
7078#define MDIO_CTL_REG_84823_MEDIA 0x401a
7079#define MDIO_CTL_REG_84823_MEDIA_MAC_MASK 0x0018
7080 /* These pins configure the BCM84823 interface to MAC after reset. */
7081#define MDIO_CTL_REG_84823_CTRL_MAC_XFI 0x0008
7082#define MDIO_CTL_REG_84823_MEDIA_MAC_XAUI_M 0x0010
7083 /* These pins configure the BCM84823 interface to Line after reset. */
7084#define MDIO_CTL_REG_84823_MEDIA_LINE_MASK 0x0060
7085#define MDIO_CTL_REG_84823_MEDIA_LINE_XAUI_L 0x0020
7086#define MDIO_CTL_REG_84823_MEDIA_LINE_XFI 0x0040
7087 /* When this pin is active high during reset, 10GBASE-T core is power
7088 * down, When it is active low the 10GBASE-T is power up
7089 */
7090#define MDIO_CTL_REG_84823_MEDIA_COPPER_CORE_DOWN 0x0080
7091#define MDIO_CTL_REG_84823_MEDIA_PRIORITY_MASK 0x0100
7092#define MDIO_CTL_REG_84823_MEDIA_PRIORITY_COPPER 0x0000
7093#define MDIO_CTL_REG_84823_MEDIA_PRIORITY_FIBER 0x0100
7094#define MDIO_CTL_REG_84823_MEDIA_FIBER_1G 0x1000
Yaniv Rosner521683d2011-11-28 00:49:48 +00007095#define MDIO_CTL_REG_84823_USER_CTRL_REG 0x4005
7096#define MDIO_CTL_REG_84823_USER_CTRL_CMS 0x0080
7097#define MDIO_PMA_REG_84823_CTL_SLOW_CLK_CNT_HIGH 0xa82b
7098#define MDIO_PMA_REG_84823_BLINK_RATE_VAL_15P9HZ 0x2f
7099#define MDIO_PMA_REG_84823_CTL_LED_CTL_1 0xa8e3
7100#define MDIO_PMA_REG_84833_CTL_LED_CTL_1 0xa8ec
7101#define MDIO_PMA_REG_84823_LED3_STRETCH_EN 0x0080
Yaniv Rosnera22f0782010-09-07 11:41:20 +00007102
Yaniv Rosnerbac27bd2011-05-31 21:28:10 +00007103/* BCM84833 only */
Yuval Mintzc8c60d82012-06-06 17:13:07 +00007104#define MDIO_84833_TOP_CFG_FW_REV 0x400f
7105#define MDIO_84833_TOP_CFG_FW_EEE 0x10b1
Yuval Mintzf6b6eb62012-09-10 05:51:07 +00007106#define MDIO_84833_TOP_CFG_FW_NO_EEE 0x1f81
Yaniv Rosnerbac27bd2011-05-31 21:28:10 +00007107#define MDIO_84833_TOP_CFG_XGPHY_STRAP1 0x401a
7108#define MDIO_84833_SUPER_ISOLATE 0x8000
7109/* These are mailbox register set used by 84833. */
7110#define MDIO_84833_TOP_CFG_SCRATCH_REG0 0x4005
7111#define MDIO_84833_TOP_CFG_SCRATCH_REG1 0x4006
7112#define MDIO_84833_TOP_CFG_SCRATCH_REG2 0x4007
7113#define MDIO_84833_TOP_CFG_SCRATCH_REG3 0x4008
7114#define MDIO_84833_TOP_CFG_SCRATCH_REG4 0x4009
Yaniv Rosner521683d2011-11-28 00:49:48 +00007115#define MDIO_84833_TOP_CFG_SCRATCH_REG26 0x4037
7116#define MDIO_84833_TOP_CFG_SCRATCH_REG27 0x4038
7117#define MDIO_84833_TOP_CFG_SCRATCH_REG28 0x4039
7118#define MDIO_84833_TOP_CFG_SCRATCH_REG29 0x403a
7119#define MDIO_84833_TOP_CFG_SCRATCH_REG30 0x403b
7120#define MDIO_84833_TOP_CFG_SCRATCH_REG31 0x403c
7121#define MDIO_84833_CMD_HDLR_COMMAND MDIO_84833_TOP_CFG_SCRATCH_REG0
7122#define MDIO_84833_CMD_HDLR_STATUS MDIO_84833_TOP_CFG_SCRATCH_REG26
7123#define MDIO_84833_CMD_HDLR_DATA1 MDIO_84833_TOP_CFG_SCRATCH_REG27
7124#define MDIO_84833_CMD_HDLR_DATA2 MDIO_84833_TOP_CFG_SCRATCH_REG28
7125#define MDIO_84833_CMD_HDLR_DATA3 MDIO_84833_TOP_CFG_SCRATCH_REG29
7126#define MDIO_84833_CMD_HDLR_DATA4 MDIO_84833_TOP_CFG_SCRATCH_REG30
7127#define MDIO_84833_CMD_HDLR_DATA5 MDIO_84833_TOP_CFG_SCRATCH_REG31
Yaniv Rosnerbac27bd2011-05-31 21:28:10 +00007128
7129/* Mailbox command set used by 84833. */
Yaniv Rosner521683d2011-11-28 00:49:48 +00007130#define PHY84833_CMD_SET_PAIR_SWAP 0x8001
7131#define PHY84833_CMD_GET_EEE_MODE 0x8008
7132#define PHY84833_CMD_SET_EEE_MODE 0x8009
Yaniv Rosnerbac27bd2011-05-31 21:28:10 +00007133/* Mailbox status set used by 84833. */
Yaniv Rosner521683d2011-11-28 00:49:48 +00007134#define PHY84833_STATUS_CMD_RECEIVED 0x0001
7135#define PHY84833_STATUS_CMD_IN_PROGRESS 0x0002
7136#define PHY84833_STATUS_CMD_COMPLETE_PASS 0x0004
7137#define PHY84833_STATUS_CMD_COMPLETE_ERROR 0x0008
7138#define PHY84833_STATUS_CMD_OPEN_FOR_CMDS 0x0010
7139#define PHY84833_STATUS_CMD_SYSTEM_BOOT 0x0020
7140#define PHY84833_STATUS_CMD_NOT_OPEN_FOR_CMDS 0x0040
7141#define PHY84833_STATUS_CMD_CLEAR_COMPLETE 0x0080
7142#define PHY84833_STATUS_CMD_OPEN_OVERRIDE 0xa5a5
Yaniv Rosnerbac27bd2011-05-31 21:28:10 +00007143
Yaniv Rosnera89a1d42011-07-05 01:07:05 +00007144
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00007145/* Warpcore clause 45 addressing */
7146#define MDIO_WC_DEVAD 0x3
7147#define MDIO_WC_REG_IEEE0BLK_MIICNTL 0x0
7148#define MDIO_WC_REG_IEEE0BLK_AUTONEGNP 0x7
7149#define MDIO_WC_REG_AN_IEEE1BLK_AN_ADVERTISEMENT0 0x10
7150#define MDIO_WC_REG_AN_IEEE1BLK_AN_ADVERTISEMENT1 0x11
Yaniv Rosner6b1f3902011-09-07 00:47:54 +00007151#define MDIO_WC_REG_AN_IEEE1BLK_AN_ADVERTISEMENT2 0x12
7152#define MDIO_WC_REG_AN_IEEE1BLK_AN_ADV2_FEC_ABILITY 0x4000
7153#define MDIO_WC_REG_AN_IEEE1BLK_AN_ADV2_FEC_REQ 0x8000
Yaniv Rosner4e7b4992012-11-27 03:46:29 +00007154#define MDIO_WC_REG_PCS_STATUS2 0x0021
7155#define MDIO_WC_REG_PMD_KR_CONTROL 0x0096
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00007156#define MDIO_WC_REG_XGXSBLK0_XGXSCONTROL 0x8000
7157#define MDIO_WC_REG_XGXSBLK0_MISCCONTROL1 0x800e
7158#define MDIO_WC_REG_XGXSBLK1_DESKEW 0x8010
7159#define MDIO_WC_REG_XGXSBLK1_LANECTRL0 0x8015
7160#define MDIO_WC_REG_XGXSBLK1_LANECTRL1 0x8016
7161#define MDIO_WC_REG_XGXSBLK1_LANECTRL2 0x8017
7162#define MDIO_WC_REG_TX0_ANA_CTRL0 0x8061
7163#define MDIO_WC_REG_TX1_ANA_CTRL0 0x8071
7164#define MDIO_WC_REG_TX2_ANA_CTRL0 0x8081
7165#define MDIO_WC_REG_TX3_ANA_CTRL0 0x8091
7166#define MDIO_WC_REG_TX0_TX_DRIVER 0x8067
7167#define MDIO_WC_REG_TX0_TX_DRIVER_IPRE_DRIVER_OFFSET 0x04
7168#define MDIO_WC_REG_TX0_TX_DRIVER_IPRE_DRIVER_MASK 0x00f0
7169#define MDIO_WC_REG_TX0_TX_DRIVER_IDRIVER_OFFSET 0x08
7170#define MDIO_WC_REG_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00
7171#define MDIO_WC_REG_TX0_TX_DRIVER_POST2_COEFF_OFFSET 0x0c
7172#define MDIO_WC_REG_TX0_TX_DRIVER_POST2_COEFF_MASK 0x7000
7173#define MDIO_WC_REG_TX1_TX_DRIVER 0x8077
7174#define MDIO_WC_REG_TX2_TX_DRIVER 0x8087
7175#define MDIO_WC_REG_TX3_TX_DRIVER 0x8097
7176#define MDIO_WC_REG_RX0_ANARXCONTROL1G 0x80b9
7177#define MDIO_WC_REG_RX2_ANARXCONTROL1G 0x80d9
7178#define MDIO_WC_REG_RX0_PCI_CTRL 0x80ba
7179#define MDIO_WC_REG_RX1_PCI_CTRL 0x80ca
7180#define MDIO_WC_REG_RX2_PCI_CTRL 0x80da
7181#define MDIO_WC_REG_RX3_PCI_CTRL 0x80ea
7182#define MDIO_WC_REG_XGXSBLK2_UNICORE_MODE_10G 0x8104
7183#define MDIO_WC_REG_XGXS_STATUS3 0x8129
7184#define MDIO_WC_REG_PAR_DET_10G_STATUS 0x8130
7185#define MDIO_WC_REG_PAR_DET_10G_CTRL 0x8131
7186#define MDIO_WC_REG_XGXS_X2_CONTROL2 0x8141
Yaniv Rosner4e7b4992012-11-27 03:46:29 +00007187#define MDIO_WC_REG_XGXS_X2_CONTROL3 0x8142
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00007188#define MDIO_WC_REG_XGXS_RX_LN_SWAP1 0x816B
7189#define MDIO_WC_REG_XGXS_TX_LN_SWAP1 0x8169
7190#define MDIO_WC_REG_GP2_STATUS_GP_2_0 0x81d0
7191#define MDIO_WC_REG_GP2_STATUS_GP_2_1 0x81d1
7192#define MDIO_WC_REG_GP2_STATUS_GP_2_2 0x81d2
7193#define MDIO_WC_REG_GP2_STATUS_GP_2_3 0x81d3
7194#define MDIO_WC_REG_GP2_STATUS_GP_2_4 0x81d4
Yaniv Rosnerca05f292012-04-04 01:28:55 +00007195#define MDIO_WC_REG_GP2_STATUS_GP_2_4_CL73_AN_CMPL 0x1000
7196#define MDIO_WC_REG_GP2_STATUS_GP_2_4_CL37_AN_CMPL 0x0100
7197#define MDIO_WC_REG_GP2_STATUS_GP_2_4_CL37_LP_AN_CAP 0x0010
7198#define MDIO_WC_REG_GP2_STATUS_GP_2_4_CL37_AN_CAP 0x1
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00007199#define MDIO_WC_REG_UC_INFO_B0_DEAD_TRAP 0x81EE
7200#define MDIO_WC_REG_UC_INFO_B1_VERSION 0x81F0
7201#define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE 0x81F2
7202#define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_LANE0_OFFSET 0x0
7203#define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE_DEFAULT 0x0
7204#define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE_SFP_OPT_LR 0x1
7205#define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE_SFP_DAC 0x2
7206#define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE_SFP_XLAUI 0x3
7207#define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE_LONG_CH_6G 0x4
7208#define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_LANE1_OFFSET 0x4
7209#define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_LANE2_OFFSET 0x8
7210#define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_LANE3_OFFSET 0xc
7211#define MDIO_WC_REG_UC_INFO_B1_CRC 0x81FE
7212#define MDIO_WC_REG_DSC_SMC 0x8213
7213#define MDIO_WC_REG_DSC2B0_DSC_MISC_CTRL0 0x821e
7214#define MDIO_WC_REG_TX_FIR_TAP 0x82e2
7215#define MDIO_WC_REG_TX_FIR_TAP_PRE_TAP_OFFSET 0x00
7216#define MDIO_WC_REG_TX_FIR_TAP_PRE_TAP_MASK 0x000f
7217#define MDIO_WC_REG_TX_FIR_TAP_MAIN_TAP_OFFSET 0x04
7218#define MDIO_WC_REG_TX_FIR_TAP_MAIN_TAP_MASK 0x03f0
7219#define MDIO_WC_REG_TX_FIR_TAP_POST_TAP_OFFSET 0x0a
7220#define MDIO_WC_REG_TX_FIR_TAP_POST_TAP_MASK 0x7c00
7221#define MDIO_WC_REG_TX_FIR_TAP_ENABLE 0x8000
Yaniv Rosner4e7b4992012-11-27 03:46:29 +00007222#define MDIO_WC_REG_CL72_USERB0_CL72_TX_FIR_TAP 0x82e2
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00007223#define MDIO_WC_REG_CL72_USERB0_CL72_MISC1_CONTROL 0x82e3
7224#define MDIO_WC_REG_CL72_USERB0_CL72_OS_DEF_CTRL 0x82e6
7225#define MDIO_WC_REG_CL72_USERB0_CL72_BR_DEF_CTRL 0x82e7
7226#define MDIO_WC_REG_CL72_USERB0_CL72_2P5_DEF_CTRL 0x82e8
7227#define MDIO_WC_REG_CL72_USERB0_CL72_MISC4_CONTROL 0x82ec
7228#define MDIO_WC_REG_SERDESDIGITAL_CONTROL1000X1 0x8300
7229#define MDIO_WC_REG_SERDESDIGITAL_CONTROL1000X2 0x8301
7230#define MDIO_WC_REG_SERDESDIGITAL_CONTROL1000X3 0x8302
7231#define MDIO_WC_REG_SERDESDIGITAL_STATUS1000X1 0x8304
7232#define MDIO_WC_REG_SERDESDIGITAL_MISC1 0x8308
7233#define MDIO_WC_REG_SERDESDIGITAL_MISC2 0x8309
7234#define MDIO_WC_REG_DIGITAL3_UP1 0x8329
Mintz Yuval9e7e8392012-02-15 02:10:24 +00007235#define MDIO_WC_REG_DIGITAL3_LP_UP1 0x832c
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00007236#define MDIO_WC_REG_DIGITAL4_MISC3 0x833c
Yuval Mintzc8c60d82012-06-06 17:13:07 +00007237#define MDIO_WC_REG_DIGITAL4_MISC5 0x833e
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00007238#define MDIO_WC_REG_DIGITAL5_MISC6 0x8345
7239#define MDIO_WC_REG_DIGITAL5_MISC7 0x8349
Yaniv Rosner4e7b4992012-11-27 03:46:29 +00007240#define MDIO_WC_REG_DIGITAL5_LINK_STATUS 0x834d
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00007241#define MDIO_WC_REG_DIGITAL5_ACTUAL_SPEED 0x834e
Yaniv Rosnera34bc962011-07-05 01:06:41 +00007242#define MDIO_WC_REG_DIGITAL6_MP5_NEXTPAGECTRL 0x8350
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00007243#define MDIO_WC_REG_CL49_USERB0_CTRL 0x8368
Yaniv Rosner4e7b4992012-11-27 03:46:29 +00007244#define MDIO_WC_REG_CL73_USERB0_CTRL 0x8370
7245#define MDIO_WC_REG_CL73_USERB0_USTAT 0x8371
7246#define MDIO_WC_REG_CL73_BAM_CTRL1 0x8372
7247#define MDIO_WC_REG_CL73_BAM_CTRL2 0x8373
7248#define MDIO_WC_REG_CL73_BAM_CTRL3 0x8374
7249#define MDIO_WC_REG_CL73_BAM_CODE_FIELD 0x837b
Yuval Mintzc8c60d82012-06-06 17:13:07 +00007250#define MDIO_WC_REG_EEE_COMBO_CONTROL0 0x8390
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00007251#define MDIO_WC_REG_TX66_CONTROL 0x83b0
7252#define MDIO_WC_REG_RX66_CONTROL 0x83c0
7253#define MDIO_WC_REG_RX66_SCW0 0x83c2
7254#define MDIO_WC_REG_RX66_SCW1 0x83c3
7255#define MDIO_WC_REG_RX66_SCW2 0x83c4
7256#define MDIO_WC_REG_RX66_SCW3 0x83c5
7257#define MDIO_WC_REG_RX66_SCW0_MASK 0x83c6
7258#define MDIO_WC_REG_RX66_SCW1_MASK 0x83c7
7259#define MDIO_WC_REG_RX66_SCW2_MASK 0x83c8
7260#define MDIO_WC_REG_RX66_SCW3_MASK 0x83c9
7261#define MDIO_WC_REG_FX100_CTRL1 0x8400
7262#define MDIO_WC_REG_FX100_CTRL3 0x8402
Yaniv Rosner4e7b4992012-11-27 03:46:29 +00007263#define MDIO_WC_REG_CL82_USERB1_TX_CTRL5 0x8436
7264#define MDIO_WC_REG_CL82_USERB1_TX_CTRL6 0x8437
7265#define MDIO_WC_REG_CL82_USERB1_TX_CTRL7 0x8438
7266#define MDIO_WC_REG_CL82_USERB1_TX_CTRL9 0x8439
7267#define MDIO_WC_REG_CL82_USERB1_RX_CTRL10 0x843a
7268#define MDIO_WC_REG_CL82_USERB1_RX_CTRL11 0x843b
7269#define MDIO_WC_REG_ETA_CL73_OUI1 0x8453
7270#define MDIO_WC_REG_ETA_CL73_OUI2 0x8454
7271#define MDIO_WC_REG_ETA_CL73_OUI3 0x8455
7272#define MDIO_WC_REG_ETA_CL73_LD_BAM_CODE 0x8456
7273#define MDIO_WC_REG_ETA_CL73_LD_UD_CODE 0x8457
Yaniv Rosner3c9ada22011-06-14 01:34:12 +00007274#define MDIO_WC_REG_MICROBLK_CMD 0xffc2
7275#define MDIO_WC_REG_MICROBLK_DL_STATUS 0xffc5
7276#define MDIO_WC_REG_MICROBLK_CMD3 0xffcc
7277
7278#define MDIO_WC_REG_AERBLK_AER 0xffde
7279#define MDIO_WC_REG_COMBO_IEEE0_MIICTRL 0xffe0
7280#define MDIO_WC_REG_COMBO_IEEE0_MIIISTAT 0xffe1
7281
7282#define MDIO_WC0_XGXS_BLK2_LANE_RESET 0x810A
7283#define MDIO_WC0_XGXS_BLK2_LANE_RESET_RX_BITSHIFT 0
7284#define MDIO_WC0_XGXS_BLK2_LANE_RESET_TX_BITSHIFT 4
7285
7286#define MDIO_WC0_XGXS_BLK6_XGXS_X2_CONTROL2 0x8141
7287
7288#define DIGITAL5_ACTUAL_SPEED_TX_MASK 0x003f
7289
Yaniv Rosner52c4d6c2011-07-05 01:06:34 +00007290/* 54618se */
7291#define MDIO_REG_GPHY_PHYID_LSB 0x3
7292#define MDIO_REG_GPHY_ID_54618SE 0x5cd5
7293#define MDIO_REG_GPHY_CL45_ADDR_REG 0xd
7294#define MDIO_REG_GPHY_CL45_DATA_REG 0xe
Yaniv Rosner52c4d6c2011-07-05 01:06:34 +00007295#define MDIO_REG_GPHY_EEE_RESOLVED 0x803e
Yuval Mintz26964bb2012-09-10 05:51:08 +00007296#define MDIO_REG_GPHY_EXP_ACCESS_GATE 0x15
7297#define MDIO_REG_GPHY_EXP_ACCESS 0x17
7298#define MDIO_REG_GPHY_EXP_ACCESS_TOP 0xd00
7299#define MDIO_REG_GPHY_EXP_TOP_2K_BUF 0x40
Yuval Mintza351d492012-06-20 19:05:21 +00007300#define MDIO_REG_GPHY_AUX_STATUS 0x19
Yaniv Rosner6583e332011-06-14 01:34:17 +00007301#define MDIO_REG_INTR_STATUS 0x1a
7302#define MDIO_REG_INTR_MASK 0x1b
7303#define MDIO_REG_INTR_MASK_LINK_STATUS (0x1 << 1)
7304#define MDIO_REG_GPHY_SHADOW 0x1c
Yaniv Rosner1d125bd2011-11-23 03:54:08 +00007305#define MDIO_REG_GPHY_SHADOW_LED_SEL1 (0x0d << 10)
Yaniv Rosner6583e332011-06-14 01:34:17 +00007306#define MDIO_REG_GPHY_SHADOW_LED_SEL2 (0x0e << 10)
7307#define MDIO_REG_GPHY_SHADOW_WR_ENA (0x1 << 15)
7308#define MDIO_REG_GPHY_SHADOW_AUTO_DET_MED (0x1e << 10)
7309#define MDIO_REG_GPHY_SHADOW_INVERT_FIB_SD (0x1 << 8)
7310
Yaniv Rosnerc18487e2008-06-23 20:27:52 -07007311#define IGU_FUNC_BASE 0x0400
7312
7313#define IGU_ADDR_MSIX 0x0000
7314#define IGU_ADDR_INT_ACK 0x0200
7315#define IGU_ADDR_PROD_UPD 0x0201
7316#define IGU_ADDR_ATTN_BITS_UPD 0x0202
7317#define IGU_ADDR_ATTN_BITS_SET 0x0203
7318#define IGU_ADDR_ATTN_BITS_CLR 0x0204
7319#define IGU_ADDR_COALESCE_NOW 0x0205
7320#define IGU_ADDR_SIMD_MASK 0x0206
7321#define IGU_ADDR_SIMD_NOMASK 0x0207
7322#define IGU_ADDR_MSI_CTL 0x0210
7323#define IGU_ADDR_MSI_ADDR_LO 0x0211
7324#define IGU_ADDR_MSI_ADDR_HI 0x0212
7325#define IGU_ADDR_MSI_DATA 0x0213
7326
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00007327#define IGU_USE_REGISTER_ustorm_type_0_sb_cleanup 0
7328#define IGU_USE_REGISTER_ustorm_type_1_sb_cleanup 1
7329#define IGU_USE_REGISTER_cstorm_type_0_sb_cleanup 2
7330#define IGU_USE_REGISTER_cstorm_type_1_sb_cleanup 3
7331
Eilon Greenstein5c862842008-08-13 15:51:48 -07007332#define COMMAND_REG_INT_ACK 0x0
7333#define COMMAND_REG_PROD_UPD 0x4
7334#define COMMAND_REG_ATTN_BITS_UPD 0x8
7335#define COMMAND_REG_ATTN_BITS_SET 0xc
7336#define COMMAND_REG_ATTN_BITS_CLR 0x10
7337#define COMMAND_REG_COALESCE_NOW 0x14
7338#define COMMAND_REG_SIMD_MASK 0x18
7339#define COMMAND_REG_SIMD_NOMASK 0x1c
7340
Eliezer Tamira2fbb9e2007-11-15 20:09:02 +02007341
Eilon Greenstein573f2032009-08-12 08:24:14 +00007342#define IGU_MEM_BASE 0x0000
7343
7344#define IGU_MEM_MSIX_BASE 0x0000
7345#define IGU_MEM_MSIX_UPPER 0x007f
7346#define IGU_MEM_MSIX_RESERVED_UPPER 0x01ff
7347
7348#define IGU_MEM_PBA_MSIX_BASE 0x0200
7349#define IGU_MEM_PBA_MSIX_UPPER 0x0200
7350
7351#define IGU_CMD_BACKWARD_COMP_PROD_UPD 0x0201
7352#define IGU_MEM_PBA_MSIX_RESERVED_UPPER 0x03ff
7353
7354#define IGU_CMD_INT_ACK_BASE 0x0400
7355#define IGU_CMD_INT_ACK_UPPER\
7356 (IGU_CMD_INT_ACK_BASE + MAX_SB_PER_PORT * NUM_OF_PORTS_PER_PATH - 1)
7357#define IGU_CMD_INT_ACK_RESERVED_UPPER 0x04ff
7358
7359#define IGU_CMD_E2_PROD_UPD_BASE 0x0500
7360#define IGU_CMD_E2_PROD_UPD_UPPER\
7361 (IGU_CMD_E2_PROD_UPD_BASE + MAX_SB_PER_PORT * NUM_OF_PORTS_PER_PATH - 1)
7362#define IGU_CMD_E2_PROD_UPD_RESERVED_UPPER 0x059f
7363
7364#define IGU_CMD_ATTN_BIT_UPD_UPPER 0x05a0
7365#define IGU_CMD_ATTN_BIT_SET_UPPER 0x05a1
7366#define IGU_CMD_ATTN_BIT_CLR_UPPER 0x05a2
7367
7368#define IGU_REG_SISR_MDPC_WMASK_UPPER 0x05a3
7369#define IGU_REG_SISR_MDPC_WMASK_LSB_UPPER 0x05a4
7370#define IGU_REG_SISR_MDPC_WMASK_MSB_UPPER 0x05a5
7371#define IGU_REG_SISR_MDPC_WOMASK_UPPER 0x05a6
7372
7373#define IGU_REG_RESERVED_UPPER 0x05ff
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00007374/* Fields of IGU PF CONFIGRATION REGISTER */
7375#define IGU_PF_CONF_FUNC_EN (0x1<<0) /* function enable */
7376#define IGU_PF_CONF_MSI_MSIX_EN (0x1<<1) /* MSI/MSIX enable */
7377#define IGU_PF_CONF_INT_LINE_EN (0x1<<2) /* INT enable */
7378#define IGU_PF_CONF_ATTN_BIT_EN (0x1<<3) /* attention enable */
7379#define IGU_PF_CONF_SINGLE_ISR_EN (0x1<<4) /* single ISR mode enable */
7380#define IGU_PF_CONF_SIMD_MODE (0x1<<5) /* simd all ones mode */
7381
7382/* Fields of IGU VF CONFIGRATION REGISTER */
7383#define IGU_VF_CONF_FUNC_EN (0x1<<0) /* function enable */
7384#define IGU_VF_CONF_MSI_MSIX_EN (0x1<<1) /* MSI/MSIX enable */
7385#define IGU_VF_CONF_PARENT_MASK (0x3<<2) /* Parent PF */
7386#define IGU_VF_CONF_PARENT_SHIFT 2 /* Parent PF */
7387#define IGU_VF_CONF_SINGLE_ISR_EN (0x1<<4) /* single ISR mode enable */
7388
7389
7390#define IGU_BC_DSB_NUM_SEGS 5
7391#define IGU_BC_NDSB_NUM_SEGS 2
7392#define IGU_NORM_DSB_NUM_SEGS 2
7393#define IGU_NORM_NDSB_NUM_SEGS 1
7394#define IGU_BC_BASE_DSB_PROD 128
7395#define IGU_NORM_BASE_DSB_PROD 136
7396
Dmitry Kravkovf2e08992010-10-06 03:28:26 +00007397 /* FID (if VF - [6] = 0; [5:0] = VF number; if PF - [6] = 1; \
7398 [5:2] = 0; [1:0] = PF number) */
7399#define IGU_FID_ENCODE_IS_PF (0x1<<6)
7400#define IGU_FID_ENCODE_IS_PF_SHIFT 6
7401#define IGU_FID_VF_NUM_MASK (0x3f)
7402#define IGU_FID_PF_NUM_MASK (0x7)
7403
7404#define IGU_REG_MAPPING_MEMORY_VALID (1<<0)
7405#define IGU_REG_MAPPING_MEMORY_VECTOR_MASK (0x3F<<1)
7406#define IGU_REG_MAPPING_MEMORY_VECTOR_SHIFT 1
7407#define IGU_REG_MAPPING_MEMORY_FID_MASK (0x7F<<7)
7408#define IGU_REG_MAPPING_MEMORY_FID_SHIFT 7
Eilon Greenstein573f2032009-08-12 08:24:14 +00007409
7410
7411#define CDU_REGION_NUMBER_XCM_AG 2
7412#define CDU_REGION_NUMBER_UCM_AG 4
7413
7414
Ben Hutchings1aa8b472012-07-10 10:56:59 +00007415/* String-to-compress [31:8] = CID (all 24 bits)
Eilon Greenstein573f2032009-08-12 08:24:14 +00007416 * String-to-compress [7:4] = Region
7417 * String-to-compress [3:0] = Type
7418 */
7419#define CDU_VALID_DATA(_cid, _region, _type)\
7420 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf)))
7421#define CDU_CRC8(_cid, _region, _type)\
7422 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff))
7423#define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type)\
7424 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
7425#define CDU_RSRVD_VALUE_TYPE_B(_crc, _type)\
7426 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))
7427#define CDU_RSRVD_INVALIDATE_CONTEXT_VALUE(_val) ((_val) & ~0x80)
7428
7429/******************************************************************************
7430 * Description:
7431 * Calculates crc 8 on a word value: polynomial 0-1-2-8
7432 * Code was translated from Verilog.
7433 * Return:
7434 *****************************************************************************/
7435static inline u8 calc_crc8(u32 data, u8 crc)
7436{
7437 u8 D[32];
7438 u8 NewCRC[8];
7439 u8 C[8];
7440 u8 crc_res;
7441 u8 i;
7442
7443 /* split the data into 31 bits */
7444 for (i = 0; i < 32; i++) {
7445 D[i] = (u8)(data & 1);
7446 data = data >> 1;
7447 }
7448
7449 /* split the crc into 8 bits */
7450 for (i = 0; i < 8; i++) {
7451 C[i] = crc & 1;
7452 crc = crc >> 1;
7453 }
7454
7455 NewCRC[0] = D[31] ^ D[30] ^ D[28] ^ D[23] ^ D[21] ^ D[19] ^ D[18] ^
7456 D[16] ^ D[14] ^ D[12] ^ D[8] ^ D[7] ^ D[6] ^ D[0] ^ C[4] ^
7457 C[6] ^ C[7];
7458 NewCRC[1] = D[30] ^ D[29] ^ D[28] ^ D[24] ^ D[23] ^ D[22] ^ D[21] ^
7459 D[20] ^ D[18] ^ D[17] ^ D[16] ^ D[15] ^ D[14] ^ D[13] ^
7460 D[12] ^ D[9] ^ D[6] ^ D[1] ^ D[0] ^ C[0] ^ C[4] ^ C[5] ^
7461 C[6];
7462 NewCRC[2] = D[29] ^ D[28] ^ D[25] ^ D[24] ^ D[22] ^ D[17] ^ D[15] ^
7463 D[13] ^ D[12] ^ D[10] ^ D[8] ^ D[6] ^ D[2] ^ D[1] ^ D[0] ^
7464 C[0] ^ C[1] ^ C[4] ^ C[5];
7465 NewCRC[3] = D[30] ^ D[29] ^ D[26] ^ D[25] ^ D[23] ^ D[18] ^ D[16] ^
7466 D[14] ^ D[13] ^ D[11] ^ D[9] ^ D[7] ^ D[3] ^ D[2] ^ D[1] ^
7467 C[1] ^ C[2] ^ C[5] ^ C[6];
7468 NewCRC[4] = D[31] ^ D[30] ^ D[27] ^ D[26] ^ D[24] ^ D[19] ^ D[17] ^
7469 D[15] ^ D[14] ^ D[12] ^ D[10] ^ D[8] ^ D[4] ^ D[3] ^ D[2] ^
7470 C[0] ^ C[2] ^ C[3] ^ C[6] ^ C[7];
7471 NewCRC[5] = D[31] ^ D[28] ^ D[27] ^ D[25] ^ D[20] ^ D[18] ^ D[16] ^
7472 D[15] ^ D[13] ^ D[11] ^ D[9] ^ D[5] ^ D[4] ^ D[3] ^ C[1] ^
7473 C[3] ^ C[4] ^ C[7];
7474 NewCRC[6] = D[29] ^ D[28] ^ D[26] ^ D[21] ^ D[19] ^ D[17] ^ D[16] ^
7475 D[14] ^ D[12] ^ D[10] ^ D[6] ^ D[5] ^ D[4] ^ C[2] ^ C[4] ^
7476 C[5];
7477 NewCRC[7] = D[30] ^ D[29] ^ D[27] ^ D[22] ^ D[20] ^ D[18] ^ D[17] ^
7478 D[15] ^ D[13] ^ D[11] ^ D[7] ^ D[6] ^ D[5] ^ C[3] ^ C[5] ^
7479 C[6];
7480
7481 crc_res = 0;
7482 for (i = 0; i < 8; i++)
7483 crc_res |= (NewCRC[i] << i);
7484
7485 return crc_res;
7486}
7487
7488
Vladislav Zolotarov4a33bc02011-01-09 02:20:04 +00007489#endif /* BNX2X_REG_H */