Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
netxen_nic_hdr.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2003 - 2009 NetXen, Inc.
3  * Copyright (C) 2009 - QLogic Corporation.
4  * All rights reserved.
5  *
6  * This program is free software; you can redistribute it and/or
7  * modify it under the terms of the GNU General Public License
8  * as published by the Free Software Foundation; either version 2
9  * of the License, or (at your option) any later version.
10  *
11  * This program is distributed in the hope that it will be useful, but
12  * WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 59 Temple Place - Suite 330, Boston,
19  * MA 02111-1307, USA.
20  *
21  * The full GNU General Public License is included in this distribution
22  * in the file called "COPYING".
23  *
24  */
25 
26 #ifndef __NETXEN_NIC_HDR_H_
27 #define __NETXEN_NIC_HDR_H_
28 
29 #include <linux/kernel.h>
30 #include <linux/types.h>
31 
32 /*
33  * The basic unit of access when reading/writing control registers.
34  */
35 
36 typedef __le32 netxen_crbword_t; /* single word in CRB space */
37 
38 enum {
46 };
47 
48 /* Hub 0 */
49 enum {
52 };
53 
54 /* Hub 1 */
55 enum {
72 };
73 
74 /* Hub 2 */
75 enum {
79 
93 };
94 
95 /* Hub 3 */
96 enum {
101 };
102 
103 /* Hub 4 */
104 enum {
117 };
118 
119 /* Hub 5 */
120 enum {
128 };
129 
130 /* Hub 6 */
131 enum {
141 };
142 
143 /* Floaters - non existent modules */
144 #define NETXEN_HW_EFC_RPMX0_CRB_AGT_ADR 0x67
145 
146 /* This field defines PCI/X adr [25:20] of agents on the CRB */
147 enum {
212 };
213 
214 /* This field defines CRB adr [31:20] of the agents */
215 
216 #define NETXEN_HW_CRB_HUB_AGT_ADR_MN \
217  ((NETXEN_HW_H0_CH_HUB_ADR << 7) | NETXEN_HW_MN_CRB_AGT_ADR)
218 #define NETXEN_HW_CRB_HUB_AGT_ADR_PH \
219  ((NETXEN_HW_H0_CH_HUB_ADR << 7) | NETXEN_HW_PH_CRB_AGT_ADR)
220 #define NETXEN_HW_CRB_HUB_AGT_ADR_MS \
221  ((NETXEN_HW_H0_CH_HUB_ADR << 7) | NETXEN_HW_MS_CRB_AGT_ADR)
222 
223 #define NETXEN_HW_CRB_HUB_AGT_ADR_PS \
224  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_PS_CRB_AGT_ADR)
225 #define NETXEN_HW_CRB_HUB_AGT_ADR_SS \
226  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_SS_CRB_AGT_ADR)
227 #define NETXEN_HW_CRB_HUB_AGT_ADR_RPMX3 \
228  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_RPMX3_CRB_AGT_ADR)
229 #define NETXEN_HW_CRB_HUB_AGT_ADR_QMS \
230  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_QMS_CRB_AGT_ADR)
231 #define NETXEN_HW_CRB_HUB_AGT_ADR_SQS0 \
232  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_SQGS0_CRB_AGT_ADR)
233 #define NETXEN_HW_CRB_HUB_AGT_ADR_SQS1 \
234  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_SQGS1_CRB_AGT_ADR)
235 #define NETXEN_HW_CRB_HUB_AGT_ADR_SQS2 \
236  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_SQGS2_CRB_AGT_ADR)
237 #define NETXEN_HW_CRB_HUB_AGT_ADR_SQS3 \
238  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_SQGS3_CRB_AGT_ADR)
239 #define NETXEN_HW_CRB_HUB_AGT_ADR_C2C0 \
240  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_C2C0_CRB_AGT_ADR)
241 #define NETXEN_HW_CRB_HUB_AGT_ADR_C2C1 \
242  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_C2C1_CRB_AGT_ADR)
243 #define NETXEN_HW_CRB_HUB_AGT_ADR_RPMX2 \
244  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_RPMX2_CRB_AGT_ADR)
245 #define NETXEN_HW_CRB_HUB_AGT_ADR_RPMX4 \
246  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_RPMX4_CRB_AGT_ADR)
247 #define NETXEN_HW_CRB_HUB_AGT_ADR_RPMX7 \
248  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_RPMX7_CRB_AGT_ADR)
249 #define NETXEN_HW_CRB_HUB_AGT_ADR_RPMX9 \
250  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_RPMX9_CRB_AGT_ADR)
251 #define NETXEN_HW_CRB_HUB_AGT_ADR_SMB \
252  ((NETXEN_HW_H1_CH_HUB_ADR << 7) | NETXEN_HW_SMB_CRB_AGT_ADR)
253 
254 #define NETXEN_HW_CRB_HUB_AGT_ADR_NIU \
255  ((NETXEN_HW_H2_CH_HUB_ADR << 7) | NETXEN_HW_NIU_CRB_AGT_ADR)
256 #define NETXEN_HW_CRB_HUB_AGT_ADR_I2C0 \
257  ((NETXEN_HW_H2_CH_HUB_ADR << 7) | NETXEN_HW_I2C0_CRB_AGT_ADR)
258 #define NETXEN_HW_CRB_HUB_AGT_ADR_I2C1 \
259  ((NETXEN_HW_H2_CH_HUB_ADR << 7) | NETXEN_HW_I2C1_CRB_AGT_ADR)
260 
261 #define NETXEN_HW_CRB_HUB_AGT_ADR_SRE \
262  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_SRE_CRB_AGT_ADR)
263 #define NETXEN_HW_CRB_HUB_AGT_ADR_EG \
264  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_EG_CRB_AGT_ADR)
265 #define NETXEN_HW_CRB_HUB_AGT_ADR_RPMX0 \
266  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_RPMX0_CRB_AGT_ADR)
267 #define NETXEN_HW_CRB_HUB_AGT_ADR_QMN \
268  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_QM_CRB_AGT_ADR)
269 #define NETXEN_HW_CRB_HUB_AGT_ADR_SQN0 \
270  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_SQG0_CRB_AGT_ADR)
271 #define NETXEN_HW_CRB_HUB_AGT_ADR_SQN1 \
272  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_SQG1_CRB_AGT_ADR)
273 #define NETXEN_HW_CRB_HUB_AGT_ADR_SQN2 \
274  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_SQG2_CRB_AGT_ADR)
275 #define NETXEN_HW_CRB_HUB_AGT_ADR_SQN3 \
276  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_SQG3_CRB_AGT_ADR)
277 #define NETXEN_HW_CRB_HUB_AGT_ADR_RPMX1 \
278  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_RPMX1_CRB_AGT_ADR)
279 #define NETXEN_HW_CRB_HUB_AGT_ADR_RPMX5 \
280  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_RPMX5_CRB_AGT_ADR)
281 #define NETXEN_HW_CRB_HUB_AGT_ADR_RPMX6 \
282  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_RPMX6_CRB_AGT_ADR)
283 #define NETXEN_HW_CRB_HUB_AGT_ADR_RPMX8 \
284  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_RPMX8_CRB_AGT_ADR)
285 #define NETXEN_HW_CRB_HUB_AGT_ADR_CAS0 \
286  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_CAS0_CRB_AGT_ADR)
287 #define NETXEN_HW_CRB_HUB_AGT_ADR_CAS1 \
288  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_CAS1_CRB_AGT_ADR)
289 #define NETXEN_HW_CRB_HUB_AGT_ADR_CAS2 \
290  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_CAS2_CRB_AGT_ADR)
291 #define NETXEN_HW_CRB_HUB_AGT_ADR_CAS3 \
292  ((NETXEN_HW_H3_CH_HUB_ADR << 7) | NETXEN_HW_CAS3_CRB_AGT_ADR)
293 
294 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGNI \
295  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGNI_CRB_AGT_ADR)
296 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGND \
297  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGND_CRB_AGT_ADR)
298 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGN0 \
299  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGN0_CRB_AGT_ADR)
300 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGN1 \
301  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGN1_CRB_AGT_ADR)
302 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGN2 \
303  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGN2_CRB_AGT_ADR)
304 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGN3 \
305  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGN3_CRB_AGT_ADR)
306 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGN4 \
307  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGN4_CRB_AGT_ADR)
308 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGNC \
309  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGNC_CRB_AGT_ADR)
310 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGR0 \
311  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGR0_CRB_AGT_ADR)
312 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGR1 \
313  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGR1_CRB_AGT_ADR)
314 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGR2 \
315  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGR2_CRB_AGT_ADR)
316 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGR3 \
317  ((NETXEN_HW_H4_CH_HUB_ADR << 7) | NETXEN_HW_PEGR3_CRB_AGT_ADR)
318 
319 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGSI \
320  ((NETXEN_HW_H5_CH_HUB_ADR << 7) | NETXEN_HW_PEGSI_CRB_AGT_ADR)
321 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGSD \
322  ((NETXEN_HW_H5_CH_HUB_ADR << 7) | NETXEN_HW_PEGSD_CRB_AGT_ADR)
323 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGS0 \
324  ((NETXEN_HW_H5_CH_HUB_ADR << 7) | NETXEN_HW_PEGS0_CRB_AGT_ADR)
325 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGS1 \
326  ((NETXEN_HW_H5_CH_HUB_ADR << 7) | NETXEN_HW_PEGS1_CRB_AGT_ADR)
327 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGS2 \
328  ((NETXEN_HW_H5_CH_HUB_ADR << 7) | NETXEN_HW_PEGS2_CRB_AGT_ADR)
329 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGS3 \
330  ((NETXEN_HW_H5_CH_HUB_ADR << 7) | NETXEN_HW_PEGS3_CRB_AGT_ADR)
331 #define NETXEN_HW_CRB_HUB_AGT_ADR_PGSC \
332  ((NETXEN_HW_H5_CH_HUB_ADR << 7) | NETXEN_HW_PEGSC_CRB_AGT_ADR)
333 
334 #define NETXEN_HW_CRB_HUB_AGT_ADR_CAM \
335  ((NETXEN_HW_H6_CH_HUB_ADR << 7) | NETXEN_HW_NCM_CRB_AGT_ADR)
336 #define NETXEN_HW_CRB_HUB_AGT_ADR_TIMR \
337  ((NETXEN_HW_H6_CH_HUB_ADR << 7) | NETXEN_HW_TMR_CRB_AGT_ADR)
338 #define NETXEN_HW_CRB_HUB_AGT_ADR_XDMA \
339  ((NETXEN_HW_H6_CH_HUB_ADR << 7) | NETXEN_HW_XDMA_CRB_AGT_ADR)
340 #define NETXEN_HW_CRB_HUB_AGT_ADR_SN \
341  ((NETXEN_HW_H6_CH_HUB_ADR << 7) | NETXEN_HW_SN_CRB_AGT_ADR)
342 #define NETXEN_HW_CRB_HUB_AGT_ADR_I2Q \
343  ((NETXEN_HW_H6_CH_HUB_ADR << 7) | NETXEN_HW_I2Q_CRB_AGT_ADR)
344 #define NETXEN_HW_CRB_HUB_AGT_ADR_ROMUSB \
345  ((NETXEN_HW_H6_CH_HUB_ADR << 7) | NETXEN_HW_ROMUSB_CRB_AGT_ADR)
346 #define NETXEN_HW_CRB_HUB_AGT_ADR_OCM0 \
347  ((NETXEN_HW_H6_CH_HUB_ADR << 7) | NETXEN_HW_OCM0_CRB_AGT_ADR)
348 #define NETXEN_HW_CRB_HUB_AGT_ADR_OCM1 \
349  ((NETXEN_HW_H6_CH_HUB_ADR << 7) | NETXEN_HW_OCM1_CRB_AGT_ADR)
350 #define NETXEN_HW_CRB_HUB_AGT_ADR_LPC \
351  ((NETXEN_HW_H6_CH_HUB_ADR << 7) | NETXEN_HW_LPC_CRB_AGT_ADR)
352 
353 #define NETXEN_SRE_MISC (NETXEN_CRB_SRE + 0x0002c)
354 #define NETXEN_SRE_INT_STATUS (NETXEN_CRB_SRE + 0x00034)
355 #define NETXEN_SRE_PBI_ACTIVE_STATUS (NETXEN_CRB_SRE + 0x01014)
356 #define NETXEN_SRE_L1RE_CTL (NETXEN_CRB_SRE + 0x03000)
357 #define NETXEN_SRE_L2RE_CTL (NETXEN_CRB_SRE + 0x05000)
358 #define NETXEN_SRE_BUF_CTL (NETXEN_CRB_SRE + 0x01000)
359 
360 #define NETXEN_DMA_BASE(U) (NETXEN_CRB_PCIX_MD + 0x20000 + ((U)<<16))
361 #define NETXEN_DMA_COMMAND(U) (NETXEN_DMA_BASE(U) + 0x00008)
362 
363 #define NETXEN_I2Q_CLR_PCI_HI (NETXEN_CRB_I2Q + 0x00034)
364 
365 #define PEG_NETWORK_BASE(N) (NETXEN_CRB_PEG_NET_0 + (((N)&3) << 20))
366 #define CRB_REG_EX_PC 0x3c
367 
368 #define ROMUSB_GLB (NETXEN_CRB_ROMUSB + 0x00000)
369 #define ROMUSB_ROM (NETXEN_CRB_ROMUSB + 0x10000)
370 
371 #define NETXEN_ROMUSB_GLB_STATUS (ROMUSB_GLB + 0x0004)
372 #define NETXEN_ROMUSB_GLB_SW_RESET (ROMUSB_GLB + 0x0008)
373 #define NETXEN_ROMUSB_GLB_PAD_GPIO_I (ROMUSB_GLB + 0x000c)
374 #define NETXEN_ROMUSB_GLB_CAS_RST (ROMUSB_GLB + 0x0038)
375 #define NETXEN_ROMUSB_GLB_TEST_MUX_SEL (ROMUSB_GLB + 0x0044)
376 #define NETXEN_ROMUSB_GLB_PEGTUNE_DONE (ROMUSB_GLB + 0x005c)
377 #define NETXEN_ROMUSB_GLB_CHIP_CLK_CTRL (ROMUSB_GLB + 0x00A8)
378 
379 #define NETXEN_ROMUSB_GPIO(n) (ROMUSB_GLB + 0x60 + (4 * (n)))
380 
381 #define NETXEN_ROMUSB_ROM_INSTR_OPCODE (ROMUSB_ROM + 0x0004)
382 #define NETXEN_ROMUSB_ROM_ADDRESS (ROMUSB_ROM + 0x0008)
383 #define NETXEN_ROMUSB_ROM_WDATA (ROMUSB_ROM + 0x000c)
384 #define NETXEN_ROMUSB_ROM_ABYTE_CNT (ROMUSB_ROM + 0x0010)
385 #define NETXEN_ROMUSB_ROM_DUMMY_BYTE_CNT (ROMUSB_ROM + 0x0014)
386 #define NETXEN_ROMUSB_ROM_RDATA (ROMUSB_ROM + 0x0018)
387 
388 /* Lock IDs for ROM lock */
389 #define ROM_LOCK_DRIVER 0x0d417340
390 
391 /******************************************************************************
392 *
393 * Definitions specific to M25P flash
394 *
395 *******************************************************************************
396 * Instructions
397 */
398 #define M25P_INSTR_WREN 0x06
399 #define M25P_INSTR_WRDI 0x04
400 #define M25P_INSTR_RDID 0x9f
401 #define M25P_INSTR_RDSR 0x05
402 #define M25P_INSTR_WRSR 0x01
403 #define M25P_INSTR_READ 0x03
404 #define M25P_INSTR_FAST_READ 0x0b
405 #define M25P_INSTR_PP 0x02
406 #define M25P_INSTR_SE 0xd8
407 #define M25P_INSTR_BE 0xc7
408 #define M25P_INSTR_DP 0xb9
409 #define M25P_INSTR_RES 0xab
410 
411 /* all are 1MB windows */
412 
413 #define NETXEN_PCI_CRB_WINDOWSIZE 0x00100000
414 #define NETXEN_PCI_CRB_WINDOW(A) \
415  (NETXEN_PCI_CRBSPACE + (A)*NETXEN_PCI_CRB_WINDOWSIZE)
416 
417 #define NETXEN_CRB_NIU NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_NIU)
418 #define NETXEN_CRB_SRE NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_SRE)
419 #define NETXEN_CRB_ROMUSB \
420  NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_ROMUSB)
421 #define NETXEN_CRB_I2Q NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_I2Q)
422 #define NETXEN_CRB_I2C0 NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_I2C0)
423 #define NETXEN_CRB_SMB NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_SMB)
424 #define NETXEN_CRB_MAX NETXEN_PCI_CRB_WINDOW(64)
425 
426 #define NETXEN_CRB_PCIX_HOST NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_PH)
427 #define NETXEN_CRB_PCIX_HOST2 NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_PH2)
428 #define NETXEN_CRB_PEG_NET_0 NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_PGN0)
429 #define NETXEN_CRB_PEG_NET_1 NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_PGN1)
430 #define NETXEN_CRB_PEG_NET_2 NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_PGN2)
431 #define NETXEN_CRB_PEG_NET_3 NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_PGN3)
432 #define NETXEN_CRB_PEG_NET_4 NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_SQS2)
433 #define NETXEN_CRB_PEG_NET_D NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_PGND)
434 #define NETXEN_CRB_PEG_NET_I NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_PGNI)
435 #define NETXEN_CRB_DDR_NET NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_MN)
436 #define NETXEN_CRB_QDR_NET NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_SN)
437 
438 #define NETXEN_CRB_PCIX_MD NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_PS)
439 #define NETXEN_CRB_PCIE NETXEN_CRB_PCIX_MD
440 
441 #define ISR_INT_VECTOR (NETXEN_PCIX_PS_REG(PCIX_INT_VECTOR))
442 #define ISR_INT_MASK (NETXEN_PCIX_PS_REG(PCIX_INT_MASK))
443 #define ISR_INT_MASK_SLOW (NETXEN_PCIX_PS_REG(PCIX_INT_MASK))
444 #define ISR_INT_TARGET_STATUS (NETXEN_PCIX_PS_REG(PCIX_TARGET_STATUS))
445 #define ISR_INT_TARGET_MASK (NETXEN_PCIX_PS_REG(PCIX_TARGET_MASK))
446 #define ISR_INT_TARGET_STATUS_F1 (NETXEN_PCIX_PS_REG(PCIX_TARGET_STATUS_F1))
447 #define ISR_INT_TARGET_MASK_F1 (NETXEN_PCIX_PS_REG(PCIX_TARGET_MASK_F1))
448 #define ISR_INT_TARGET_STATUS_F2 (NETXEN_PCIX_PS_REG(PCIX_TARGET_STATUS_F2))
449 #define ISR_INT_TARGET_MASK_F2 (NETXEN_PCIX_PS_REG(PCIX_TARGET_MASK_F2))
450 #define ISR_INT_TARGET_STATUS_F3 (NETXEN_PCIX_PS_REG(PCIX_TARGET_STATUS_F3))
451 #define ISR_INT_TARGET_MASK_F3 (NETXEN_PCIX_PS_REG(PCIX_TARGET_MASK_F3))
452 #define ISR_INT_TARGET_STATUS_F4 (NETXEN_PCIX_PS_REG(PCIX_TARGET_STATUS_F4))
453 #define ISR_INT_TARGET_MASK_F4 (NETXEN_PCIX_PS_REG(PCIX_TARGET_MASK_F4))
454 #define ISR_INT_TARGET_STATUS_F5 (NETXEN_PCIX_PS_REG(PCIX_TARGET_STATUS_F5))
455 #define ISR_INT_TARGET_MASK_F5 (NETXEN_PCIX_PS_REG(PCIX_TARGET_MASK_F5))
456 #define ISR_INT_TARGET_STATUS_F6 (NETXEN_PCIX_PS_REG(PCIX_TARGET_STATUS_F6))
457 #define ISR_INT_TARGET_MASK_F6 (NETXEN_PCIX_PS_REG(PCIX_TARGET_MASK_F6))
458 #define ISR_INT_TARGET_STATUS_F7 (NETXEN_PCIX_PS_REG(PCIX_TARGET_STATUS_F7))
459 #define ISR_INT_TARGET_MASK_F7 (NETXEN_PCIX_PS_REG(PCIX_TARGET_MASK_F7))
460 
461 #define NETXEN_PCI_MAPSIZE 128
462 #define NETXEN_PCI_DDR_NET (0x00000000UL)
463 #define NETXEN_PCI_QDR_NET (0x04000000UL)
464 #define NETXEN_PCI_DIRECT_CRB (0x04400000UL)
465 #define NETXEN_PCI_CAMQM (0x04800000UL)
466 #define NETXEN_PCI_CAMQM_MAX (0x04ffffffUL)
467 #define NETXEN_PCI_OCM0 (0x05000000UL)
468 #define NETXEN_PCI_OCM0_MAX (0x050fffffUL)
469 #define NETXEN_PCI_OCM1 (0x05100000UL)
470 #define NETXEN_PCI_OCM1_MAX (0x051fffffUL)
471 #define NETXEN_PCI_CRBSPACE (0x06000000UL)
472 #define NETXEN_PCI_128MB_SIZE (0x08000000UL)
473 #define NETXEN_PCI_32MB_SIZE (0x02000000UL)
474 #define NETXEN_PCI_2MB_SIZE (0x00200000UL)
475 
476 #define NETXEN_PCI_MN_2M (0)
477 #define NETXEN_PCI_MS_2M (0x80000)
478 #define NETXEN_PCI_OCM0_2M (0x000c0000UL)
479 #define NETXEN_PCI_CAMQM_2M_BASE (0x000ff800UL)
480 #define NETXEN_PCI_CAMQM_2M_END (0x04800800UL)
481 
482 #define NETXEN_CRB_CAM NETXEN_PCI_CRB_WINDOW(NETXEN_HW_PX_MAP_CRB_CAM)
483 
484 #define NETXEN_ADDR_DDR_NET (0x0000000000000000ULL)
485 #define NETXEN_ADDR_DDR_NET_MAX (0x000000000fffffffULL)
486 #define NETXEN_ADDR_OCM0 (0x0000000200000000ULL)
487 #define NETXEN_ADDR_OCM0_MAX (0x00000002000fffffULL)
488 #define NETXEN_ADDR_OCM1 (0x0000000200400000ULL)
489 #define NETXEN_ADDR_OCM1_MAX (0x00000002004fffffULL)
490 #define NETXEN_ADDR_QDR_NET (0x0000000300000000ULL)
491 #define NETXEN_ADDR_QDR_NET_MAX_P2 (0x00000003003fffffULL)
492 #define NETXEN_ADDR_QDR_NET_MAX_P3 (0x0000000303ffffffULL)
493 
494 /*
495  * Register offsets for MN
496  */
497 #define NETXEN_MIU_CONTROL (0x000)
498 #define NETXEN_MIU_MN_CONTROL (NETXEN_CRB_DDR_NET+NETXEN_MIU_CONTROL)
499 
500  /* 200ms delay in each loop */
501 #define NETXEN_NIU_PHY_WAITLEN 200000
502  /* 10 seconds before we give up */
503 #define NETXEN_NIU_PHY_WAITMAX 50
504 #define NETXEN_NIU_MAX_GBE_PORTS 4
505 #define NETXEN_NIU_MAX_XG_PORTS 2
506 
507 #define NETXEN_NIU_MODE (NETXEN_CRB_NIU + 0x00000)
508 
509 #define NETXEN_NIU_XG_SINGLE_TERM (NETXEN_CRB_NIU + 0x00004)
510 #define NETXEN_NIU_XG_DRIVE_HI (NETXEN_CRB_NIU + 0x00008)
511 #define NETXEN_NIU_XG_DRIVE_LO (NETXEN_CRB_NIU + 0x0000c)
512 #define NETXEN_NIU_XG_DTX (NETXEN_CRB_NIU + 0x00010)
513 #define NETXEN_NIU_XG_DEQ (NETXEN_CRB_NIU + 0x00014)
514 #define NETXEN_NIU_XG_WORD_ALIGN (NETXEN_CRB_NIU + 0x00018)
515 #define NETXEN_NIU_XG_RESET (NETXEN_CRB_NIU + 0x0001c)
516 #define NETXEN_NIU_XG_POWER_DOWN (NETXEN_CRB_NIU + 0x00020)
517 #define NETXEN_NIU_XG_RESET_PLL (NETXEN_CRB_NIU + 0x00024)
518 #define NETXEN_NIU_XG_SERDES_LOOPBACK (NETXEN_CRB_NIU + 0x00028)
519 #define NETXEN_NIU_XG_DO_BYTE_ALIGN (NETXEN_CRB_NIU + 0x0002c)
520 #define NETXEN_NIU_XG_TX_ENABLE (NETXEN_CRB_NIU + 0x00030)
521 #define NETXEN_NIU_XG_RX_ENABLE (NETXEN_CRB_NIU + 0x00034)
522 #define NETXEN_NIU_XG_STATUS (NETXEN_CRB_NIU + 0x00038)
523 #define NETXEN_NIU_XG_PAUSE_THRESHOLD (NETXEN_CRB_NIU + 0x0003c)
524 #define NETXEN_NIU_INT_MASK (NETXEN_CRB_NIU + 0x00040)
525 #define NETXEN_NIU_ACTIVE_INT (NETXEN_CRB_NIU + 0x00044)
526 #define NETXEN_NIU_MASKABLE_INT (NETXEN_CRB_NIU + 0x00048)
527 
528 #define NETXEN_NIU_STRAP_VALUE_SAVE_HIGHER (NETXEN_CRB_NIU + 0x0004c)
529 
530 #define NETXEN_NIU_GB_SERDES_RESET (NETXEN_CRB_NIU + 0x00050)
531 #define NETXEN_NIU_GB0_GMII_MODE (NETXEN_CRB_NIU + 0x00054)
532 #define NETXEN_NIU_GB0_MII_MODE (NETXEN_CRB_NIU + 0x00058)
533 #define NETXEN_NIU_GB1_GMII_MODE (NETXEN_CRB_NIU + 0x0005c)
534 #define NETXEN_NIU_GB1_MII_MODE (NETXEN_CRB_NIU + 0x00060)
535 #define NETXEN_NIU_GB2_GMII_MODE (NETXEN_CRB_NIU + 0x00064)
536 #define NETXEN_NIU_GB2_MII_MODE (NETXEN_CRB_NIU + 0x00068)
537 #define NETXEN_NIU_GB3_GMII_MODE (NETXEN_CRB_NIU + 0x0006c)
538 #define NETXEN_NIU_GB3_MII_MODE (NETXEN_CRB_NIU + 0x00070)
539 #define NETXEN_NIU_REMOTE_LOOPBACK (NETXEN_CRB_NIU + 0x00074)
540 #define NETXEN_NIU_GB0_HALF_DUPLEX (NETXEN_CRB_NIU + 0x00078)
541 #define NETXEN_NIU_GB1_HALF_DUPLEX (NETXEN_CRB_NIU + 0x0007c)
542 #define NETXEN_NIU_RESET_SYS_FIFOS (NETXEN_CRB_NIU + 0x00088)
543 #define NETXEN_NIU_GB_CRC_DROP (NETXEN_CRB_NIU + 0x0008c)
544 #define NETXEN_NIU_GB_DROP_WRONGADDR (NETXEN_CRB_NIU + 0x00090)
545 #define NETXEN_NIU_TEST_MUX_CTL (NETXEN_CRB_NIU + 0x00094)
546 #define NETXEN_NIU_XG_PAUSE_CTL (NETXEN_CRB_NIU + 0x00098)
547 #define NETXEN_NIU_XG_PAUSE_LEVEL (NETXEN_CRB_NIU + 0x000dc)
548 #define NETXEN_NIU_FRAME_COUNT_SELECT (NETXEN_CRB_NIU + 0x000ac)
549 #define NETXEN_NIU_FRAME_COUNT (NETXEN_CRB_NIU + 0x000b0)
550 #define NETXEN_NIU_XG_SEL (NETXEN_CRB_NIU + 0x00128)
551 #define NETXEN_NIU_GB_PAUSE_CTL (NETXEN_CRB_NIU + 0x0030c)
552 
553 #define NETXEN_NIU_FULL_LEVEL_XG (NETXEN_CRB_NIU + 0x00450)
554 
555 #define NETXEN_NIU_XG1_RESET (NETXEN_CRB_NIU + 0x0011c)
556 #define NETXEN_NIU_XG1_POWER_DOWN (NETXEN_CRB_NIU + 0x00120)
557 #define NETXEN_NIU_XG1_RESET_PLL (NETXEN_CRB_NIU + 0x00124)
558 
559 #define NETXEN_MAC_ADDR_CNTL_REG (NETXEN_CRB_NIU + 0x1000)
560 
561 #define NETXEN_MULTICAST_ADDR_HI_0 (NETXEN_CRB_NIU + 0x1010)
562 #define NETXEN_MULTICAST_ADDR_HI_1 (NETXEN_CRB_NIU + 0x1014)
563 #define NETXEN_MULTICAST_ADDR_HI_2 (NETXEN_CRB_NIU + 0x1018)
564 #define NETXEN_MULTICAST_ADDR_HI_3 (NETXEN_CRB_NIU + 0x101c)
565 
566 #define NETXEN_UNICAST_ADDR_BASE (NETXEN_CRB_NIU + 0x1080)
567 #define NETXEN_MULTICAST_ADDR_BASE (NETXEN_CRB_NIU + 0x1100)
568 
569 #define NETXEN_NIU_GB_MAC_CONFIG_0(I) \
570  (NETXEN_CRB_NIU + 0x30000 + (I)*0x10000)
571 #define NETXEN_NIU_GB_MAC_CONFIG_1(I) \
572  (NETXEN_CRB_NIU + 0x30004 + (I)*0x10000)
573 #define NETXEN_NIU_GB_MAC_IPG_IFG(I) \
574  (NETXEN_CRB_NIU + 0x30008 + (I)*0x10000)
575 #define NETXEN_NIU_GB_HALF_DUPLEX_CTRL(I) \
576  (NETXEN_CRB_NIU + 0x3000c + (I)*0x10000)
577 #define NETXEN_NIU_GB_MAX_FRAME_SIZE(I) \
578  (NETXEN_CRB_NIU + 0x30010 + (I)*0x10000)
579 #define NETXEN_NIU_GB_TEST_REG(I) \
580  (NETXEN_CRB_NIU + 0x3001c + (I)*0x10000)
581 #define NETXEN_NIU_GB_MII_MGMT_CONFIG(I) \
582  (NETXEN_CRB_NIU + 0x30020 + (I)*0x10000)
583 #define NETXEN_NIU_GB_MII_MGMT_COMMAND(I) \
584  (NETXEN_CRB_NIU + 0x30024 + (I)*0x10000)
585 #define NETXEN_NIU_GB_MII_MGMT_ADDR(I) \
586  (NETXEN_CRB_NIU + 0x30028 + (I)*0x10000)
587 #define NETXEN_NIU_GB_MII_MGMT_CTRL(I) \
588  (NETXEN_CRB_NIU + 0x3002c + (I)*0x10000)
589 #define NETXEN_NIU_GB_MII_MGMT_STATUS(I) \
590  (NETXEN_CRB_NIU + 0x30030 + (I)*0x10000)
591 #define NETXEN_NIU_GB_MII_MGMT_INDICATE(I) \
592  (NETXEN_CRB_NIU + 0x30034 + (I)*0x10000)
593 #define NETXEN_NIU_GB_INTERFACE_CTRL(I) \
594  (NETXEN_CRB_NIU + 0x30038 + (I)*0x10000)
595 #define NETXEN_NIU_GB_INTERFACE_STATUS(I) \
596  (NETXEN_CRB_NIU + 0x3003c + (I)*0x10000)
597 #define NETXEN_NIU_GB_STATION_ADDR_0(I) \
598  (NETXEN_CRB_NIU + 0x30040 + (I)*0x10000)
599 #define NETXEN_NIU_GB_STATION_ADDR_1(I) \
600  (NETXEN_CRB_NIU + 0x30044 + (I)*0x10000)
601 
602 #define NETXEN_NIU_XGE_CONFIG_0 (NETXEN_CRB_NIU + 0x70000)
603 #define NETXEN_NIU_XGE_CONFIG_1 (NETXEN_CRB_NIU + 0x70004)
604 #define NETXEN_NIU_XGE_IPG (NETXEN_CRB_NIU + 0x70008)
605 #define NETXEN_NIU_XGE_STATION_ADDR_0_HI (NETXEN_CRB_NIU + 0x7000c)
606 #define NETXEN_NIU_XGE_STATION_ADDR_0_1 (NETXEN_CRB_NIU + 0x70010)
607 #define NETXEN_NIU_XGE_STATION_ADDR_1_LO (NETXEN_CRB_NIU + 0x70014)
608 #define NETXEN_NIU_XGE_STATUS (NETXEN_CRB_NIU + 0x70018)
609 #define NETXEN_NIU_XGE_MAX_FRAME_SIZE (NETXEN_CRB_NIU + 0x7001c)
610 #define NETXEN_NIU_XGE_PAUSE_FRAME_VALUE (NETXEN_CRB_NIU + 0x70020)
611 #define NETXEN_NIU_XGE_TX_BYTE_CNT (NETXEN_CRB_NIU + 0x70024)
612 #define NETXEN_NIU_XGE_TX_FRAME_CNT (NETXEN_CRB_NIU + 0x70028)
613 #define NETXEN_NIU_XGE_RX_BYTE_CNT (NETXEN_CRB_NIU + 0x7002c)
614 #define NETXEN_NIU_XGE_RX_FRAME_CNT (NETXEN_CRB_NIU + 0x70030)
615 #define NETXEN_NIU_XGE_AGGR_ERROR_CNT (NETXEN_CRB_NIU + 0x70034)
616 #define NETXEN_NIU_XGE_MULTICAST_FRAME_CNT (NETXEN_CRB_NIU + 0x70038)
617 #define NETXEN_NIU_XGE_UNICAST_FRAME_CNT (NETXEN_CRB_NIU + 0x7003c)
618 #define NETXEN_NIU_XGE_CRC_ERROR_CNT (NETXEN_CRB_NIU + 0x70040)
619 #define NETXEN_NIU_XGE_OVERSIZE_FRAME_ERR (NETXEN_CRB_NIU + 0x70044)
620 #define NETXEN_NIU_XGE_UNDERSIZE_FRAME_ERR (NETXEN_CRB_NIU + 0x70048)
621 #define NETXEN_NIU_XGE_LOCAL_ERROR_CNT (NETXEN_CRB_NIU + 0x7004c)
622 #define NETXEN_NIU_XGE_REMOTE_ERROR_CNT (NETXEN_CRB_NIU + 0x70050)
623 #define NETXEN_NIU_XGE_CONTROL_CHAR_CNT (NETXEN_CRB_NIU + 0x70054)
624 #define NETXEN_NIU_XGE_PAUSE_FRAME_CNT (NETXEN_CRB_NIU + 0x70058)
625 #define NETXEN_NIU_XG1_CONFIG_0 (NETXEN_CRB_NIU + 0x80000)
626 #define NETXEN_NIU_XG1_CONFIG_1 (NETXEN_CRB_NIU + 0x80004)
627 #define NETXEN_NIU_XG1_IPG (NETXEN_CRB_NIU + 0x80008)
628 #define NETXEN_NIU_XG1_STATION_ADDR_0_HI (NETXEN_CRB_NIU + 0x8000c)
629 #define NETXEN_NIU_XG1_STATION_ADDR_0_1 (NETXEN_CRB_NIU + 0x80010)
630 #define NETXEN_NIU_XG1_STATION_ADDR_1_LO (NETXEN_CRB_NIU + 0x80014)
631 #define NETXEN_NIU_XG1_STATUS (NETXEN_CRB_NIU + 0x80018)
632 #define NETXEN_NIU_XG1_MAX_FRAME_SIZE (NETXEN_CRB_NIU + 0x8001c)
633 #define NETXEN_NIU_XG1_PAUSE_FRAME_VALUE (NETXEN_CRB_NIU + 0x80020)
634 #define NETXEN_NIU_XG1_TX_BYTE_CNT (NETXEN_CRB_NIU + 0x80024)
635 #define NETXEN_NIU_XG1_TX_FRAME_CNT (NETXEN_CRB_NIU + 0x80028)
636 #define NETXEN_NIU_XG1_RX_BYTE_CNT (NETXEN_CRB_NIU + 0x8002c)
637 #define NETXEN_NIU_XG1_RX_FRAME_CNT (NETXEN_CRB_NIU + 0x80030)
638 #define NETXEN_NIU_XG1_AGGR_ERROR_CNT (NETXEN_CRB_NIU + 0x80034)
639 #define NETXEN_NIU_XG1_MULTICAST_FRAME_CNT (NETXEN_CRB_NIU + 0x80038)
640 #define NETXEN_NIU_XG1_UNICAST_FRAME_CNT (NETXEN_CRB_NIU + 0x8003c)
641 #define NETXEN_NIU_XG1_CRC_ERROR_CNT (NETXEN_CRB_NIU + 0x80040)
642 #define NETXEN_NIU_XG1_OVERSIZE_FRAME_ERR (NETXEN_CRB_NIU + 0x80044)
643 #define NETXEN_NIU_XG1_UNDERSIZE_FRAME_ERR (NETXEN_CRB_NIU + 0x80048)
644 #define NETXEN_NIU_XG1_LOCAL_ERROR_CNT (NETXEN_CRB_NIU + 0x8004c)
645 #define NETXEN_NIU_XG1_REMOTE_ERROR_CNT (NETXEN_CRB_NIU + 0x80050)
646 #define NETXEN_NIU_XG1_CONTROL_CHAR_CNT (NETXEN_CRB_NIU + 0x80054)
647 #define NETXEN_NIU_XG1_PAUSE_FRAME_CNT (NETXEN_CRB_NIU + 0x80058)
648 
649 /* P3 802.3ap */
650 #define NETXEN_NIU_AP_MAC_CONFIG_0(I) (NETXEN_CRB_NIU+0xa0000+(I)*0x10000)
651 #define NETXEN_NIU_AP_MAC_CONFIG_1(I) (NETXEN_CRB_NIU+0xa0004+(I)*0x10000)
652 #define NETXEN_NIU_AP_MAC_IPG_IFG(I) (NETXEN_CRB_NIU+0xa0008+(I)*0x10000)
653 #define NETXEN_NIU_AP_HALF_DUPLEX_CTRL(I) (NETXEN_CRB_NIU+0xa000c+(I)*0x10000)
654 #define NETXEN_NIU_AP_MAX_FRAME_SIZE(I) (NETXEN_CRB_NIU+0xa0010+(I)*0x10000)
655 #define NETXEN_NIU_AP_TEST_REG(I) (NETXEN_CRB_NIU+0xa001c+(I)*0x10000)
656 #define NETXEN_NIU_AP_MII_MGMT_CONFIG(I) (NETXEN_CRB_NIU+0xa0020+(I)*0x10000)
657 #define NETXEN_NIU_AP_MII_MGMT_COMMAND(I) (NETXEN_CRB_NIU+0xa0024+(I)*0x10000)
658 #define NETXEN_NIU_AP_MII_MGMT_ADDR(I) (NETXEN_CRB_NIU+0xa0028+(I)*0x10000)
659 #define NETXEN_NIU_AP_MII_MGMT_CTRL(I) (NETXEN_CRB_NIU+0xa002c+(I)*0x10000)
660 #define NETXEN_NIU_AP_MII_MGMT_STATUS(I) (NETXEN_CRB_NIU+0xa0030+(I)*0x10000)
661 #define NETXEN_NIU_AP_MII_MGMT_INDICATE(I) (NETXEN_CRB_NIU+0xa0034+(I)*0x10000)
662 #define NETXEN_NIU_AP_INTERFACE_CTRL(I) (NETXEN_CRB_NIU+0xa0038+(I)*0x10000)
663 #define NETXEN_NIU_AP_INTERFACE_STATUS(I) (NETXEN_CRB_NIU+0xa003c+(I)*0x10000)
664 #define NETXEN_NIU_AP_STATION_ADDR_0(I) (NETXEN_CRB_NIU+0xa0040+(I)*0x10000)
665 #define NETXEN_NIU_AP_STATION_ADDR_1(I) (NETXEN_CRB_NIU+0xa0044+(I)*0x10000)
666 
667 
668 #define TEST_AGT_CTRL (0x00)
669 
670 #define TA_CTL_START 1
671 #define TA_CTL_ENABLE 2
672 #define TA_CTL_WRITE 4
673 #define TA_CTL_BUSY 8
674 
675 /*
676  * Register offsets for MN
677  */
678 #define MIU_TEST_AGT_BASE (0x90)
679 
680 #define MIU_TEST_AGT_ADDR_LO (0x04)
681 #define MIU_TEST_AGT_ADDR_HI (0x08)
682 #define MIU_TEST_AGT_WRDATA_LO (0x10)
683 #define MIU_TEST_AGT_WRDATA_HI (0x14)
684 #define MIU_TEST_AGT_RDDATA_LO (0x18)
685 #define MIU_TEST_AGT_RDDATA_HI (0x1c)
686 
687 #define MIU_TEST_AGT_ADDR_MASK 0xfffffff8
688 #define MIU_TEST_AGT_UPPER_ADDR(off) (0)
689 
690 /*
691  * Register offsets for MS
692  */
693 #define SIU_TEST_AGT_BASE (0x60)
694 
695 #define SIU_TEST_AGT_ADDR_LO (0x04)
696 #define SIU_TEST_AGT_ADDR_HI (0x18)
697 #define SIU_TEST_AGT_WRDATA_LO (0x08)
698 #define SIU_TEST_AGT_WRDATA_HI (0x0c)
699 #define SIU_TEST_AGT_WRDATA(i) (0x08+(4*(i)))
700 #define SIU_TEST_AGT_RDDATA_LO (0x10)
701 #define SIU_TEST_AGT_RDDATA_HI (0x14)
702 #define SIU_TEST_AGT_RDDATA(i) (0x10+(4*(i)))
703 
704 #define SIU_TEST_AGT_ADDR_MASK 0x3ffff8
705 #define SIU_TEST_AGT_UPPER_ADDR(off) ((off)>>22)
706 
707 /* XG Link status */
708 #define XG_LINK_UP 0x10
709 #define XG_LINK_DOWN 0x20
710 
711 #define XG_LINK_UP_P3 0x01
712 #define XG_LINK_DOWN_P3 0x02
713 #define XG_LINK_STATE_P3_MASK 0xf
714 #define XG_LINK_STATE_P3(pcifn,val) \
715  (((val) >> ((pcifn) * 4)) & XG_LINK_STATE_P3_MASK)
716 
717 #define P3_LINK_SPEED_MHZ 100
718 #define P3_LINK_SPEED_MASK 0xff
719 #define P3_LINK_SPEED_REG(pcifn) \
720  (CRB_PF_LINK_SPEED_1 + (((pcifn) / 4) * 4))
721 #define P3_LINK_SPEED_VAL(pcifn, reg) \
722  (((reg) >> (8 * ((pcifn) & 0x3))) & P3_LINK_SPEED_MASK)
723 
724 #define NETXEN_CAM_RAM_BASE (NETXEN_CRB_CAM + 0x02000)
725 #define NETXEN_CAM_RAM(reg) (NETXEN_CAM_RAM_BASE + (reg))
726 #define NETXEN_FW_VERSION_MAJOR (NETXEN_CAM_RAM(0x150))
727 #define NETXEN_FW_VERSION_MINOR (NETXEN_CAM_RAM(0x154))
728 #define NETXEN_FW_VERSION_SUB (NETXEN_CAM_RAM(0x158))
729 #define NETXEN_ROM_LOCK_ID (NETXEN_CAM_RAM(0x100))
730 #define NETXEN_PHY_LOCK_ID (NETXEN_CAM_RAM(0x120))
731 #define NETXEN_CRB_WIN_LOCK_ID (NETXEN_CAM_RAM(0x124))
732 
733 #define NIC_CRB_BASE (NETXEN_CAM_RAM(0x200))
734 #define NIC_CRB_BASE_2 (NETXEN_CAM_RAM(0x700))
735 #define NETXEN_NIC_REG(X) (NIC_CRB_BASE+(X))
736 #define NETXEN_NIC_REG_2(X) (NIC_CRB_BASE_2+(X))
737 
738 #define NX_CDRP_CRB_OFFSET (NETXEN_NIC_REG(0x18))
739 #define NX_ARG1_CRB_OFFSET (NETXEN_NIC_REG(0x1c))
740 #define NX_ARG2_CRB_OFFSET (NETXEN_NIC_REG(0x20))
741 #define NX_ARG3_CRB_OFFSET (NETXEN_NIC_REG(0x24))
742 #define NX_SIGN_CRB_OFFSET (NETXEN_NIC_REG(0x28))
743 
744 #define CRB_HOST_DUMMY_BUF_ADDR_HI (NETXEN_NIC_REG(0x3c))
745 #define CRB_HOST_DUMMY_BUF_ADDR_LO (NETXEN_NIC_REG(0x40))
746 
747 #define CRB_CMDPEG_STATE (NETXEN_NIC_REG(0x50))
748 #define CRB_RCVPEG_STATE (NETXEN_NIC_REG(0x13c))
749 
750 #define CRB_XG_STATE (NETXEN_NIC_REG(0x94))
751 #define CRB_XG_STATE_P3 (NETXEN_NIC_REG(0x98))
752 #define CRB_PF_LINK_SPEED_1 (NETXEN_NIC_REG(0xe8))
753 #define CRB_PF_LINK_SPEED_2 (NETXEN_NIC_REG(0xec))
754 
755 #define CRB_MPORT_MODE (NETXEN_NIC_REG(0xc4))
756 #define CRB_DMA_SHIFT (NETXEN_NIC_REG(0xcc))
757 #define CRB_INT_VECTOR (NETXEN_NIC_REG(0xd4))
758 
759 #define CRB_CMD_PRODUCER_OFFSET (NETXEN_NIC_REG(0x08))
760 #define CRB_CMD_CONSUMER_OFFSET (NETXEN_NIC_REG(0x0c))
761 #define CRB_CMD_PRODUCER_OFFSET_1 (NETXEN_NIC_REG(0x1ac))
762 #define CRB_CMD_CONSUMER_OFFSET_1 (NETXEN_NIC_REG(0x1b0))
763 #define CRB_CMD_PRODUCER_OFFSET_2 (NETXEN_NIC_REG(0x1b8))
764 #define CRB_CMD_CONSUMER_OFFSET_2 (NETXEN_NIC_REG(0x1bc))
765 #define CRB_CMD_PRODUCER_OFFSET_3 (NETXEN_NIC_REG(0x1d0))
766 #define CRB_CMD_CONSUMER_OFFSET_3 (NETXEN_NIC_REG(0x1d4))
767 #define CRB_TEMP_STATE (NETXEN_NIC_REG(0x1b4))
768 
769 #define CRB_V2P_0 (NETXEN_NIC_REG(0x290))
770 #define CRB_V2P(port) (CRB_V2P_0+((port)*4))
771 #define CRB_DRIVER_VERSION (NETXEN_NIC_REG(0x2a0))
772 
773 #define CRB_SW_INT_MASK_0 (NETXEN_NIC_REG(0x1d8))
774 #define CRB_SW_INT_MASK_1 (NETXEN_NIC_REG(0x1e0))
775 #define CRB_SW_INT_MASK_2 (NETXEN_NIC_REG(0x1e4))
776 #define CRB_SW_INT_MASK_3 (NETXEN_NIC_REG(0x1e8))
777 
778 #define CRB_FW_CAPABILITIES_1 (NETXEN_CAM_RAM(0x128))
779 #define CRB_FW_CAPABILITIES_2 (NETXEN_CAM_RAM(0x12c))
780 #define CRB_MAC_BLOCK_START (NETXEN_CAM_RAM(0x1c0))
781 
782 /*
783  * capabilities register, can be used to selectively enable/disable features
784  * for backward compatibility
785  */
786 #define CRB_NIC_CAPABILITIES_HOST NETXEN_NIC_REG(0x1a8)
787 #define CRB_NIC_MSI_MODE_HOST NETXEN_NIC_REG(0x270)
788 
789 #define INTR_SCHEME_PERPORT 0x1
790 #define MSI_MODE_MULTIFUNC 0x1
791 
792 /* used for ethtool tests */
793 #define CRB_SCRATCHPAD_TEST NETXEN_NIC_REG(0x280)
794 
795 /*
796  * CrbPortPhanCntrHi/Lo is used to pass the address of HostPhantomIndex address
797  * which can be read by the Phantom host to get producer/consumer indexes from
798  * Phantom/Casper. If it is not HOST_SHARED_MEMORY, then the following
799  * registers will be used for the addresses of the ring's shared memory
800  * on the Phantom.
801  */
802 
803 #define nx_get_temp_val(x) ((x) >> 16)
804 #define nx_get_temp_state(x) ((x) & 0xffff)
805 #define nx_encode_temp(val, state) (((val) << 16) | (state))
806 
807 /*
808  * Temperature control.
809  */
810 enum {
811  NX_TEMP_NORMAL = 0x1, /* Normal operating range */
812  NX_TEMP_WARN, /* Sound alert, temperature getting high */
813  NX_TEMP_PANIC /* Fatal error, hardware has shut down. */
814 };
815 
816 /* Lock IDs for PHY lock */
817 #define PHY_LOCK_DRIVER 0x44524956
818 
819 /* Used for PS PCI Memory access */
820 #define PCIX_PS_OP_ADDR_LO (0x10000)
821 /* via CRB (PS side only) */
822 #define PCIX_PS_OP_ADDR_HI (0x10004)
823 
824 #define PCIX_INT_VECTOR (0x10100)
825 #define PCIX_INT_MASK (0x10104)
826 
827 #define PCIX_CRB_WINDOW (0x10210)
828 #define PCIX_CRB_WINDOW_F0 (0x10210)
829 #define PCIX_CRB_WINDOW_F1 (0x10230)
830 #define PCIX_CRB_WINDOW_F2 (0x10250)
831 #define PCIX_CRB_WINDOW_F3 (0x10270)
832 #define PCIX_CRB_WINDOW_F4 (0x102ac)
833 #define PCIX_CRB_WINDOW_F5 (0x102bc)
834 #define PCIX_CRB_WINDOW_F6 (0x102cc)
835 #define PCIX_CRB_WINDOW_F7 (0x102dc)
836 #define PCIE_CRB_WINDOW_REG(func) (((func) < 4) ? \
837  (PCIX_CRB_WINDOW_F0 + (0x20 * (func))) :\
838  (PCIX_CRB_WINDOW_F4 + (0x10 * ((func)-4))))
839 
840 #define PCIX_MN_WINDOW (0x10200)
841 #define PCIX_MN_WINDOW_F0 (0x10200)
842 #define PCIX_MN_WINDOW_F1 (0x10220)
843 #define PCIX_MN_WINDOW_F2 (0x10240)
844 #define PCIX_MN_WINDOW_F3 (0x10260)
845 #define PCIX_MN_WINDOW_F4 (0x102a0)
846 #define PCIX_MN_WINDOW_F5 (0x102b0)
847 #define PCIX_MN_WINDOW_F6 (0x102c0)
848 #define PCIX_MN_WINDOW_F7 (0x102d0)
849 #define PCIE_MN_WINDOW_REG(func) (((func) < 4) ? \
850  (PCIX_MN_WINDOW_F0 + (0x20 * (func))) :\
851  (PCIX_MN_WINDOW_F4 + (0x10 * ((func)-4))))
852 
853 #define PCIX_SN_WINDOW (0x10208)
854 #define PCIX_SN_WINDOW_F0 (0x10208)
855 #define PCIX_SN_WINDOW_F1 (0x10228)
856 #define PCIX_SN_WINDOW_F2 (0x10248)
857 #define PCIX_SN_WINDOW_F3 (0x10268)
858 #define PCIX_SN_WINDOW_F4 (0x102a8)
859 #define PCIX_SN_WINDOW_F5 (0x102b8)
860 #define PCIX_SN_WINDOW_F6 (0x102c8)
861 #define PCIX_SN_WINDOW_F7 (0x102d8)
862 #define PCIE_SN_WINDOW_REG(func) (((func) < 4) ? \
863  (PCIX_SN_WINDOW_F0 + (0x20 * (func))) :\
864  (PCIX_SN_WINDOW_F4 + (0x10 * ((func)-4))))
865 
866 #define PCIX_OCM_WINDOW (0x10800)
867 #define PCIX_OCM_WINDOW_REG(func) (PCIX_OCM_WINDOW + 0x20 * (func))
868 
869 #define PCIX_TARGET_STATUS (0x10118)
870 #define PCIX_TARGET_STATUS_F1 (0x10160)
871 #define PCIX_TARGET_STATUS_F2 (0x10164)
872 #define PCIX_TARGET_STATUS_F3 (0x10168)
873 #define PCIX_TARGET_STATUS_F4 (0x10360)
874 #define PCIX_TARGET_STATUS_F5 (0x10364)
875 #define PCIX_TARGET_STATUS_F6 (0x10368)
876 #define PCIX_TARGET_STATUS_F7 (0x1036c)
877 
878 #define PCIX_TARGET_MASK (0x10128)
879 #define PCIX_TARGET_MASK_F1 (0x10170)
880 #define PCIX_TARGET_MASK_F2 (0x10174)
881 #define PCIX_TARGET_MASK_F3 (0x10178)
882 #define PCIX_TARGET_MASK_F4 (0x10370)
883 #define PCIX_TARGET_MASK_F5 (0x10374)
884 #define PCIX_TARGET_MASK_F6 (0x10378)
885 #define PCIX_TARGET_MASK_F7 (0x1037c)
886 
887 #define PCIX_MSI_F0 (0x13000)
888 #define PCIX_MSI_F1 (0x13004)
889 #define PCIX_MSI_F2 (0x13008)
890 #define PCIX_MSI_F3 (0x1300c)
891 #define PCIX_MSI_F4 (0x13010)
892 #define PCIX_MSI_F5 (0x13014)
893 #define PCIX_MSI_F6 (0x13018)
894 #define PCIX_MSI_F7 (0x1301c)
895 #define PCIX_MSI_F(i) (0x13000+((i)*4))
896 
897 #define PCIX_PS_MEM_SPACE (0x90000)
898 
899 #define NETXEN_PCIX_PH_REG(reg) (NETXEN_CRB_PCIE + (reg))
900 #define NETXEN_PCIX_PS_REG(reg) (NETXEN_CRB_PCIX_MD + (reg))
901 
902 #define NETXEN_PCIE_REG(reg) (NETXEN_CRB_PCIE + (reg))
903 
904 #define PCIE_MAX_DMA_XFER_SIZE (0x1404c)
905 
906 #define PCIE_DCR 0x00d8
907 
908 #define PCIE_SEM0_LOCK (0x1c000)
909 #define PCIE_SEM0_UNLOCK (0x1c004)
910 #define PCIE_SEM1_LOCK (0x1c008)
911 #define PCIE_SEM1_UNLOCK (0x1c00c)
912 #define PCIE_SEM2_LOCK (0x1c010) /* Flash lock */
913 #define PCIE_SEM2_UNLOCK (0x1c014) /* Flash unlock */
914 #define PCIE_SEM3_LOCK (0x1c018) /* Phy lock */
915 #define PCIE_SEM3_UNLOCK (0x1c01c) /* Phy unlock */
916 #define PCIE_SEM4_LOCK (0x1c020)
917 #define PCIE_SEM4_UNLOCK (0x1c024)
918 #define PCIE_SEM5_LOCK (0x1c028) /* API lock */
919 #define PCIE_SEM5_UNLOCK (0x1c02c) /* API unlock */
920 #define PCIE_SEM6_LOCK (0x1c030) /* sw lock */
921 #define PCIE_SEM6_UNLOCK (0x1c034) /* sw unlock */
922 #define PCIE_SEM7_LOCK (0x1c038) /* crb win lock */
923 #define PCIE_SEM7_UNLOCK (0x1c03c) /* crbwin unlock*/
924 #define PCIE_SEM_LOCK(N) (PCIE_SEM0_LOCK + 8*(N))
925 #define PCIE_SEM_UNLOCK(N) (PCIE_SEM0_UNLOCK + 8*(N))
926 
927 #define PCIE_SETUP_FUNCTION (0x12040)
928 #define PCIE_SETUP_FUNCTION2 (0x12048)
929 #define PCIE_MISCCFG_RC (0x1206c)
930 #define PCIE_TGT_SPLIT_CHICKEN (0x12080)
931 #define PCIE_CHICKEN3 (0x120c8)
932 
933 #define ISR_INT_STATE_REG (NETXEN_PCIX_PS_REG(PCIE_MISCCFG_RC))
934 #define PCIE_MAX_MASTER_SPLIT (0x14048)
935 
936 #define NETXEN_PORT_MODE_NONE 0
937 #define NETXEN_PORT_MODE_XG 1
938 #define NETXEN_PORT_MODE_GB 2
939 #define NETXEN_PORT_MODE_802_3_AP 3
940 #define NETXEN_PORT_MODE_AUTO_NEG 4
941 #define NETXEN_PORT_MODE_AUTO_NEG_1G 5
942 #define NETXEN_PORT_MODE_AUTO_NEG_XG 6
943 #define NETXEN_PORT_MODE_ADDR (NETXEN_CAM_RAM(0x24))
944 #define NETXEN_WOL_PORT_MODE (NETXEN_CAM_RAM(0x198))
945 
946 #define NETXEN_WOL_CONFIG_NV (NETXEN_CAM_RAM(0x184))
947 #define NETXEN_WOL_CONFIG (NETXEN_CAM_RAM(0x188))
948 
949 #define NX_PEG_TUNE_MN_PRESENT 0x1
950 #define NX_PEG_TUNE_CAPABILITY (NETXEN_CAM_RAM(0x02c))
951 
952 #define NETXEN_DMA_WATCHDOG_CTRL (NETXEN_CAM_RAM(0x14))
953 #define NETXEN_PEG_ALIVE_COUNTER (NETXEN_CAM_RAM(0xb0))
954 #define NETXEN_PEG_HALT_STATUS1 (NETXEN_CAM_RAM(0xa8))
955 #define NETXEN_PEG_HALT_STATUS2 (NETXEN_CAM_RAM(0xac))
956 #define NX_CRB_DEV_REF_COUNT (NETXEN_CAM_RAM(0x138))
957 #define NX_CRB_DEV_STATE (NETXEN_CAM_RAM(0x140))
958 
959 /* MiniDIMM related macros */
960 #define NETXEN_DIMM_CAPABILITY (NETXEN_CAM_RAM(0x258))
961 #define NETXEN_DIMM_PRESENT 0x1
962 #define NETXEN_DIMM_MEMTYPE_DDR2_SDRAM 0x2
963 #define NETXEN_DIMM_SIZE 0x4
964 #define NETXEN_DIMM_MEMTYPE(VAL) ((VAL >> 3) & 0xf)
965 #define NETXEN_DIMM_NUMROWS(VAL) ((VAL >> 7) & 0xf)
966 #define NETXEN_DIMM_NUMCOLS(VAL) ((VAL >> 11) & 0xf)
967 #define NETXEN_DIMM_NUMRANKS(VAL) ((VAL >> 15) & 0x3)
968 #define NETXEN_DIMM_DATAWIDTH(VAL) ((VAL >> 18) & 0x3)
969 #define NETXEN_DIMM_NUMBANKS(VAL) ((VAL >> 21) & 0xf)
970 #define NETXEN_DIMM_TYPE(VAL) ((VAL >> 25) & 0x3f)
971 #define NETXEN_DIMM_VALID_FLAG 0x80000000
972 
973 #define NETXEN_DIMM_MEM_DDR2_SDRAM 0x8
974 
975 #define NETXEN_DIMM_STD_MEM_SIZE 512
976 
977 #define NETXEN_DIMM_TYPE_RDIMM 0x1
978 #define NETXEN_DIMM_TYPE_UDIMM 0x2
979 #define NETXEN_DIMM_TYPE_SO_DIMM 0x4
980 #define NETXEN_DIMM_TYPE_Micro_DIMM 0x8
981 #define NETXEN_DIMM_TYPE_Mini_RDIMM 0x10
982 #define NETXEN_DIMM_TYPE_Mini_UDIMM 0x20
983 
984 /* Device State */
985 #define NX_DEV_COLD 1
986 #define NX_DEV_INITALIZING 2
987 #define NX_DEV_READY 3
988 #define NX_DEV_NEED_RESET 4
989 #define NX_DEV_NEED_QUISCENT 5
990 #define NX_DEV_NEED_AER 6
991 #define NX_DEV_FAILED 7
992 
993 #define NX_RCODE_DRIVER_INFO 0x20000000
994 #define NX_RCODE_DRIVER_CAN_RELOAD 0x40000000
995 #define NX_RCODE_FATAL_ERROR 0x80000000
996 #define NX_FWERROR_PEGNUM(code) ((code) & 0xff)
997 #define NX_FWERROR_CODE(code) ((code >> 8) & 0xfffff)
998 #define NX_FWERROR_PEGSTAT1(code) ((code >> 8) & 0x1fffff)
999 
1000 #define FW_POLL_DELAY (2 * HZ)
1001 #define FW_FAIL_THRESH 3
1002 #define FW_POLL_THRESH 10
1003 
1004 #define ISR_MSI_INT_TRIGGER(FUNC) (NETXEN_PCIX_PS_REG(PCIX_MSI_F(FUNC)))
1005 #define ISR_LEGACY_INT_TRIGGERED(VAL) (((VAL) & 0x300) == 0x200)
1006 
1007 /*
1008  * PCI Interrupt Vector Values.
1009  */
1010 #define PCIX_INT_VECTOR_BIT_F0 0x0080
1011 #define PCIX_INT_VECTOR_BIT_F1 0x0100
1012 #define PCIX_INT_VECTOR_BIT_F2 0x0200
1013 #define PCIX_INT_VECTOR_BIT_F3 0x0400
1014 #define PCIX_INT_VECTOR_BIT_F4 0x0800
1015 #define PCIX_INT_VECTOR_BIT_F5 0x1000
1016 #define PCIX_INT_VECTOR_BIT_F6 0x2000
1017 #define PCIX_INT_VECTOR_BIT_F7 0x4000
1018 
1024 };
1025 
1026 #define NX_LEGACY_INTR_CONFIG \
1027 { \
1028  { \
1029  .int_vec_bit = PCIX_INT_VECTOR_BIT_F0, \
1030  .tgt_status_reg = ISR_INT_TARGET_STATUS, \
1031  .tgt_mask_reg = ISR_INT_TARGET_MASK, \
1032  .pci_int_reg = ISR_MSI_INT_TRIGGER(0) }, \
1033  \
1034  { \
1035  .int_vec_bit = PCIX_INT_VECTOR_BIT_F1, \
1036  .tgt_status_reg = ISR_INT_TARGET_STATUS_F1, \
1037  .tgt_mask_reg = ISR_INT_TARGET_MASK_F1, \
1038  .pci_int_reg = ISR_MSI_INT_TRIGGER(1) }, \
1039  \
1040  { \
1041  .int_vec_bit = PCIX_INT_VECTOR_BIT_F2, \
1042  .tgt_status_reg = ISR_INT_TARGET_STATUS_F2, \
1043  .tgt_mask_reg = ISR_INT_TARGET_MASK_F2, \
1044  .pci_int_reg = ISR_MSI_INT_TRIGGER(2) }, \
1045  \
1046  { \
1047  .int_vec_bit = PCIX_INT_VECTOR_BIT_F3, \
1048  .tgt_status_reg = ISR_INT_TARGET_STATUS_F3, \
1049  .tgt_mask_reg = ISR_INT_TARGET_MASK_F3, \
1050  .pci_int_reg = ISR_MSI_INT_TRIGGER(3) }, \
1051  \
1052  { \
1053  .int_vec_bit = PCIX_INT_VECTOR_BIT_F4, \
1054  .tgt_status_reg = ISR_INT_TARGET_STATUS_F4, \
1055  .tgt_mask_reg = ISR_INT_TARGET_MASK_F4, \
1056  .pci_int_reg = ISR_MSI_INT_TRIGGER(4) }, \
1057  \
1058  { \
1059  .int_vec_bit = PCIX_INT_VECTOR_BIT_F5, \
1060  .tgt_status_reg = ISR_INT_TARGET_STATUS_F5, \
1061  .tgt_mask_reg = ISR_INT_TARGET_MASK_F5, \
1062  .pci_int_reg = ISR_MSI_INT_TRIGGER(5) }, \
1063  \
1064  { \
1065  .int_vec_bit = PCIX_INT_VECTOR_BIT_F6, \
1066  .tgt_status_reg = ISR_INT_TARGET_STATUS_F6, \
1067  .tgt_mask_reg = ISR_INT_TARGET_MASK_F6, \
1068  .pci_int_reg = ISR_MSI_INT_TRIGGER(6) }, \
1069  \
1070  { \
1071  .int_vec_bit = PCIX_INT_VECTOR_BIT_F7, \
1072  .tgt_status_reg = ISR_INT_TARGET_STATUS_F7, \
1073  .tgt_mask_reg = ISR_INT_TARGET_MASK_F7, \
1074  .pci_int_reg = ISR_MSI_INT_TRIGGER(7) }, \
1075 }
1076 
1077 #endif /* __NETXEN_NIC_HDR_H_ */