Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1 | /* bnx2x_reg.h: Broadcom Everest network driver. |
| 2 | * |
Ariel Elior | 85b26ea | 2012-01-26 06:01:54 +0000 | [diff] [blame] | 3 | * Copyright (c) 2007-2012 Broadcom Corporation |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4 | * |
| 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 Greenstein | 3347162 | 2008-08-13 15:59:08 -0700 | [diff] [blame] | 9 | * The registers description starts with the register Access type followed |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 10 | * 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 Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 21 | #ifndef BNX2X_REG_H |
| 22 | #define BNX2X_REG_H |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 23 | |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 24 | #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 Zolotarov | 8736c82 | 2011-07-21 07:58:36 +0000 | [diff] [blame] | 35 | #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 |
| 38 | /* [RC 5] Parity register #0 read clear */ |
| 39 | #define ATC_REG_ATC_PRTY_STS_CLR 0x1101d0 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 40 | /* [RW 19] Interrupt mask register #0 read/write */ |
| 41 | #define BRB1_REG_BRB1_INT_MASK 0x60128 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 42 | /* [R 19] Interrupt register #0 read */ |
| 43 | #define BRB1_REG_BRB1_INT_STS 0x6011c |
| 44 | /* [RW 4] Parity mask register #0 read/write */ |
| 45 | #define BRB1_REG_BRB1_PRTY_MASK 0x60138 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 46 | /* [R 4] Parity register #0 read */ |
| 47 | #define BRB1_REG_BRB1_PRTY_STS 0x6012c |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 48 | /* [RC 4] Parity register #0 read clear */ |
| 49 | #define BRB1_REG_BRB1_PRTY_STS_CLR 0x60130 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 50 | /* [RW 10] At address BRB1_IND_FREE_LIST_PRS_CRDT initialize free head. At |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 51 | * address BRB1_IND_FREE_LIST_PRS_CRDT+1 initialize free tail. At address |
| 52 | * BRB1_IND_FREE_LIST_PRS_CRDT+2 initialize parser initial credit. Warning - |
| 53 | * following reset the first rbc access to this reg must be write; there can |
| 54 | * be no more rbc writes after the first one; there can be any number of rbc |
| 55 | * read following the first write; rbc access not following these rules will |
| 56 | * result in hang condition. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 57 | #define BRB1_REG_FREE_LIST_PRS_CRDT 0x60200 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 58 | /* [RW 10] The number of free blocks below which the full signal to class 0 |
| 59 | * is asserted */ |
| 60 | #define BRB1_REG_FULL_0_XOFF_THRESHOLD_0 0x601d0 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 61 | #define BRB1_REG_FULL_0_XOFF_THRESHOLD_1 0x60230 |
| 62 | /* [RW 11] The number of free blocks above which the full signal to class 0 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 63 | * is de-asserted */ |
| 64 | #define BRB1_REG_FULL_0_XON_THRESHOLD_0 0x601d4 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 65 | #define BRB1_REG_FULL_0_XON_THRESHOLD_1 0x60234 |
| 66 | /* [RW 11] The number of free blocks below which the full signal to class 1 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 67 | * is asserted */ |
| 68 | #define BRB1_REG_FULL_1_XOFF_THRESHOLD_0 0x601d8 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 69 | #define BRB1_REG_FULL_1_XOFF_THRESHOLD_1 0x60238 |
| 70 | /* [RW 11] The number of free blocks above which the full signal to class 1 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 71 | * is de-asserted */ |
| 72 | #define BRB1_REG_FULL_1_XON_THRESHOLD_0 0x601dc |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 73 | #define BRB1_REG_FULL_1_XON_THRESHOLD_1 0x6023c |
| 74 | /* [RW 11] The number of free blocks below which the full signal to the LB |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 75 | * port is asserted */ |
| 76 | #define BRB1_REG_FULL_LB_XOFF_THRESHOLD 0x601e0 |
| 77 | /* [RW 10] The number of free blocks above which the full signal to the LB |
| 78 | * port is de-asserted */ |
| 79 | #define BRB1_REG_FULL_LB_XON_THRESHOLD 0x601e4 |
Eilon Greenstein | 1c06328 | 2009-02-12 08:36:43 +0000 | [diff] [blame] | 80 | /* [RW 10] The number of free blocks above which the High_llfc signal to |
| 81 | interface #n is de-asserted. */ |
| 82 | #define BRB1_REG_HIGH_LLFC_HIGH_THRESHOLD_0 0x6014c |
| 83 | /* [RW 10] The number of free blocks below which the High_llfc signal to |
| 84 | interface #n is asserted. */ |
| 85 | #define BRB1_REG_HIGH_LLFC_LOW_THRESHOLD_0 0x6013c |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 86 | /* [RW 11] The number of blocks guarantied for the LB port */ |
| 87 | #define BRB1_REG_LB_GUARANTIED 0x601ec |
| 88 | /* [RW 11] The hysteresis on the guarantied buffer space for the Lb port |
| 89 | * before signaling XON. */ |
| 90 | #define BRB1_REG_LB_GUARANTIED_HYST 0x60264 |
| 91 | /* [RW 24] LL RAM data. */ |
| 92 | #define BRB1_REG_LL_RAM 0x61000 |
Eilon Greenstein | 1c06328 | 2009-02-12 08:36:43 +0000 | [diff] [blame] | 93 | /* [RW 10] The number of free blocks above which the Low_llfc signal to |
| 94 | interface #n is de-asserted. */ |
| 95 | #define BRB1_REG_LOW_LLFC_HIGH_THRESHOLD_0 0x6016c |
| 96 | /* [RW 10] The number of free blocks below which the Low_llfc signal to |
| 97 | interface #n is asserted. */ |
| 98 | #define BRB1_REG_LOW_LLFC_LOW_THRESHOLD_0 0x6015c |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 99 | /* [RW 11] The number of blocks guarantied for class 0 in MAC 0. The |
| 100 | * register is applicable only when per_class_guaranty_mode is set. */ |
| 101 | #define BRB1_REG_MAC_0_CLASS_0_GUARANTIED 0x60244 |
| 102 | /* [RW 11] The hysteresis on the guarantied buffer space for class 0 in MAC |
| 103 | * 1 before signaling XON. The register is applicable only when |
| 104 | * per_class_guaranty_mode is set. */ |
| 105 | #define BRB1_REG_MAC_0_CLASS_0_GUARANTIED_HYST 0x60254 |
| 106 | /* [RW 11] The number of blocks guarantied for class 1 in MAC 0. The |
| 107 | * register is applicable only when per_class_guaranty_mode is set. */ |
| 108 | #define BRB1_REG_MAC_0_CLASS_1_GUARANTIED 0x60248 |
| 109 | /* [RW 11] The hysteresis on the guarantied buffer space for class 1in MAC 0 |
| 110 | * before signaling XON. The register is applicable only when |
| 111 | * per_class_guaranty_mode is set. */ |
| 112 | #define BRB1_REG_MAC_0_CLASS_1_GUARANTIED_HYST 0x60258 |
| 113 | /* [RW 11] The number of blocks guarantied for class 0in MAC1.The register |
| 114 | * is applicable only when per_class_guaranty_mode is set. */ |
| 115 | #define BRB1_REG_MAC_1_CLASS_0_GUARANTIED 0x6024c |
| 116 | /* [RW 11] The hysteresis on the guarantied buffer space for class 0 in MAC |
| 117 | * 1 before signaling XON. The register is applicable only when |
| 118 | * per_class_guaranty_mode is set. */ |
| 119 | #define BRB1_REG_MAC_1_CLASS_0_GUARANTIED_HYST 0x6025c |
| 120 | /* [RW 11] The number of blocks guarantied for class 1 in MAC 1. The |
| 121 | * register is applicable only when per_class_guaranty_mode is set. */ |
| 122 | #define BRB1_REG_MAC_1_CLASS_1_GUARANTIED 0x60250 |
| 123 | /* [RW 11] The hysteresis on the guarantied buffer space for class 1 in MAC |
| 124 | * 1 before signaling XON. The register is applicable only when |
| 125 | * per_class_guaranty_mode is set. */ |
| 126 | #define BRB1_REG_MAC_1_CLASS_1_GUARANTIED_HYST 0x60260 |
| 127 | /* [RW 11] The number of blocks guarantied for the MAC port. The register is |
| 128 | * applicable only when per_class_guaranty_mode is reset. */ |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 129 | #define BRB1_REG_MAC_GUARANTIED_0 0x601e8 |
| 130 | #define BRB1_REG_MAC_GUARANTIED_1 0x60240 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 131 | /* [R 24] The number of full blocks. */ |
| 132 | #define BRB1_REG_NUM_OF_FULL_BLOCKS 0x60090 |
| 133 | /* [ST 32] The number of cycles that the write_full signal towards MAC #0 |
| 134 | was asserted. */ |
| 135 | #define BRB1_REG_NUM_OF_FULL_CYCLES_0 0x600c8 |
| 136 | #define BRB1_REG_NUM_OF_FULL_CYCLES_1 0x600cc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 137 | #define BRB1_REG_NUM_OF_FULL_CYCLES_4 0x600d8 |
| 138 | /* [ST 32] The number of cycles that the pause signal towards MAC #0 was |
| 139 | asserted. */ |
| 140 | #define BRB1_REG_NUM_OF_PAUSE_CYCLES_0 0x600b8 |
| 141 | #define BRB1_REG_NUM_OF_PAUSE_CYCLES_1 0x600bc |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 142 | /* [RW 10] The number of free blocks below which the pause signal to class 0 |
| 143 | * is asserted */ |
| 144 | #define BRB1_REG_PAUSE_0_XOFF_THRESHOLD_0 0x601c0 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 145 | #define BRB1_REG_PAUSE_0_XOFF_THRESHOLD_1 0x60220 |
| 146 | /* [RW 11] The number of free blocks above which the pause signal to class 0 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 147 | * is de-asserted */ |
| 148 | #define BRB1_REG_PAUSE_0_XON_THRESHOLD_0 0x601c4 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 149 | #define BRB1_REG_PAUSE_0_XON_THRESHOLD_1 0x60224 |
| 150 | /* [RW 11] The number of free blocks below which the pause signal to class 1 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 151 | * is asserted */ |
| 152 | #define BRB1_REG_PAUSE_1_XOFF_THRESHOLD_0 0x601c8 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 153 | #define BRB1_REG_PAUSE_1_XOFF_THRESHOLD_1 0x60228 |
| 154 | /* [RW 11] The number of free blocks above which the pause signal to class 1 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 155 | * is de-asserted */ |
| 156 | #define BRB1_REG_PAUSE_1_XON_THRESHOLD_0 0x601cc |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 157 | #define BRB1_REG_PAUSE_1_XON_THRESHOLD_1 0x6022c |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 158 | /* [RW 10] Write client 0: De-assert pause threshold. Not Functional */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 159 | #define BRB1_REG_PAUSE_HIGH_THRESHOLD_0 0x60078 |
| 160 | #define BRB1_REG_PAUSE_HIGH_THRESHOLD_1 0x6007c |
| 161 | /* [RW 10] Write client 0: Assert pause threshold. */ |
| 162 | #define BRB1_REG_PAUSE_LOW_THRESHOLD_0 0x60068 |
Yaniv Rosner | 866ceda | 2011-11-28 00:49:45 +0000 | [diff] [blame] | 163 | /* [RW 1] Indicates if to use per-class guaranty mode (new mode) or per-MAC |
| 164 | * guaranty mode (backwards-compatible mode). 0=per-MAC guaranty mode (BC |
| 165 | * mode). 1=per-class guaranty mode (new mode). */ |
| 166 | #define BRB1_REG_PER_CLASS_GUARANTY_MODE 0x60268 |
| 167 | /* [R 24] The number of full blocks occpied by port. */ |
Eilon Greenstein | 34f80b0 | 2008-06-23 20:33:01 -0700 | [diff] [blame] | 168 | #define BRB1_REG_PORT_NUM_OCC_BLOCKS_0 0x60094 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 169 | /* [RW 1] Reset the design by software. */ |
| 170 | #define BRB1_REG_SOFT_RESET 0x600dc |
| 171 | /* [R 5] Used to read the value of the XX protection CAM occupancy counter. */ |
| 172 | #define CCM_REG_CAM_OCCUP 0xd0188 |
| 173 | /* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded; |
| 174 | acknowledge output is deasserted; all other signals are treated as usual; |
| 175 | if 1 - normal activity. */ |
| 176 | #define CCM_REG_CCM_CFC_IFEN 0xd003c |
| 177 | /* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is |
| 178 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 179 | if 1 - normal activity. */ |
| 180 | #define CCM_REG_CCM_CQM_IFEN 0xd000c |
| 181 | /* [RW 1] If set the Q index; received from the QM is inserted to event ID. |
| 182 | Otherwise 0 is inserted. */ |
| 183 | #define CCM_REG_CCM_CQM_USE_Q 0xd00c0 |
| 184 | /* [RW 11] Interrupt mask register #0 read/write */ |
| 185 | #define CCM_REG_CCM_INT_MASK 0xd01e4 |
| 186 | /* [R 11] Interrupt register #0 read */ |
| 187 | #define CCM_REG_CCM_INT_STS 0xd01d8 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 188 | /* [RW 27] Parity mask register #0 read/write */ |
| 189 | #define CCM_REG_CCM_PRTY_MASK 0xd01f4 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 190 | /* [R 27] Parity register #0 read */ |
| 191 | #define CCM_REG_CCM_PRTY_STS 0xd01e8 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 192 | /* [RC 27] Parity register #0 read clear */ |
| 193 | #define CCM_REG_CCM_PRTY_STS_CLR 0xd01ec |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 194 | /* [RW 3] The size of AG context region 0 in REG-pairs. Designates the MS |
| 195 | REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5). |
| 196 | Is used to determine the number of the AG context REG-pairs written back; |
| 197 | when the input message Reg1WbFlg isn't set. */ |
| 198 | #define CCM_REG_CCM_REG0_SZ 0xd00c4 |
| 199 | /* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is |
| 200 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 201 | if 1 - normal activity. */ |
| 202 | #define CCM_REG_CCM_STORM0_IFEN 0xd0004 |
| 203 | /* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is |
| 204 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 205 | if 1 - normal activity. */ |
| 206 | #define CCM_REG_CCM_STORM1_IFEN 0xd0008 |
| 207 | /* [RW 1] CDU AG read Interface enable. If 0 - the request input is |
| 208 | disregarded; valid output is deasserted; all other signals are treated as |
| 209 | usual; if 1 - normal activity. */ |
| 210 | #define CCM_REG_CDU_AG_RD_IFEN 0xd0030 |
| 211 | /* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input |
| 212 | are disregarded; all other signals are treated as usual; if 1 - normal |
| 213 | activity. */ |
| 214 | #define CCM_REG_CDU_AG_WR_IFEN 0xd002c |
| 215 | /* [RW 1] CDU STORM read Interface enable. If 0 - the request input is |
| 216 | disregarded; valid output is deasserted; all other signals are treated as |
| 217 | usual; if 1 - normal activity. */ |
| 218 | #define CCM_REG_CDU_SM_RD_IFEN 0xd0038 |
| 219 | /* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid |
| 220 | input is disregarded; all other signals are treated as usual; if 1 - |
| 221 | normal activity. */ |
| 222 | #define CCM_REG_CDU_SM_WR_IFEN 0xd0034 |
| 223 | /* [RW 4] CFC output initial credit. Max credit available - 15.Write writes |
| 224 | the initial credit value; read returns the current value of the credit |
| 225 | counter. Must be initialized to 1 at start-up. */ |
| 226 | #define CCM_REG_CFC_INIT_CRD 0xd0204 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 227 | /* [RW 2] Auxiliary counter flag Q number 1. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 228 | #define CCM_REG_CNT_AUX1_Q 0xd00c8 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 229 | /* [RW 2] Auxiliary counter flag Q number 2. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 230 | #define CCM_REG_CNT_AUX2_Q 0xd00cc |
| 231 | /* [RW 28] The CM header value for QM request (primary). */ |
| 232 | #define CCM_REG_CQM_CCM_HDR_P 0xd008c |
| 233 | /* [RW 28] The CM header value for QM request (secondary). */ |
| 234 | #define CCM_REG_CQM_CCM_HDR_S 0xd0090 |
| 235 | /* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded; |
| 236 | acknowledge output is deasserted; all other signals are treated as usual; |
| 237 | if 1 - normal activity. */ |
| 238 | #define CCM_REG_CQM_CCM_IFEN 0xd0014 |
| 239 | /* [RW 6] QM output initial credit. Max credit available - 32. Write writes |
| 240 | the initial credit value; read returns the current value of the credit |
| 241 | counter. Must be initialized to 32 at start-up. */ |
| 242 | #define CCM_REG_CQM_INIT_CRD 0xd020c |
| 243 | /* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0 |
| 244 | stands for weight 8 (the most prioritised); 1 stands for weight 1(least |
| 245 | prioritised); 2 stands for weight 2; tc. */ |
| 246 | #define CCM_REG_CQM_P_WEIGHT 0xd00b8 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 247 | /* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0 |
| 248 | stands for weight 8 (the most prioritised); 1 stands for weight 1(least |
| 249 | prioritised); 2 stands for weight 2; tc. */ |
| 250 | #define CCM_REG_CQM_S_WEIGHT 0xd00bc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 251 | /* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded; |
| 252 | acknowledge output is deasserted; all other signals are treated as usual; |
| 253 | if 1 - normal activity. */ |
| 254 | #define CCM_REG_CSDM_IFEN 0xd0018 |
| 255 | /* [RC 1] Set when the message length mismatch (relative to last indication) |
| 256 | at the SDM interface is detected. */ |
| 257 | #define CCM_REG_CSDM_LENGTH_MIS 0xd0170 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 258 | /* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for |
| 259 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 260 | prioritised); 2 stands for weight 2; tc. */ |
| 261 | #define CCM_REG_CSDM_WEIGHT 0xd00b4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 262 | /* [RW 28] The CM header for QM formatting in case of an error in the QM |
| 263 | inputs. */ |
| 264 | #define CCM_REG_ERR_CCM_HDR 0xd0094 |
| 265 | /* [RW 8] The Event ID in case the input message ErrorFlg is set. */ |
| 266 | #define CCM_REG_ERR_EVNT_ID 0xd0098 |
| 267 | /* [RW 8] FIC0 output initial credit. Max credit available - 255. Write |
| 268 | writes the initial credit value; read returns the current value of the |
| 269 | credit counter. Must be initialized to 64 at start-up. */ |
| 270 | #define CCM_REG_FIC0_INIT_CRD 0xd0210 |
| 271 | /* [RW 8] FIC1 output initial credit. Max credit available - 255.Write |
| 272 | writes the initial credit value; read returns the current value of the |
| 273 | credit counter. Must be initialized to 64 at start-up. */ |
| 274 | #define CCM_REG_FIC1_INIT_CRD 0xd0214 |
| 275 | /* [RW 1] Arbitration between Input Arbiter groups: 0 - fair Round-Robin; 1 |
| 276 | - strict priority defined by ~ccm_registers_gr_ag_pr.gr_ag_pr; |
| 277 | ~ccm_registers_gr_ld0_pr.gr_ld0_pr and |
| 278 | ~ccm_registers_gr_ld1_pr.gr_ld1_pr. Groups are according to channels and |
| 279 | outputs to STORM: aggregation; load FIC0; load FIC1 and store. */ |
| 280 | #define CCM_REG_GR_ARB_TYPE 0xd015c |
| 281 | /* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the |
| 282 | highest priority is 3. It is supposed; that the Store channel priority is |
| 283 | the compliment to 4 of the rest priorities - Aggregation channel; Load |
| 284 | (FIC0) channel and Load (FIC1). */ |
| 285 | #define CCM_REG_GR_LD0_PR 0xd0164 |
| 286 | /* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the |
| 287 | highest priority is 3. It is supposed; that the Store channel priority is |
| 288 | the compliment to 4 of the rest priorities - Aggregation channel; Load |
| 289 | (FIC0) channel and Load (FIC1). */ |
| 290 | #define CCM_REG_GR_LD1_PR 0xd0168 |
| 291 | /* [RW 2] General flags index. */ |
| 292 | #define CCM_REG_INV_DONE_Q 0xd0108 |
| 293 | /* [RW 4] The number of double REG-pairs(128 bits); loaded from the STORM |
| 294 | context and sent to STORM; for a specific connection type. The double |
| 295 | REG-pairs are used in order to align to STORM context row size of 128 |
| 296 | bits. The offset of these data in the STORM context is always 0. Index |
| 297 | _(0..15) stands for the connection type (one of 16). */ |
| 298 | #define CCM_REG_N_SM_CTX_LD_0 0xd004c |
| 299 | #define CCM_REG_N_SM_CTX_LD_1 0xd0050 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 300 | #define CCM_REG_N_SM_CTX_LD_2 0xd0054 |
| 301 | #define CCM_REG_N_SM_CTX_LD_3 0xd0058 |
| 302 | #define CCM_REG_N_SM_CTX_LD_4 0xd005c |
| 303 | /* [RW 1] Input pbf Interface enable. If 0 - the valid input is disregarded; |
| 304 | acknowledge output is deasserted; all other signals are treated as usual; |
| 305 | if 1 - normal activity. */ |
| 306 | #define CCM_REG_PBF_IFEN 0xd0028 |
| 307 | /* [RC 1] Set when the message length mismatch (relative to last indication) |
| 308 | at the pbf interface is detected. */ |
| 309 | #define CCM_REG_PBF_LENGTH_MIS 0xd0180 |
| 310 | /* [RW 3] The weight of the input pbf in the WRR mechanism. 0 stands for |
| 311 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 312 | prioritised); 2 stands for weight 2; tc. */ |
| 313 | #define CCM_REG_PBF_WEIGHT 0xd00ac |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 314 | #define CCM_REG_PHYS_QNUM1_0 0xd0134 |
| 315 | #define CCM_REG_PHYS_QNUM1_1 0xd0138 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 316 | #define CCM_REG_PHYS_QNUM2_0 0xd013c |
| 317 | #define CCM_REG_PHYS_QNUM2_1 0xd0140 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 318 | #define CCM_REG_PHYS_QNUM3_0 0xd0144 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 319 | #define CCM_REG_PHYS_QNUM3_1 0xd0148 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 320 | #define CCM_REG_QOS_PHYS_QNUM0_0 0xd0114 |
| 321 | #define CCM_REG_QOS_PHYS_QNUM0_1 0xd0118 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 322 | #define CCM_REG_QOS_PHYS_QNUM1_0 0xd011c |
| 323 | #define CCM_REG_QOS_PHYS_QNUM1_1 0xd0120 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 324 | #define CCM_REG_QOS_PHYS_QNUM2_0 0xd0124 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 325 | #define CCM_REG_QOS_PHYS_QNUM2_1 0xd0128 |
| 326 | #define CCM_REG_QOS_PHYS_QNUM3_0 0xd012c |
| 327 | #define CCM_REG_QOS_PHYS_QNUM3_1 0xd0130 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 328 | /* [RW 1] STORM - CM Interface enable. If 0 - the valid input is |
| 329 | disregarded; acknowledge output is deasserted; all other signals are |
| 330 | treated as usual; if 1 - normal activity. */ |
| 331 | #define CCM_REG_STORM_CCM_IFEN 0xd0010 |
| 332 | /* [RC 1] Set when the message length mismatch (relative to last indication) |
| 333 | at the STORM interface is detected. */ |
| 334 | #define CCM_REG_STORM_LENGTH_MIS 0xd016c |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 335 | /* [RW 3] The weight of the STORM input in the WRR (Weighted Round robin) |
| 336 | mechanism. 0 stands for weight 8 (the most prioritised); 1 stands for |
| 337 | weight 1(least prioritised); 2 stands for weight 2 (more prioritised); |
| 338 | tc. */ |
| 339 | #define CCM_REG_STORM_WEIGHT 0xd009c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 340 | /* [RW 1] Input tsem Interface enable. If 0 - the valid input is |
| 341 | disregarded; acknowledge output is deasserted; all other signals are |
| 342 | treated as usual; if 1 - normal activity. */ |
| 343 | #define CCM_REG_TSEM_IFEN 0xd001c |
| 344 | /* [RC 1] Set when the message length mismatch (relative to last indication) |
| 345 | at the tsem interface is detected. */ |
| 346 | #define CCM_REG_TSEM_LENGTH_MIS 0xd0174 |
| 347 | /* [RW 3] The weight of the input tsem in the WRR mechanism. 0 stands for |
| 348 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 349 | prioritised); 2 stands for weight 2; tc. */ |
| 350 | #define CCM_REG_TSEM_WEIGHT 0xd00a0 |
| 351 | /* [RW 1] Input usem Interface enable. If 0 - the valid input is |
| 352 | disregarded; acknowledge output is deasserted; all other signals are |
| 353 | treated as usual; if 1 - normal activity. */ |
| 354 | #define CCM_REG_USEM_IFEN 0xd0024 |
| 355 | /* [RC 1] Set when message length mismatch (relative to last indication) at |
| 356 | the usem interface is detected. */ |
| 357 | #define CCM_REG_USEM_LENGTH_MIS 0xd017c |
| 358 | /* [RW 3] The weight of the input usem in the WRR mechanism. 0 stands for |
| 359 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 360 | prioritised); 2 stands for weight 2; tc. */ |
| 361 | #define CCM_REG_USEM_WEIGHT 0xd00a8 |
| 362 | /* [RW 1] Input xsem Interface enable. If 0 - the valid input is |
| 363 | disregarded; acknowledge output is deasserted; all other signals are |
| 364 | treated as usual; if 1 - normal activity. */ |
| 365 | #define CCM_REG_XSEM_IFEN 0xd0020 |
| 366 | /* [RC 1] Set when the message length mismatch (relative to last indication) |
| 367 | at the xsem interface is detected. */ |
| 368 | #define CCM_REG_XSEM_LENGTH_MIS 0xd0178 |
| 369 | /* [RW 3] The weight of the input xsem in the WRR mechanism. 0 stands for |
| 370 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 371 | prioritised); 2 stands for weight 2; tc. */ |
| 372 | #define CCM_REG_XSEM_WEIGHT 0xd00a4 |
| 373 | /* [RW 19] Indirect access to the descriptor table of the XX protection |
| 374 | mechanism. The fields are: [5:0] - message length; [12:6] - message |
| 375 | pointer; 18:13] - next pointer. */ |
| 376 | #define CCM_REG_XX_DESCR_TABLE 0xd0300 |
Vladislav Zolotarov | 7961689 | 2011-07-21 07:58:54 +0000 | [diff] [blame] | 377 | #define CCM_REG_XX_DESCR_TABLE_SIZE 24 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 378 | /* [R 7] Used to read the value of XX protection Free counter. */ |
| 379 | #define CCM_REG_XX_FREE 0xd0184 |
| 380 | /* [RW 6] Initial value for the credit counter; responsible for fulfilling |
| 381 | of the Input Stage XX protection buffer by the XX protection pending |
| 382 | messages. Max credit available - 127. Write writes the initial credit |
| 383 | value; read returns the current value of the credit counter. Must be |
| 384 | initialized to maximum XX protected message size - 2 at start-up. */ |
| 385 | #define CCM_REG_XX_INIT_CRD 0xd0220 |
| 386 | /* [RW 7] The maximum number of pending messages; which may be stored in XX |
| 387 | protection. At read the ~ccm_registers_xx_free.xx_free counter is read. |
| 388 | At write comprises the start value of the ~ccm_registers_xx_free.xx_free |
| 389 | counter. */ |
| 390 | #define CCM_REG_XX_MSG_NUM 0xd0224 |
| 391 | /* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */ |
| 392 | #define CCM_REG_XX_OVFL_EVNT_ID 0xd0044 |
| 393 | /* [RW 18] Indirect access to the XX table of the XX protection mechanism. |
| 394 | The fields are: [5:0] - tail pointer; 11:6] - Link List size; 17:12] - |
| 395 | header pointer. */ |
| 396 | #define CCM_REG_XX_TABLE 0xd0280 |
| 397 | #define CDU_REG_CDU_CHK_MASK0 0x101000 |
| 398 | #define CDU_REG_CDU_CHK_MASK1 0x101004 |
| 399 | #define CDU_REG_CDU_CONTROL0 0x101008 |
| 400 | #define CDU_REG_CDU_DEBUG 0x101010 |
| 401 | #define CDU_REG_CDU_GLOBAL_PARAMS 0x101020 |
| 402 | /* [RW 7] Interrupt mask register #0 read/write */ |
| 403 | #define CDU_REG_CDU_INT_MASK 0x10103c |
| 404 | /* [R 7] Interrupt register #0 read */ |
| 405 | #define CDU_REG_CDU_INT_STS 0x101030 |
| 406 | /* [RW 5] Parity mask register #0 read/write */ |
| 407 | #define CDU_REG_CDU_PRTY_MASK 0x10104c |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 408 | /* [R 5] Parity register #0 read */ |
| 409 | #define CDU_REG_CDU_PRTY_STS 0x101040 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 410 | /* [RC 5] Parity register #0 read clear */ |
| 411 | #define CDU_REG_CDU_PRTY_STS_CLR 0x101044 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 412 | /* [RC 32] logging of error data in case of a CDU load error: |
| 413 | {expected_cid[15:0]; xpected_type[2:0]; xpected_region[2:0]; ctive_error; |
| 414 | ype_error; ctual_active; ctual_compressed_context}; */ |
| 415 | #define CDU_REG_ERROR_DATA 0x101014 |
| 416 | /* [WB 216] L1TT ram access. each entry has the following format : |
| 417 | {mrege_regions[7:0]; ffset12[5:0]...offset0[5:0]; |
| 418 | ength12[5:0]...length0[5:0]; d12[3:0]...id0[3:0]} */ |
| 419 | #define CDU_REG_L1TT 0x101800 |
| 420 | /* [WB 24] MATT ram access. each entry has the following |
| 421 | format:{RegionLength[11:0]; egionOffset[11:0]} */ |
| 422 | #define CDU_REG_MATT 0x101100 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 423 | /* [RW 1] when this bit is set the CDU operates in e1hmf mode */ |
| 424 | #define CDU_REG_MF_MODE 0x101050 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 425 | /* [R 1] indication the initializing the activity counter by the hardware |
| 426 | was done. */ |
| 427 | #define CFC_REG_AC_INIT_DONE 0x104078 |
| 428 | /* [RW 13] activity counter ram access */ |
| 429 | #define CFC_REG_ACTIVITY_COUNTER 0x104400 |
| 430 | #define CFC_REG_ACTIVITY_COUNTER_SIZE 256 |
| 431 | /* [R 1] indication the initializing the cams by the hardware was done. */ |
| 432 | #define CFC_REG_CAM_INIT_DONE 0x10407c |
| 433 | /* [RW 2] Interrupt mask register #0 read/write */ |
| 434 | #define CFC_REG_CFC_INT_MASK 0x104108 |
| 435 | /* [R 2] Interrupt register #0 read */ |
| 436 | #define CFC_REG_CFC_INT_STS 0x1040fc |
| 437 | /* [RC 2] Interrupt register #0 read clear */ |
| 438 | #define CFC_REG_CFC_INT_STS_CLR 0x104100 |
| 439 | /* [RW 4] Parity mask register #0 read/write */ |
| 440 | #define CFC_REG_CFC_PRTY_MASK 0x104118 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 441 | /* [R 4] Parity register #0 read */ |
| 442 | #define CFC_REG_CFC_PRTY_STS 0x10410c |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 443 | /* [RC 4] Parity register #0 read clear */ |
| 444 | #define CFC_REG_CFC_PRTY_STS_CLR 0x104110 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 445 | /* [RW 21] CID cam access (21:1 - Data; alid - 0) */ |
| 446 | #define CFC_REG_CID_CAM 0x104800 |
| 447 | #define CFC_REG_CONTROL0 0x104028 |
| 448 | #define CFC_REG_DEBUG0 0x104050 |
| 449 | /* [RW 14] indicates per error (in #cfc_registers_cfc_error_vector.cfc_error |
| 450 | vector) whether the cfc should be disabled upon it */ |
| 451 | #define CFC_REG_DISABLE_ON_ERROR 0x104044 |
| 452 | /* [RC 14] CFC error vector. when the CFC detects an internal error it will |
| 453 | set one of these bits. the bit description can be found in CFC |
| 454 | specifications */ |
| 455 | #define CFC_REG_ERROR_VECTOR 0x10403c |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 456 | /* [WB 93] LCID info ram access */ |
| 457 | #define CFC_REG_INFO_RAM 0x105000 |
| 458 | #define CFC_REG_INFO_RAM_SIZE 1024 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 459 | #define CFC_REG_INIT_REG 0x10404c |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 460 | #define CFC_REG_INTERFACES 0x104058 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 461 | /* [RW 24] {weight_load_client7[2:0] to weight_load_client0[2:0]}. this |
| 462 | field allows changing the priorities of the weighted-round-robin arbiter |
| 463 | which selects which CFC load client should be served next */ |
| 464 | #define CFC_REG_LCREQ_WEIGHTS 0x104084 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 465 | /* [RW 16] Link List ram access; data = {prev_lcid; ext_lcid} */ |
| 466 | #define CFC_REG_LINK_LIST 0x104c00 |
| 467 | #define CFC_REG_LINK_LIST_SIZE 256 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 468 | /* [R 1] indication the initializing the link list by the hardware was done. */ |
| 469 | #define CFC_REG_LL_INIT_DONE 0x104074 |
| 470 | /* [R 9] Number of allocated LCIDs which are at empty state */ |
| 471 | #define CFC_REG_NUM_LCIDS_ALLOC 0x104020 |
| 472 | /* [R 9] Number of Arriving LCIDs in Link List Block */ |
| 473 | #define CFC_REG_NUM_LCIDS_ARRIVING 0x104004 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 474 | #define CFC_REG_NUM_LCIDS_INSIDE_PF 0x104120 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 475 | /* [R 9] Number of Leaving LCIDs in Link List Block */ |
| 476 | #define CFC_REG_NUM_LCIDS_LEAVING 0x104018 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 477 | #define CFC_REG_WEAK_ENABLE_PF 0x104124 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 478 | /* [RW 8] The event id for aggregated interrupt 0 */ |
| 479 | #define CSDM_REG_AGG_INT_EVENT_0 0xc2038 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 480 | #define CSDM_REG_AGG_INT_EVENT_10 0xc2060 |
| 481 | #define CSDM_REG_AGG_INT_EVENT_11 0xc2064 |
| 482 | #define CSDM_REG_AGG_INT_EVENT_12 0xc2068 |
| 483 | #define CSDM_REG_AGG_INT_EVENT_13 0xc206c |
| 484 | #define CSDM_REG_AGG_INT_EVENT_14 0xc2070 |
| 485 | #define CSDM_REG_AGG_INT_EVENT_15 0xc2074 |
| 486 | #define CSDM_REG_AGG_INT_EVENT_16 0xc2078 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 487 | #define CSDM_REG_AGG_INT_EVENT_2 0xc2040 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 488 | #define CSDM_REG_AGG_INT_EVENT_3 0xc2044 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 489 | #define CSDM_REG_AGG_INT_EVENT_4 0xc2048 |
Eilon Greenstein | ca00392 | 2009-08-12 22:53:28 -0700 | [diff] [blame] | 490 | #define CSDM_REG_AGG_INT_EVENT_5 0xc204c |
| 491 | #define CSDM_REG_AGG_INT_EVENT_6 0xc2050 |
| 492 | #define CSDM_REG_AGG_INT_EVENT_7 0xc2054 |
| 493 | #define CSDM_REG_AGG_INT_EVENT_8 0xc2058 |
| 494 | #define CSDM_REG_AGG_INT_EVENT_9 0xc205c |
| 495 | /* [RW 1] For each aggregated interrupt index whether the mode is normal (0) |
| 496 | or auto-mask-mode (1) */ |
| 497 | #define CSDM_REG_AGG_INT_MODE_10 0xc21e0 |
| 498 | #define CSDM_REG_AGG_INT_MODE_11 0xc21e4 |
| 499 | #define CSDM_REG_AGG_INT_MODE_12 0xc21e8 |
| 500 | #define CSDM_REG_AGG_INT_MODE_13 0xc21ec |
| 501 | #define CSDM_REG_AGG_INT_MODE_14 0xc21f0 |
| 502 | #define CSDM_REG_AGG_INT_MODE_15 0xc21f4 |
| 503 | #define CSDM_REG_AGG_INT_MODE_16 0xc21f8 |
| 504 | #define CSDM_REG_AGG_INT_MODE_6 0xc21d0 |
| 505 | #define CSDM_REG_AGG_INT_MODE_7 0xc21d4 |
| 506 | #define CSDM_REG_AGG_INT_MODE_8 0xc21d8 |
| 507 | #define CSDM_REG_AGG_INT_MODE_9 0xc21dc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 508 | /* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */ |
| 509 | #define CSDM_REG_CFC_RSP_START_ADDR 0xc2008 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 510 | /* [RW 16] The maximum value of the completion counter #0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 511 | #define CSDM_REG_CMP_COUNTER_MAX0 0xc201c |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 512 | /* [RW 16] The maximum value of the completion counter #1 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 513 | #define CSDM_REG_CMP_COUNTER_MAX1 0xc2020 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 514 | /* [RW 16] The maximum value of the completion counter #2 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 515 | #define CSDM_REG_CMP_COUNTER_MAX2 0xc2024 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 516 | /* [RW 16] The maximum value of the completion counter #3 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 517 | #define CSDM_REG_CMP_COUNTER_MAX3 0xc2028 |
| 518 | /* [RW 13] The start address in the internal RAM for the completion |
| 519 | counters. */ |
| 520 | #define CSDM_REG_CMP_COUNTER_START_ADDR 0xc200c |
| 521 | /* [RW 32] Interrupt mask register #0 read/write */ |
| 522 | #define CSDM_REG_CSDM_INT_MASK_0 0xc229c |
| 523 | #define CSDM_REG_CSDM_INT_MASK_1 0xc22ac |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 524 | /* [R 32] Interrupt register #0 read */ |
| 525 | #define CSDM_REG_CSDM_INT_STS_0 0xc2290 |
| 526 | #define CSDM_REG_CSDM_INT_STS_1 0xc22a0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 527 | /* [RW 11] Parity mask register #0 read/write */ |
| 528 | #define CSDM_REG_CSDM_PRTY_MASK 0xc22bc |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 529 | /* [R 11] Parity register #0 read */ |
| 530 | #define CSDM_REG_CSDM_PRTY_STS 0xc22b0 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 531 | /* [RC 11] Parity register #0 read clear */ |
| 532 | #define CSDM_REG_CSDM_PRTY_STS_CLR 0xc22b4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 533 | #define CSDM_REG_ENABLE_IN1 0xc2238 |
| 534 | #define CSDM_REG_ENABLE_IN2 0xc223c |
| 535 | #define CSDM_REG_ENABLE_OUT1 0xc2240 |
| 536 | #define CSDM_REG_ENABLE_OUT2 0xc2244 |
| 537 | /* [RW 4] The initial number of messages that can be sent to the pxp control |
| 538 | interface without receiving any ACK. */ |
| 539 | #define CSDM_REG_INIT_CREDIT_PXP_CTRL 0xc24bc |
| 540 | /* [ST 32] The number of ACK after placement messages received */ |
| 541 | #define CSDM_REG_NUM_OF_ACK_AFTER_PLACE 0xc227c |
| 542 | /* [ST 32] The number of packet end messages received from the parser */ |
| 543 | #define CSDM_REG_NUM_OF_PKT_END_MSG 0xc2274 |
| 544 | /* [ST 32] The number of requests received from the pxp async if */ |
| 545 | #define CSDM_REG_NUM_OF_PXP_ASYNC_REQ 0xc2278 |
| 546 | /* [ST 32] The number of commands received in queue 0 */ |
| 547 | #define CSDM_REG_NUM_OF_Q0_CMD 0xc2248 |
| 548 | /* [ST 32] The number of commands received in queue 10 */ |
| 549 | #define CSDM_REG_NUM_OF_Q10_CMD 0xc226c |
| 550 | /* [ST 32] The number of commands received in queue 11 */ |
| 551 | #define CSDM_REG_NUM_OF_Q11_CMD 0xc2270 |
| 552 | /* [ST 32] The number of commands received in queue 1 */ |
| 553 | #define CSDM_REG_NUM_OF_Q1_CMD 0xc224c |
| 554 | /* [ST 32] The number of commands received in queue 3 */ |
| 555 | #define CSDM_REG_NUM_OF_Q3_CMD 0xc2250 |
| 556 | /* [ST 32] The number of commands received in queue 4 */ |
| 557 | #define CSDM_REG_NUM_OF_Q4_CMD 0xc2254 |
| 558 | /* [ST 32] The number of commands received in queue 5 */ |
| 559 | #define CSDM_REG_NUM_OF_Q5_CMD 0xc2258 |
| 560 | /* [ST 32] The number of commands received in queue 6 */ |
| 561 | #define CSDM_REG_NUM_OF_Q6_CMD 0xc225c |
| 562 | /* [ST 32] The number of commands received in queue 7 */ |
| 563 | #define CSDM_REG_NUM_OF_Q7_CMD 0xc2260 |
| 564 | /* [ST 32] The number of commands received in queue 8 */ |
| 565 | #define CSDM_REG_NUM_OF_Q8_CMD 0xc2264 |
| 566 | /* [ST 32] The number of commands received in queue 9 */ |
| 567 | #define CSDM_REG_NUM_OF_Q9_CMD 0xc2268 |
| 568 | /* [RW 13] The start address in the internal RAM for queue counters */ |
| 569 | #define CSDM_REG_Q_COUNTER_START_ADDR 0xc2010 |
| 570 | /* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */ |
| 571 | #define CSDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0xc2548 |
| 572 | /* [R 1] parser fifo empty in sdm_sync block */ |
| 573 | #define CSDM_REG_SYNC_PARSER_EMPTY 0xc2550 |
| 574 | /* [R 1] parser serial fifo empty in sdm_sync block */ |
| 575 | #define CSDM_REG_SYNC_SYNC_EMPTY 0xc2558 |
| 576 | /* [RW 32] Tick for timer counter. Applicable only when |
| 577 | ~csdm_registers_timer_tick_enable.timer_tick_enable =1 */ |
| 578 | #define CSDM_REG_TIMER_TICK 0xc2000 |
| 579 | /* [RW 5] The number of time_slots in the arbitration cycle */ |
| 580 | #define CSEM_REG_ARB_CYCLE_SIZE 0x200034 |
| 581 | /* [RW 3] The source that is associated with arbitration element 0. Source |
| 582 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 583 | sleeping thread with priority 1; 4- sleeping thread with priority 2 */ |
| 584 | #define CSEM_REG_ARB_ELEMENT0 0x200020 |
| 585 | /* [RW 3] The source that is associated with arbitration element 1. Source |
| 586 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 587 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 588 | Could not be equal to register ~csem_registers_arb_element0.arb_element0 */ |
| 589 | #define CSEM_REG_ARB_ELEMENT1 0x200024 |
| 590 | /* [RW 3] The source that is associated with arbitration element 2. Source |
| 591 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 592 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 593 | Could not be equal to register ~csem_registers_arb_element0.arb_element0 |
| 594 | and ~csem_registers_arb_element1.arb_element1 */ |
| 595 | #define CSEM_REG_ARB_ELEMENT2 0x200028 |
| 596 | /* [RW 3] The source that is associated with arbitration element 3. Source |
| 597 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 598 | sleeping thread with priority 1; 4- sleeping thread with priority 2.Could |
| 599 | not be equal to register ~csem_registers_arb_element0.arb_element0 and |
| 600 | ~csem_registers_arb_element1.arb_element1 and |
| 601 | ~csem_registers_arb_element2.arb_element2 */ |
| 602 | #define CSEM_REG_ARB_ELEMENT3 0x20002c |
| 603 | /* [RW 3] The source that is associated with arbitration element 4. Source |
| 604 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 605 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 606 | Could not be equal to register ~csem_registers_arb_element0.arb_element0 |
| 607 | and ~csem_registers_arb_element1.arb_element1 and |
| 608 | ~csem_registers_arb_element2.arb_element2 and |
| 609 | ~csem_registers_arb_element3.arb_element3 */ |
| 610 | #define CSEM_REG_ARB_ELEMENT4 0x200030 |
| 611 | /* [RW 32] Interrupt mask register #0 read/write */ |
| 612 | #define CSEM_REG_CSEM_INT_MASK_0 0x200110 |
| 613 | #define CSEM_REG_CSEM_INT_MASK_1 0x200120 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 614 | /* [R 32] Interrupt register #0 read */ |
| 615 | #define CSEM_REG_CSEM_INT_STS_0 0x200104 |
| 616 | #define CSEM_REG_CSEM_INT_STS_1 0x200114 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 617 | /* [RW 32] Parity mask register #0 read/write */ |
| 618 | #define CSEM_REG_CSEM_PRTY_MASK_0 0x200130 |
| 619 | #define CSEM_REG_CSEM_PRTY_MASK_1 0x200140 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 620 | /* [R 32] Parity register #0 read */ |
| 621 | #define CSEM_REG_CSEM_PRTY_STS_0 0x200124 |
| 622 | #define CSEM_REG_CSEM_PRTY_STS_1 0x200134 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 623 | /* [RC 32] Parity register #0 read clear */ |
| 624 | #define CSEM_REG_CSEM_PRTY_STS_CLR_0 0x200128 |
| 625 | #define CSEM_REG_CSEM_PRTY_STS_CLR_1 0x200138 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 626 | #define CSEM_REG_ENABLE_IN 0x2000a4 |
| 627 | #define CSEM_REG_ENABLE_OUT 0x2000a8 |
| 628 | /* [RW 32] This address space contains all registers and memories that are |
| 629 | placed in SEM_FAST block. The SEM_FAST registers are described in |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 630 | appendix B. In order to access the sem_fast registers the base address |
| 631 | ~fast_memory.fast_memory should be added to eachsem_fast register offset. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 632 | #define CSEM_REG_FAST_MEMORY 0x220000 |
| 633 | /* [RW 1] Disables input messages from FIC0 May be updated during run_time |
| 634 | by the microcode */ |
| 635 | #define CSEM_REG_FIC0_DISABLE 0x200224 |
| 636 | /* [RW 1] Disables input messages from FIC1 May be updated during run_time |
| 637 | by the microcode */ |
| 638 | #define CSEM_REG_FIC1_DISABLE 0x200234 |
| 639 | /* [RW 15] Interrupt table Read and write access to it is not possible in |
| 640 | the middle of the work */ |
| 641 | #define CSEM_REG_INT_TABLE 0x200400 |
| 642 | /* [ST 24] Statistics register. The number of messages that entered through |
| 643 | FIC0 */ |
| 644 | #define CSEM_REG_MSG_NUM_FIC0 0x200000 |
| 645 | /* [ST 24] Statistics register. The number of messages that entered through |
| 646 | FIC1 */ |
| 647 | #define CSEM_REG_MSG_NUM_FIC1 0x200004 |
| 648 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 649 | FOC0 */ |
| 650 | #define CSEM_REG_MSG_NUM_FOC0 0x200008 |
| 651 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 652 | FOC1 */ |
| 653 | #define CSEM_REG_MSG_NUM_FOC1 0x20000c |
| 654 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 655 | FOC2 */ |
| 656 | #define CSEM_REG_MSG_NUM_FOC2 0x200010 |
| 657 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 658 | FOC3 */ |
| 659 | #define CSEM_REG_MSG_NUM_FOC3 0x200014 |
| 660 | /* [RW 1] Disables input messages from the passive buffer May be updated |
| 661 | during run_time by the microcode */ |
| 662 | #define CSEM_REG_PAS_DISABLE 0x20024c |
| 663 | /* [WB 128] Debug only. Passive buffer memory */ |
| 664 | #define CSEM_REG_PASSIVE_BUFFER 0x202000 |
| 665 | /* [WB 46] pram memory. B45 is parity; b[44:0] - data. */ |
| 666 | #define CSEM_REG_PRAM 0x240000 |
| 667 | /* [R 16] Valid sleeping threads indication have bit per thread */ |
| 668 | #define CSEM_REG_SLEEP_THREADS_VALID 0x20026c |
| 669 | /* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */ |
| 670 | #define CSEM_REG_SLOW_EXT_STORE_EMPTY 0x2002a0 |
| 671 | /* [RW 16] List of free threads . There is a bit per thread. */ |
| 672 | #define CSEM_REG_THREADS_LIST 0x2002e4 |
| 673 | /* [RW 3] The arbitration scheme of time_slot 0 */ |
| 674 | #define CSEM_REG_TS_0_AS 0x200038 |
| 675 | /* [RW 3] The arbitration scheme of time_slot 10 */ |
| 676 | #define CSEM_REG_TS_10_AS 0x200060 |
| 677 | /* [RW 3] The arbitration scheme of time_slot 11 */ |
| 678 | #define CSEM_REG_TS_11_AS 0x200064 |
| 679 | /* [RW 3] The arbitration scheme of time_slot 12 */ |
| 680 | #define CSEM_REG_TS_12_AS 0x200068 |
| 681 | /* [RW 3] The arbitration scheme of time_slot 13 */ |
| 682 | #define CSEM_REG_TS_13_AS 0x20006c |
| 683 | /* [RW 3] The arbitration scheme of time_slot 14 */ |
| 684 | #define CSEM_REG_TS_14_AS 0x200070 |
| 685 | /* [RW 3] The arbitration scheme of time_slot 15 */ |
| 686 | #define CSEM_REG_TS_15_AS 0x200074 |
| 687 | /* [RW 3] The arbitration scheme of time_slot 16 */ |
| 688 | #define CSEM_REG_TS_16_AS 0x200078 |
| 689 | /* [RW 3] The arbitration scheme of time_slot 17 */ |
| 690 | #define CSEM_REG_TS_17_AS 0x20007c |
| 691 | /* [RW 3] The arbitration scheme of time_slot 18 */ |
| 692 | #define CSEM_REG_TS_18_AS 0x200080 |
| 693 | /* [RW 3] The arbitration scheme of time_slot 1 */ |
| 694 | #define CSEM_REG_TS_1_AS 0x20003c |
| 695 | /* [RW 3] The arbitration scheme of time_slot 2 */ |
| 696 | #define CSEM_REG_TS_2_AS 0x200040 |
| 697 | /* [RW 3] The arbitration scheme of time_slot 3 */ |
| 698 | #define CSEM_REG_TS_3_AS 0x200044 |
| 699 | /* [RW 3] The arbitration scheme of time_slot 4 */ |
| 700 | #define CSEM_REG_TS_4_AS 0x200048 |
| 701 | /* [RW 3] The arbitration scheme of time_slot 5 */ |
| 702 | #define CSEM_REG_TS_5_AS 0x20004c |
| 703 | /* [RW 3] The arbitration scheme of time_slot 6 */ |
| 704 | #define CSEM_REG_TS_6_AS 0x200050 |
| 705 | /* [RW 3] The arbitration scheme of time_slot 7 */ |
| 706 | #define CSEM_REG_TS_7_AS 0x200054 |
| 707 | /* [RW 3] The arbitration scheme of time_slot 8 */ |
| 708 | #define CSEM_REG_TS_8_AS 0x200058 |
| 709 | /* [RW 3] The arbitration scheme of time_slot 9 */ |
| 710 | #define CSEM_REG_TS_9_AS 0x20005c |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 711 | /* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64 |
| 712 | * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */ |
| 713 | #define CSEM_REG_VFPF_ERR_NUM 0x200380 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 714 | /* [RW 1] Parity mask register #0 read/write */ |
| 715 | #define DBG_REG_DBG_PRTY_MASK 0xc0a8 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 716 | /* [R 1] Parity register #0 read */ |
| 717 | #define DBG_REG_DBG_PRTY_STS 0xc09c |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 718 | /* [RC 1] Parity register #0 read clear */ |
| 719 | #define DBG_REG_DBG_PRTY_STS_CLR 0xc0a0 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 720 | /* [RW 1] When set the DMAE will process the commands as in E1.5. 1.The |
| 721 | * function that is used is always SRC-PCI; 2.VF_Valid = 0; 3.VFID=0; |
| 722 | * 4.Completion function=0; 5.Error handling=0 */ |
| 723 | #define DMAE_REG_BACKWARD_COMP_EN 0x10207c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 724 | /* [RW 32] Commands memory. The address to command X; row Y is to calculated |
| 725 | as 14*X+Y. */ |
| 726 | #define DMAE_REG_CMD_MEM 0x102400 |
Eilon Greenstein | 34f80b0 | 2008-06-23 20:33:01 -0700 | [diff] [blame] | 727 | #define DMAE_REG_CMD_MEM_SIZE 224 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 728 | /* [RW 1] If 0 - the CRC-16c initial value is all zeroes; if 1 - the CRC-16c |
| 729 | initial value is all ones. */ |
| 730 | #define DMAE_REG_CRC16C_INIT 0x10201c |
| 731 | /* [RW 1] If 0 - the CRC-16 T10 initial value is all zeroes; if 1 - the |
| 732 | CRC-16 T10 initial value is all ones. */ |
| 733 | #define DMAE_REG_CRC16T10_INIT 0x102020 |
| 734 | /* [RW 2] Interrupt mask register #0 read/write */ |
| 735 | #define DMAE_REG_DMAE_INT_MASK 0x102054 |
| 736 | /* [RW 4] Parity mask register #0 read/write */ |
| 737 | #define DMAE_REG_DMAE_PRTY_MASK 0x102064 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 738 | /* [R 4] Parity register #0 read */ |
| 739 | #define DMAE_REG_DMAE_PRTY_STS 0x102058 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 740 | /* [RC 4] Parity register #0 read clear */ |
| 741 | #define DMAE_REG_DMAE_PRTY_STS_CLR 0x10205c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 742 | /* [RW 1] Command 0 go. */ |
| 743 | #define DMAE_REG_GO_C0 0x102080 |
| 744 | /* [RW 1] Command 1 go. */ |
| 745 | #define DMAE_REG_GO_C1 0x102084 |
| 746 | /* [RW 1] Command 10 go. */ |
| 747 | #define DMAE_REG_GO_C10 0x102088 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 748 | /* [RW 1] Command 11 go. */ |
| 749 | #define DMAE_REG_GO_C11 0x10208c |
| 750 | /* [RW 1] Command 12 go. */ |
| 751 | #define DMAE_REG_GO_C12 0x102090 |
| 752 | /* [RW 1] Command 13 go. */ |
| 753 | #define DMAE_REG_GO_C13 0x102094 |
| 754 | /* [RW 1] Command 14 go. */ |
| 755 | #define DMAE_REG_GO_C14 0x102098 |
| 756 | /* [RW 1] Command 15 go. */ |
| 757 | #define DMAE_REG_GO_C15 0x10209c |
| 758 | /* [RW 1] Command 2 go. */ |
| 759 | #define DMAE_REG_GO_C2 0x1020a0 |
| 760 | /* [RW 1] Command 3 go. */ |
| 761 | #define DMAE_REG_GO_C3 0x1020a4 |
| 762 | /* [RW 1] Command 4 go. */ |
| 763 | #define DMAE_REG_GO_C4 0x1020a8 |
| 764 | /* [RW 1] Command 5 go. */ |
| 765 | #define DMAE_REG_GO_C5 0x1020ac |
| 766 | /* [RW 1] Command 6 go. */ |
| 767 | #define DMAE_REG_GO_C6 0x1020b0 |
| 768 | /* [RW 1] Command 7 go. */ |
| 769 | #define DMAE_REG_GO_C7 0x1020b4 |
| 770 | /* [RW 1] Command 8 go. */ |
| 771 | #define DMAE_REG_GO_C8 0x1020b8 |
| 772 | /* [RW 1] Command 9 go. */ |
| 773 | #define DMAE_REG_GO_C9 0x1020bc |
| 774 | /* [RW 1] DMAE GRC Interface (Target; aster) enable. If 0 - the acknowledge |
| 775 | input is disregarded; valid is deasserted; all other signals are treated |
| 776 | as usual; if 1 - normal activity. */ |
| 777 | #define DMAE_REG_GRC_IFEN 0x102008 |
| 778 | /* [RW 1] DMAE PCI Interface (Request; ead; rite) enable. If 0 - the |
| 779 | acknowledge input is disregarded; valid is deasserted; full is asserted; |
| 780 | all other signals are treated as usual; if 1 - normal activity. */ |
| 781 | #define DMAE_REG_PCI_IFEN 0x102004 |
| 782 | /* [RW 4] DMAE- PCI Request Interface initial credit. Write writes the |
| 783 | initial value to the credit counter; related to the address. Read returns |
| 784 | the current value of the counter. */ |
| 785 | #define DMAE_REG_PXP_REQ_INIT_CRD 0x1020c0 |
| 786 | /* [RW 8] Aggregation command. */ |
| 787 | #define DORQ_REG_AGG_CMD0 0x170060 |
| 788 | /* [RW 8] Aggregation command. */ |
| 789 | #define DORQ_REG_AGG_CMD1 0x170064 |
| 790 | /* [RW 8] Aggregation command. */ |
| 791 | #define DORQ_REG_AGG_CMD2 0x170068 |
| 792 | /* [RW 8] Aggregation command. */ |
| 793 | #define DORQ_REG_AGG_CMD3 0x17006c |
| 794 | /* [RW 28] UCM Header. */ |
| 795 | #define DORQ_REG_CMHEAD_RX 0x170050 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 796 | /* [RW 32] Doorbell address for RBC doorbells (function 0). */ |
| 797 | #define DORQ_REG_DB_ADDR0 0x17008c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 798 | /* [RW 5] Interrupt mask register #0 read/write */ |
| 799 | #define DORQ_REG_DORQ_INT_MASK 0x170180 |
| 800 | /* [R 5] Interrupt register #0 read */ |
| 801 | #define DORQ_REG_DORQ_INT_STS 0x170174 |
| 802 | /* [RC 5] Interrupt register #0 read clear */ |
| 803 | #define DORQ_REG_DORQ_INT_STS_CLR 0x170178 |
| 804 | /* [RW 2] Parity mask register #0 read/write */ |
| 805 | #define DORQ_REG_DORQ_PRTY_MASK 0x170190 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 806 | /* [R 2] Parity register #0 read */ |
| 807 | #define DORQ_REG_DORQ_PRTY_STS 0x170184 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 808 | /* [RC 2] Parity register #0 read clear */ |
| 809 | #define DORQ_REG_DORQ_PRTY_STS_CLR 0x170188 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 810 | /* [RW 8] The address to write the DPM CID to STORM. */ |
| 811 | #define DORQ_REG_DPM_CID_ADDR 0x170044 |
| 812 | /* [RW 5] The DPM mode CID extraction offset. */ |
| 813 | #define DORQ_REG_DPM_CID_OFST 0x170030 |
| 814 | /* [RW 12] The threshold of the DQ FIFO to send the almost full interrupt. */ |
| 815 | #define DORQ_REG_DQ_FIFO_AFULL_TH 0x17007c |
| 816 | /* [RW 12] The threshold of the DQ FIFO to send the full interrupt. */ |
| 817 | #define DORQ_REG_DQ_FIFO_FULL_TH 0x170078 |
| 818 | /* [R 13] Current value of the DQ FIFO fill level according to following |
| 819 | pointer. The range is 0 - 256 FIFO rows; where each row stands for the |
| 820 | doorbell. */ |
| 821 | #define DORQ_REG_DQ_FILL_LVLF 0x1700a4 |
| 822 | /* [R 1] DQ FIFO full status. Is set; when FIFO filling level is more or |
| 823 | equal to full threshold; reset on full clear. */ |
| 824 | #define DORQ_REG_DQ_FULL_ST 0x1700c0 |
| 825 | /* [RW 28] The value sent to CM header in the case of CFC load error. */ |
| 826 | #define DORQ_REG_ERR_CMHEAD 0x170058 |
| 827 | #define DORQ_REG_IF_EN 0x170004 |
Ariel Elior | b56e967 | 2013-01-01 05:22:32 +0000 | [diff] [blame] | 828 | #define DORQ_REG_MAX_RVFID_SIZE 0x1701ec |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 829 | #define DORQ_REG_MODE_ACT 0x170008 |
| 830 | /* [RW 5] The normal mode CID extraction offset. */ |
| 831 | #define DORQ_REG_NORM_CID_OFST 0x17002c |
| 832 | /* [RW 28] TCM Header when only TCP context is loaded. */ |
| 833 | #define DORQ_REG_NORM_CMHEAD_TX 0x17004c |
| 834 | /* [RW 3] The number of simultaneous outstanding requests to Context Fetch |
| 835 | Interface. */ |
| 836 | #define DORQ_REG_OUTST_REQ 0x17003c |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 837 | #define DORQ_REG_PF_USAGE_CNT 0x1701d0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 838 | #define DORQ_REG_REGN 0x170038 |
| 839 | /* [R 4] Current value of response A counter credit. Initial credit is |
| 840 | configured through write to ~dorq_registers_rsp_init_crd.rsp_init_crd |
| 841 | register. */ |
| 842 | #define DORQ_REG_RSPA_CRD_CNT 0x1700ac |
| 843 | /* [R 4] Current value of response B counter credit. Initial credit is |
| 844 | configured through write to ~dorq_registers_rsp_init_crd.rsp_init_crd |
| 845 | register. */ |
| 846 | #define DORQ_REG_RSPB_CRD_CNT 0x1700b0 |
| 847 | /* [RW 4] The initial credit at the Doorbell Response Interface. The write |
| 848 | writes the same initial credit to the rspa_crd_cnt and rspb_crd_cnt. The |
| 849 | read reads this written value. */ |
| 850 | #define DORQ_REG_RSP_INIT_CRD 0x170048 |
Ariel Elior | b56e967 | 2013-01-01 05:22:32 +0000 | [diff] [blame] | 851 | #define DORQ_REG_RSPB_CRD_CNT 0x1700b0 |
| 852 | #define DORQ_REG_VF_NORM_CID_BASE 0x1701a0 |
| 853 | #define DORQ_REG_VF_NORM_CID_OFST 0x1701f4 |
| 854 | #define DORQ_REG_VF_NORM_CID_WND_SIZE 0x1701a4 |
| 855 | #define DORQ_REG_VF_NORM_MAX_CID_COUNT 0x1701e4 |
| 856 | #define DORQ_REG_VF_NORM_VF_BASE 0x1701a8 |
| 857 | /* [RW 10] VF type validation mask value */ |
| 858 | #define DORQ_REG_VF_TYPE_MASK_0 0x170218 |
| 859 | /* [RW 17] VF type validation Min MCID value */ |
| 860 | #define DORQ_REG_VF_TYPE_MAX_MCID_0 0x1702d8 |
| 861 | /* [RW 17] VF type validation Max MCID value */ |
| 862 | #define DORQ_REG_VF_TYPE_MIN_MCID_0 0x170298 |
| 863 | /* [RW 10] VF type validation comp value */ |
| 864 | #define DORQ_REG_VF_TYPE_VALUE_0 0x170258 |
| 865 | #define DORQ_REG_VF_USAGE_CT_LIMIT 0x170340 |
| 866 | |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 867 | /* [RW 4] Initial activity counter value on the load request; when the |
| 868 | shortcut is done. */ |
| 869 | #define DORQ_REG_SHRT_ACT_CNT 0x170070 |
| 870 | /* [RW 28] TCM Header when both ULP and TCP context is loaded. */ |
| 871 | #define DORQ_REG_SHRT_CMHEAD 0x170054 |
| 872 | #define HC_CONFIG_0_REG_ATTN_BIT_EN_0 (0x1<<4) |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 873 | #define HC_CONFIG_0_REG_BLOCK_DISABLE_0 (0x1<<0) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 874 | #define HC_CONFIG_0_REG_INT_LINE_EN_0 (0x1<<3) |
Eilon Greenstein | 8badd27 | 2009-02-12 08:36:15 +0000 | [diff] [blame] | 875 | #define HC_CONFIG_0_REG_MSI_ATTN_EN_0 (0x1<<7) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 876 | #define HC_CONFIG_0_REG_MSI_MSIX_INT_EN_0 (0x1<<2) |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 877 | #define HC_CONFIG_0_REG_SINGLE_ISR_EN_0 (0x1<<1) |
| 878 | #define HC_CONFIG_1_REG_BLOCK_DISABLE_1 (0x1<<0) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 879 | #define HC_REG_AGG_INT_0 0x108050 |
| 880 | #define HC_REG_AGG_INT_1 0x108054 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 881 | #define HC_REG_ATTN_BIT 0x108120 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 882 | #define HC_REG_ATTN_IDX 0x108100 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 883 | #define HC_REG_ATTN_MSG0_ADDR_L 0x108018 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 884 | #define HC_REG_ATTN_MSG1_ADDR_L 0x108020 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 885 | #define HC_REG_ATTN_NUM_P0 0x108038 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 886 | #define HC_REG_ATTN_NUM_P1 0x10803c |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 887 | #define HC_REG_COMMAND_REG 0x108180 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 888 | #define HC_REG_CONFIG_0 0x108000 |
| 889 | #define HC_REG_CONFIG_1 0x108004 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 890 | #define HC_REG_FUNC_NUM_P0 0x1080ac |
| 891 | #define HC_REG_FUNC_NUM_P1 0x1080b0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 892 | /* [RW 3] Parity mask register #0 read/write */ |
| 893 | #define HC_REG_HC_PRTY_MASK 0x1080a0 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 894 | /* [R 3] Parity register #0 read */ |
| 895 | #define HC_REG_HC_PRTY_STS 0x108094 |
Vladislav Zolotarov | f4a6689 | 2010-10-19 05:13:09 +0000 | [diff] [blame] | 896 | /* [RC 3] Parity register #0 read clear */ |
| 897 | #define HC_REG_HC_PRTY_STS_CLR 0x108098 |
| 898 | #define HC_REG_INT_MASK 0x108108 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 899 | #define HC_REG_LEADING_EDGE_0 0x108040 |
| 900 | #define HC_REG_LEADING_EDGE_1 0x108048 |
Vladislav Zolotarov | f4a6689 | 2010-10-19 05:13:09 +0000 | [diff] [blame] | 901 | #define HC_REG_MAIN_MEMORY 0x108800 |
| 902 | #define HC_REG_MAIN_MEMORY_SIZE 152 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 903 | #define HC_REG_P0_PROD_CONS 0x108200 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 904 | #define HC_REG_P1_PROD_CONS 0x108400 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 905 | #define HC_REG_PBA_COMMAND 0x108140 |
| 906 | #define HC_REG_PCI_CONFIG_0 0x108010 |
| 907 | #define HC_REG_PCI_CONFIG_1 0x108014 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 908 | #define HC_REG_STATISTIC_COUNTERS 0x109000 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 909 | #define HC_REG_TRAILING_EDGE_0 0x108044 |
| 910 | #define HC_REG_TRAILING_EDGE_1 0x10804c |
| 911 | #define HC_REG_UC_RAM_ADDR_0 0x108028 |
| 912 | #define HC_REG_UC_RAM_ADDR_1 0x108030 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 913 | #define HC_REG_USTORM_ADDR_FOR_COALESCE 0x108068 |
| 914 | #define HC_REG_VQID_0 0x108008 |
| 915 | #define HC_REG_VQID_1 0x10800c |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 916 | #define IGU_BLOCK_CONFIGURATION_REG_BACKWARD_COMP_EN (0x1<<1) |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 917 | #define IGU_BLOCK_CONFIGURATION_REG_BLOCK_ENABLE (0x1<<0) |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 918 | #define IGU_REG_ATTENTION_ACK_BITS 0x130108 |
| 919 | /* [R 4] Debug: attn_fsm */ |
| 920 | #define IGU_REG_ATTN_FSM 0x130054 |
| 921 | #define IGU_REG_ATTN_MSG_ADDR_H 0x13011c |
| 922 | #define IGU_REG_ATTN_MSG_ADDR_L 0x130120 |
| 923 | /* [R 4] Debug: [3] - attention write done message is pending (0-no pending; |
| 924 | * 1-pending). [2:0] = PFID. Pending means attention message was sent; but |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 925 | * write done didn't receive. */ |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 926 | #define IGU_REG_ATTN_WRITE_DONE_PENDING 0x130030 |
| 927 | #define IGU_REG_BLOCK_CONFIGURATION 0x130000 |
| 928 | #define IGU_REG_COMMAND_REG_32LSB_DATA 0x130124 |
| 929 | #define IGU_REG_COMMAND_REG_CTRL 0x13012c |
| 930 | /* [WB_R 32] Cleanup bit status per SB. 1 = cleanup is set. 0 = cleanup bit |
| 931 | * is clear. The bits in this registers are set and clear via the producer |
| 932 | * command. Data valid only in addresses 0-4. all the rest are zero. */ |
| 933 | #define IGU_REG_CSTORM_TYPE_0_SB_CLEANUP 0x130200 |
| 934 | /* [R 5] Debug: ctrl_fsm */ |
| 935 | #define IGU_REG_CTRL_FSM 0x130064 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 936 | /* [R 1] data available for error memory. If this bit is clear do not red |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 937 | * from error_handling_memory. */ |
| 938 | #define IGU_REG_ERROR_HANDLING_DATA_VALID 0x130130 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 939 | /* [RW 11] Parity mask register #0 read/write */ |
| 940 | #define IGU_REG_IGU_PRTY_MASK 0x1300a8 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 941 | /* [R 11] Parity register #0 read */ |
| 942 | #define IGU_REG_IGU_PRTY_STS 0x13009c |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 943 | /* [RC 11] Parity register #0 read clear */ |
| 944 | #define IGU_REG_IGU_PRTY_STS_CLR 0x1300a0 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 945 | /* [R 4] Debug: int_handle_fsm */ |
| 946 | #define IGU_REG_INT_HANDLE_FSM 0x130050 |
| 947 | #define IGU_REG_LEADING_EDGE_LATCH 0x130134 |
| 948 | /* [RW 14] mapping CAM; relevant for E2 operating mode only. [0] - valid. |
| 949 | * [6:1] - vector number; [13:7] - FID (if VF - [13] = 0; [12:7] = VF |
| 950 | * number; if PF - [13] = 1; [12:10] = 0; [9:7] = PF number); */ |
| 951 | #define IGU_REG_MAPPING_MEMORY 0x131000 |
| 952 | #define IGU_REG_MAPPING_MEMORY_SIZE 136 |
| 953 | #define IGU_REG_PBA_STATUS_LSB 0x130138 |
| 954 | #define IGU_REG_PBA_STATUS_MSB 0x13013c |
| 955 | #define IGU_REG_PCI_PF_MSI_EN 0x130140 |
| 956 | #define IGU_REG_PCI_PF_MSIX_EN 0x130144 |
| 957 | #define IGU_REG_PCI_PF_MSIX_FUNC_MASK 0x130148 |
| 958 | /* [WB_R 32] Each bit represent the pending bits status for that SB. 0 = no |
| 959 | * pending; 1 = pending. Pendings means interrupt was asserted; and write |
| 960 | * done was not received. Data valid only in addresses 0-4. all the rest are |
| 961 | * zero. */ |
| 962 | #define IGU_REG_PENDING_BITS_STATUS 0x130300 |
| 963 | #define IGU_REG_PF_CONFIGURATION 0x130154 |
| 964 | /* [RW 20] producers only. E2 mode: address 0-135 match to the mapping |
| 965 | * memory; 136 - PF0 default prod; 137 PF1 default prod; 138 - PF2 default |
| 966 | * prod; 139 PF3 default prod; 140 - PF0 - ATTN prod; 141 - PF1 - ATTN prod; |
| 967 | * 142 - PF2 - ATTN prod; 143 - PF3 - ATTN prod; 144-147 reserved. E1.5 mode |
| 968 | * - In backward compatible mode; for non default SB; each even line in the |
| 969 | * memory holds the U producer and each odd line hold the C producer. The |
| 970 | * first 128 producer are for NDSB (PF0 - 0-31; PF1 - 32-63 and so on). The |
| 971 | * last 20 producers are for the DSB for each PF. each PF has five segments |
| 972 | * (the order inside each segment is PF0; PF1; PF2; PF3) - 128-131 U prods; |
| 973 | * 132-135 C prods; 136-139 X prods; 140-143 T prods; 144-147 ATTN prods; */ |
| 974 | #define IGU_REG_PROD_CONS_MEMORY 0x132000 |
| 975 | /* [R 3] Debug: pxp_arb_fsm */ |
| 976 | #define IGU_REG_PXP_ARB_FSM 0x130068 |
| 977 | /* [RW 6] Write one for each bit will reset the appropriate memory. When the |
| 978 | * memory reset finished the appropriate bit will be clear. Bit 0 - mapping |
| 979 | * memory; Bit 1 - SB memory; Bit 2 - SB interrupt and mask register; Bit 3 |
| 980 | * - MSIX memory; Bit 4 - PBA memory; Bit 5 - statistics; */ |
| 981 | #define IGU_REG_RESET_MEMORIES 0x130158 |
| 982 | /* [R 4] Debug: sb_ctrl_fsm */ |
| 983 | #define IGU_REG_SB_CTRL_FSM 0x13004c |
| 984 | #define IGU_REG_SB_INT_BEFORE_MASK_LSB 0x13015c |
| 985 | #define IGU_REG_SB_INT_BEFORE_MASK_MSB 0x130160 |
| 986 | #define IGU_REG_SB_MASK_LSB 0x130164 |
| 987 | #define IGU_REG_SB_MASK_MSB 0x130168 |
| 988 | /* [RW 16] Number of command that were dropped without causing an interrupt |
| 989 | * due to: read access for WO BAR address; or write access for RO BAR |
| 990 | * address or any access for reserved address or PCI function error is set |
| 991 | * and address is not MSIX; PBA or cleanup */ |
| 992 | #define IGU_REG_SILENT_DROP 0x13016c |
| 993 | /* [RW 10] Number of MSI/MSIX/ATTN messages sent for the function: 0-63 - |
| 994 | * number of MSIX messages per VF; 64-67 - number of MSI/MSIX messages per |
| 995 | * PF; 68-71 number of ATTN messages per PF */ |
| 996 | #define IGU_REG_STATISTIC_NUM_MESSAGE_SENT 0x130800 |
| 997 | /* [RW 32] Number of cycles the timer mask masking the IGU interrupt when a |
| 998 | * timer mask command arrives. Value must be bigger than 100. */ |
| 999 | #define IGU_REG_TIMER_MASKING_VALUE 0x13003c |
| 1000 | #define IGU_REG_TRAILING_EDGE_LATCH 0x130104 |
| 1001 | #define IGU_REG_VF_CONFIGURATION 0x130170 |
| 1002 | /* [WB_R 32] Each bit represent write done pending bits status for that SB |
| 1003 | * (MSI/MSIX message was sent and write done was not received yet). 0 = |
| 1004 | * clear; 1 = set. Data valid only in addresses 0-4. all the rest are zero. */ |
| 1005 | #define IGU_REG_WRITE_DONE_PENDING 0x130480 |
| 1006 | #define MCP_A_REG_MCPR_SCRATCH 0x3a0000 |
Yuval Mintz | 452427b | 2012-03-26 20:47:07 +0000 | [diff] [blame] | 1007 | #define MCP_REG_MCPR_ACCESS_LOCK 0x8009c |
Dmitry Kravkov | 7a25cc7 | 2011-06-14 01:33:25 +0000 | [diff] [blame] | 1008 | #define MCP_REG_MCPR_CPU_PROGRAM_COUNTER 0x8501c |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 1009 | #define MCP_REG_MCPR_GP_INPUTS 0x800c0 |
| 1010 | #define MCP_REG_MCPR_GP_OENABLE 0x800c8 |
| 1011 | #define MCP_REG_MCPR_GP_OUTPUTS 0x800c4 |
| 1012 | #define MCP_REG_MCPR_IMC_COMMAND 0x85900 |
| 1013 | #define MCP_REG_MCPR_IMC_DATAREG0 0x85920 |
| 1014 | #define MCP_REG_MCPR_IMC_SLAVE_CONTROL 0x85904 |
| 1015 | #define MCP_REG_MCPR_CPU_PROGRAM_COUNTER 0x8501c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1016 | #define MCP_REG_MCPR_NVM_ACCESS_ENABLE 0x86424 |
| 1017 | #define MCP_REG_MCPR_NVM_ADDR 0x8640c |
| 1018 | #define MCP_REG_MCPR_NVM_CFG4 0x8642c |
| 1019 | #define MCP_REG_MCPR_NVM_COMMAND 0x86400 |
| 1020 | #define MCP_REG_MCPR_NVM_READ 0x86410 |
| 1021 | #define MCP_REG_MCPR_NVM_SW_ARB 0x86420 |
| 1022 | #define MCP_REG_MCPR_NVM_WRITE 0x86408 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1023 | #define MCP_REG_MCPR_SCRATCH 0xa0000 |
Vladislav Zolotarov | 72fd071 | 2010-04-19 01:13:12 +0000 | [diff] [blame] | 1024 | #define MISC_AEU_GENERAL_MASK_REG_AEU_NIG_CLOSE_MASK (0x1<<1) |
| 1025 | #define MISC_AEU_GENERAL_MASK_REG_AEU_PXP_CLOSE_MASK (0x1<<0) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1026 | /* [R 32] read first 32 bit after inversion of function 0. mapped as |
| 1027 | follows: [0] NIG attention for function0; [1] NIG attention for |
| 1028 | function1; [2] GPIO1 mcp; [3] GPIO2 mcp; [4] GPIO3 mcp; [5] GPIO4 mcp; |
| 1029 | [6] GPIO1 function 1; [7] GPIO2 function 1; [8] GPIO3 function 1; [9] |
| 1030 | GPIO4 function 1; [10] PCIE glue/PXP VPD event function0; [11] PCIE |
| 1031 | glue/PXP VPD event function1; [12] PCIE glue/PXP Expansion ROM event0; |
| 1032 | [13] PCIE glue/PXP Expansion ROM event1; [14] SPIO4; [15] SPIO5; [16] |
| 1033 | MSI/X indication for mcp; [17] MSI/X indication for function 1; [18] BRB |
| 1034 | Parity error; [19] BRB Hw interrupt; [20] PRS Parity error; [21] PRS Hw |
| 1035 | interrupt; [22] SRC Parity error; [23] SRC Hw interrupt; [24] TSDM Parity |
| 1036 | error; [25] TSDM Hw interrupt; [26] TCM Parity error; [27] TCM Hw |
| 1037 | interrupt; [28] TSEMI Parity error; [29] TSEMI Hw interrupt; [30] PBF |
| 1038 | Parity error; [31] PBF Hw interrupt; */ |
| 1039 | #define MISC_REG_AEU_AFTER_INVERT_1_FUNC_0 0xa42c |
| 1040 | #define MISC_REG_AEU_AFTER_INVERT_1_FUNC_1 0xa430 |
| 1041 | /* [R 32] read first 32 bit after inversion of mcp. mapped as follows: [0] |
| 1042 | NIG attention for function0; [1] NIG attention for function1; [2] GPIO1 |
| 1043 | mcp; [3] GPIO2 mcp; [4] GPIO3 mcp; [5] GPIO4 mcp; [6] GPIO1 function 1; |
| 1044 | [7] GPIO2 function 1; [8] GPIO3 function 1; [9] GPIO4 function 1; [10] |
| 1045 | PCIE glue/PXP VPD event function0; [11] PCIE glue/PXP VPD event |
| 1046 | function1; [12] PCIE glue/PXP Expansion ROM event0; [13] PCIE glue/PXP |
| 1047 | Expansion ROM event1; [14] SPIO4; [15] SPIO5; [16] MSI/X indication for |
| 1048 | mcp; [17] MSI/X indication for function 1; [18] BRB Parity error; [19] |
| 1049 | BRB Hw interrupt; [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC |
| 1050 | Parity error; [23] SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw |
| 1051 | interrupt; [26] TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI |
| 1052 | Parity error; [29] TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw |
| 1053 | interrupt; */ |
| 1054 | #define MISC_REG_AEU_AFTER_INVERT_1_MCP 0xa434 |
| 1055 | /* [R 32] read second 32 bit after inversion of function 0. mapped as |
| 1056 | follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM |
| 1057 | Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw |
| 1058 | interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity |
| 1059 | error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw |
| 1060 | interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14] |
| 1061 | NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error; |
| 1062 | [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw |
| 1063 | interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM |
| 1064 | Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI |
| 1065 | Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM |
| 1066 | Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw |
| 1067 | interrupt; */ |
| 1068 | #define MISC_REG_AEU_AFTER_INVERT_2_FUNC_0 0xa438 |
| 1069 | #define MISC_REG_AEU_AFTER_INVERT_2_FUNC_1 0xa43c |
| 1070 | /* [R 32] read second 32 bit after inversion of mcp. mapped as follows: [0] |
| 1071 | PBClient Parity error; [1] PBClient Hw interrupt; [2] QM Parity error; |
| 1072 | [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw interrupt; |
| 1073 | [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity error; [9] |
| 1074 | XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw interrupt; [12] |
| 1075 | DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14] NIG Parity |
| 1076 | error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error; [17] Vaux |
| 1077 | PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw interrupt; |
| 1078 | [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM Parity error; |
| 1079 | [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI Hw interrupt; |
| 1080 | [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM Parity error; |
| 1081 | [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw interrupt; */ |
| 1082 | #define MISC_REG_AEU_AFTER_INVERT_2_MCP 0xa440 |
| 1083 | /* [R 32] read third 32 bit after inversion of function 0. mapped as |
| 1084 | follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP Parity |
| 1085 | error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error; [5] |
| 1086 | PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw |
| 1087 | interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity |
| 1088 | error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC) |
| 1089 | Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16] |
| 1090 | pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20] |
| 1091 | MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23] |
| 1092 | SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW |
| 1093 | timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 |
| 1094 | func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General |
| 1095 | attn1; */ |
| 1096 | #define MISC_REG_AEU_AFTER_INVERT_3_FUNC_0 0xa444 |
| 1097 | #define MISC_REG_AEU_AFTER_INVERT_3_FUNC_1 0xa448 |
| 1098 | /* [R 32] read third 32 bit after inversion of mcp. mapped as follows: [0] |
| 1099 | CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP Parity error; [3] PXP |
| 1100 | Hw interrupt; [4] PXPpciClockClient Parity error; [5] PXPpciClockClient |
| 1101 | Hw interrupt; [6] CFC Parity error; [7] CFC Hw interrupt; [8] CDU Parity |
| 1102 | error; [9] CDU Hw interrupt; [10] DMAE Parity error; [11] DMAE Hw |
| 1103 | interrupt; [12] IGU (HC) Parity error; [13] IGU (HC) Hw interrupt; [14] |
| 1104 | MISC Parity error; [15] MISC Hw interrupt; [16] pxp_misc_mps_attn; [17] |
| 1105 | Flash event; [18] SMB event; [19] MCP attn0; [20] MCP attn1; [21] SW |
| 1106 | timers attn_1 func0; [22] SW timers attn_2 func0; [23] SW timers attn_3 |
| 1107 | func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW timers attn_1 |
| 1108 | func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 func1; [29] SW |
| 1109 | timers attn_4 func1; [30] General attn0; [31] General attn1; */ |
| 1110 | #define MISC_REG_AEU_AFTER_INVERT_3_MCP 0xa44c |
| 1111 | /* [R 32] read fourth 32 bit after inversion of function 0. mapped as |
| 1112 | follows: [0] General attn2; [1] General attn3; [2] General attn4; [3] |
| 1113 | General attn5; [4] General attn6; [5] General attn7; [6] General attn8; |
| 1114 | [7] General attn9; [8] General attn10; [9] General attn11; [10] General |
| 1115 | attn12; [11] General attn13; [12] General attn14; [13] General attn15; |
| 1116 | [14] General attn16; [15] General attn17; [16] General attn18; [17] |
| 1117 | General attn19; [18] General attn20; [19] General attn21; [20] Main power |
| 1118 | interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN |
| 1119 | Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC |
| 1120 | Latched timeout attention; [27] GRC Latched reserved access attention; |
| 1121 | [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP |
| 1122 | Latched ump_tx_parity; [31] MCP Latched scpad_parity; */ |
| 1123 | #define MISC_REG_AEU_AFTER_INVERT_4_FUNC_0 0xa450 |
| 1124 | #define MISC_REG_AEU_AFTER_INVERT_4_FUNC_1 0xa454 |
| 1125 | /* [R 32] read fourth 32 bit after inversion of mcp. mapped as follows: [0] |
| 1126 | General attn2; [1] General attn3; [2] General attn4; [3] General attn5; |
| 1127 | [4] General attn6; [5] General attn7; [6] General attn8; [7] General |
| 1128 | attn9; [8] General attn10; [9] General attn11; [10] General attn12; [11] |
| 1129 | General attn13; [12] General attn14; [13] General attn15; [14] General |
| 1130 | attn16; [15] General attn17; [16] General attn18; [17] General attn19; |
| 1131 | [18] General attn20; [19] General attn21; [20] Main power interrupt; [21] |
| 1132 | RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN Latched attn; [24] |
| 1133 | RBCU Latched attn; [25] RBCP Latched attn; [26] GRC Latched timeout |
| 1134 | attention; [27] GRC Latched reserved access attention; [28] MCP Latched |
| 1135 | rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP Latched |
| 1136 | ump_tx_parity; [31] MCP Latched scpad_parity; */ |
| 1137 | #define MISC_REG_AEU_AFTER_INVERT_4_MCP 0xa458 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 1138 | /* [R 32] Read fifth 32 bit after inversion of function 0. Mapped as |
| 1139 | * follows: [0] PGLUE config_space; [1] PGLUE misc_flr; [2] PGLUE B RBC |
| 1140 | * attention [3] PGLUE B RBC parity; [4] ATC attention; [5] ATC parity; [6] |
| 1141 | * CNIG attention (reserved); [7] CNIG parity (reserved); [31-8] Reserved; */ |
| 1142 | #define MISC_REG_AEU_AFTER_INVERT_5_FUNC_0 0xa700 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1143 | /* [W 14] write to this register results with the clear of the latched |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1144 | signals; one in d0 clears RBCR latch; one in d1 clears RBCT latch; one in |
| 1145 | d2 clears RBCN latch; one in d3 clears RBCU latch; one in d4 clears RBCP |
| 1146 | latch; one in d5 clears GRC Latched timeout attention; one in d6 clears |
| 1147 | GRC Latched reserved access attention; one in d7 clears Latched |
| 1148 | rom_parity; one in d8 clears Latched ump_rx_parity; one in d9 clears |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1149 | Latched ump_tx_parity; one in d10 clears Latched scpad_parity (both |
| 1150 | ports); one in d11 clears pxpv_misc_mps_attn; one in d12 clears |
| 1151 | pxp_misc_exp_rom_attn0; one in d13 clears pxp_misc_exp_rom_attn1; read |
| 1152 | from this register return zero */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1153 | #define MISC_REG_AEU_CLR_LATCH_SIGNAL 0xa45c |
| 1154 | /* [RW 32] first 32b for enabling the output for function 0 output0. mapped |
| 1155 | as follows: [0] NIG attention for function0; [1] NIG attention for |
| 1156 | function1; [2] GPIO1 function 0; [3] GPIO2 function 0; [4] GPIO3 function |
| 1157 | 0; [5] GPIO4 function 0; [6] GPIO1 function 1; [7] GPIO2 function 1; [8] |
| 1158 | GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event |
| 1159 | function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP |
| 1160 | Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14] |
| 1161 | SPIO4; [15] SPIO5; [16] MSI/X indication for function 0; [17] MSI/X |
| 1162 | indication for function 1; [18] BRB Parity error; [19] BRB Hw interrupt; |
| 1163 | [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] |
| 1164 | SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26] |
| 1165 | TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29] |
| 1166 | TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */ |
| 1167 | #define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_0 0xa06c |
| 1168 | #define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_1 0xa07c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1169 | #define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_2 0xa08c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1170 | #define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_3 0xa09c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1171 | #define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_5 0xa0bc |
| 1172 | #define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_6 0xa0cc |
| 1173 | #define MISC_REG_AEU_ENABLE1_FUNC_0_OUT_7 0xa0dc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1174 | /* [RW 32] first 32b for enabling the output for function 1 output0. mapped |
| 1175 | as follows: [0] NIG attention for function0; [1] NIG attention for |
| 1176 | function1; [2] GPIO1 function 1; [3] GPIO2 function 1; [4] GPIO3 function |
| 1177 | 1; [5] GPIO4 function 1; [6] GPIO1 function 1; [7] GPIO2 function 1; [8] |
| 1178 | GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event |
| 1179 | function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP |
| 1180 | Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14] |
| 1181 | SPIO4; [15] SPIO5; [16] MSI/X indication for function 1; [17] MSI/X |
| 1182 | indication for function 1; [18] BRB Parity error; [19] BRB Hw interrupt; |
| 1183 | [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] |
| 1184 | SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26] |
| 1185 | TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29] |
| 1186 | TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */ |
| 1187 | #define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_0 0xa10c |
| 1188 | #define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_1 0xa11c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1189 | #define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_2 0xa12c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1190 | #define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_3 0xa13c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1191 | #define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_5 0xa15c |
| 1192 | #define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_6 0xa16c |
| 1193 | #define MISC_REG_AEU_ENABLE1_FUNC_1_OUT_7 0xa17c |
| 1194 | /* [RW 32] first 32b for enabling the output for close the gate nig. mapped |
| 1195 | as follows: [0] NIG attention for function0; [1] NIG attention for |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1196 | function1; [2] GPIO1 function 0; [3] GPIO2 function 0; [4] GPIO3 function |
| 1197 | 0; [5] GPIO4 function 0; [6] GPIO1 function 1; [7] GPIO2 function 1; [8] |
| 1198 | GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event |
| 1199 | function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP |
| 1200 | Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14] |
| 1201 | SPIO4; [15] SPIO5; [16] MSI/X indication for function 0; [17] MSI/X |
| 1202 | indication for function 1; [18] BRB Parity error; [19] BRB Hw interrupt; |
| 1203 | [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] |
| 1204 | SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26] |
| 1205 | TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29] |
| 1206 | TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */ |
| 1207 | #define MISC_REG_AEU_ENABLE1_NIG_0 0xa0ec |
| 1208 | #define MISC_REG_AEU_ENABLE1_NIG_1 0xa18c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1209 | /* [RW 32] first 32b for enabling the output for close the gate pxp. mapped |
| 1210 | as follows: [0] NIG attention for function0; [1] NIG attention for |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1211 | function1; [2] GPIO1 function 0; [3] GPIO2 function 0; [4] GPIO3 function |
| 1212 | 0; [5] GPIO4 function 0; [6] GPIO1 function 1; [7] GPIO2 function 1; [8] |
| 1213 | GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event |
| 1214 | function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP |
| 1215 | Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14] |
| 1216 | SPIO4; [15] SPIO5; [16] MSI/X indication for function 0; [17] MSI/X |
| 1217 | indication for function 1; [18] BRB Parity error; [19] BRB Hw interrupt; |
| 1218 | [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] |
| 1219 | SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26] |
| 1220 | TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29] |
| 1221 | TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */ |
| 1222 | #define MISC_REG_AEU_ENABLE1_PXP_0 0xa0fc |
| 1223 | #define MISC_REG_AEU_ENABLE1_PXP_1 0xa19c |
| 1224 | /* [RW 32] second 32b for enabling the output for function 0 output0. mapped |
| 1225 | as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM |
| 1226 | Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw |
| 1227 | interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity |
| 1228 | error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw |
| 1229 | interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14] |
| 1230 | NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error; |
| 1231 | [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw |
| 1232 | interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM |
| 1233 | Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI |
| 1234 | Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM |
| 1235 | Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw |
| 1236 | interrupt; */ |
| 1237 | #define MISC_REG_AEU_ENABLE2_FUNC_0_OUT_0 0xa070 |
| 1238 | #define MISC_REG_AEU_ENABLE2_FUNC_0_OUT_1 0xa080 |
| 1239 | /* [RW 32] second 32b for enabling the output for function 1 output0. mapped |
| 1240 | as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM |
| 1241 | Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw |
| 1242 | interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity |
| 1243 | error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw |
| 1244 | interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14] |
| 1245 | NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error; |
| 1246 | [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw |
| 1247 | interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM |
| 1248 | Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI |
| 1249 | Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM |
| 1250 | Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw |
| 1251 | interrupt; */ |
| 1252 | #define MISC_REG_AEU_ENABLE2_FUNC_1_OUT_0 0xa110 |
| 1253 | #define MISC_REG_AEU_ENABLE2_FUNC_1_OUT_1 0xa120 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1254 | /* [RW 32] second 32b for enabling the output for close the gate nig. mapped |
| 1255 | as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM |
| 1256 | Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw |
| 1257 | interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity |
| 1258 | error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw |
| 1259 | interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14] |
| 1260 | NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error; |
| 1261 | [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw |
| 1262 | interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM |
| 1263 | Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI |
| 1264 | Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM |
| 1265 | Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw |
| 1266 | interrupt; */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1267 | #define MISC_REG_AEU_ENABLE2_NIG_0 0xa0f0 |
| 1268 | #define MISC_REG_AEU_ENABLE2_NIG_1 0xa190 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1269 | /* [RW 32] second 32b for enabling the output for close the gate pxp. mapped |
| 1270 | as follows: [0] PBClient Parity error; [1] PBClient Hw interrupt; [2] QM |
| 1271 | Parity error; [3] QM Hw interrupt; [4] Timers Parity error; [5] Timers Hw |
| 1272 | interrupt; [6] XSDM Parity error; [7] XSDM Hw interrupt; [8] XCM Parity |
| 1273 | error; [9] XCM Hw interrupt; [10] XSEMI Parity error; [11] XSEMI Hw |
| 1274 | interrupt; [12] DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14] |
| 1275 | NIG Parity error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error; |
| 1276 | [17] Vaux PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw |
| 1277 | interrupt; [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM |
| 1278 | Parity error; [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI |
| 1279 | Hw interrupt; [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM |
| 1280 | Parity error; [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw |
| 1281 | interrupt; */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1282 | #define MISC_REG_AEU_ENABLE2_PXP_0 0xa100 |
| 1283 | #define MISC_REG_AEU_ENABLE2_PXP_1 0xa1a0 |
| 1284 | /* [RW 32] third 32b for enabling the output for function 0 output0. mapped |
| 1285 | as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP |
| 1286 | Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error; |
| 1287 | [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw |
| 1288 | interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity |
| 1289 | error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC) |
| 1290 | Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16] |
| 1291 | pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20] |
| 1292 | MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23] |
| 1293 | SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW |
| 1294 | timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 |
| 1295 | func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General |
| 1296 | attn1; */ |
| 1297 | #define MISC_REG_AEU_ENABLE3_FUNC_0_OUT_0 0xa074 |
| 1298 | #define MISC_REG_AEU_ENABLE3_FUNC_0_OUT_1 0xa084 |
| 1299 | /* [RW 32] third 32b for enabling the output for function 1 output0. mapped |
| 1300 | as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP |
| 1301 | Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error; |
| 1302 | [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw |
| 1303 | interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity |
| 1304 | error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC) |
| 1305 | Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16] |
| 1306 | pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20] |
| 1307 | MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23] |
| 1308 | SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW |
| 1309 | timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 |
| 1310 | func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General |
| 1311 | attn1; */ |
| 1312 | #define MISC_REG_AEU_ENABLE3_FUNC_1_OUT_0 0xa114 |
| 1313 | #define MISC_REG_AEU_ENABLE3_FUNC_1_OUT_1 0xa124 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1314 | /* [RW 32] third 32b for enabling the output for close the gate nig. mapped |
| 1315 | as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP |
| 1316 | Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error; |
| 1317 | [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw |
| 1318 | interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity |
| 1319 | error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC) |
| 1320 | Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16] |
| 1321 | pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20] |
| 1322 | MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23] |
| 1323 | SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW |
| 1324 | timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 |
| 1325 | func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General |
| 1326 | attn1; */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1327 | #define MISC_REG_AEU_ENABLE3_NIG_0 0xa0f4 |
| 1328 | #define MISC_REG_AEU_ENABLE3_NIG_1 0xa194 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1329 | /* [RW 32] third 32b for enabling the output for close the gate pxp. mapped |
| 1330 | as follows: [0] CSEMI Parity error; [1] CSEMI Hw interrupt; [2] PXP |
| 1331 | Parity error; [3] PXP Hw interrupt; [4] PXPpciClockClient Parity error; |
| 1332 | [5] PXPpciClockClient Hw interrupt; [6] CFC Parity error; [7] CFC Hw |
| 1333 | interrupt; [8] CDU Parity error; [9] CDU Hw interrupt; [10] DMAE Parity |
| 1334 | error; [11] DMAE Hw interrupt; [12] IGU (HC) Parity error; [13] IGU (HC) |
| 1335 | Hw interrupt; [14] MISC Parity error; [15] MISC Hw interrupt; [16] |
| 1336 | pxp_misc_mps_attn; [17] Flash event; [18] SMB event; [19] MCP attn0; [20] |
| 1337 | MCP attn1; [21] SW timers attn_1 func0; [22] SW timers attn_2 func0; [23] |
| 1338 | SW timers attn_3 func0; [24] SW timers attn_4 func0; [25] PERST; [26] SW |
| 1339 | timers attn_1 func1; [27] SW timers attn_2 func1; [28] SW timers attn_3 |
| 1340 | func1; [29] SW timers attn_4 func1; [30] General attn0; [31] General |
| 1341 | attn1; */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1342 | #define MISC_REG_AEU_ENABLE3_PXP_0 0xa104 |
| 1343 | #define MISC_REG_AEU_ENABLE3_PXP_1 0xa1a4 |
| 1344 | /* [RW 32] fourth 32b for enabling the output for function 0 output0.mapped |
| 1345 | as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3] |
| 1346 | General attn5; [4] General attn6; [5] General attn7; [6] General attn8; |
| 1347 | [7] General attn9; [8] General attn10; [9] General attn11; [10] General |
| 1348 | attn12; [11] General attn13; [12] General attn14; [13] General attn15; |
| 1349 | [14] General attn16; [15] General attn17; [16] General attn18; [17] |
| 1350 | General attn19; [18] General attn20; [19] General attn21; [20] Main power |
| 1351 | interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN |
| 1352 | Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC |
| 1353 | Latched timeout attention; [27] GRC Latched reserved access attention; |
| 1354 | [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP |
| 1355 | Latched ump_tx_parity; [31] MCP Latched scpad_parity; */ |
| 1356 | #define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_0 0xa078 |
| 1357 | #define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_2 0xa098 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1358 | #define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_4 0xa0b8 |
| 1359 | #define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_5 0xa0c8 |
| 1360 | #define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_6 0xa0d8 |
| 1361 | #define MISC_REG_AEU_ENABLE4_FUNC_0_OUT_7 0xa0e8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1362 | /* [RW 32] fourth 32b for enabling the output for function 1 output0.mapped |
| 1363 | as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3] |
| 1364 | General attn5; [4] General attn6; [5] General attn7; [6] General attn8; |
| 1365 | [7] General attn9; [8] General attn10; [9] General attn11; [10] General |
| 1366 | attn12; [11] General attn13; [12] General attn14; [13] General attn15; |
| 1367 | [14] General attn16; [15] General attn17; [16] General attn18; [17] |
| 1368 | General attn19; [18] General attn20; [19] General attn21; [20] Main power |
| 1369 | interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN |
| 1370 | Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC |
| 1371 | Latched timeout attention; [27] GRC Latched reserved access attention; |
| 1372 | [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP |
| 1373 | Latched ump_tx_parity; [31] MCP Latched scpad_parity; */ |
| 1374 | #define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_0 0xa118 |
| 1375 | #define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_2 0xa138 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1376 | #define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_4 0xa158 |
| 1377 | #define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_5 0xa168 |
| 1378 | #define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_6 0xa178 |
| 1379 | #define MISC_REG_AEU_ENABLE4_FUNC_1_OUT_7 0xa188 |
| 1380 | /* [RW 32] fourth 32b for enabling the output for close the gate nig.mapped |
| 1381 | as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3] |
| 1382 | General attn5; [4] General attn6; [5] General attn7; [6] General attn8; |
| 1383 | [7] General attn9; [8] General attn10; [9] General attn11; [10] General |
| 1384 | attn12; [11] General attn13; [12] General attn14; [13] General attn15; |
| 1385 | [14] General attn16; [15] General attn17; [16] General attn18; [17] |
| 1386 | General attn19; [18] General attn20; [19] General attn21; [20] Main power |
| 1387 | interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN |
| 1388 | Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC |
| 1389 | Latched timeout attention; [27] GRC Latched reserved access attention; |
| 1390 | [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP |
| 1391 | Latched ump_tx_parity; [31] MCP Latched scpad_parity; */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1392 | #define MISC_REG_AEU_ENABLE4_NIG_0 0xa0f8 |
| 1393 | #define MISC_REG_AEU_ENABLE4_NIG_1 0xa198 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1394 | /* [RW 32] fourth 32b for enabling the output for close the gate pxp.mapped |
| 1395 | as follows: [0] General attn2; [1] General attn3; [2] General attn4; [3] |
| 1396 | General attn5; [4] General attn6; [5] General attn7; [6] General attn8; |
| 1397 | [7] General attn9; [8] General attn10; [9] General attn11; [10] General |
| 1398 | attn12; [11] General attn13; [12] General attn14; [13] General attn15; |
| 1399 | [14] General attn16; [15] General attn17; [16] General attn18; [17] |
| 1400 | General attn19; [18] General attn20; [19] General attn21; [20] Main power |
| 1401 | interrupt; [21] RBCR Latched attn; [22] RBCT Latched attn; [23] RBCN |
| 1402 | Latched attn; [24] RBCU Latched attn; [25] RBCP Latched attn; [26] GRC |
| 1403 | Latched timeout attention; [27] GRC Latched reserved access attention; |
| 1404 | [28] MCP Latched rom_parity; [29] MCP Latched ump_rx_parity; [30] MCP |
| 1405 | Latched ump_tx_parity; [31] MCP Latched scpad_parity; */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1406 | #define MISC_REG_AEU_ENABLE4_PXP_0 0xa108 |
| 1407 | #define MISC_REG_AEU_ENABLE4_PXP_1 0xa1a8 |
Dmitry Kravkov | f2eaeb5 | 2011-09-22 02:33:31 +0000 | [diff] [blame] | 1408 | /* [RW 32] fifth 32b for enabling the output for function 0 output0. Mapped |
| 1409 | * as follows: [0] PGLUE config_space; [1] PGLUE misc_flr; [2] PGLUE B RBC |
| 1410 | * attention [3] PGLUE B RBC parity; [4] ATC attention; [5] ATC parity; [6] |
| 1411 | * mstat0 attention; [7] mstat0 parity; [8] mstat1 attention; [9] mstat1 |
| 1412 | * parity; [31-10] Reserved; */ |
| 1413 | #define MISC_REG_AEU_ENABLE5_FUNC_0_OUT_0 0xa688 |
| 1414 | /* [RW 32] Fifth 32b for enabling the output for function 1 output0. Mapped |
| 1415 | * as follows: [0] PGLUE config_space; [1] PGLUE misc_flr; [2] PGLUE B RBC |
| 1416 | * attention [3] PGLUE B RBC parity; [4] ATC attention; [5] ATC parity; [6] |
| 1417 | * mstat0 attention; [7] mstat0 parity; [8] mstat1 attention; [9] mstat1 |
| 1418 | * parity; [31-10] Reserved; */ |
| 1419 | #define MISC_REG_AEU_ENABLE5_FUNC_1_OUT_0 0xa6b0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1420 | /* [RW 1] set/clr general attention 0; this will set/clr bit 94 in the aeu |
| 1421 | 128 bit vector */ |
| 1422 | #define MISC_REG_AEU_GENERAL_ATTN_0 0xa000 |
| 1423 | #define MISC_REG_AEU_GENERAL_ATTN_1 0xa004 |
| 1424 | #define MISC_REG_AEU_GENERAL_ATTN_10 0xa028 |
| 1425 | #define MISC_REG_AEU_GENERAL_ATTN_11 0xa02c |
| 1426 | #define MISC_REG_AEU_GENERAL_ATTN_12 0xa030 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1427 | #define MISC_REG_AEU_GENERAL_ATTN_2 0xa008 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1428 | #define MISC_REG_AEU_GENERAL_ATTN_3 0xa00c |
| 1429 | #define MISC_REG_AEU_GENERAL_ATTN_4 0xa010 |
| 1430 | #define MISC_REG_AEU_GENERAL_ATTN_5 0xa014 |
| 1431 | #define MISC_REG_AEU_GENERAL_ATTN_6 0xa018 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 1432 | #define MISC_REG_AEU_GENERAL_ATTN_7 0xa01c |
| 1433 | #define MISC_REG_AEU_GENERAL_ATTN_8 0xa020 |
| 1434 | #define MISC_REG_AEU_GENERAL_ATTN_9 0xa024 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1435 | #define MISC_REG_AEU_GENERAL_MASK 0xa61c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1436 | /* [RW 32] first 32b for inverting the input for function 0; for each bit: |
| 1437 | 0= do not invert; 1= invert; mapped as follows: [0] NIG attention for |
| 1438 | function0; [1] NIG attention for function1; [2] GPIO1 mcp; [3] GPIO2 mcp; |
| 1439 | [4] GPIO3 mcp; [5] GPIO4 mcp; [6] GPIO1 function 1; [7] GPIO2 function 1; |
| 1440 | [8] GPIO3 function 1; [9] GPIO4 function 1; [10] PCIE glue/PXP VPD event |
| 1441 | function0; [11] PCIE glue/PXP VPD event function1; [12] PCIE glue/PXP |
| 1442 | Expansion ROM event0; [13] PCIE glue/PXP Expansion ROM event1; [14] |
| 1443 | SPIO4; [15] SPIO5; [16] MSI/X indication for mcp; [17] MSI/X indication |
| 1444 | for function 1; [18] BRB Parity error; [19] BRB Hw interrupt; [20] PRS |
| 1445 | Parity error; [21] PRS Hw interrupt; [22] SRC Parity error; [23] SRC Hw |
| 1446 | interrupt; [24] TSDM Parity error; [25] TSDM Hw interrupt; [26] TCM |
| 1447 | Parity error; [27] TCM Hw interrupt; [28] TSEMI Parity error; [29] TSEMI |
| 1448 | Hw interrupt; [30] PBF Parity error; [31] PBF Hw interrupt; */ |
| 1449 | #define MISC_REG_AEU_INVERTER_1_FUNC_0 0xa22c |
| 1450 | #define MISC_REG_AEU_INVERTER_1_FUNC_1 0xa23c |
| 1451 | /* [RW 32] second 32b for inverting the input for function 0; for each bit: |
| 1452 | 0= do not invert; 1= invert. mapped as follows: [0] PBClient Parity |
| 1453 | error; [1] PBClient Hw interrupt; [2] QM Parity error; [3] QM Hw |
| 1454 | interrupt; [4] Timers Parity error; [5] Timers Hw interrupt; [6] XSDM |
| 1455 | Parity error; [7] XSDM Hw interrupt; [8] XCM Parity error; [9] XCM Hw |
| 1456 | interrupt; [10] XSEMI Parity error; [11] XSEMI Hw interrupt; [12] |
| 1457 | DoorbellQ Parity error; [13] DoorbellQ Hw interrupt; [14] NIG Parity |
| 1458 | error; [15] NIG Hw interrupt; [16] Vaux PCI core Parity error; [17] Vaux |
| 1459 | PCI core Hw interrupt; [18] Debug Parity error; [19] Debug Hw interrupt; |
| 1460 | [20] USDM Parity error; [21] USDM Hw interrupt; [22] UCM Parity error; |
| 1461 | [23] UCM Hw interrupt; [24] USEMI Parity error; [25] USEMI Hw interrupt; |
| 1462 | [26] UPB Parity error; [27] UPB Hw interrupt; [28] CSDM Parity error; |
| 1463 | [29] CSDM Hw interrupt; [30] CCM Parity error; [31] CCM Hw interrupt; */ |
| 1464 | #define MISC_REG_AEU_INVERTER_2_FUNC_0 0xa230 |
| 1465 | #define MISC_REG_AEU_INVERTER_2_FUNC_1 0xa240 |
| 1466 | /* [RW 10] [7:0] = mask 8 attention output signals toward IGU function0; |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1467 | [9:8] = raserved. Zero = mask; one = unmask */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1468 | #define MISC_REG_AEU_MASK_ATTN_FUNC_0 0xa060 |
| 1469 | #define MISC_REG_AEU_MASK_ATTN_FUNC_1 0xa064 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1470 | /* [RW 1] If set a system kill occurred */ |
| 1471 | #define MISC_REG_AEU_SYS_KILL_OCCURRED 0xa610 |
| 1472 | /* [RW 32] Represent the status of the input vector to the AEU when a system |
| 1473 | kill occurred. The register is reset in por reset. Mapped as follows: [0] |
| 1474 | NIG attention for function0; [1] NIG attention for function1; [2] GPIO1 |
| 1475 | mcp; [3] GPIO2 mcp; [4] GPIO3 mcp; [5] GPIO4 mcp; [6] GPIO1 function 1; |
| 1476 | [7] GPIO2 function 1; [8] GPIO3 function 1; [9] GPIO4 function 1; [10] |
| 1477 | PCIE glue/PXP VPD event function0; [11] PCIE glue/PXP VPD event |
| 1478 | function1; [12] PCIE glue/PXP Expansion ROM event0; [13] PCIE glue/PXP |
| 1479 | Expansion ROM event1; [14] SPIO4; [15] SPIO5; [16] MSI/X indication for |
| 1480 | mcp; [17] MSI/X indication for function 1; [18] BRB Parity error; [19] |
| 1481 | BRB Hw interrupt; [20] PRS Parity error; [21] PRS Hw interrupt; [22] SRC |
| 1482 | Parity error; [23] SRC Hw interrupt; [24] TSDM Parity error; [25] TSDM Hw |
| 1483 | interrupt; [26] TCM Parity error; [27] TCM Hw interrupt; [28] TSEMI |
| 1484 | Parity error; [29] TSEMI Hw interrupt; [30] PBF Parity error; [31] PBF Hw |
| 1485 | interrupt; */ |
| 1486 | #define MISC_REG_AEU_SYS_KILL_STATUS_0 0xa600 |
| 1487 | #define MISC_REG_AEU_SYS_KILL_STATUS_1 0xa604 |
| 1488 | #define MISC_REG_AEU_SYS_KILL_STATUS_2 0xa608 |
| 1489 | #define MISC_REG_AEU_SYS_KILL_STATUS_3 0xa60c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1490 | /* [R 4] This field indicates the type of the device. '0' - 2 Ports; '1' - 1 |
| 1491 | Port. */ |
| 1492 | #define MISC_REG_BOND_ID 0xa400 |
| 1493 | /* [R 8] These bits indicate the metal revision of the chip. This value |
| 1494 | starts at 0x00 for each all-layer tape-out and increments by one for each |
| 1495 | tape-out. */ |
| 1496 | #define MISC_REG_CHIP_METAL 0xa404 |
| 1497 | /* [R 16] These bits indicate the part number for the chip. */ |
| 1498 | #define MISC_REG_CHIP_NUM 0xa408 |
| 1499 | /* [R 4] These bits indicate the base revision of the chip. This value |
| 1500 | starts at 0x0 for the A0 tape-out and increments by one for each |
| 1501 | all-layer tape-out. */ |
| 1502 | #define MISC_REG_CHIP_REV 0xa40c |
Barak Witkowski | 7e8e02d | 2012-04-03 18:41:28 +0000 | [diff] [blame] | 1503 | /* [R 14] otp_misc_do[100:0] spare bits collection: 13:11- |
| 1504 | * otp_misc_do[100:98]; 10:7 - otp_misc_do[87:84]; 6:3 - otp_misc_do[75:72]; |
| 1505 | * 2:1 - otp_misc_do[51:50]; 0 - otp_misc_do[1]. */ |
| 1506 | #define MISC_REG_CHIP_TYPE 0xac60 |
| 1507 | #define MISC_REG_CHIP_TYPE_57811_MASK (1<<1) |
Yuval Mintz | c8c60d8 | 2012-06-06 17:13:07 +0000 | [diff] [blame] | 1508 | #define MISC_REG_CPMU_LP_DR_ENABLE 0xa858 |
| 1509 | /* [RW 1] FW EEE LPI Enable. When 1 indicates that EEE LPI mode is enabled |
| 1510 | * by FW. When 0 indicates that the EEE LPI mode is disabled by FW. Clk |
| 1511 | * 25MHz. Reset on hard reset. */ |
| 1512 | #define MISC_REG_CPMU_LP_FW_ENABLE_P0 0xa84c |
| 1513 | /* [RW 32] EEE LPI Idle Threshold. The threshold value for the idle EEE LPI |
| 1514 | * counter. Timer tick is 1 us. Clock 25MHz. Reset on hard reset. */ |
| 1515 | #define MISC_REG_CPMU_LP_IDLE_THR_P0 0xa8a0 |
| 1516 | /* [RW 18] LPI entry events mask. [0] - Vmain SM Mask. When 1 indicates that |
| 1517 | * the Vmain SM end state is disabled. When 0 indicates that the Vmain SM |
| 1518 | * end state is enabled. [1] - FW Queues Empty Mask. When 1 indicates that |
| 1519 | * the FW command that all Queues are empty is disabled. When 0 indicates |
| 1520 | * that the FW command that all Queues are empty is enabled. [2] - FW Early |
| 1521 | * Exit Mask / Reserved (Entry mask). When 1 indicates that the FW Early |
| 1522 | * Exit command is disabled. When 0 indicates that the FW Early Exit command |
| 1523 | * is enabled. This bit applicable only in the EXIT Events Mask registers. |
| 1524 | * [3] - PBF Request Mask. When 1 indicates that the PBF Request indication |
| 1525 | * is disabled. When 0 indicates that the PBF Request indication is enabled. |
| 1526 | * [4] - Tx Request Mask. When =1 indicates that the Tx other Than PBF |
| 1527 | * Request indication is disabled. When 0 indicates that the Tx Other Than |
| 1528 | * PBF Request indication is enabled. [5] - Rx EEE LPI Status Mask. When 1 |
| 1529 | * indicates that the RX EEE LPI Status indication is disabled. When 0 |
| 1530 | * indicates that the RX EEE LPI Status indication is enabled. In the EXIT |
| 1531 | * Events Masks registers; this bit masks the falling edge detect of the LPI |
| 1532 | * Status (Rx LPI is on - off). [6] - Tx Pause Mask. When 1 indicates that |
| 1533 | * the Tx Pause indication is disabled. When 0 indicates that the Tx Pause |
| 1534 | * indication is enabled. [7] - BRB1 Empty Mask. When 1 indicates that the |
| 1535 | * BRB1 EMPTY indication is disabled. When 0 indicates that the BRB1 EMPTY |
| 1536 | * indication is enabled. [8] - QM Idle Mask. When 1 indicates that the QM |
| 1537 | * IDLE indication is disabled. When 0 indicates that the QM IDLE indication |
| 1538 | * is enabled. (One bit for both VOQ0 and VOQ1). [9] - QM LB Idle Mask. When |
| 1539 | * 1 indicates that the QM IDLE indication for LOOPBACK is disabled. When 0 |
| 1540 | * indicates that the QM IDLE indication for LOOPBACK is enabled. [10] - L1 |
| 1541 | * Status Mask. When 1 indicates that the L1 Status indication from the PCIE |
| 1542 | * CORE is disabled. When 0 indicates that the RX EEE LPI Status indication |
| 1543 | * from the PCIE CORE is enabled. In the EXIT Events Masks registers; this |
| 1544 | * bit masks the falling edge detect of the L1 status (L1 is on - off). [11] |
| 1545 | * - P0 E0 EEE EEE LPI REQ Mask. When =1 indicates that the P0 E0 EEE EEE |
| 1546 | * LPI REQ indication is disabled. When =0 indicates that the P0 E0 EEE LPI |
| 1547 | * REQ indication is enabled. [12] - P1 E0 EEE LPI REQ Mask. When =1 |
| 1548 | * indicates that the P0 EEE LPI REQ indication is disabled. When =0 |
| 1549 | * indicates that the P0 EEE LPI REQ indication is enabled. [13] - P0 E1 EEE |
| 1550 | * LPI REQ Mask. When =1 indicates that the P0 EEE LPI REQ indication is |
| 1551 | * disabled. When =0 indicates that the P0 EEE LPI REQ indication is |
| 1552 | * enabled. [14] - P1 E1 EEE LPI REQ Mask. When =1 indicates that the P0 EEE |
| 1553 | * LPI REQ indication is disabled. When =0 indicates that the P0 EEE LPI REQ |
| 1554 | * indication is enabled. [15] - L1 REQ Mask. When =1 indicates that the L1 |
| 1555 | * REQ indication is disabled. When =0 indicates that the L1 indication is |
| 1556 | * enabled. [16] - Rx EEE LPI Status Edge Detect Mask. When =1 indicates |
| 1557 | * that the RX EEE LPI Status Falling Edge Detect indication is disabled (Rx |
| 1558 | * EEE LPI is on - off). When =0 indicates that the RX EEE LPI Status |
| 1559 | * Falling Edge Detec indication is enabled (Rx EEE LPI is on - off). This |
| 1560 | * bit is applicable only in the EXIT Events Masks registers. [17] - L1 |
| 1561 | * Status Edge Detect Mask. When =1 indicates that the L1 Status Falling |
| 1562 | * Edge Detect indication from the PCIE CORE is disabled (L1 is on - off). |
| 1563 | * When =0 indicates that the L1 Status Falling Edge Detect indication from |
| 1564 | * the PCIE CORE is enabled (L1 is on - off). This bit is applicable only in |
| 1565 | * the EXIT Events Masks registers. Clock 25MHz. Reset on hard reset. */ |
| 1566 | #define MISC_REG_CPMU_LP_MASK_ENT_P0 0xa880 |
| 1567 | /* [RW 18] EEE LPI exit events mask. [0] - Vmain SM Mask. When 1 indicates |
| 1568 | * that the Vmain SM end state is disabled. When 0 indicates that the Vmain |
| 1569 | * SM end state is enabled. [1] - FW Queues Empty Mask. When 1 indicates |
| 1570 | * that the FW command that all Queues are empty is disabled. When 0 |
| 1571 | * indicates that the FW command that all Queues are empty is enabled. [2] - |
| 1572 | * FW Early Exit Mask / Reserved (Entry mask). When 1 indicates that the FW |
| 1573 | * Early Exit command is disabled. When 0 indicates that the FW Early Exit |
| 1574 | * command is enabled. This bit applicable only in the EXIT Events Mask |
| 1575 | * registers. [3] - PBF Request Mask. When 1 indicates that the PBF Request |
| 1576 | * indication is disabled. When 0 indicates that the PBF Request indication |
| 1577 | * is enabled. [4] - Tx Request Mask. When =1 indicates that the Tx other |
| 1578 | * Than PBF Request indication is disabled. When 0 indicates that the Tx |
| 1579 | * Other Than PBF Request indication is enabled. [5] - Rx EEE LPI Status |
| 1580 | * Mask. When 1 indicates that the RX EEE LPI Status indication is disabled. |
| 1581 | * When 0 indicates that the RX LPI Status indication is enabled. In the |
| 1582 | * EXIT Events Masks registers; this bit masks the falling edge detect of |
| 1583 | * the EEE LPI Status (Rx EEE LPI is on - off). [6] - Tx Pause Mask. When 1 |
| 1584 | * indicates that the Tx Pause indication is disabled. When 0 indicates that |
| 1585 | * the Tx Pause indication is enabled. [7] - BRB1 Empty Mask. When 1 |
| 1586 | * indicates that the BRB1 EMPTY indication is disabled. When 0 indicates |
| 1587 | * that the BRB1 EMPTY indication is enabled. [8] - QM Idle Mask. When 1 |
| 1588 | * indicates that the QM IDLE indication is disabled. When 0 indicates that |
| 1589 | * the QM IDLE indication is enabled. (One bit for both VOQ0 and VOQ1). [9] |
| 1590 | * - QM LB Idle Mask. When 1 indicates that the QM IDLE indication for |
| 1591 | * LOOPBACK is disabled. When 0 indicates that the QM IDLE indication for |
| 1592 | * LOOPBACK is enabled. [10] - L1 Status Mask. When 1 indicates that the L1 |
| 1593 | * Status indication from the PCIE CORE is disabled. When 0 indicates that |
| 1594 | * the RX EEE LPI Status indication from the PCIE CORE is enabled. In the |
| 1595 | * EXIT Events Masks registers; this bit masks the falling edge detect of |
| 1596 | * the L1 status (L1 is on - off). [11] - P0 E0 EEE EEE LPI REQ Mask. When |
| 1597 | * =1 indicates that the P0 E0 EEE EEE LPI REQ indication is disabled. When |
| 1598 | * =0 indicates that the P0 E0 EEE LPI REQ indication is enabled. [12] - P1 |
| 1599 | * E0 EEE LPI REQ Mask. When =1 indicates that the P0 EEE LPI REQ indication |
| 1600 | * is disabled. When =0 indicates that the P0 EEE LPI REQ indication is |
| 1601 | * enabled. [13] - P0 E1 EEE LPI REQ Mask. When =1 indicates that the P0 EEE |
| 1602 | * LPI REQ indication is disabled. When =0 indicates that the P0 EEE LPI REQ |
| 1603 | * indication is enabled. [14] - P1 E1 EEE LPI REQ Mask. When =1 indicates |
| 1604 | * that the P0 EEE LPI REQ indication is disabled. When =0 indicates that |
| 1605 | * the P0 EEE LPI REQ indication is enabled. [15] - L1 REQ Mask. When =1 |
| 1606 | * indicates that the L1 REQ indication is disabled. When =0 indicates that |
| 1607 | * the L1 indication is enabled. [16] - Rx EEE LPI Status Edge Detect Mask. |
| 1608 | * When =1 indicates that the RX EEE LPI Status Falling Edge Detect |
| 1609 | * indication is disabled (Rx EEE LPI is on - off). When =0 indicates that |
| 1610 | * the RX EEE LPI Status Falling Edge Detec indication is enabled (Rx EEE |
| 1611 | * LPI is on - off). This bit is applicable only in the EXIT Events Masks |
| 1612 | * registers. [17] - L1 Status Edge Detect Mask. When =1 indicates that the |
| 1613 | * L1 Status Falling Edge Detect indication from the PCIE CORE is disabled |
| 1614 | * (L1 is on - off). When =0 indicates that the L1 Status Falling Edge |
| 1615 | * Detect indication from the PCIE CORE is enabled (L1 is on - off). This |
| 1616 | * bit is applicable only in the EXIT Events Masks registers.Clock 25MHz. |
| 1617 | * Reset on hard reset. */ |
| 1618 | #define MISC_REG_CPMU_LP_MASK_EXT_P0 0xa888 |
| 1619 | /* [RW 16] EEE LPI Entry Events Counter. A statistic counter with the number |
| 1620 | * of counts that the SM entered the EEE LPI state. Clock 25MHz. Read only |
| 1621 | * register. Reset on hard reset. */ |
| 1622 | #define MISC_REG_CPMU_LP_SM_ENT_CNT_P0 0xa8b8 |
Yuval Mintz | c20cd5d | 2012-07-23 21:16:06 +0000 | [diff] [blame] | 1623 | /* [RW 16] EEE LPI Entry Events Counter. A statistic counter with the number |
| 1624 | * of counts that the SM entered the EEE LPI state. Clock 25MHz. Read only |
| 1625 | * register. Reset on hard reset. */ |
| 1626 | #define MISC_REG_CPMU_LP_SM_ENT_CNT_P1 0xa8bc |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1627 | /* [RW 32] The following driver registers(1...16) represent 16 drivers and |
| 1628 | 32 clients. Each client can be controlled by one driver only. One in each |
| 1629 | bit represent that this driver control the appropriate client (Ex: bit 5 |
| 1630 | is set means this driver control client number 5). addr1 = set; addr0 = |
| 1631 | clear; read from both addresses will give the same result = status. write |
| 1632 | to address 1 will set a request to control all the clients that their |
| 1633 | appropriate bit (in the write command) is set. if the client is free (the |
| 1634 | appropriate bit in all the other drivers is clear) one will be written to |
| 1635 | that driver register; if the client isn't free the bit will remain zero. |
| 1636 | if the appropriate bit is set (the driver request to gain control on a |
| 1637 | client it already controls the ~MISC_REGISTERS_INT_STS.GENERIC_SW |
| 1638 | interrupt will be asserted). write to address 0 will set a request to |
| 1639 | free all the clients that their appropriate bit (in the write command) is |
| 1640 | set. if the appropriate bit is clear (the driver request to free a client |
| 1641 | it doesn't controls the ~MISC_REGISTERS_INT_STS.GENERIC_SW interrupt will |
| 1642 | be asserted). */ |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 1643 | #define MISC_REG_DRIVER_CONTROL_1 0xa510 |
Yitchak Gertner | 4a37fb6 | 2008-08-13 15:50:23 -0700 | [diff] [blame] | 1644 | #define MISC_REG_DRIVER_CONTROL_7 0xa3c8 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1645 | /* [RW 1] e1hmf for WOL. If clr WOL signal o the PXP will be send on bit 0 |
| 1646 | only. */ |
| 1647 | #define MISC_REG_E1HMF_MODE 0xa5f8 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 1648 | /* [R 1] Status of four port mode path swap input pin. */ |
| 1649 | #define MISC_REG_FOUR_PORT_PATH_SWAP 0xa75c |
| 1650 | /* [RW 2] 4 port path swap overwrite.[0] - Overwrite control; if it is 0 - |
| 1651 | the path_swap output is equal to 4 port mode path swap input pin; if it |
| 1652 | is 1 - the path_swap output is equal to bit[1] of this register; [1] - |
| 1653 | Overwrite value. If bit[0] of this register is 1 this is the value that |
| 1654 | receives the path_swap output. Reset on Hard reset. */ |
| 1655 | #define MISC_REG_FOUR_PORT_PATH_SWAP_OVWR 0xa738 |
| 1656 | /* [R 1] Status of 4 port mode port swap input pin. */ |
| 1657 | #define MISC_REG_FOUR_PORT_PORT_SWAP 0xa754 |
| 1658 | /* [RW 2] 4 port port swap overwrite.[0] - Overwrite control; if it is 0 - |
| 1659 | the port_swap output is equal to 4 port mode port swap input pin; if it |
| 1660 | is 1 - the port_swap output is equal to bit[1] of this register; [1] - |
| 1661 | Overwrite value. If bit[0] of this register is 1 this is the value that |
| 1662 | receives the port_swap output. Reset on Hard reset. */ |
| 1663 | #define MISC_REG_FOUR_PORT_PORT_SWAP_OVWR 0xa734 |
Eilon Greenstein | ca00392 | 2009-08-12 22:53:28 -0700 | [diff] [blame] | 1664 | /* [RW 32] Debug only: spare RW register reset by core reset */ |
| 1665 | #define MISC_REG_GENERIC_CR_0 0xa460 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 1666 | #define MISC_REG_GENERIC_CR_1 0xa464 |
Vladislav Zolotarov | 72fd071 | 2010-04-19 01:13:12 +0000 | [diff] [blame] | 1667 | /* [RW 32] Debug only: spare RW register reset by por reset */ |
| 1668 | #define MISC_REG_GENERIC_POR_1 0xa474 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 1669 | /* [RW 32] Bit[0]: EPIO MODE SEL: Setting this bit to 1 will allow SW/FW to |
| 1670 | use all of the 32 Extended GPIO pins. Without setting this bit; an EPIO |
| 1671 | can not be configured as an output. Each output has its output enable in |
| 1672 | the MCP register space; but this bit needs to be set to make use of that. |
| 1673 | Bit[3:1] spare. Bit[4]: WCVTMON_PWRDN: Powerdown for Warpcore VTMON. When |
| 1674 | set to 1 - Powerdown. Bit[5]: WCVTMON_RESETB: Reset for Warpcore VTMON. |
| 1675 | When set to 0 - vTMON is in reset. Bit[6]: setting this bit will change |
| 1676 | the i/o to an output and will drive the TimeSync output. Bit[31:7]: |
| 1677 | spare. Global register. Reset by hard reset. */ |
| 1678 | #define MISC_REG_GEN_PURP_HWG 0xa9a0 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 1679 | /* [RW 32] GPIO. [31-28] FLOAT port 0; [27-24] FLOAT port 0; When any of |
| 1680 | these bits is written as a '1'; the corresponding SPIO bit will turn off |
| 1681 | it's drivers and become an input. This is the reset state of all GPIO |
| 1682 | pins. The read value of these bits will be a '1' if that last command |
| 1683 | (#SET; #CLR; or #FLOAT) for this bit was a #FLOAT. (reset value 0xff). |
| 1684 | [23-20] CLR port 1; 19-16] CLR port 0; When any of these bits is written |
| 1685 | as a '1'; the corresponding GPIO bit will drive low. The read value of |
| 1686 | these bits will be a '1' if that last command (#SET; #CLR; or #FLOAT) for |
| 1687 | this bit was a #CLR. (reset value 0). [15-12] SET port 1; 11-8] port 0; |
| 1688 | SET When any of these bits is written as a '1'; the corresponding GPIO |
| 1689 | bit will drive high (if it has that capability). The read value of these |
| 1690 | bits will be a '1' if that last command (#SET; #CLR; or #FLOAT) for this |
| 1691 | bit was a #SET. (reset value 0). [7-4] VALUE port 1; [3-0] VALUE port 0; |
| 1692 | RO; These bits indicate the read value of each of the eight GPIO pins. |
| 1693 | This is the result value of the pin; not the drive value. Writing these |
| 1694 | bits will have not effect. */ |
| 1695 | #define MISC_REG_GPIO 0xa490 |
Eilon Greenstein | 4acac6a | 2009-02-12 08:36:52 +0000 | [diff] [blame] | 1696 | /* [RW 8] These bits enable the GPIO_INTs to signals event to the |
| 1697 | IGU/MCP.according to the following map: [0] p0_gpio_0; [1] p0_gpio_1; [2] |
| 1698 | p0_gpio_2; [3] p0_gpio_3; [4] p1_gpio_0; [5] p1_gpio_1; [6] p1_gpio_2; |
| 1699 | [7] p1_gpio_3; */ |
| 1700 | #define MISC_REG_GPIO_EVENT_EN 0xa2bc |
| 1701 | /* [RW 32] GPIO INT. [31-28] OLD_CLR port1; [27-24] OLD_CLR port0; Writing a |
| 1702 | '1' to these bit clears the corresponding bit in the #OLD_VALUE register. |
| 1703 | This will acknowledge an interrupt on the falling edge of corresponding |
| 1704 | GPIO input (reset value 0). [23-16] OLD_SET [23-16] port1; OLD_SET port0; |
| 1705 | Writing a '1' to these bit sets the corresponding bit in the #OLD_VALUE |
| 1706 | register. This will acknowledge an interrupt on the rising edge of |
| 1707 | corresponding SPIO input (reset value 0). [15-12] OLD_VALUE [11-8] port1; |
| 1708 | OLD_VALUE port0; RO; These bits indicate the old value of the GPIO input |
| 1709 | value. When the ~INT_STATE bit is set; this bit indicates the OLD value |
| 1710 | of the pin such that if ~INT_STATE is set and this bit is '0'; then the |
| 1711 | interrupt is due to a low to high edge. If ~INT_STATE is set and this bit |
| 1712 | is '1'; then the interrupt is due to a high to low edge (reset value 0). |
| 1713 | [7-4] INT_STATE port1; [3-0] INT_STATE RO port0; These bits indicate the |
| 1714 | current GPIO interrupt state for each GPIO pin. This bit is cleared when |
| 1715 | the appropriate #OLD_SET or #OLD_CLR command bit is written. This bit is |
| 1716 | set when the GPIO input does not match the current value in #OLD_VALUE |
| 1717 | (reset value 0). */ |
| 1718 | #define MISC_REG_GPIO_INT 0xa494 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1719 | /* [R 28] this field hold the last information that caused reserved |
| 1720 | attention. bits [19:0] - address; [22:20] function; [23] reserved; |
Eilon Greenstein | 3347162 | 2008-08-13 15:59:08 -0700 | [diff] [blame] | 1721 | [27:24] the master that caused the attention - according to the following |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1722 | encodeing:1 = pxp; 2 = mcp; 3 = usdm; 4 = tsdm; 5 = xsdm; 6 = csdm; 7 = |
| 1723 | dbu; 8 = dmae */ |
| 1724 | #define MISC_REG_GRC_RSV_ATTN 0xa3c0 |
| 1725 | /* [R 28] this field hold the last information that caused timeout |
| 1726 | attention. bits [19:0] - address; [22:20] function; [23] reserved; |
Eilon Greenstein | 3347162 | 2008-08-13 15:59:08 -0700 | [diff] [blame] | 1727 | [27:24] the master that caused the attention - according to the following |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1728 | encodeing:1 = pxp; 2 = mcp; 3 = usdm; 4 = tsdm; 5 = xsdm; 6 = csdm; 7 = |
| 1729 | dbu; 8 = dmae */ |
| 1730 | #define MISC_REG_GRC_TIMEOUT_ATTN 0xa3c4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1731 | /* [RW 1] Setting this bit enables a timer in the GRC block to timeout any |
| 1732 | access that does not finish within |
| 1733 | ~misc_registers_grc_timout_val.grc_timeout_val cycles. When this bit is |
| 1734 | cleared; this timeout is disabled. If this timeout occurs; the GRC shall |
| 1735 | assert it attention output. */ |
| 1736 | #define MISC_REG_GRC_TIMEOUT_EN 0xa280 |
| 1737 | /* [RW 28] 28 LSB of LCPLL first register; reset val = 521. inside order of |
| 1738 | the bits is: [2:0] OAC reset value 001) CML output buffer bias control; |
| 1739 | 111 for +40%; 011 for +20%; 001 for 0%; 000 for -20%. [5:3] Icp_ctrl |
| 1740 | (reset value 001) Charge pump current control; 111 for 720u; 011 for |
| 1741 | 600u; 001 for 480u and 000 for 360u. [7:6] Bias_ctrl (reset value 00) |
| 1742 | Global bias control; When bit 7 is high bias current will be 10 0gh; When |
| 1743 | bit 6 is high bias will be 100w; Valid values are 00; 10; 01. [10:8] |
| 1744 | Pll_observe (reset value 010) Bits to control observability. bit 10 is |
| 1745 | for test bias; bit 9 is for test CK; bit 8 is test Vc. [12:11] Vth_ctrl |
| 1746 | (reset value 00) Comparator threshold control. 00 for 0.6V; 01 for 0.54V |
| 1747 | and 10 for 0.66V. [13] pllSeqStart (reset value 0) Enables VCO tuning |
| 1748 | sequencer: 1= sequencer disabled; 0= sequencer enabled (inverted |
| 1749 | internally). [14] reserved (reset value 0) Reset for VCO sequencer is |
| 1750 | connected to RESET input directly. [15] capRetry_en (reset value 0) |
| 1751 | enable retry on cap search failure (inverted). [16] freqMonitor_e (reset |
| 1752 | value 0) bit to continuously monitor vco freq (inverted). [17] |
| 1753 | freqDetRestart_en (reset value 0) bit to enable restart when not freq |
| 1754 | locked (inverted). [18] freqDetRetry_en (reset value 0) bit to enable |
| 1755 | retry on freq det failure(inverted). [19] pllForceFdone_en (reset value |
| 1756 | 0) bit to enable pllForceFdone & pllForceFpass into pllSeq. [20] |
| 1757 | pllForceFdone (reset value 0) bit to force freqDone. [21] pllForceFpass |
| 1758 | (reset value 0) bit to force freqPass. [22] pllForceDone_en (reset value |
| 1759 | 0) bit to enable pllForceCapDone. [23] pllForceCapDone (reset value 0) |
| 1760 | bit to force capDone. [24] pllForceCapPass_en (reset value 0) bit to |
| 1761 | enable pllForceCapPass. [25] pllForceCapPass (reset value 0) bit to force |
| 1762 | capPass. [26] capRestart (reset value 0) bit to force cap sequencer to |
| 1763 | restart. [27] capSelectM_en (reset value 0) bit to enable cap select |
| 1764 | register bits. */ |
| 1765 | #define MISC_REG_LCPLL_CTRL_1 0xa2a4 |
| 1766 | #define MISC_REG_LCPLL_CTRL_REG_2 0xa2a8 |
Yaniv Rosner | b76070b | 2011-11-28 00:49:47 +0000 | [diff] [blame] | 1767 | /* [RW 1] LCPLL power down. Global register. Active High. Reset on POR |
| 1768 | * reset. */ |
| 1769 | #define MISC_REG_LCPLL_E40_PWRDWN 0xaa74 |
| 1770 | /* [RW 1] LCPLL VCO reset. Global register. Active Low Reset on POR reset. */ |
| 1771 | #define MISC_REG_LCPLL_E40_RESETB_ANA 0xaa78 |
| 1772 | /* [RW 1] LCPLL post-divider reset. Global register. Active Low Reset on POR |
| 1773 | * reset. */ |
| 1774 | #define MISC_REG_LCPLL_E40_RESETB_DIG 0xaa7c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1775 | /* [RW 4] Interrupt mask register #0 read/write */ |
| 1776 | #define MISC_REG_MISC_INT_MASK 0xa388 |
| 1777 | /* [RW 1] Parity mask register #0 read/write */ |
| 1778 | #define MISC_REG_MISC_PRTY_MASK 0xa398 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 1779 | /* [R 1] Parity register #0 read */ |
| 1780 | #define MISC_REG_MISC_PRTY_STS 0xa38c |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 1781 | /* [RC 1] Parity register #0 read clear */ |
| 1782 | #define MISC_REG_MISC_PRTY_STS_CLR 0xa390 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1783 | #define MISC_REG_NIG_WOL_P0 0xa270 |
| 1784 | #define MISC_REG_NIG_WOL_P1 0xa274 |
| 1785 | /* [R 1] If set indicate that the pcie_rst_b was asserted without perst |
| 1786 | assertion */ |
| 1787 | #define MISC_REG_PCIE_HOT_RESET 0xa618 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1788 | /* [RW 32] 32 LSB of storm PLL first register; reset val = 0x 071d2911. |
| 1789 | inside order of the bits is: [0] P1 divider[0] (reset value 1); [1] P1 |
| 1790 | divider[1] (reset value 0); [2] P1 divider[2] (reset value 0); [3] P1 |
| 1791 | divider[3] (reset value 0); [4] P2 divider[0] (reset value 1); [5] P2 |
| 1792 | divider[1] (reset value 0); [6] P2 divider[2] (reset value 0); [7] P2 |
| 1793 | divider[3] (reset value 0); [8] ph_det_dis (reset value 1); [9] |
| 1794 | freq_det_dis (reset value 0); [10] Icpx[0] (reset value 0); [11] Icpx[1] |
| 1795 | (reset value 1); [12] Icpx[2] (reset value 0); [13] Icpx[3] (reset value |
| 1796 | 1); [14] Icpx[4] (reset value 0); [15] Icpx[5] (reset value 0); [16] |
| 1797 | Rx[0] (reset value 1); [17] Rx[1] (reset value 0); [18] vc_en (reset |
| 1798 | value 1); [19] vco_rng[0] (reset value 1); [20] vco_rng[1] (reset value |
| 1799 | 1); [21] Kvco_xf[0] (reset value 0); [22] Kvco_xf[1] (reset value 0); |
| 1800 | [23] Kvco_xf[2] (reset value 0); [24] Kvco_xs[0] (reset value 1); [25] |
| 1801 | Kvco_xs[1] (reset value 1); [26] Kvco_xs[2] (reset value 1); [27] |
| 1802 | testd_en (reset value 0); [28] testd_sel[0] (reset value 0); [29] |
| 1803 | testd_sel[1] (reset value 0); [30] testd_sel[2] (reset value 0); [31] |
| 1804 | testa_en (reset value 0); */ |
| 1805 | #define MISC_REG_PLL_STORM_CTRL_1 0xa294 |
| 1806 | #define MISC_REG_PLL_STORM_CTRL_2 0xa298 |
| 1807 | #define MISC_REG_PLL_STORM_CTRL_3 0xa29c |
| 1808 | #define MISC_REG_PLL_STORM_CTRL_4 0xa2a0 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 1809 | /* [R 1] Status of 4 port mode enable input pin. */ |
| 1810 | #define MISC_REG_PORT4MODE_EN 0xa750 |
| 1811 | /* [RW 2] 4 port mode enable overwrite.[0] - Overwrite control; if it is 0 - |
| 1812 | * the port4mode_en output is equal to 4 port mode input pin; if it is 1 - |
| 1813 | * the port4mode_en output is equal to bit[1] of this register; [1] - |
| 1814 | * Overwrite value. If bit[0] of this register is 1 this is the value that |
| 1815 | * receives the port4mode_en output . */ |
| 1816 | #define MISC_REG_PORT4MODE_EN_OVWR 0xa720 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1817 | /* [RW 32] reset reg#2; rite/read one = the specific block is out of reset; |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1818 | write/read zero = the specific block is in reset; addr 0-wr- the write |
| 1819 | value will be written to the register; addr 1-set - one will be written |
| 1820 | to all the bits that have the value of one in the data written (bits that |
| 1821 | have the value of zero will not be change) ; addr 2-clear - zero will be |
| 1822 | written to all the bits that have the value of one in the data written |
| 1823 | (bits that have the value of zero will not be change); addr 3-ignore; |
| 1824 | read ignore from all addr except addr 00; inside order of the bits is: |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1825 | [0] rst_bmac0; [1] rst_bmac1; [2] rst_emac0; [3] rst_emac1; [4] rst_grc; |
| 1826 | [5] rst_mcp_n_reset_reg_hard_core; [6] rst_ mcp_n_hard_core_rst_b; [7] |
| 1827 | rst_ mcp_n_reset_cmn_cpu; [8] rst_ mcp_n_reset_cmn_core; [9] rst_rbcn; |
| 1828 | [10] rst_dbg; [11] rst_misc_core; [12] rst_dbue (UART); [13] |
| 1829 | Pci_resetmdio_n; [14] rst_emac0_hard_core; [15] rst_emac1_hard_core; 16] |
| 1830 | rst_pxp_rq_rd_wr; 31:17] reserved */ |
Yuval Mintz | 452427b | 2012-03-26 20:47:07 +0000 | [diff] [blame] | 1831 | #define MISC_REG_RESET_REG_1 0xa580 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1832 | #define MISC_REG_RESET_REG_2 0xa590 |
| 1833 | /* [RW 20] 20 bit GRC address where the scratch-pad of the MCP that is |
| 1834 | shared with the driver resides */ |
| 1835 | #define MISC_REG_SHARED_MEM_ADDR 0xa2b4 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 1836 | /* [RW 32] SPIO. [31-24] FLOAT When any of these bits is written as a '1'; |
| 1837 | the corresponding SPIO bit will turn off it's drivers and become an |
| 1838 | input. This is the reset state of all SPIO pins. The read value of these |
| 1839 | bits will be a '1' if that last command (#SET; #CL; or #FLOAT) for this |
| 1840 | bit was a #FLOAT. (reset value 0xff). [23-16] CLR When any of these bits |
| 1841 | is written as a '1'; the corresponding SPIO bit will drive low. The read |
| 1842 | value of these bits will be a '1' if that last command (#SET; #CLR; or |
| 1843 | #FLOAT) for this bit was a #CLR. (reset value 0). [15-8] SET When any of |
| 1844 | these bits is written as a '1'; the corresponding SPIO bit will drive |
| 1845 | high (if it has that capability). The read value of these bits will be a |
| 1846 | '1' if that last command (#SET; #CLR; or #FLOAT) for this bit was a #SET. |
| 1847 | (reset value 0). [7-0] VALUE RO; These bits indicate the read value of |
| 1848 | each of the eight SPIO pins. This is the result value of the pin; not the |
| 1849 | drive value. Writing these bits will have not effect. Each 8 bits field |
| 1850 | is divided as follows: [0] VAUX Enable; when pulsed low; enables supply |
| 1851 | from VAUX. (This is an output pin only; the FLOAT field is not applicable |
| 1852 | for this pin); [1] VAUX Disable; when pulsed low; disables supply form |
| 1853 | VAUX. (This is an output pin only; FLOAT field is not applicable for this |
| 1854 | pin); [2] SEL_VAUX_B - Control to power switching logic. Drive low to |
| 1855 | select VAUX supply. (This is an output pin only; it is not controlled by |
| 1856 | the SET and CLR fields; it is controlled by the Main Power SM; the FLOAT |
| 1857 | field is not applicable for this pin; only the VALUE fields is relevant - |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1858 | it reflects the output value); [3] port swap [4] spio_4; [5] spio_5; [6] |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 1859 | Bit 0 of UMP device ID select; read by UMP firmware; [7] Bit 1 of UMP |
| 1860 | device ID select; read by UMP firmware. */ |
| 1861 | #define MISC_REG_SPIO 0xa4fc |
| 1862 | /* [RW 8] These bits enable the SPIO_INTs to signals event to the IGU/MC. |
| 1863 | according to the following map: [3:0] reserved; [4] spio_4 [5] spio_5; |
| 1864 | [7:0] reserved */ |
| 1865 | #define MISC_REG_SPIO_EVENT_EN 0xa2b8 |
| 1866 | /* [RW 32] SPIO INT. [31-24] OLD_CLR Writing a '1' to these bit clears the |
| 1867 | corresponding bit in the #OLD_VALUE register. This will acknowledge an |
| 1868 | interrupt on the falling edge of corresponding SPIO input (reset value |
| 1869 | 0). [23-16] OLD_SET Writing a '1' to these bit sets the corresponding bit |
| 1870 | in the #OLD_VALUE register. This will acknowledge an interrupt on the |
| 1871 | rising edge of corresponding SPIO input (reset value 0). [15-8] OLD_VALUE |
| 1872 | RO; These bits indicate the old value of the SPIO input value. When the |
| 1873 | ~INT_STATE bit is set; this bit indicates the OLD value of the pin such |
| 1874 | that if ~INT_STATE is set and this bit is '0'; then the interrupt is due |
| 1875 | to a low to high edge. If ~INT_STATE is set and this bit is '1'; then the |
| 1876 | interrupt is due to a high to low edge (reset value 0). [7-0] INT_STATE |
| 1877 | RO; These bits indicate the current SPIO interrupt state for each SPIO |
| 1878 | pin. This bit is cleared when the appropriate #OLD_SET or #OLD_CLR |
| 1879 | command bit is written. This bit is set when the SPIO input does not |
| 1880 | match the current value in #OLD_VALUE (reset value 0). */ |
| 1881 | #define MISC_REG_SPIO_INT 0xa500 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 1882 | /* [RW 32] reload value for counter 4 if reload; the value will be reload if |
| 1883 | the counter reached zero and the reload bit |
| 1884 | (~misc_registers_sw_timer_cfg_4.sw_timer_cfg_4[1] ) is set */ |
| 1885 | #define MISC_REG_SW_TIMER_RELOAD_VAL_4 0xa2fc |
| 1886 | /* [RW 32] the value of the counter for sw timers1-8. there are 8 addresses |
Uwe Kleine-König | b595076 | 2010-11-01 15:38:34 -0400 | [diff] [blame] | 1887 | in this register. address 0 - timer 1; address 1 - timer 2, ... address 7 - |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 1888 | timer 8 */ |
| 1889 | #define MISC_REG_SW_TIMER_VAL 0xa5c0 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 1890 | /* [R 1] Status of two port mode path swap input pin. */ |
| 1891 | #define MISC_REG_TWO_PORT_PATH_SWAP 0xa758 |
| 1892 | /* [RW 2] 2 port swap overwrite.[0] - Overwrite control; if it is 0 - the |
| 1893 | path_swap output is equal to 2 port mode path swap input pin; if it is 1 |
| 1894 | - the path_swap output is equal to bit[1] of this register; [1] - |
| 1895 | Overwrite value. If bit[0] of this register is 1 this is the value that |
| 1896 | receives the path_swap output. Reset on Hard reset. */ |
| 1897 | #define MISC_REG_TWO_PORT_PATH_SWAP_OVWR 0xa72c |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 1898 | /* [RW 1] Set by the MCP to remember if one or more of the drivers is/are |
| 1899 | loaded; 0-prepare; -unprepare */ |
| 1900 | #define MISC_REG_UNPREPARED 0xa424 |
Eilon Greenstein | 581ce43 | 2009-07-29 00:20:04 +0000 | [diff] [blame] | 1901 | #define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_BRCST (0x1<<0) |
| 1902 | #define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_MLCST (0x1<<1) |
| 1903 | #define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_NO_VLAN (0x1<<4) |
| 1904 | #define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_UNCST (0x1<<2) |
| 1905 | #define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_VLAN (0x1<<3) |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 1906 | /* [RW 5] MDIO PHY Address. The WC uses this address to determine whether or |
| 1907 | * not it is the recipient of the message on the MDIO interface. The value |
| 1908 | * is compared to the value on ctrl_md_devad. Drives output |
| 1909 | * misc_xgxs0_phy_addr. Global register. */ |
| 1910 | #define MISC_REG_WC0_CTRL_PHY_ADDR 0xa9cc |
Yaniv Rosner | b76070b | 2011-11-28 00:49:47 +0000 | [diff] [blame] | 1911 | #define MISC_REG_WC0_RESET 0xac30 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 1912 | /* [RW 2] XMAC Core port mode. Indicates the number of ports on the system |
| 1913 | side. This should be less than or equal to phy_port_mode; if some of the |
| 1914 | ports are not used. This enables reduction of frequency on the core side. |
| 1915 | This is a strap input for the XMAC_MP core. 00 - Single Port Mode; 01 - |
| 1916 | Dual Port Mode; 10 - Tri Port Mode; 11 - Quad Port Mode. This is a strap |
| 1917 | input for the XMAC_MP core; and should be changed only while reset is |
| 1918 | held low. Reset on Hard reset. */ |
| 1919 | #define MISC_REG_XMAC_CORE_PORT_MODE 0xa964 |
| 1920 | /* [RW 2] XMAC PHY port mode. Indicates the number of ports on the Warp |
| 1921 | Core. This is a strap input for the XMAC_MP core. 00 - Single Port Mode; |
| 1922 | 01 - Dual Port Mode; 1x - Quad Port Mode; This is a strap input for the |
| 1923 | XMAC_MP core; and should be changed only while reset is held low. Reset |
| 1924 | on Hard reset. */ |
| 1925 | #define MISC_REG_XMAC_PHY_PORT_MODE 0xa960 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 1926 | /* [RW 32] 1 [47] Packet Size = 64 Write to this register write bits 31:0. |
| 1927 | * Reads from this register will clear bits 31:0. */ |
| 1928 | #define MSTAT_REG_RX_STAT_GR64_LO 0x200 |
| 1929 | /* [RW 32] 1 [00] Tx Good Packet Count Write to this register write bits |
| 1930 | * 31:0. Reads from this register will clear bits 31:0. */ |
| 1931 | #define MSTAT_REG_TX_STAT_GTXPOK_LO 0 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 1932 | #define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_BRCST (0x1<<0) |
| 1933 | #define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_MLCST (0x1<<1) |
| 1934 | #define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_NO_VLAN (0x1<<4) |
| 1935 | #define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_UNCST (0x1<<2) |
| 1936 | #define NIG_LLH0_BRB1_DRV_MASK_REG_LLH0_BRB1_DRV_MASK_VLAN (0x1<<3) |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 1937 | #define NIG_LLH0_XCM_MASK_REG_LLH0_XCM_MASK_BCN (0x1<<0) |
| 1938 | #define NIG_LLH1_XCM_MASK_REG_LLH1_XCM_MASK_BCN (0x1<<0) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1939 | #define NIG_MASK_INTERRUPT_PORT0_REG_MASK_EMAC0_MISC_MI_INT (0x1<<0) |
| 1940 | #define NIG_MASK_INTERRUPT_PORT0_REG_MASK_SERDES0_LINK_STATUS (0x1<<9) |
| 1941 | #define NIG_MASK_INTERRUPT_PORT0_REG_MASK_XGXS0_LINK10G (0x1<<15) |
| 1942 | #define NIG_MASK_INTERRUPT_PORT0_REG_MASK_XGXS0_LINK_STATUS (0xf<<18) |
| 1943 | /* [RW 1] Input enable for RX_BMAC0 IF */ |
| 1944 | #define NIG_REG_BMAC0_IN_EN 0x100ac |
| 1945 | /* [RW 1] output enable for TX_BMAC0 IF */ |
| 1946 | #define NIG_REG_BMAC0_OUT_EN 0x100e0 |
| 1947 | /* [RW 1] output enable for TX BMAC pause port 0 IF */ |
| 1948 | #define NIG_REG_BMAC0_PAUSE_OUT_EN 0x10110 |
| 1949 | /* [RW 1] output enable for RX_BMAC0_REGS IF */ |
| 1950 | #define NIG_REG_BMAC0_REGS_OUT_EN 0x100e8 |
| 1951 | /* [RW 1] output enable for RX BRB1 port0 IF */ |
| 1952 | #define NIG_REG_BRB0_OUT_EN 0x100f8 |
| 1953 | /* [RW 1] Input enable for TX BRB1 pause port 0 IF */ |
| 1954 | #define NIG_REG_BRB0_PAUSE_IN_EN 0x100c4 |
| 1955 | /* [RW 1] output enable for RX BRB1 port1 IF */ |
| 1956 | #define NIG_REG_BRB1_OUT_EN 0x100fc |
| 1957 | /* [RW 1] Input enable for TX BRB1 pause port 1 IF */ |
| 1958 | #define NIG_REG_BRB1_PAUSE_IN_EN 0x100c8 |
| 1959 | /* [RW 1] output enable for RX BRB1 LP IF */ |
| 1960 | #define NIG_REG_BRB_LB_OUT_EN 0x10100 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 1961 | /* [WB_W 82] Debug packet to LP from RBC; Data spelling:[63:0] data; 64] |
| 1962 | error; [67:65]eop_bvalid; [68]eop; [69]sop; [70]port_id; 71]flush; |
| 1963 | 72:73]-vnic_num; 81:74]-sideband_info */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1964 | #define NIG_REG_DEBUG_PACKET_LB 0x10800 |
| 1965 | /* [RW 1] Input enable for TX Debug packet */ |
| 1966 | #define NIG_REG_EGRESS_DEBUG_IN_EN 0x100dc |
| 1967 | /* [RW 1] If 1 - egress drain mode for port0 is active. In this mode all |
| 1968 | packets from PBFare not forwarded to the MAC and just deleted from FIFO. |
| 1969 | First packet may be deleted from the middle. And last packet will be |
| 1970 | always deleted till the end. */ |
| 1971 | #define NIG_REG_EGRESS_DRAIN0_MODE 0x10060 |
| 1972 | /* [RW 1] Output enable to EMAC0 */ |
| 1973 | #define NIG_REG_EGRESS_EMAC0_OUT_EN 0x10120 |
| 1974 | /* [RW 1] MAC configuration for packets of port0. If 1 - all packet outputs |
| 1975 | to emac for port0; other way to bmac for port0 */ |
| 1976 | #define NIG_REG_EGRESS_EMAC0_PORT 0x10058 |
| 1977 | /* [RW 1] Input enable for TX PBF user packet port0 IF */ |
| 1978 | #define NIG_REG_EGRESS_PBF0_IN_EN 0x100cc |
| 1979 | /* [RW 1] Input enable for TX PBF user packet port1 IF */ |
| 1980 | #define NIG_REG_EGRESS_PBF1_IN_EN 0x100d0 |
Eilon Greenstein | 279abdf | 2009-07-21 05:47:22 +0000 | [diff] [blame] | 1981 | /* [RW 1] Input enable for TX UMP management packet port0 IF */ |
| 1982 | #define NIG_REG_EGRESS_UMP0_IN_EN 0x100d4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 1983 | /* [RW 1] Input enable for RX_EMAC0 IF */ |
| 1984 | #define NIG_REG_EMAC0_IN_EN 0x100a4 |
| 1985 | /* [RW 1] output enable for TX EMAC pause port 0 IF */ |
| 1986 | #define NIG_REG_EMAC0_PAUSE_OUT_EN 0x10118 |
| 1987 | /* [R 1] status from emac0. This bit is set when MDINT from either the |
| 1988 | EXT_MDINT pin or from the Copper PHY is driven low. This condition must |
| 1989 | be cleared in the attached PHY device that is driving the MINT pin. */ |
| 1990 | #define NIG_REG_EMAC0_STATUS_MISC_MI_INT 0x10494 |
| 1991 | /* [WB 48] This address space contains BMAC0 registers. The BMAC registers |
| 1992 | are described in appendix A. In order to access the BMAC0 registers; the |
| 1993 | base address; NIG_REGISTERS_INGRESS_BMAC0_MEM; Offset: 0x10c00; should be |
| 1994 | added to each BMAC register offset */ |
| 1995 | #define NIG_REG_INGRESS_BMAC0_MEM 0x10c00 |
| 1996 | /* [WB 48] This address space contains BMAC1 registers. The BMAC registers |
| 1997 | are described in appendix A. In order to access the BMAC0 registers; the |
| 1998 | base address; NIG_REGISTERS_INGRESS_BMAC1_MEM; Offset: 0x11000; should be |
| 1999 | added to each BMAC register offset */ |
| 2000 | #define NIG_REG_INGRESS_BMAC1_MEM 0x11000 |
| 2001 | /* [R 1] FIFO empty in EOP descriptor FIFO of LP in NIG_RX_EOP */ |
| 2002 | #define NIG_REG_INGRESS_EOP_LB_EMPTY 0x104e0 |
| 2003 | /* [RW 17] Debug only. RX_EOP_DSCR_lb_FIFO in NIG_RX_EOP. Data |
| 2004 | packet_length[13:0]; mac_error[14]; trunc_error[15]; parity[16] */ |
| 2005 | #define NIG_REG_INGRESS_EOP_LB_FIFO 0x104e4 |
Eilon Greenstein | 2f90446 | 2009-08-12 08:22:16 +0000 | [diff] [blame] | 2006 | /* [RW 27] 0 - must be active for Everest A0; 1- for Everest B0 when latch |
| 2007 | logic for interrupts must be used. Enable per bit of interrupt of |
| 2008 | ~latch_status.latch_status */ |
| 2009 | #define NIG_REG_LATCH_BC_0 0x16210 |
| 2010 | /* [RW 27] Latch for each interrupt from Unicore.b[0] |
| 2011 | status_emac0_misc_mi_int; b[1] status_emac0_misc_mi_complete; |
| 2012 | b[2]status_emac0_misc_cfg_change; b[3]status_emac0_misc_link_status; |
| 2013 | b[4]status_emac0_misc_link_change; b[5]status_emac0_misc_attn; |
| 2014 | b[6]status_serdes0_mac_crs; b[7]status_serdes0_autoneg_complete; |
| 2015 | b[8]status_serdes0_fiber_rxact; b[9]status_serdes0_link_status; |
| 2016 | b[10]status_serdes0_mr_page_rx; b[11]status_serdes0_cl73_an_complete; |
| 2017 | b[12]status_serdes0_cl73_mr_page_rx; b[13]status_serdes0_rx_sigdet; |
| 2018 | b[14]status_xgxs0_remotemdioreq; b[15]status_xgxs0_link10g; |
| 2019 | b[16]status_xgxs0_autoneg_complete; b[17]status_xgxs0_fiber_rxact; |
| 2020 | b[21:18]status_xgxs0_link_status; b[22]status_xgxs0_mr_page_rx; |
| 2021 | b[23]status_xgxs0_cl73_an_complete; b[24]status_xgxs0_cl73_mr_page_rx; |
| 2022 | b[25]status_xgxs0_rx_sigdet; b[26]status_xgxs0_mac_crs */ |
| 2023 | #define NIG_REG_LATCH_STATUS_0 0x18000 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2024 | /* [RW 1] led 10g for port 0 */ |
| 2025 | #define NIG_REG_LED_10G_P0 0x10320 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2026 | /* [RW 1] led 10g for port 1 */ |
| 2027 | #define NIG_REG_LED_10G_P1 0x10324 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2028 | /* [RW 1] Port0: This bit is set to enable the use of the |
| 2029 | ~nig_registers_led_control_blink_rate_p0.led_control_blink_rate_p0 field |
| 2030 | defined below. If this bit is cleared; then the blink rate will be about |
| 2031 | 8Hz. */ |
| 2032 | #define NIG_REG_LED_CONTROL_BLINK_RATE_ENA_P0 0x10318 |
| 2033 | /* [RW 12] Port0: Specifies the period of each blink cycle (on + off) for |
| 2034 | Traffic LED in milliseconds. Must be a non-zero value. This 12-bit field |
| 2035 | is reset to 0x080; giving a default blink period of approximately 8Hz. */ |
| 2036 | #define NIG_REG_LED_CONTROL_BLINK_RATE_P0 0x10310 |
| 2037 | /* [RW 1] Port0: If set along with the |
Eilon Greenstein | 34f80b0 | 2008-06-23 20:33:01 -0700 | [diff] [blame] | 2038 | ~nig_registers_led_control_override_traffic_p0.led_control_override_traffic_p0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2039 | bit and ~nig_registers_led_control_traffic_p0.led_control_traffic_p0 LED |
| 2040 | bit; the Traffic LED will blink with the blink rate specified in |
| 2041 | ~nig_registers_led_control_blink_rate_p0.led_control_blink_rate_p0 and |
| 2042 | ~nig_registers_led_control_blink_rate_ena_p0.led_control_blink_rate_ena_p0 |
| 2043 | fields. */ |
| 2044 | #define NIG_REG_LED_CONTROL_BLINK_TRAFFIC_P0 0x10308 |
| 2045 | /* [RW 1] Port0: If set overrides hardware control of the Traffic LED. The |
| 2046 | Traffic LED will then be controlled via bit ~nig_registers_ |
| 2047 | led_control_traffic_p0.led_control_traffic_p0 and bit |
| 2048 | ~nig_registers_led_control_blink_traffic_p0.led_control_blink_traffic_p0 */ |
| 2049 | #define NIG_REG_LED_CONTROL_OVERRIDE_TRAFFIC_P0 0x102f8 |
| 2050 | /* [RW 1] Port0: If set along with the led_control_override_trafic_p0 bit; |
| 2051 | turns on the Traffic LED. If the led_control_blink_traffic_p0 bit is also |
| 2052 | set; the LED will blink with blink rate specified in |
| 2053 | ~nig_registers_led_control_blink_rate_p0.led_control_blink_rate_p0 and |
| 2054 | ~nig_regsters_led_control_blink_rate_ena_p0.led_control_blink_rate_ena_p0 |
| 2055 | fields. */ |
| 2056 | #define NIG_REG_LED_CONTROL_TRAFFIC_P0 0x10300 |
| 2057 | /* [RW 4] led mode for port0: 0 MAC; 1-3 PHY1; 4 MAC2; 5-7 PHY4; 8-MAC3; |
| 2058 | 9-11PHY7; 12 MAC4; 13-15 PHY10; */ |
| 2059 | #define NIG_REG_LED_MODE_P0 0x102f0 |
Eilon Greenstein | 1c06328 | 2009-02-12 08:36:43 +0000 | [diff] [blame] | 2060 | /* [RW 3] for port0 enable for llfc ppp and pause. b0 - brb1 enable; b1- |
| 2061 | tsdm enable; b2- usdm enable */ |
| 2062 | #define NIG_REG_LLFC_EGRESS_SRC_ENABLE_0 0x16070 |
Eilon Greenstein | ca00392 | 2009-08-12 22:53:28 -0700 | [diff] [blame] | 2063 | #define NIG_REG_LLFC_EGRESS_SRC_ENABLE_1 0x16074 |
Eilon Greenstein | 1c06328 | 2009-02-12 08:36:43 +0000 | [diff] [blame] | 2064 | /* [RW 1] SAFC enable for port0. This register may get 1 only when |
| 2065 | ~ppp_enable.ppp_enable = 0 and pause_enable.pause_enable =0 for the same |
| 2066 | port */ |
| 2067 | #define NIG_REG_LLFC_ENABLE_0 0x16208 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2068 | #define NIG_REG_LLFC_ENABLE_1 0x1620c |
Eilon Greenstein | 1c06328 | 2009-02-12 08:36:43 +0000 | [diff] [blame] | 2069 | /* [RW 16] classes are high-priority for port0 */ |
| 2070 | #define NIG_REG_LLFC_HIGH_PRIORITY_CLASSES_0 0x16058 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2071 | #define NIG_REG_LLFC_HIGH_PRIORITY_CLASSES_1 0x1605c |
Eilon Greenstein | 1c06328 | 2009-02-12 08:36:43 +0000 | [diff] [blame] | 2072 | /* [RW 16] classes are low-priority for port0 */ |
| 2073 | #define NIG_REG_LLFC_LOW_PRIORITY_CLASSES_0 0x16060 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2074 | #define NIG_REG_LLFC_LOW_PRIORITY_CLASSES_1 0x16064 |
Eilon Greenstein | 1c06328 | 2009-02-12 08:36:43 +0000 | [diff] [blame] | 2075 | /* [RW 1] Output enable of message to LLFC BMAC IF for port0 */ |
| 2076 | #define NIG_REG_LLFC_OUT_EN_0 0x160c8 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2077 | #define NIG_REG_LLFC_OUT_EN_1 0x160cc |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2078 | #define NIG_REG_LLH0_ACPI_PAT_0_CRC 0x1015c |
| 2079 | #define NIG_REG_LLH0_ACPI_PAT_6_LEN 0x10154 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2080 | #define NIG_REG_LLH0_BRB1_DRV_MASK 0x10244 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2081 | #define NIG_REG_LLH0_BRB1_DRV_MASK_MF 0x16048 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2082 | /* [RW 1] send to BRB1 if no match on any of RMP rules. */ |
| 2083 | #define NIG_REG_LLH0_BRB1_NOT_MCP 0x1025c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2084 | /* [RW 2] Determine the classification participants. 0: no classification.1: |
| 2085 | classification upon VLAN id. 2: classification upon MAC address. 3: |
| 2086 | classification upon both VLAN id & MAC addr. */ |
| 2087 | #define NIG_REG_LLH0_CLS_TYPE 0x16080 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2088 | /* [RW 32] cm header for llh0 */ |
| 2089 | #define NIG_REG_LLH0_CM_HEADER 0x1007c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2090 | #define NIG_REG_LLH0_DEST_IP_0_1 0x101dc |
| 2091 | #define NIG_REG_LLH0_DEST_MAC_0_0 0x101c0 |
| 2092 | /* [RW 16] destination TCP address 1. The LLH will look for this address in |
| 2093 | all incoming packets. */ |
| 2094 | #define NIG_REG_LLH0_DEST_TCP_0 0x10220 |
| 2095 | /* [RW 16] destination UDP address 1 The LLH will look for this address in |
| 2096 | all incoming packets. */ |
| 2097 | #define NIG_REG_LLH0_DEST_UDP_0 0x10214 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2098 | #define NIG_REG_LLH0_ERROR_MASK 0x1008c |
| 2099 | /* [RW 8] event id for llh0 */ |
| 2100 | #define NIG_REG_LLH0_EVENT_ID 0x10084 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2101 | #define NIG_REG_LLH0_FUNC_EN 0x160fc |
Dmitry Kravkov | 0793f83f | 2010-12-01 12:39:28 -0800 | [diff] [blame] | 2102 | #define NIG_REG_LLH0_FUNC_MEM 0x16180 |
| 2103 | #define NIG_REG_LLH0_FUNC_MEM_ENABLE 0x16140 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2104 | #define NIG_REG_LLH0_FUNC_VLAN_ID 0x16100 |
| 2105 | /* [RW 1] Determine the IP version to look for in |
| 2106 | ~nig_registers_llh0_dest_ip_0.llh0_dest_ip_0. 0 - IPv6; 1-IPv4 */ |
| 2107 | #define NIG_REG_LLH0_IPV4_IPV6_0 0x10208 |
| 2108 | /* [RW 1] t bit for llh0 */ |
| 2109 | #define NIG_REG_LLH0_T_BIT 0x10074 |
| 2110 | /* [RW 12] VLAN ID 1. In case of VLAN packet the LLH will look for this ID. */ |
| 2111 | #define NIG_REG_LLH0_VLAN_ID_0 0x1022c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2112 | /* [RW 8] init credit counter for port0 in LLH */ |
| 2113 | #define NIG_REG_LLH0_XCM_INIT_CREDIT 0x10554 |
| 2114 | #define NIG_REG_LLH0_XCM_MASK 0x10130 |
Vladislav Zolotarov | da5a662 | 2008-08-13 15:50:00 -0700 | [diff] [blame] | 2115 | #define NIG_REG_LLH1_BRB1_DRV_MASK 0x10248 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2116 | /* [RW 1] send to BRB1 if no match on any of RMP rules. */ |
| 2117 | #define NIG_REG_LLH1_BRB1_NOT_MCP 0x102dc |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2118 | /* [RW 2] Determine the classification participants. 0: no classification.1: |
| 2119 | classification upon VLAN id. 2: classification upon MAC address. 3: |
| 2120 | classification upon both VLAN id & MAC addr. */ |
| 2121 | #define NIG_REG_LLH1_CLS_TYPE 0x16084 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2122 | /* [RW 32] cm header for llh1 */ |
| 2123 | #define NIG_REG_LLH1_CM_HEADER 0x10080 |
| 2124 | #define NIG_REG_LLH1_ERROR_MASK 0x10090 |
| 2125 | /* [RW 8] event id for llh1 */ |
| 2126 | #define NIG_REG_LLH1_EVENT_ID 0x10088 |
Merav Sicron | 55c1194 | 2012-11-07 00:45:48 +0000 | [diff] [blame] | 2127 | #define NIG_REG_LLH1_FUNC_EN 0x16104 |
Dmitry Kravkov | 0793f83f | 2010-12-01 12:39:28 -0800 | [diff] [blame] | 2128 | #define NIG_REG_LLH1_FUNC_MEM 0x161c0 |
| 2129 | #define NIG_REG_LLH1_FUNC_MEM_ENABLE 0x16160 |
| 2130 | #define NIG_REG_LLH1_FUNC_MEM_SIZE 16 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2131 | /* [RW 1] When this bit is set; the LLH will classify the packet before |
| 2132 | * sending it to the BRB or calculating WoL on it. This bit controls port 1 |
| 2133 | * only. The legacy llh_multi_function_mode bit controls port 0. */ |
| 2134 | #define NIG_REG_LLH1_MF_MODE 0x18614 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2135 | /* [RW 8] init credit counter for port1 in LLH */ |
| 2136 | #define NIG_REG_LLH1_XCM_INIT_CREDIT 0x10564 |
| 2137 | #define NIG_REG_LLH1_XCM_MASK 0x10134 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2138 | /* [RW 1] When this bit is set; the LLH will expect all packets to be with |
| 2139 | e1hov */ |
| 2140 | #define NIG_REG_LLH_E1HOV_MODE 0x160d8 |
| 2141 | /* [RW 1] When this bit is set; the LLH will classify the packet before |
| 2142 | sending it to the BRB or calculating WoL on it. */ |
| 2143 | #define NIG_REG_LLH_MF_MODE 0x16024 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2144 | #define NIG_REG_MASK_INTERRUPT_PORT0 0x10330 |
| 2145 | #define NIG_REG_MASK_INTERRUPT_PORT1 0x10334 |
| 2146 | /* [RW 1] Output signal from NIG to EMAC0. When set enables the EMAC0 block. */ |
| 2147 | #define NIG_REG_NIG_EMAC0_EN 0x1003c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2148 | /* [RW 1] Output signal from NIG to EMAC1. When set enables the EMAC1 block. */ |
| 2149 | #define NIG_REG_NIG_EMAC1_EN 0x10040 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2150 | /* [RW 1] Output signal from NIG to TX_EMAC0. When set indicates to the |
| 2151 | EMAC0 to strip the CRC from the ingress packets. */ |
| 2152 | #define NIG_REG_NIG_INGRESS_EMAC0_NO_CRC 0x10044 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2153 | /* [R 32] Interrupt register #0 read */ |
| 2154 | #define NIG_REG_NIG_INT_STS_0 0x103b0 |
| 2155 | #define NIG_REG_NIG_INT_STS_1 0x103c0 |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 2156 | /* [R 32] Legacy E1 and E1H location for parity error mask register. */ |
| 2157 | #define NIG_REG_NIG_PRTY_MASK 0x103dc |
| 2158 | /* [RW 32] Parity mask register #0 read/write */ |
| 2159 | #define NIG_REG_NIG_PRTY_MASK_0 0x183c8 |
| 2160 | #define NIG_REG_NIG_PRTY_MASK_1 0x183d8 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2161 | /* [R 32] Legacy E1 and E1H location for parity error status register. */ |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2162 | #define NIG_REG_NIG_PRTY_STS 0x103d0 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2163 | /* [R 32] Parity register #0 read */ |
| 2164 | #define NIG_REG_NIG_PRTY_STS_0 0x183bc |
| 2165 | #define NIG_REG_NIG_PRTY_STS_1 0x183cc |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 2166 | /* [R 32] Legacy E1 and E1H location for parity error status clear register. */ |
| 2167 | #define NIG_REG_NIG_PRTY_STS_CLR 0x103d4 |
| 2168 | /* [RC 32] Parity register #0 read clear */ |
| 2169 | #define NIG_REG_NIG_PRTY_STS_CLR_0 0x183c0 |
| 2170 | #define NIG_REG_NIG_PRTY_STS_CLR_1 0x183d0 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 2171 | #define MCPR_IMC_COMMAND_ENABLE (1L<<31) |
| 2172 | #define MCPR_IMC_COMMAND_IMC_STATUS_BITSHIFT 16 |
| 2173 | #define MCPR_IMC_COMMAND_OPERATION_BITSHIFT 28 |
| 2174 | #define MCPR_IMC_COMMAND_TRANSFER_ADDRESS_BITSHIFT 8 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2175 | /* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic |
| 2176 | * Ethernet header. */ |
| 2177 | #define NIG_REG_P0_HDRS_AFTER_BASIC 0x18038 |
| 2178 | /* [RW 1] HW PFC enable bit. Set this bit to enable the PFC functionality in |
| 2179 | * the NIG. Other flow control modes such as PAUSE and SAFC/LLFC should be |
| 2180 | * disabled when this bit is set. */ |
| 2181 | #define NIG_REG_P0_HWPFC_ENABLE 0x18078 |
| 2182 | #define NIG_REG_P0_LLH_FUNC_MEM2 0x18480 |
| 2183 | #define NIG_REG_P0_LLH_FUNC_MEM2_ENABLE 0x18440 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 2184 | /* [RW 1] Input enable for RX MAC interface. */ |
| 2185 | #define NIG_REG_P0_MAC_IN_EN 0x185ac |
| 2186 | /* [RW 1] Output enable for TX MAC interface */ |
| 2187 | #define NIG_REG_P0_MAC_OUT_EN 0x185b0 |
| 2188 | /* [RW 1] Output enable for TX PAUSE signal to the MAC. */ |
| 2189 | #define NIG_REG_P0_MAC_PAUSE_OUT_EN 0x185b4 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2190 | /* [RW 32] Eight 4-bit configurations for specifying which COS (0-15 for |
| 2191 | * future expansion) each priorty is to be mapped to. Bits 3:0 specify the |
| 2192 | * COS for priority 0. Bits 31:28 specify the COS for priority 7. The 3-bit |
| 2193 | * priority field is extracted from the outer-most VLAN in receive packet. |
| 2194 | * Only COS 0 and COS 1 are supported in E2. */ |
| 2195 | #define NIG_REG_P0_PKT_PRIORITY_TO_COS 0x18054 |
| 2196 | /* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 0. A |
| 2197 | * priority is mapped to COS 0 when the corresponding mask bit is 1. More |
| 2198 | * than one bit may be set; allowing multiple priorities to be mapped to one |
| 2199 | * COS. */ |
| 2200 | #define NIG_REG_P0_RX_COS0_PRIORITY_MASK 0x18058 |
| 2201 | /* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 1. A |
| 2202 | * priority is mapped to COS 1 when the corresponding mask bit is 1. More |
| 2203 | * than one bit may be set; allowing multiple priorities to be mapped to one |
| 2204 | * COS. */ |
| 2205 | #define NIG_REG_P0_RX_COS1_PRIORITY_MASK 0x1805c |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2206 | /* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 2. A |
| 2207 | * priority is mapped to COS 2 when the corresponding mask bit is 1. More |
| 2208 | * than one bit may be set; allowing multiple priorities to be mapped to one |
| 2209 | * COS. */ |
| 2210 | #define NIG_REG_P0_RX_COS2_PRIORITY_MASK 0x186b0 |
| 2211 | /* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 3. A |
| 2212 | * priority is mapped to COS 3 when the corresponding mask bit is 1. More |
| 2213 | * than one bit may be set; allowing multiple priorities to be mapped to one |
| 2214 | * COS. */ |
| 2215 | #define NIG_REG_P0_RX_COS3_PRIORITY_MASK 0x186b4 |
| 2216 | /* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 4. A |
| 2217 | * priority is mapped to COS 4 when the corresponding mask bit is 1. More |
| 2218 | * than one bit may be set; allowing multiple priorities to be mapped to one |
| 2219 | * COS. */ |
| 2220 | #define NIG_REG_P0_RX_COS4_PRIORITY_MASK 0x186b8 |
| 2221 | /* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 5. A |
| 2222 | * priority is mapped to COS 5 when the corresponding mask bit is 1. More |
| 2223 | * than one bit may be set; allowing multiple priorities to be mapped to one |
| 2224 | * COS. */ |
| 2225 | #define NIG_REG_P0_RX_COS5_PRIORITY_MASK 0x186bc |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 2226 | /* [R 1] RX FIFO for receiving data from MAC is empty. */ |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2227 | /* [RW 15] Specify which of the credit registers the client is to be mapped |
| 2228 | * to. Bits[2:0] are for client 0; bits [14:12] are for client 4. For |
| 2229 | * clients that are not subject to WFQ credit blocking - their |
| 2230 | * specifications here are not used. */ |
| 2231 | #define NIG_REG_P0_TX_ARB_CLIENT_CREDIT_MAP 0x180f0 |
Yaniv Rosner | 6c3218c | 2011-06-14 01:34:23 +0000 | [diff] [blame] | 2232 | /* [RW 32] Specify which of the credit registers the client is to be mapped |
| 2233 | * to. This register specifies bits 31:0 of the 36-bit value. Bits[3:0] are |
| 2234 | * for client 0; bits [35:32] are for client 8. For clients that are not |
| 2235 | * subject to WFQ credit blocking - their specifications here are not used. |
| 2236 | * This is a new register (with 2_) added in E3 B0 to accommodate the 9 |
| 2237 | * input clients to ETS arbiter. The reset default is set for management and |
| 2238 | * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to |
| 2239 | * use credit registers 0-5 respectively (0x543210876). Note that credit |
| 2240 | * registers can not be shared between clients. */ |
| 2241 | #define NIG_REG_P0_TX_ARB_CLIENT_CREDIT_MAP2_LSB 0x18688 |
| 2242 | /* [RW 4] Specify which of the credit registers the client is to be mapped |
| 2243 | * to. This register specifies bits 35:32 of the 36-bit value. Bits[3:0] are |
| 2244 | * for client 0; bits [35:32] are for client 8. For clients that are not |
| 2245 | * subject to WFQ credit blocking - their specifications here are not used. |
| 2246 | * This is a new register (with 2_) added in E3 B0 to accommodate the 9 |
| 2247 | * input clients to ETS arbiter. The reset default is set for management and |
| 2248 | * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to |
| 2249 | * use credit registers 0-5 respectively (0x543210876). Note that credit |
| 2250 | * registers can not be shared between clients. */ |
| 2251 | #define NIG_REG_P0_TX_ARB_CLIENT_CREDIT_MAP2_MSB 0x1868c |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2252 | /* [RW 5] Specify whether the client competes directly in the strict |
| 2253 | * priority arbiter. The bits are mapped according to client ID (client IDs |
| 2254 | * are defined in tx_arb_priority_client). Default value is set to enable |
| 2255 | * strict priorities for clients 0-2 -- management and debug traffic. */ |
| 2256 | #define NIG_REG_P0_TX_ARB_CLIENT_IS_STRICT 0x180e8 |
| 2257 | /* [RW 5] Specify whether the client is subject to WFQ credit blocking. The |
| 2258 | * bits are mapped according to client ID (client IDs are defined in |
| 2259 | * tx_arb_priority_client). Default value is 0 for not using WFQ credit |
| 2260 | * blocking. */ |
| 2261 | #define NIG_REG_P0_TX_ARB_CLIENT_IS_SUBJECT2WFQ 0x180ec |
| 2262 | /* [RW 32] Specify the upper bound that credit register 0 is allowed to |
| 2263 | * reach. */ |
| 2264 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_0 0x1810c |
| 2265 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_1 0x18110 |
Yaniv Rosner | 6c3218c | 2011-06-14 01:34:23 +0000 | [diff] [blame] | 2266 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_2 0x18114 |
| 2267 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_3 0x18118 |
| 2268 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_4 0x1811c |
| 2269 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_5 0x186a0 |
| 2270 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_6 0x186a4 |
| 2271 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_7 0x186a8 |
| 2272 | #define NIG_REG_P0_TX_ARB_CREDIT_UPPER_BOUND_8 0x186ac |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2273 | /* [RW 32] Specify the weight (in bytes) to be added to credit register 0 |
| 2274 | * when it is time to increment. */ |
| 2275 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_0 0x180f8 |
| 2276 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_1 0x180fc |
Yaniv Rosner | 6c3218c | 2011-06-14 01:34:23 +0000 | [diff] [blame] | 2277 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_2 0x18100 |
| 2278 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_3 0x18104 |
| 2279 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_4 0x18108 |
| 2280 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_5 0x18690 |
| 2281 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_6 0x18694 |
| 2282 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_7 0x18698 |
| 2283 | #define NIG_REG_P0_TX_ARB_CREDIT_WEIGHT_8 0x1869c |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2284 | /* [RW 12] Specify the number of strict priority arbitration slots between |
| 2285 | * two round-robin arbitration slots to avoid starvation. A value of 0 means |
| 2286 | * no strict priority cycles - the strict priority with anti-starvation |
| 2287 | * arbiter becomes a round-robin arbiter. */ |
| 2288 | #define NIG_REG_P0_TX_ARB_NUM_STRICT_ARB_SLOTS 0x180f4 |
| 2289 | /* [RW 15] Specify the client number to be assigned to each priority of the |
| 2290 | * strict priority arbiter. Priority 0 is the highest priority. Bits [2:0] |
| 2291 | * are for priority 0 client; bits [14:12] are for priority 4 client. The |
| 2292 | * clients are assigned the following IDs: 0-management; 1-debug traffic |
| 2293 | * from this port; 2-debug traffic from other port; 3-COS0 traffic; 4-COS1 |
| 2294 | * traffic. The reset value[14:0] is set to 0x4688 (15'b100_011_010_001_000) |
| 2295 | * for management at priority 0; debug traffic at priorities 1 and 2; COS0 |
| 2296 | * traffic at priority 3; and COS1 traffic at priority 4. */ |
| 2297 | #define NIG_REG_P0_TX_ARB_PRIORITY_CLIENT 0x180e4 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2298 | /* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic |
| 2299 | * Ethernet header. */ |
| 2300 | #define NIG_REG_P1_HDRS_AFTER_BASIC 0x1818c |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2301 | #define NIG_REG_P1_LLH_FUNC_MEM2 0x184c0 |
| 2302 | #define NIG_REG_P1_LLH_FUNC_MEM2_ENABLE 0x18460 |
Yaniv Rosner | 6c3218c | 2011-06-14 01:34:23 +0000 | [diff] [blame] | 2303 | /* [RW 32] Specify the client number to be assigned to each priority of the |
| 2304 | * strict priority arbiter. This register specifies bits 31:0 of the 36-bit |
| 2305 | * value. Priority 0 is the highest priority. Bits [3:0] are for priority 0 |
| 2306 | * client; bits [35-32] are for priority 8 client. The clients are assigned |
| 2307 | * the following IDs: 0-management; 1-debug traffic from this port; 2-debug |
| 2308 | * traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic; |
| 2309 | * 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is |
| 2310 | * set to 0x345678021. This is a new register (with 2_) added in E3 B0 to |
| 2311 | * accommodate the 9 input clients to ETS arbiter. */ |
| 2312 | #define NIG_REG_P0_TX_ARB_PRIORITY_CLIENT2_LSB 0x18680 |
| 2313 | /* [RW 4] Specify the client number to be assigned to each priority of the |
| 2314 | * strict priority arbiter. This register specifies bits 35:32 of the 36-bit |
| 2315 | * value. Priority 0 is the highest priority. Bits [3:0] are for priority 0 |
| 2316 | * client; bits [35-32] are for priority 8 client. The clients are assigned |
| 2317 | * the following IDs: 0-management; 1-debug traffic from this port; 2-debug |
| 2318 | * traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic; |
| 2319 | * 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is |
| 2320 | * set to 0x345678021. This is a new register (with 2_) added in E3 B0 to |
| 2321 | * accommodate the 9 input clients to ETS arbiter. */ |
| 2322 | #define NIG_REG_P0_TX_ARB_PRIORITY_CLIENT2_MSB 0x18684 |
Merav Sicron | 55c1194 | 2012-11-07 00:45:48 +0000 | [diff] [blame] | 2323 | /* [RW 1] MCP-to-host path enable. Set this bit to enable the routing of MCP |
| 2324 | * packets to BRB LB interface to forward the packet to the host. All |
| 2325 | * packets from MCP are forwarded to the network when this bit is cleared - |
| 2326 | * regardless of the configured destination in tx_mng_destination register. |
| 2327 | * When MCP-to-host paths for both ports 0 and 1 are disabled - the arbiter |
| 2328 | * for BRB LB interface is bypassed and PBF LB traffic is always selected to |
| 2329 | * send to BRB LB. |
| 2330 | */ |
| 2331 | #define NIG_REG_P0_TX_MNG_HOST_ENABLE 0x182f4 |
Yaniv Rosner | 127302b | 2012-01-17 02:33:26 +0000 | [diff] [blame] | 2332 | #define NIG_REG_P1_HWPFC_ENABLE 0x181d0 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 2333 | #define NIG_REG_P1_MAC_IN_EN 0x185c0 |
| 2334 | /* [RW 1] Output enable for TX MAC interface */ |
| 2335 | #define NIG_REG_P1_MAC_OUT_EN 0x185c4 |
| 2336 | /* [RW 1] Output enable for TX PAUSE signal to the MAC. */ |
| 2337 | #define NIG_REG_P1_MAC_PAUSE_OUT_EN 0x185c8 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2338 | /* [RW 32] Eight 4-bit configurations for specifying which COS (0-15 for |
| 2339 | * future expansion) each priorty is to be mapped to. Bits 3:0 specify the |
| 2340 | * COS for priority 0. Bits 31:28 specify the COS for priority 7. The 3-bit |
| 2341 | * priority field is extracted from the outer-most VLAN in receive packet. |
| 2342 | * Only COS 0 and COS 1 are supported in E2. */ |
| 2343 | #define NIG_REG_P1_PKT_PRIORITY_TO_COS 0x181a8 |
| 2344 | /* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 0. A |
| 2345 | * priority is mapped to COS 0 when the corresponding mask bit is 1. More |
| 2346 | * than one bit may be set; allowing multiple priorities to be mapped to one |
| 2347 | * COS. */ |
| 2348 | #define NIG_REG_P1_RX_COS0_PRIORITY_MASK 0x181ac |
| 2349 | /* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 1. A |
| 2350 | * priority is mapped to COS 1 when the corresponding mask bit is 1. More |
| 2351 | * than one bit may be set; allowing multiple priorities to be mapped to one |
| 2352 | * COS. */ |
| 2353 | #define NIG_REG_P1_RX_COS1_PRIORITY_MASK 0x181b0 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2354 | /* [RW 16] Bit-map indicating which SAFC/PFC priorities to map to COS 2. A |
| 2355 | * priority is mapped to COS 2 when the corresponding mask bit is 1. More |
| 2356 | * than one bit may be set; allowing multiple priorities to be mapped to one |
| 2357 | * COS. */ |
| 2358 | #define NIG_REG_P1_RX_COS2_PRIORITY_MASK 0x186f8 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 2359 | /* [R 1] RX FIFO for receiving data from MAC is empty. */ |
| 2360 | #define NIG_REG_P1_RX_MACFIFO_EMPTY 0x1858c |
| 2361 | /* [R 1] TLLH FIFO is empty. */ |
| 2362 | #define NIG_REG_P1_TLLH_FIFO_EMPTY 0x18338 |
| 2363 | /* [RW 32] Specify which of the credit registers the client is to be mapped |
| 2364 | * to. This register specifies bits 31:0 of the 36-bit value. Bits[3:0] are |
| 2365 | * for client 0; bits [35:32] are for client 8. For clients that are not |
| 2366 | * subject to WFQ credit blocking - their specifications here are not used. |
| 2367 | * This is a new register (with 2_) added in E3 B0 to accommodate the 9 |
| 2368 | * input clients to ETS arbiter. The reset default is set for management and |
| 2369 | * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to |
| 2370 | * use credit registers 0-5 respectively (0x543210876). Note that credit |
| 2371 | * registers can not be shared between clients. Note also that there are |
| 2372 | * only COS0-2 in port 1- there is a total of 6 clients in port 1. Only |
| 2373 | * credit registers 0-5 are valid. This register should be configured |
| 2374 | * appropriately before enabling WFQ. */ |
| 2375 | #define NIG_REG_P1_TX_ARB_CLIENT_CREDIT_MAP2_LSB 0x186e8 |
| 2376 | /* [RW 4] Specify which of the credit registers the client is to be mapped |
| 2377 | * to. This register specifies bits 35:32 of the 36-bit value. Bits[3:0] are |
| 2378 | * for client 0; bits [35:32] are for client 8. For clients that are not |
| 2379 | * subject to WFQ credit blocking - their specifications here are not used. |
| 2380 | * This is a new register (with 2_) added in E3 B0 to accommodate the 9 |
| 2381 | * input clients to ETS arbiter. The reset default is set for management and |
| 2382 | * debug to use credit registers 6, 7, and 8, respectively, and COSes 0-5 to |
| 2383 | * use credit registers 0-5 respectively (0x543210876). Note that credit |
| 2384 | * registers can not be shared between clients. Note also that there are |
| 2385 | * only COS0-2 in port 1- there is a total of 6 clients in port 1. Only |
| 2386 | * credit registers 0-5 are valid. This register should be configured |
| 2387 | * appropriately before enabling WFQ. */ |
| 2388 | #define NIG_REG_P1_TX_ARB_CLIENT_CREDIT_MAP2_MSB 0x186ec |
| 2389 | /* [RW 9] Specify whether the client competes directly in the strict |
| 2390 | * priority arbiter. The bits are mapped according to client ID (client IDs |
| 2391 | * are defined in tx_arb_priority_client2): 0-management; 1-debug traffic |
| 2392 | * from this port; 2-debug traffic from other port; 3-COS0 traffic; 4-COS1 |
| 2393 | * traffic; 5-COS2 traffic; 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. |
| 2394 | * Default value is set to enable strict priorities for all clients. */ |
| 2395 | #define NIG_REG_P1_TX_ARB_CLIENT_IS_STRICT 0x18234 |
| 2396 | /* [RW 9] Specify whether the client is subject to WFQ credit blocking. The |
| 2397 | * bits are mapped according to client ID (client IDs are defined in |
| 2398 | * tx_arb_priority_client2): 0-management; 1-debug traffic from this port; |
| 2399 | * 2-debug traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 |
| 2400 | * traffic; 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. Default value is |
| 2401 | * 0 for not using WFQ credit blocking. */ |
| 2402 | #define NIG_REG_P1_TX_ARB_CLIENT_IS_SUBJECT2WFQ 0x18238 |
Yaniv Rosner | 6c3218c | 2011-06-14 01:34:23 +0000 | [diff] [blame] | 2403 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_0 0x18258 |
| 2404 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_1 0x1825c |
| 2405 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_2 0x18260 |
| 2406 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_3 0x18264 |
| 2407 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_4 0x18268 |
| 2408 | #define NIG_REG_P1_TX_ARB_CREDIT_UPPER_BOUND_5 0x186f4 |
| 2409 | /* [RW 32] Specify the weight (in bytes) to be added to credit register 0 |
| 2410 | * when it is time to increment. */ |
| 2411 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_0 0x18244 |
| 2412 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_1 0x18248 |
| 2413 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_2 0x1824c |
| 2414 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_3 0x18250 |
| 2415 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_4 0x18254 |
| 2416 | #define NIG_REG_P1_TX_ARB_CREDIT_WEIGHT_5 0x186f0 |
| 2417 | /* [RW 12] Specify the number of strict priority arbitration slots between |
| 2418 | two round-robin arbitration slots to avoid starvation. A value of 0 means |
| 2419 | no strict priority cycles - the strict priority with anti-starvation |
| 2420 | arbiter becomes a round-robin arbiter. */ |
| 2421 | #define NIG_REG_P1_TX_ARB_NUM_STRICT_ARB_SLOTS 0x18240 |
| 2422 | /* [RW 32] Specify the client number to be assigned to each priority of the |
| 2423 | strict priority arbiter. This register specifies bits 31:0 of the 36-bit |
| 2424 | value. Priority 0 is the highest priority. Bits [3:0] are for priority 0 |
| 2425 | client; bits [35-32] are for priority 8 client. The clients are assigned |
| 2426 | the following IDs: 0-management; 1-debug traffic from this port; 2-debug |
| 2427 | traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic; |
| 2428 | 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is |
| 2429 | set to 0x345678021. This is a new register (with 2_) added in E3 B0 to |
| 2430 | accommodate the 9 input clients to ETS arbiter. Note that this register |
| 2431 | is the same as the one for port 0, except that port 1 only has COS 0-2 |
| 2432 | traffic. There is no traffic for COS 3-5 of port 1. */ |
| 2433 | #define NIG_REG_P1_TX_ARB_PRIORITY_CLIENT2_LSB 0x186e0 |
| 2434 | /* [RW 4] Specify the client number to be assigned to each priority of the |
| 2435 | strict priority arbiter. This register specifies bits 35:32 of the 36-bit |
| 2436 | value. Priority 0 is the highest priority. Bits [3:0] are for priority 0 |
| 2437 | client; bits [35-32] are for priority 8 client. The clients are assigned |
| 2438 | the following IDs: 0-management; 1-debug traffic from this port; 2-debug |
| 2439 | traffic from other port; 3-COS0 traffic; 4-COS1 traffic; 5-COS2 traffic; |
| 2440 | 6-COS3 traffic; 7-COS4 traffic; 8-COS5 traffic. The reset value[35:0] is |
| 2441 | set to 0x345678021. This is a new register (with 2_) added in E3 B0 to |
| 2442 | accommodate the 9 input clients to ETS arbiter. Note that this register |
| 2443 | is the same as the one for port 0, except that port 1 only has COS 0-2 |
| 2444 | traffic. There is no traffic for COS 3-5 of port 1. */ |
| 2445 | #define NIG_REG_P1_TX_ARB_PRIORITY_CLIENT2_MSB 0x186e4 |
| 2446 | /* [R 1] TX FIFO for transmitting data to MAC is empty. */ |
| 2447 | #define NIG_REG_P1_TX_MACFIFO_EMPTY 0x18594 |
Merav Sicron | 55c1194 | 2012-11-07 00:45:48 +0000 | [diff] [blame] | 2448 | /* [RW 1] MCP-to-host path enable. Set this bit to enable the routing of MCP |
| 2449 | * packets to BRB LB interface to forward the packet to the host. All |
| 2450 | * packets from MCP are forwarded to the network when this bit is cleared - |
| 2451 | * regardless of the configured destination in tx_mng_destination register. |
| 2452 | */ |
| 2453 | #define NIG_REG_P1_TX_MNG_HOST_ENABLE 0x182f8 |
Yaniv Rosner | 6c3218c | 2011-06-14 01:34:23 +0000 | [diff] [blame] | 2454 | /* [R 1] FIFO empty status of the MCP TX FIFO used for storing MCP packets |
| 2455 | forwarded to the host. */ |
| 2456 | #define NIG_REG_P1_TX_MNG_HOST_FIFO_EMPTY 0x182b8 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 2457 | /* [RW 32] Specify the upper bound that credit register 0 is allowed to |
| 2458 | * reach. */ |
Eilon Greenstein | 1c06328 | 2009-02-12 08:36:43 +0000 | [diff] [blame] | 2459 | /* [RW 1] Pause enable for port0. This register may get 1 only when |
| 2460 | ~safc_enable.safc_enable = 0 and ppp_enable.ppp_enable =0 for the same |
| 2461 | port */ |
| 2462 | #define NIG_REG_PAUSE_ENABLE_0 0x160c0 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2463 | #define NIG_REG_PAUSE_ENABLE_1 0x160c4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2464 | /* [RW 1] Input enable for RX PBF LP IF */ |
| 2465 | #define NIG_REG_PBF_LB_IN_EN 0x100b4 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 2466 | /* [RW 1] Value of this register will be transmitted to port swap when |
| 2467 | ~nig_registers_strap_override.strap_override =1 */ |
| 2468 | #define NIG_REG_PORT_SWAP 0x10394 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2469 | /* [RW 1] PPP enable for port0. This register may get 1 only when |
| 2470 | * ~safc_enable.safc_enable = 0 and pause_enable.pause_enable =0 for the |
| 2471 | * same port */ |
| 2472 | #define NIG_REG_PPP_ENABLE_0 0x160b0 |
| 2473 | #define NIG_REG_PPP_ENABLE_1 0x160b4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2474 | /* [RW 1] output enable for RX parser descriptor IF */ |
| 2475 | #define NIG_REG_PRS_EOP_OUT_EN 0x10104 |
| 2476 | /* [RW 1] Input enable for RX parser request IF */ |
| 2477 | #define NIG_REG_PRS_REQ_IN_EN 0x100b8 |
Eilon Greenstein | c1b7399 | 2009-02-12 08:37:07 +0000 | [diff] [blame] | 2478 | /* [RW 5] control to serdes - CL45 DEVAD */ |
| 2479 | #define NIG_REG_SERDES0_CTRL_MD_DEVAD 0x10370 |
| 2480 | /* [RW 1] control to serdes; 0 - clause 45; 1 - clause 22 */ |
| 2481 | #define NIG_REG_SERDES0_CTRL_MD_ST 0x1036c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2482 | /* [RW 5] control to serdes - CL22 PHY_ADD and CL45 PRTAD */ |
| 2483 | #define NIG_REG_SERDES0_CTRL_PHY_ADDR 0x10374 |
| 2484 | /* [R 1] status from serdes0 that inputs to interrupt logic of link status */ |
| 2485 | #define NIG_REG_SERDES0_STATUS_LINK_STATUS 0x10578 |
| 2486 | /* [R 32] Rx statistics : In user packets discarded due to BRB backpressure |
| 2487 | for port0 */ |
| 2488 | #define NIG_REG_STAT0_BRB_DISCARD 0x105f0 |
Yitchak Gertner | 66e855f | 2008-08-13 15:49:05 -0700 | [diff] [blame] | 2489 | /* [R 32] Rx statistics : In user packets truncated due to BRB backpressure |
| 2490 | for port0 */ |
| 2491 | #define NIG_REG_STAT0_BRB_TRUNCATE 0x105f8 |
Eilon Greenstein | 34f80b0 | 2008-06-23 20:33:01 -0700 | [diff] [blame] | 2492 | /* [WB_R 36] Tx statistics : Number of packets from emac0 or bmac0 that |
| 2493 | between 1024 and 1522 bytes for port0 */ |
| 2494 | #define NIG_REG_STAT0_EGRESS_MAC_PKT0 0x10750 |
| 2495 | /* [WB_R 36] Tx statistics : Number of packets from emac0 or bmac0 that |
| 2496 | between 1523 bytes and above for port0 */ |
| 2497 | #define NIG_REG_STAT0_EGRESS_MAC_PKT1 0x10760 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2498 | /* [R 32] Rx statistics : In user packets discarded due to BRB backpressure |
| 2499 | for port1 */ |
| 2500 | #define NIG_REG_STAT1_BRB_DISCARD 0x10628 |
Eilon Greenstein | 34f80b0 | 2008-06-23 20:33:01 -0700 | [diff] [blame] | 2501 | /* [WB_R 36] Tx statistics : Number of packets from emac1 or bmac1 that |
| 2502 | between 1024 and 1522 bytes for port1 */ |
| 2503 | #define NIG_REG_STAT1_EGRESS_MAC_PKT0 0x107a0 |
| 2504 | /* [WB_R 36] Tx statistics : Number of packets from emac1 or bmac1 that |
| 2505 | between 1523 bytes and above for port1 */ |
| 2506 | #define NIG_REG_STAT1_EGRESS_MAC_PKT1 0x107b0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2507 | /* [WB_R 64] Rx statistics : User octets received for LP */ |
| 2508 | #define NIG_REG_STAT2_BRB_OCTET 0x107e0 |
| 2509 | #define NIG_REG_STATUS_INTERRUPT_PORT0 0x10328 |
| 2510 | #define NIG_REG_STATUS_INTERRUPT_PORT1 0x1032c |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 2511 | /* [RW 1] port swap mux selection. If this register equal to 0 then port |
| 2512 | swap is equal to SPIO pin that inputs from ifmux_serdes_swap. If 1 then |
| 2513 | ort swap is equal to ~nig_registers_port_swap.port_swap */ |
| 2514 | #define NIG_REG_STRAP_OVERRIDE 0x10398 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2515 | /* [RW 1] output enable for RX_XCM0 IF */ |
| 2516 | #define NIG_REG_XCM0_OUT_EN 0x100f0 |
| 2517 | /* [RW 1] output enable for RX_XCM1 IF */ |
| 2518 | #define NIG_REG_XCM1_OUT_EN 0x100f4 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2519 | /* [RW 1] control to xgxs - remote PHY in-band MDIO */ |
| 2520 | #define NIG_REG_XGXS0_CTRL_EXTREMOTEMDIOST 0x10348 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2521 | /* [RW 5] control to xgxs - CL45 DEVAD */ |
| 2522 | #define NIG_REG_XGXS0_CTRL_MD_DEVAD 0x1033c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 2523 | /* [RW 1] control to xgxs; 0 - clause 45; 1 - clause 22 */ |
| 2524 | #define NIG_REG_XGXS0_CTRL_MD_ST 0x10338 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2525 | /* [RW 5] control to xgxs - CL22 PHY_ADD and CL45 PRTAD */ |
| 2526 | #define NIG_REG_XGXS0_CTRL_PHY_ADDR 0x10340 |
| 2527 | /* [R 1] status from xgxs0 that inputs to interrupt logic of link10g. */ |
| 2528 | #define NIG_REG_XGXS0_STATUS_LINK10G 0x10680 |
| 2529 | /* [R 4] status from xgxs0 that inputs to interrupt logic of link status */ |
| 2530 | #define NIG_REG_XGXS0_STATUS_LINK_STATUS 0x10684 |
| 2531 | /* [RW 2] selection for XGXS lane of port 0 in NIG_MUX block */ |
| 2532 | #define NIG_REG_XGXS_LANE_SEL_P0 0x102e8 |
| 2533 | /* [RW 1] selection for port0 for NIG_MUX block : 0 = SerDes; 1 = XGXS */ |
| 2534 | #define NIG_REG_XGXS_SERDES0_MODE_SEL 0x102e0 |
Eilon Greenstein | 2f90446 | 2009-08-12 08:22:16 +0000 | [diff] [blame] | 2535 | #define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_EMAC0_MISC_MI_INT (0x1<<0) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2536 | #define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_SERDES0_LINK_STATUS (0x1<<9) |
| 2537 | #define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_XGXS0_LINK10G (0x1<<15) |
| 2538 | #define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_XGXS0_LINK_STATUS (0xf<<18) |
| 2539 | #define NIG_STATUS_INTERRUPT_PORT0_REG_STATUS_XGXS0_LINK_STATUS_SIZE 18 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2540 | /* [RW 31] The upper bound of the weight of COS0 in the ETS command arbiter. */ |
| 2541 | #define PBF_REG_COS0_UPPER_BOUND 0x15c05c |
Yaniv Rosner | 6c3218c | 2011-06-14 01:34:23 +0000 | [diff] [blame] | 2542 | /* [RW 31] The upper bound of the weight of COS0 in the ETS command arbiter |
| 2543 | * of port 0. */ |
| 2544 | #define PBF_REG_COS0_UPPER_BOUND_P0 0x15c2cc |
| 2545 | /* [RW 31] The upper bound of the weight of COS0 in the ETS command arbiter |
| 2546 | * of port 1. */ |
| 2547 | #define PBF_REG_COS0_UPPER_BOUND_P1 0x15c2e4 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2548 | /* [RW 31] The weight of COS0 in the ETS command arbiter. */ |
| 2549 | #define PBF_REG_COS0_WEIGHT 0x15c054 |
Yaniv Rosner | 6c3218c | 2011-06-14 01:34:23 +0000 | [diff] [blame] | 2550 | /* [RW 31] The weight of COS0 in port 0 ETS command arbiter. */ |
| 2551 | #define PBF_REG_COS0_WEIGHT_P0 0x15c2a8 |
| 2552 | /* [RW 31] The weight of COS0 in port 1 ETS command arbiter. */ |
| 2553 | #define PBF_REG_COS0_WEIGHT_P1 0x15c2c0 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2554 | /* [RW 31] The upper bound of the weight of COS1 in the ETS command arbiter. */ |
| 2555 | #define PBF_REG_COS1_UPPER_BOUND 0x15c060 |
| 2556 | /* [RW 31] The weight of COS1 in the ETS command arbiter. */ |
| 2557 | #define PBF_REG_COS1_WEIGHT 0x15c058 |
Yaniv Rosner | 6c3218c | 2011-06-14 01:34:23 +0000 | [diff] [blame] | 2558 | /* [RW 31] The weight of COS1 in port 0 ETS command arbiter. */ |
| 2559 | #define PBF_REG_COS1_WEIGHT_P0 0x15c2ac |
| 2560 | /* [RW 31] The weight of COS1 in port 1 ETS command arbiter. */ |
| 2561 | #define PBF_REG_COS1_WEIGHT_P1 0x15c2c4 |
| 2562 | /* [RW 31] The weight of COS2 in port 0 ETS command arbiter. */ |
| 2563 | #define PBF_REG_COS2_WEIGHT_P0 0x15c2b0 |
| 2564 | /* [RW 31] The weight of COS2 in port 1 ETS command arbiter. */ |
| 2565 | #define PBF_REG_COS2_WEIGHT_P1 0x15c2c8 |
| 2566 | /* [RW 31] The weight of COS3 in port 0 ETS command arbiter. */ |
| 2567 | #define PBF_REG_COS3_WEIGHT_P0 0x15c2b4 |
| 2568 | /* [RW 31] The weight of COS4 in port 0 ETS command arbiter. */ |
| 2569 | #define PBF_REG_COS4_WEIGHT_P0 0x15c2b8 |
| 2570 | /* [RW 31] The weight of COS5 in port 0 ETS command arbiter. */ |
| 2571 | #define PBF_REG_COS5_WEIGHT_P0 0x15c2bc |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2572 | /* [R 11] Current credit for the LB queue in the tx port buffers in 16 byte |
| 2573 | * lines. */ |
| 2574 | #define PBF_REG_CREDIT_LB_Q 0x140338 |
| 2575 | /* [R 11] Current credit for queue 0 in the tx port buffers in 16 byte |
| 2576 | * lines. */ |
| 2577 | #define PBF_REG_CREDIT_Q0 0x14033c |
| 2578 | /* [R 11] Current credit for queue 1 in the tx port buffers in 16 byte |
| 2579 | * lines. */ |
| 2580 | #define PBF_REG_CREDIT_Q1 0x140340 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2581 | /* [RW 1] Disable processing further tasks from port 0 (after ending the |
| 2582 | current task in process). */ |
| 2583 | #define PBF_REG_DISABLE_NEW_TASK_PROC_P0 0x14005c |
| 2584 | /* [RW 1] Disable processing further tasks from port 1 (after ending the |
| 2585 | current task in process). */ |
| 2586 | #define PBF_REG_DISABLE_NEW_TASK_PROC_P1 0x140060 |
| 2587 | /* [RW 1] Disable processing further tasks from port 4 (after ending the |
| 2588 | current task in process). */ |
| 2589 | #define PBF_REG_DISABLE_NEW_TASK_PROC_P4 0x14006c |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2590 | #define PBF_REG_DISABLE_PF 0x1402e8 |
Ariel Elior | b56e967 | 2013-01-01 05:22:32 +0000 | [diff] [blame] | 2591 | #define PBF_REG_DISABLE_VF 0x1402ec |
Yaniv Rosner | 6c3218c | 2011-06-14 01:34:23 +0000 | [diff] [blame] | 2592 | /* [RW 18] For port 0: For each client that is subject to WFQ (the |
| 2593 | * corresponding bit is 1); indicates to which of the credit registers this |
| 2594 | * client is mapped. For clients which are not credit blocked; their mapping |
| 2595 | * is dont care. */ |
| 2596 | #define PBF_REG_ETS_ARB_CLIENT_CREDIT_MAP_P0 0x15c288 |
| 2597 | /* [RW 9] For port 1: For each client that is subject to WFQ (the |
| 2598 | * corresponding bit is 1); indicates to which of the credit registers this |
| 2599 | * client is mapped. For clients which are not credit blocked; their mapping |
| 2600 | * is dont care. */ |
| 2601 | #define PBF_REG_ETS_ARB_CLIENT_CREDIT_MAP_P1 0x15c28c |
| 2602 | /* [RW 6] For port 0: Bit per client to indicate if the client competes in |
| 2603 | * the strict priority arbiter directly (corresponding bit = 1); or first |
| 2604 | * goes to the RR arbiter (corresponding bit = 0); and then competes in the |
| 2605 | * lowest priority in the strict-priority arbiter. */ |
| 2606 | #define PBF_REG_ETS_ARB_CLIENT_IS_STRICT_P0 0x15c278 |
| 2607 | /* [RW 3] For port 1: Bit per client to indicate if the client competes in |
| 2608 | * the strict priority arbiter directly (corresponding bit = 1); or first |
| 2609 | * goes to the RR arbiter (corresponding bit = 0); and then competes in the |
| 2610 | * lowest priority in the strict-priority arbiter. */ |
| 2611 | #define PBF_REG_ETS_ARB_CLIENT_IS_STRICT_P1 0x15c27c |
| 2612 | /* [RW 6] For port 0: Bit per client to indicate if the client is subject to |
| 2613 | * WFQ credit blocking (corresponding bit = 1). */ |
| 2614 | #define PBF_REG_ETS_ARB_CLIENT_IS_SUBJECT2WFQ_P0 0x15c280 |
| 2615 | /* [RW 3] For port 0: Bit per client to indicate if the client is subject to |
| 2616 | * WFQ credit blocking (corresponding bit = 1). */ |
| 2617 | #define PBF_REG_ETS_ARB_CLIENT_IS_SUBJECT2WFQ_P1 0x15c284 |
| 2618 | /* [RW 16] For port 0: The number of strict priority arbitration slots |
| 2619 | * between 2 RR arbitration slots. A value of 0 means no strict priority |
| 2620 | * cycles; i.e. the strict-priority w/ anti-starvation arbiter is a RR |
| 2621 | * arbiter. */ |
| 2622 | #define PBF_REG_ETS_ARB_NUM_STRICT_ARB_SLOTS_P0 0x15c2a0 |
| 2623 | /* [RW 16] For port 1: The number of strict priority arbitration slots |
| 2624 | * between 2 RR arbitration slots. A value of 0 means no strict priority |
| 2625 | * cycles; i.e. the strict-priority w/ anti-starvation arbiter is a RR |
| 2626 | * arbiter. */ |
| 2627 | #define PBF_REG_ETS_ARB_NUM_STRICT_ARB_SLOTS_P1 0x15c2a4 |
| 2628 | /* [RW 18] For port 0: Indicates which client is connected to each priority |
| 2629 | * in the strict-priority arbiter. Priority 0 is the highest priority, and |
| 2630 | * priority 5 is the lowest; to which the RR output is connected to (this is |
| 2631 | * not configurable). */ |
| 2632 | #define PBF_REG_ETS_ARB_PRIORITY_CLIENT_P0 0x15c270 |
| 2633 | /* [RW 9] For port 1: Indicates which client is connected to each priority |
| 2634 | * in the strict-priority arbiter. Priority 0 is the highest priority, and |
| 2635 | * priority 5 is the lowest; to which the RR output is connected to (this is |
| 2636 | * not configurable). */ |
| 2637 | #define PBF_REG_ETS_ARB_PRIORITY_CLIENT_P1 0x15c274 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2638 | /* [RW 1] Indicates that ETS is performed between the COSes in the command |
| 2639 | * arbiter. If reset strict priority w/ anti-starvation will be performed |
| 2640 | * w/o WFQ. */ |
| 2641 | #define PBF_REG_ETS_ENABLED 0x15c050 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2642 | /* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic |
| 2643 | * Ethernet header. */ |
| 2644 | #define PBF_REG_HDRS_AFTER_BASIC 0x15c0a8 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2645 | /* [RW 6] Bit-map indicating which L2 hdrs may appear after L2 tag 0 */ |
| 2646 | #define PBF_REG_HDRS_AFTER_TAG_0 0x15c0b8 |
| 2647 | /* [R 1] Removed for E3 B0 - Indicates which COS is conncted to the highest |
| 2648 | * priority in the command arbiter. */ |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2649 | #define PBF_REG_HIGH_PRIORITY_COS_NUM 0x15c04c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2650 | #define PBF_REG_IF_ENABLE_REG 0x140044 |
| 2651 | /* [RW 1] Init bit. When set the initial credits are copied to the credit |
| 2652 | registers (except the port credits). Should be set and then reset after |
| 2653 | the configuration of the block has ended. */ |
| 2654 | #define PBF_REG_INIT 0x140000 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2655 | /* [RW 11] Initial credit for the LB queue in the tx port buffers in 16 byte |
| 2656 | * lines. */ |
| 2657 | #define PBF_REG_INIT_CRD_LB_Q 0x15c248 |
| 2658 | /* [RW 11] Initial credit for queue 0 in the tx port buffers in 16 byte |
| 2659 | * lines. */ |
| 2660 | #define PBF_REG_INIT_CRD_Q0 0x15c230 |
| 2661 | /* [RW 11] Initial credit for queue 1 in the tx port buffers in 16 byte |
| 2662 | * lines. */ |
| 2663 | #define PBF_REG_INIT_CRD_Q1 0x15c234 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2664 | /* [RW 1] Init bit for port 0. When set the initial credit of port 0 is |
| 2665 | copied to the credit register. Should be set and then reset after the |
| 2666 | configuration of the port has ended. */ |
| 2667 | #define PBF_REG_INIT_P0 0x140004 |
| 2668 | /* [RW 1] Init bit for port 1. When set the initial credit of port 1 is |
| 2669 | copied to the credit register. Should be set and then reset after the |
| 2670 | configuration of the port has ended. */ |
| 2671 | #define PBF_REG_INIT_P1 0x140008 |
| 2672 | /* [RW 1] Init bit for port 4. When set the initial credit of port 4 is |
| 2673 | copied to the credit register. Should be set and then reset after the |
| 2674 | configuration of the port has ended. */ |
| 2675 | #define PBF_REG_INIT_P4 0x14000c |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2676 | /* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for |
| 2677 | * the LB queue. Reset upon init. */ |
| 2678 | #define PBF_REG_INTERNAL_CRD_FREED_CNT_LB_Q 0x140354 |
| 2679 | /* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for |
| 2680 | * queue 0. Reset upon init. */ |
| 2681 | #define PBF_REG_INTERNAL_CRD_FREED_CNT_Q0 0x140358 |
| 2682 | /* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for |
| 2683 | * queue 1. Reset upon init. */ |
| 2684 | #define PBF_REG_INTERNAL_CRD_FREED_CNT_Q1 0x14035c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2685 | /* [RW 1] Enable for mac interface 0. */ |
| 2686 | #define PBF_REG_MAC_IF0_ENABLE 0x140030 |
| 2687 | /* [RW 1] Enable for mac interface 1. */ |
| 2688 | #define PBF_REG_MAC_IF1_ENABLE 0x140034 |
| 2689 | /* [RW 1] Enable for the loopback interface. */ |
| 2690 | #define PBF_REG_MAC_LB_ENABLE 0x140040 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2691 | /* [RW 6] Bit-map indicating which headers must appear in the packet */ |
| 2692 | #define PBF_REG_MUST_HAVE_HDRS 0x15c0c4 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 2693 | /* [RW 16] The number of strict priority arbitration slots between 2 RR |
| 2694 | * arbitration slots. A value of 0 means no strict priority cycles; i.e. the |
| 2695 | * strict-priority w/ anti-starvation arbiter is a RR arbiter. */ |
| 2696 | #define PBF_REG_NUM_STRICT_ARB_SLOTS 0x15c064 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2697 | /* [RW 10] Port 0 threshold used by arbiter in 16 byte lines used when pause |
| 2698 | not suppoterd. */ |
| 2699 | #define PBF_REG_P0_ARB_THRSH 0x1400e4 |
| 2700 | /* [R 11] Current credit for port 0 in the tx port buffers in 16 byte lines. */ |
| 2701 | #define PBF_REG_P0_CREDIT 0x140200 |
| 2702 | /* [RW 11] Initial credit for port 0 in the tx port buffers in 16 byte |
| 2703 | lines. */ |
| 2704 | #define PBF_REG_P0_INIT_CRD 0x1400d0 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2705 | /* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for |
| 2706 | * port 0. Reset upon init. */ |
| 2707 | #define PBF_REG_P0_INTERNAL_CRD_FREED_CNT 0x140308 |
| 2708 | /* [R 1] Removed for E3 B0 - Indication that pause is enabled for port 0. */ |
| 2709 | #define PBF_REG_P0_PAUSE_ENABLE 0x140014 |
| 2710 | /* [R 8] Removed for E3 B0 - Number of tasks in port 0 task queue. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2711 | #define PBF_REG_P0_TASK_CNT 0x140204 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2712 | /* [R 32] Removed for E3 B0 - Cyclic counter for number of 8 byte lines |
| 2713 | * freed from the task queue of port 0. Reset upon init. */ |
| 2714 | #define PBF_REG_P0_TQ_LINES_FREED_CNT 0x1402f0 |
| 2715 | /* [R 12] Number of 8 bytes lines occupied in the task queue of port 0. */ |
| 2716 | #define PBF_REG_P0_TQ_OCCUPANCY 0x1402fc |
| 2717 | /* [R 11] Removed for E3 B0 - Current credit for port 1 in the tx port |
| 2718 | * buffers in 16 byte lines. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2719 | #define PBF_REG_P1_CREDIT 0x140208 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2720 | /* [R 11] Removed for E3 B0 - Initial credit for port 0 in the tx port |
| 2721 | * buffers in 16 byte lines. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2722 | #define PBF_REG_P1_INIT_CRD 0x1400d4 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2723 | /* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for |
| 2724 | * port 1. Reset upon init. */ |
| 2725 | #define PBF_REG_P1_INTERNAL_CRD_FREED_CNT 0x14030c |
| 2726 | /* [R 8] Removed for E3 B0 - Number of tasks in port 1 task queue. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2727 | #define PBF_REG_P1_TASK_CNT 0x14020c |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2728 | /* [R 32] Removed for E3 B0 - Cyclic counter for number of 8 byte lines |
| 2729 | * freed from the task queue of port 1. Reset upon init. */ |
| 2730 | #define PBF_REG_P1_TQ_LINES_FREED_CNT 0x1402f4 |
| 2731 | /* [R 12] Number of 8 bytes lines occupied in the task queue of port 1. */ |
| 2732 | #define PBF_REG_P1_TQ_OCCUPANCY 0x140300 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2733 | /* [R 11] Current credit for port 4 in the tx port buffers in 16 byte lines. */ |
| 2734 | #define PBF_REG_P4_CREDIT 0x140210 |
| 2735 | /* [RW 11] Initial credit for port 4 in the tx port buffers in 16 byte |
| 2736 | lines. */ |
| 2737 | #define PBF_REG_P4_INIT_CRD 0x1400e0 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2738 | /* [R 32] Cyclic counter for the amount credits in 16 bytes lines added for |
| 2739 | * port 4. Reset upon init. */ |
| 2740 | #define PBF_REG_P4_INTERNAL_CRD_FREED_CNT 0x140310 |
| 2741 | /* [R 8] Removed for E3 B0 - Number of tasks in port 4 task queue. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2742 | #define PBF_REG_P4_TASK_CNT 0x140214 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2743 | /* [R 32] Removed for E3 B0 - Cyclic counter for number of 8 byte lines |
| 2744 | * freed from the task queue of port 4. Reset upon init. */ |
| 2745 | #define PBF_REG_P4_TQ_LINES_FREED_CNT 0x1402f8 |
| 2746 | /* [R 12] Number of 8 bytes lines occupied in the task queue of port 4. */ |
| 2747 | #define PBF_REG_P4_TQ_OCCUPANCY 0x140304 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2748 | /* [RW 5] Interrupt mask register #0 read/write */ |
| 2749 | #define PBF_REG_PBF_INT_MASK 0x1401d4 |
| 2750 | /* [R 5] Interrupt register #0 read */ |
| 2751 | #define PBF_REG_PBF_INT_STS 0x1401c8 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 2752 | /* [RW 20] Parity mask register #0 read/write */ |
| 2753 | #define PBF_REG_PBF_PRTY_MASK 0x1401e4 |
| 2754 | /* [RC 20] Parity register #0 read clear */ |
| 2755 | #define PBF_REG_PBF_PRTY_STS_CLR 0x1401dc |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 2756 | /* [RW 16] The Ethernet type value for L2 tag 0 */ |
| 2757 | #define PBF_REG_TAG_ETHERTYPE_0 0x15c090 |
| 2758 | /* [RW 4] The length of the info field for L2 tag 0. The length is between |
| 2759 | * 2B and 14B; in 2B granularity */ |
| 2760 | #define PBF_REG_TAG_LEN_0 0x15c09c |
| 2761 | /* [R 32] Cyclic counter for number of 8 byte lines freed from the LB task |
| 2762 | * queue. Reset upon init. */ |
| 2763 | #define PBF_REG_TQ_LINES_FREED_CNT_LB_Q 0x14038c |
| 2764 | /* [R 32] Cyclic counter for number of 8 byte lines freed from the task |
| 2765 | * queue 0. Reset upon init. */ |
| 2766 | #define PBF_REG_TQ_LINES_FREED_CNT_Q0 0x140390 |
| 2767 | /* [R 32] Cyclic counter for number of 8 byte lines freed from task queue 1. |
| 2768 | * Reset upon init. */ |
| 2769 | #define PBF_REG_TQ_LINES_FREED_CNT_Q1 0x140394 |
| 2770 | /* [R 13] Number of 8 bytes lines occupied in the task queue of the LB |
| 2771 | * queue. */ |
| 2772 | #define PBF_REG_TQ_OCCUPANCY_LB_Q 0x1403a8 |
| 2773 | /* [R 13] Number of 8 bytes lines occupied in the task queue of queue 0. */ |
| 2774 | #define PBF_REG_TQ_OCCUPANCY_Q0 0x1403ac |
| 2775 | /* [R 13] Number of 8 bytes lines occupied in the task queue of queue 1. */ |
| 2776 | #define PBF_REG_TQ_OCCUPANCY_Q1 0x1403b0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 2777 | #define PB_REG_CONTROL 0 |
| 2778 | /* [RW 2] Interrupt mask register #0 read/write */ |
| 2779 | #define PB_REG_PB_INT_MASK 0x28 |
| 2780 | /* [R 2] Interrupt register #0 read */ |
| 2781 | #define PB_REG_PB_INT_STS 0x1c |
| 2782 | /* [RW 4] Parity mask register #0 read/write */ |
| 2783 | #define PB_REG_PB_PRTY_MASK 0x38 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 2784 | /* [R 4] Parity register #0 read */ |
| 2785 | #define PB_REG_PB_PRTY_STS 0x2c |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 2786 | /* [RC 4] Parity register #0 read clear */ |
| 2787 | #define PB_REG_PB_PRTY_STS_CLR 0x30 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2788 | #define PGLUE_B_PGLUE_B_INT_STS_REG_ADDRESS_ERROR (0x1<<0) |
| 2789 | #define PGLUE_B_PGLUE_B_INT_STS_REG_CSSNOOP_FIFO_OVERFLOW (0x1<<8) |
| 2790 | #define PGLUE_B_PGLUE_B_INT_STS_REG_INCORRECT_RCV_BEHAVIOR (0x1<<1) |
| 2791 | #define PGLUE_B_PGLUE_B_INT_STS_REG_TCPL_ERROR_ATTN (0x1<<6) |
| 2792 | #define PGLUE_B_PGLUE_B_INT_STS_REG_TCPL_IN_TWO_RCBS_ATTN (0x1<<7) |
| 2793 | #define PGLUE_B_PGLUE_B_INT_STS_REG_VF_GRC_SPACE_VIOLATION_ATTN (0x1<<4) |
| 2794 | #define PGLUE_B_PGLUE_B_INT_STS_REG_VF_LENGTH_VIOLATION_ATTN (0x1<<3) |
| 2795 | #define PGLUE_B_PGLUE_B_INT_STS_REG_VF_MSIX_BAR_VIOLATION_ATTN (0x1<<5) |
| 2796 | #define PGLUE_B_PGLUE_B_INT_STS_REG_WAS_ERROR_ATTN (0x1<<2) |
| 2797 | /* [R 8] Config space A attention dirty bits. Each bit indicates that the |
| 2798 | * corresponding PF generates config space A attention. Set by PXP. Reset by |
| 2799 | * MCP writing 1 to icfg_space_a_request_clr. Note: register contains bits |
| 2800 | * from both paths. */ |
| 2801 | #define PGLUE_B_REG_CFG_SPACE_A_REQUEST 0x9010 |
| 2802 | /* [R 8] Config space B attention dirty bits. Each bit indicates that the |
| 2803 | * corresponding PF generates config space B attention. Set by PXP. Reset by |
| 2804 | * MCP writing 1 to icfg_space_b_request_clr. Note: register contains bits |
| 2805 | * from both paths. */ |
| 2806 | #define PGLUE_B_REG_CFG_SPACE_B_REQUEST 0x9014 |
| 2807 | /* [RW 1] Type A PF enable inbound interrupt table for CSDM. 0 - disable; 1 |
| 2808 | * - enable. */ |
| 2809 | #define PGLUE_B_REG_CSDM_INB_INT_A_PF_ENABLE 0x9194 |
| 2810 | /* [RW 18] Type B VF inbound interrupt table for CSDM: bits[17:9]-mask; |
| 2811 | * its[8:0]-address. Bits [1:0] must be zero (DW resolution address). */ |
| 2812 | #define PGLUE_B_REG_CSDM_INB_INT_B_VF 0x916c |
| 2813 | /* [RW 1] Type B VF enable inbound interrupt table for CSDM. 0 - disable; 1 |
| 2814 | * - enable. */ |
| 2815 | #define PGLUE_B_REG_CSDM_INB_INT_B_VF_ENABLE 0x919c |
| 2816 | /* [RW 16] Start offset of CSDM zone A (queue zone) in the internal RAM */ |
| 2817 | #define PGLUE_B_REG_CSDM_START_OFFSET_A 0x9100 |
| 2818 | /* [RW 16] Start offset of CSDM zone B (legacy zone) in the internal RAM */ |
| 2819 | #define PGLUE_B_REG_CSDM_START_OFFSET_B 0x9108 |
| 2820 | /* [RW 5] VF Shift of CSDM zone B (legacy zone) in the internal RAM */ |
| 2821 | #define PGLUE_B_REG_CSDM_VF_SHIFT_B 0x9110 |
| 2822 | /* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */ |
| 2823 | #define PGLUE_B_REG_CSDM_ZONE_A_SIZE_PF 0x91ac |
| 2824 | /* [R 8] FLR request attention dirty bits for PFs 0 to 7. Each bit indicates |
| 2825 | * that the FLR register of the corresponding PF was set. Set by PXP. Reset |
| 2826 | * by MCP writing 1 to flr_request_pf_7_0_clr. Note: register contains bits |
| 2827 | * from both paths. */ |
| 2828 | #define PGLUE_B_REG_FLR_REQUEST_PF_7_0 0x9028 |
| 2829 | /* [W 8] FLR request attention dirty bits clear for PFs 0 to 7. MCP writes 1 |
| 2830 | * to a bit in this register in order to clear the corresponding bit in |
| 2831 | * flr_request_pf_7_0 register. Note: register contains bits from both |
| 2832 | * paths. */ |
| 2833 | #define PGLUE_B_REG_FLR_REQUEST_PF_7_0_CLR 0x9418 |
| 2834 | /* [R 32] FLR request attention dirty bits for VFs 96 to 127. Each bit |
| 2835 | * indicates that the FLR register of the corresponding VF was set. Set by |
| 2836 | * PXP. Reset by MCP writing 1 to flr_request_vf_127_96_clr. */ |
| 2837 | #define PGLUE_B_REG_FLR_REQUEST_VF_127_96 0x9024 |
| 2838 | /* [R 32] FLR request attention dirty bits for VFs 0 to 31. Each bit |
| 2839 | * indicates that the FLR register of the corresponding VF was set. Set by |
| 2840 | * PXP. Reset by MCP writing 1 to flr_request_vf_31_0_clr. */ |
| 2841 | #define PGLUE_B_REG_FLR_REQUEST_VF_31_0 0x9018 |
| 2842 | /* [R 32] FLR request attention dirty bits for VFs 32 to 63. Each bit |
| 2843 | * indicates that the FLR register of the corresponding VF was set. Set by |
| 2844 | * PXP. Reset by MCP writing 1 to flr_request_vf_63_32_clr. */ |
| 2845 | #define PGLUE_B_REG_FLR_REQUEST_VF_63_32 0x901c |
| 2846 | /* [R 32] FLR request attention dirty bits for VFs 64 to 95. Each bit |
| 2847 | * indicates that the FLR register of the corresponding VF was set. Set by |
| 2848 | * PXP. Reset by MCP writing 1 to flr_request_vf_95_64_clr. */ |
| 2849 | #define PGLUE_B_REG_FLR_REQUEST_VF_95_64 0x9020 |
| 2850 | /* [R 8] Each bit indicates an incorrect behavior in user RX interface. Bit |
| 2851 | * 0 - Target memory read arrived with a correctable error. Bit 1 - Target |
| 2852 | * memory read arrived with an uncorrectable error. Bit 2 - Configuration RW |
| 2853 | * arrived with a correctable error. Bit 3 - Configuration RW arrived with |
| 2854 | * an uncorrectable error. Bit 4 - Completion with Configuration Request |
| 2855 | * Retry Status. Bit 5 - Expansion ROM access received with a write request. |
| 2856 | * Bit 6 - Completion with pcie_rx_err of 0000; CMPL_STATUS of non-zero; and |
| 2857 | * pcie_rx_last not asserted. Bit 7 - Completion with pcie_rx_err of 1010; |
| 2858 | * and pcie_rx_last not asserted. */ |
| 2859 | #define PGLUE_B_REG_INCORRECT_RCV_DETAILS 0x9068 |
| 2860 | #define PGLUE_B_REG_INTERNAL_PFID_ENABLE_MASTER 0x942c |
| 2861 | #define PGLUE_B_REG_INTERNAL_PFID_ENABLE_TARGET_READ 0x9430 |
| 2862 | #define PGLUE_B_REG_INTERNAL_PFID_ENABLE_TARGET_WRITE 0x9434 |
| 2863 | #define PGLUE_B_REG_INTERNAL_VFID_ENABLE 0x9438 |
| 2864 | /* [R 9] Interrupt register #0 read */ |
| 2865 | #define PGLUE_B_REG_PGLUE_B_INT_STS 0x9298 |
| 2866 | /* [RC 9] Interrupt register #0 read clear */ |
| 2867 | #define PGLUE_B_REG_PGLUE_B_INT_STS_CLR 0x929c |
Vladislav Zolotarov | 8736c82 | 2011-07-21 07:58:36 +0000 | [diff] [blame] | 2868 | /* [RW 2] Parity mask register #0 read/write */ |
| 2869 | #define PGLUE_B_REG_PGLUE_B_PRTY_MASK 0x92b4 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2870 | /* [R 2] Parity register #0 read */ |
| 2871 | #define PGLUE_B_REG_PGLUE_B_PRTY_STS 0x92a8 |
Vladislav Zolotarov | 8736c82 | 2011-07-21 07:58:36 +0000 | [diff] [blame] | 2872 | /* [RC 2] Parity register #0 read clear */ |
| 2873 | #define PGLUE_B_REG_PGLUE_B_PRTY_STS_CLR 0x92ac |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 2874 | /* [R 13] Details of first request received with error. [2:0] - PFID. [3] - |
| 2875 | * VF_VALID. [9:4] - VFID. [11:10] - Error Code - 0 - Indicates Completion |
| 2876 | * Timeout of a User Tx non-posted request. 1 - unsupported request. 2 - |
| 2877 | * completer abort. 3 - Illegal value for this field. [12] valid - indicates |
| 2878 | * if there was a completion error since the last time this register was |
| 2879 | * cleared. */ |
| 2880 | #define PGLUE_B_REG_RX_ERR_DETAILS 0x9080 |
| 2881 | /* [R 18] Details of first ATS Translation Completion request received with |
| 2882 | * error. [2:0] - PFID. [3] - VF_VALID. [9:4] - VFID. [11:10] - Error Code - |
| 2883 | * 0 - Indicates Completion Timeout of a User Tx non-posted request. 1 - |
| 2884 | * unsupported request. 2 - completer abort. 3 - Illegal value for this |
| 2885 | * field. [16:12] - ATC OTB EntryID. [17] valid - indicates if there was a |
| 2886 | * completion error since the last time this register was cleared. */ |
| 2887 | #define PGLUE_B_REG_RX_TCPL_ERR_DETAILS 0x9084 |
| 2888 | /* [W 8] Debug only - Shadow BME bits clear for PFs 0 to 7. MCP writes 1 to |
| 2889 | * a bit in this register in order to clear the corresponding bit in |
| 2890 | * shadow_bme_pf_7_0 register. MCP should never use this unless a |
| 2891 | * work-around is needed. Note: register contains bits from both paths. */ |
| 2892 | #define PGLUE_B_REG_SHADOW_BME_PF_7_0_CLR 0x9458 |
| 2893 | /* [R 8] SR IOV disabled attention dirty bits. Each bit indicates that the |
| 2894 | * VF enable register of the corresponding PF is written to 0 and was |
| 2895 | * previously 1. Set by PXP. Reset by MCP writing 1 to |
| 2896 | * sr_iov_disabled_request_clr. Note: register contains bits from both |
| 2897 | * paths. */ |
| 2898 | #define PGLUE_B_REG_SR_IOV_DISABLED_REQUEST 0x9030 |
| 2899 | /* [R 32] Indicates the status of tags 32-63. 0 - tags is used - read |
| 2900 | * completion did not return yet. 1 - tag is unused. Same functionality as |
| 2901 | * pxp2_registers_pgl_exp_rom_data2 for tags 0-31. */ |
| 2902 | #define PGLUE_B_REG_TAGS_63_32 0x9244 |
| 2903 | /* [RW 1] Type A PF enable inbound interrupt table for TSDM. 0 - disable; 1 |
| 2904 | * - enable. */ |
| 2905 | #define PGLUE_B_REG_TSDM_INB_INT_A_PF_ENABLE 0x9170 |
| 2906 | /* [RW 16] Start offset of TSDM zone A (queue zone) in the internal RAM */ |
| 2907 | #define PGLUE_B_REG_TSDM_START_OFFSET_A 0x90c4 |
| 2908 | /* [RW 16] Start offset of TSDM zone B (legacy zone) in the internal RAM */ |
| 2909 | #define PGLUE_B_REG_TSDM_START_OFFSET_B 0x90cc |
| 2910 | /* [RW 5] VF Shift of TSDM zone B (legacy zone) in the internal RAM */ |
| 2911 | #define PGLUE_B_REG_TSDM_VF_SHIFT_B 0x90d4 |
| 2912 | /* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */ |
| 2913 | #define PGLUE_B_REG_TSDM_ZONE_A_SIZE_PF 0x91a0 |
| 2914 | /* [R 32] Address [31:0] of first read request not submitted due to error */ |
| 2915 | #define PGLUE_B_REG_TX_ERR_RD_ADD_31_0 0x9098 |
| 2916 | /* [R 32] Address [63:32] of first read request not submitted due to error */ |
| 2917 | #define PGLUE_B_REG_TX_ERR_RD_ADD_63_32 0x909c |
| 2918 | /* [R 31] Details of first read request not submitted due to error. [4:0] |
| 2919 | * VQID. [5] TREQ. 1 - Indicates the request is a Translation Request. |
| 2920 | * [20:8] - Length in bytes. [23:21] - PFID. [24] - VF_VALID. [30:25] - |
| 2921 | * VFID. */ |
| 2922 | #define PGLUE_B_REG_TX_ERR_RD_DETAILS 0x90a0 |
| 2923 | /* [R 26] Details of first read request not submitted due to error. [15:0] |
| 2924 | * Request ID. [19:16] client ID. [20] - last SR. [24:21] - Error type - |
| 2925 | * [21] - Indicates was_error was set; [22] - Indicates BME was cleared; |
| 2926 | * [23] - Indicates FID_enable was cleared; [24] - Indicates VF with parent |
| 2927 | * PF FLR_request or IOV_disable_request dirty bit is set. [25] valid - |
| 2928 | * indicates if there was a request not submitted due to error since the |
| 2929 | * last time this register was cleared. */ |
| 2930 | #define PGLUE_B_REG_TX_ERR_RD_DETAILS2 0x90a4 |
| 2931 | /* [R 32] Address [31:0] of first write request not submitted due to error */ |
| 2932 | #define PGLUE_B_REG_TX_ERR_WR_ADD_31_0 0x9088 |
| 2933 | /* [R 32] Address [63:32] of first write request not submitted due to error */ |
| 2934 | #define PGLUE_B_REG_TX_ERR_WR_ADD_63_32 0x908c |
| 2935 | /* [R 31] Details of first write request not submitted due to error. [4:0] |
| 2936 | * VQID. [20:8] - Length in bytes. [23:21] - PFID. [24] - VF_VALID. [30:25] |
| 2937 | * - VFID. */ |
| 2938 | #define PGLUE_B_REG_TX_ERR_WR_DETAILS 0x9090 |
| 2939 | /* [R 26] Details of first write request not submitted due to error. [15:0] |
| 2940 | * Request ID. [19:16] client ID. [20] - last SR. [24:21] - Error type - |
| 2941 | * [21] - Indicates was_error was set; [22] - Indicates BME was cleared; |
| 2942 | * [23] - Indicates FID_enable was cleared; [24] - Indicates VF with parent |
| 2943 | * PF FLR_request or IOV_disable_request dirty bit is set. [25] valid - |
| 2944 | * indicates if there was a request not submitted due to error since the |
| 2945 | * last time this register was cleared. */ |
| 2946 | #define PGLUE_B_REG_TX_ERR_WR_DETAILS2 0x9094 |
| 2947 | /* [RW 10] Type A PF/VF inbound interrupt table for USDM: bits[9:5]-mask; |
| 2948 | * its[4:0]-address relative to start_offset_a. Bits [1:0] can have any |
| 2949 | * value (Byte resolution address). */ |
| 2950 | #define PGLUE_B_REG_USDM_INB_INT_A_0 0x9128 |
| 2951 | #define PGLUE_B_REG_USDM_INB_INT_A_1 0x912c |
| 2952 | #define PGLUE_B_REG_USDM_INB_INT_A_2 0x9130 |
| 2953 | #define PGLUE_B_REG_USDM_INB_INT_A_3 0x9134 |
| 2954 | #define PGLUE_B_REG_USDM_INB_INT_A_4 0x9138 |
| 2955 | #define PGLUE_B_REG_USDM_INB_INT_A_5 0x913c |
| 2956 | #define PGLUE_B_REG_USDM_INB_INT_A_6 0x9140 |
| 2957 | /* [RW 1] Type A PF enable inbound interrupt table for USDM. 0 - disable; 1 |
| 2958 | * - enable. */ |
| 2959 | #define PGLUE_B_REG_USDM_INB_INT_A_PF_ENABLE 0x917c |
| 2960 | /* [RW 1] Type A VF enable inbound interrupt table for USDM. 0 - disable; 1 |
| 2961 | * - enable. */ |
| 2962 | #define PGLUE_B_REG_USDM_INB_INT_A_VF_ENABLE 0x9180 |
| 2963 | /* [RW 1] Type B VF enable inbound interrupt table for USDM. 0 - disable; 1 |
| 2964 | * - enable. */ |
| 2965 | #define PGLUE_B_REG_USDM_INB_INT_B_VF_ENABLE 0x9184 |
| 2966 | /* [RW 16] Start offset of USDM zone A (queue zone) in the internal RAM */ |
| 2967 | #define PGLUE_B_REG_USDM_START_OFFSET_A 0x90d8 |
| 2968 | /* [RW 16] Start offset of USDM zone B (legacy zone) in the internal RAM */ |
| 2969 | #define PGLUE_B_REG_USDM_START_OFFSET_B 0x90e0 |
| 2970 | /* [RW 5] VF Shift of USDM zone B (legacy zone) in the internal RAM */ |
| 2971 | #define PGLUE_B_REG_USDM_VF_SHIFT_B 0x90e8 |
| 2972 | /* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */ |
| 2973 | #define PGLUE_B_REG_USDM_ZONE_A_SIZE_PF 0x91a4 |
| 2974 | /* [R 26] Details of first target VF request accessing VF GRC space that |
| 2975 | * failed permission check. [14:0] Address. [15] w_nr: 0 - Read; 1 - Write. |
| 2976 | * [21:16] VFID. [24:22] - PFID. [25] valid - indicates if there was a |
| 2977 | * request accessing VF GRC space that failed permission check since the |
| 2978 | * last time this register was cleared. Permission checks are: function |
| 2979 | * permission; R/W permission; address range permission. */ |
| 2980 | #define PGLUE_B_REG_VF_GRC_SPACE_VIOLATION_DETAILS 0x9234 |
| 2981 | /* [R 31] Details of first target VF request with length violation (too many |
| 2982 | * DWs) accessing BAR0. [12:0] Address in DWs (bits [14:2] of byte address). |
| 2983 | * [14:13] BAR. [20:15] VFID. [23:21] - PFID. [29:24] - Length in DWs. [30] |
| 2984 | * valid - indicates if there was a request with length violation since the |
| 2985 | * last time this register was cleared. Length violations: length of more |
| 2986 | * than 2DWs; length of 2DWs and address not QW aligned; window is GRC and |
| 2987 | * length is more than 1 DW. */ |
| 2988 | #define PGLUE_B_REG_VF_LENGTH_VIOLATION_DETAILS 0x9230 |
| 2989 | /* [R 8] Was_error indication dirty bits for PFs 0 to 7. Each bit indicates |
| 2990 | * that there was a completion with uncorrectable error for the |
| 2991 | * corresponding PF. Set by PXP. Reset by MCP writing 1 to |
| 2992 | * was_error_pf_7_0_clr. */ |
| 2993 | #define PGLUE_B_REG_WAS_ERROR_PF_7_0 0x907c |
| 2994 | /* [W 8] Was_error indication dirty bits clear for PFs 0 to 7. MCP writes 1 |
| 2995 | * to a bit in this register in order to clear the corresponding bit in |
| 2996 | * flr_request_pf_7_0 register. */ |
| 2997 | #define PGLUE_B_REG_WAS_ERROR_PF_7_0_CLR 0x9470 |
| 2998 | /* [R 32] Was_error indication dirty bits for VFs 96 to 127. Each bit |
| 2999 | * indicates that there was a completion with uncorrectable error for the |
| 3000 | * corresponding VF. Set by PXP. Reset by MCP writing 1 to |
| 3001 | * was_error_vf_127_96_clr. */ |
| 3002 | #define PGLUE_B_REG_WAS_ERROR_VF_127_96 0x9078 |
| 3003 | /* [W 32] Was_error indication dirty bits clear for VFs 96 to 127. MCP |
| 3004 | * writes 1 to a bit in this register in order to clear the corresponding |
| 3005 | * bit in was_error_vf_127_96 register. */ |
| 3006 | #define PGLUE_B_REG_WAS_ERROR_VF_127_96_CLR 0x9474 |
| 3007 | /* [R 32] Was_error indication dirty bits for VFs 0 to 31. Each bit |
| 3008 | * indicates that there was a completion with uncorrectable error for the |
| 3009 | * corresponding VF. Set by PXP. Reset by MCP writing 1 to |
| 3010 | * was_error_vf_31_0_clr. */ |
| 3011 | #define PGLUE_B_REG_WAS_ERROR_VF_31_0 0x906c |
| 3012 | /* [W 32] Was_error indication dirty bits clear for VFs 0 to 31. MCP writes |
| 3013 | * 1 to a bit in this register in order to clear the corresponding bit in |
| 3014 | * was_error_vf_31_0 register. */ |
| 3015 | #define PGLUE_B_REG_WAS_ERROR_VF_31_0_CLR 0x9478 |
| 3016 | /* [R 32] Was_error indication dirty bits for VFs 32 to 63. Each bit |
| 3017 | * indicates that there was a completion with uncorrectable error for the |
| 3018 | * corresponding VF. Set by PXP. Reset by MCP writing 1 to |
| 3019 | * was_error_vf_63_32_clr. */ |
| 3020 | #define PGLUE_B_REG_WAS_ERROR_VF_63_32 0x9070 |
| 3021 | /* [W 32] Was_error indication dirty bits clear for VFs 32 to 63. MCP writes |
| 3022 | * 1 to a bit in this register in order to clear the corresponding bit in |
| 3023 | * was_error_vf_63_32 register. */ |
| 3024 | #define PGLUE_B_REG_WAS_ERROR_VF_63_32_CLR 0x947c |
| 3025 | /* [R 32] Was_error indication dirty bits for VFs 64 to 95. Each bit |
| 3026 | * indicates that there was a completion with uncorrectable error for the |
| 3027 | * corresponding VF. Set by PXP. Reset by MCP writing 1 to |
| 3028 | * was_error_vf_95_64_clr. */ |
| 3029 | #define PGLUE_B_REG_WAS_ERROR_VF_95_64 0x9074 |
| 3030 | /* [W 32] Was_error indication dirty bits clear for VFs 64 to 95. MCP writes |
| 3031 | * 1 to a bit in this register in order to clear the corresponding bit in |
| 3032 | * was_error_vf_95_64 register. */ |
| 3033 | #define PGLUE_B_REG_WAS_ERROR_VF_95_64_CLR 0x9480 |
| 3034 | /* [RW 1] Type A PF enable inbound interrupt table for XSDM. 0 - disable; 1 |
| 3035 | * - enable. */ |
| 3036 | #define PGLUE_B_REG_XSDM_INB_INT_A_PF_ENABLE 0x9188 |
| 3037 | /* [RW 16] Start offset of XSDM zone A (queue zone) in the internal RAM */ |
| 3038 | #define PGLUE_B_REG_XSDM_START_OFFSET_A 0x90ec |
| 3039 | /* [RW 16] Start offset of XSDM zone B (legacy zone) in the internal RAM */ |
| 3040 | #define PGLUE_B_REG_XSDM_START_OFFSET_B 0x90f4 |
| 3041 | /* [RW 5] VF Shift of XSDM zone B (legacy zone) in the internal RAM */ |
| 3042 | #define PGLUE_B_REG_XSDM_VF_SHIFT_B 0x90fc |
| 3043 | /* [RW 1] 0 - Zone A size is 136x32B; 1 - Zone A size is 152x32B. */ |
| 3044 | #define PGLUE_B_REG_XSDM_ZONE_A_SIZE_PF 0x91a8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3045 | #define PRS_REG_A_PRSU_20 0x40134 |
| 3046 | /* [R 8] debug only: CFC load request current credit. Transaction based. */ |
| 3047 | #define PRS_REG_CFC_LD_CURRENT_CREDIT 0x40164 |
| 3048 | /* [R 8] debug only: CFC search request current credit. Transaction based. */ |
| 3049 | #define PRS_REG_CFC_SEARCH_CURRENT_CREDIT 0x40168 |
| 3050 | /* [RW 6] The initial credit for the search message to the CFC interface. |
| 3051 | Credit is transaction based. */ |
| 3052 | #define PRS_REG_CFC_SEARCH_INITIAL_CREDIT 0x4011c |
| 3053 | /* [RW 24] CID for port 0 if no match */ |
| 3054 | #define PRS_REG_CID_PORT_0 0x400fc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3055 | /* [RW 32] The CM header for flush message where 'load existed' bit in CFC |
| 3056 | load response is reset and packet type is 0. Used in packet start message |
| 3057 | to TCM. */ |
| 3058 | #define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_0 0x400dc |
| 3059 | #define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_1 0x400e0 |
| 3060 | #define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_2 0x400e4 |
| 3061 | #define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_3 0x400e8 |
| 3062 | #define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_4 0x400ec |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 3063 | #define PRS_REG_CM_HDR_FLUSH_LOAD_TYPE_5 0x400f0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3064 | /* [RW 32] The CM header for flush message where 'load existed' bit in CFC |
| 3065 | load response is set and packet type is 0. Used in packet start message |
| 3066 | to TCM. */ |
| 3067 | #define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_0 0x400bc |
| 3068 | #define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_1 0x400c0 |
| 3069 | #define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_2 0x400c4 |
| 3070 | #define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_3 0x400c8 |
| 3071 | #define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_4 0x400cc |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 3072 | #define PRS_REG_CM_HDR_FLUSH_NO_LOAD_TYPE_5 0x400d0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3073 | /* [RW 32] The CM header for a match and packet type 1 for loopback port. |
| 3074 | Used in packet start message to TCM. */ |
| 3075 | #define PRS_REG_CM_HDR_LOOPBACK_TYPE_1 0x4009c |
| 3076 | #define PRS_REG_CM_HDR_LOOPBACK_TYPE_2 0x400a0 |
| 3077 | #define PRS_REG_CM_HDR_LOOPBACK_TYPE_3 0x400a4 |
| 3078 | #define PRS_REG_CM_HDR_LOOPBACK_TYPE_4 0x400a8 |
| 3079 | /* [RW 32] The CM header for a match and packet type 0. Used in packet start |
| 3080 | message to TCM. */ |
| 3081 | #define PRS_REG_CM_HDR_TYPE_0 0x40078 |
| 3082 | #define PRS_REG_CM_HDR_TYPE_1 0x4007c |
| 3083 | #define PRS_REG_CM_HDR_TYPE_2 0x40080 |
| 3084 | #define PRS_REG_CM_HDR_TYPE_3 0x40084 |
| 3085 | #define PRS_REG_CM_HDR_TYPE_4 0x40088 |
| 3086 | /* [RW 32] The CM header in case there was not a match on the connection */ |
| 3087 | #define PRS_REG_CM_NO_MATCH_HDR 0x400b8 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3088 | /* [RW 1] Indicates if in e1hov mode. 0=non-e1hov mode; 1=e1hov mode. */ |
| 3089 | #define PRS_REG_E1HOV_MODE 0x401c8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3090 | /* [RW 8] The 8-bit event ID for a match and packet type 1. Used in packet |
| 3091 | start message to TCM. */ |
| 3092 | #define PRS_REG_EVENT_ID_1 0x40054 |
| 3093 | #define PRS_REG_EVENT_ID_2 0x40058 |
| 3094 | #define PRS_REG_EVENT_ID_3 0x4005c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3095 | /* [RW 16] The Ethernet type value for FCoE */ |
| 3096 | #define PRS_REG_FCOE_TYPE 0x401d0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3097 | /* [RW 8] Context region for flush packet with packet type 0. Used in CFC |
| 3098 | load request message. */ |
| 3099 | #define PRS_REG_FLUSH_REGIONS_TYPE_0 0x40004 |
| 3100 | #define PRS_REG_FLUSH_REGIONS_TYPE_1 0x40008 |
| 3101 | #define PRS_REG_FLUSH_REGIONS_TYPE_2 0x4000c |
| 3102 | #define PRS_REG_FLUSH_REGIONS_TYPE_3 0x40010 |
| 3103 | #define PRS_REG_FLUSH_REGIONS_TYPE_4 0x40014 |
| 3104 | #define PRS_REG_FLUSH_REGIONS_TYPE_5 0x40018 |
| 3105 | #define PRS_REG_FLUSH_REGIONS_TYPE_6 0x4001c |
| 3106 | #define PRS_REG_FLUSH_REGIONS_TYPE_7 0x40020 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 3107 | /* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic |
| 3108 | * Ethernet header. */ |
| 3109 | #define PRS_REG_HDRS_AFTER_BASIC 0x40238 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 3110 | /* [RW 6] Bit-map indicating which L2 hdrs may appear after the basic |
| 3111 | * Ethernet header for port 0 packets. */ |
| 3112 | #define PRS_REG_HDRS_AFTER_BASIC_PORT_0 0x40270 |
| 3113 | #define PRS_REG_HDRS_AFTER_BASIC_PORT_1 0x40290 |
| 3114 | /* [R 6] Bit-map indicating which L2 hdrs may appear after L2 tag 0 */ |
| 3115 | #define PRS_REG_HDRS_AFTER_TAG_0 0x40248 |
| 3116 | /* [RW 6] Bit-map indicating which L2 hdrs may appear after L2 tag 0 for |
| 3117 | * port 0 packets */ |
| 3118 | #define PRS_REG_HDRS_AFTER_TAG_0_PORT_0 0x40280 |
| 3119 | #define PRS_REG_HDRS_AFTER_TAG_0_PORT_1 0x402a0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3120 | /* [RW 4] The increment value to send in the CFC load request message */ |
| 3121 | #define PRS_REG_INC_VALUE 0x40048 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 3122 | /* [RW 6] Bit-map indicating which headers must appear in the packet */ |
| 3123 | #define PRS_REG_MUST_HAVE_HDRS 0x40254 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 3124 | /* [RW 6] Bit-map indicating which headers must appear in the packet for |
| 3125 | * port 0 packets */ |
| 3126 | #define PRS_REG_MUST_HAVE_HDRS_PORT_0 0x4028c |
| 3127 | #define PRS_REG_MUST_HAVE_HDRS_PORT_1 0x402ac |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3128 | #define PRS_REG_NIC_MODE 0x40138 |
| 3129 | /* [RW 8] The 8-bit event ID for cases where there is no match on the |
| 3130 | connection. Used in packet start message to TCM. */ |
| 3131 | #define PRS_REG_NO_MATCH_EVENT_ID 0x40070 |
| 3132 | /* [ST 24] The number of input CFC flush packets */ |
| 3133 | #define PRS_REG_NUM_OF_CFC_FLUSH_MESSAGES 0x40128 |
| 3134 | /* [ST 32] The number of cycles the Parser halted its operation since it |
| 3135 | could not allocate the next serial number */ |
| 3136 | #define PRS_REG_NUM_OF_DEAD_CYCLES 0x40130 |
| 3137 | /* [ST 24] The number of input packets */ |
| 3138 | #define PRS_REG_NUM_OF_PACKETS 0x40124 |
| 3139 | /* [ST 24] The number of input transparent flush packets */ |
| 3140 | #define PRS_REG_NUM_OF_TRANSPARENT_FLUSH_MESSAGES 0x4012c |
| 3141 | /* [RW 8] Context region for received Ethernet packet with a match and |
| 3142 | packet type 0. Used in CFC load request message */ |
| 3143 | #define PRS_REG_PACKET_REGIONS_TYPE_0 0x40028 |
| 3144 | #define PRS_REG_PACKET_REGIONS_TYPE_1 0x4002c |
| 3145 | #define PRS_REG_PACKET_REGIONS_TYPE_2 0x40030 |
| 3146 | #define PRS_REG_PACKET_REGIONS_TYPE_3 0x40034 |
| 3147 | #define PRS_REG_PACKET_REGIONS_TYPE_4 0x40038 |
| 3148 | #define PRS_REG_PACKET_REGIONS_TYPE_5 0x4003c |
| 3149 | #define PRS_REG_PACKET_REGIONS_TYPE_6 0x40040 |
| 3150 | #define PRS_REG_PACKET_REGIONS_TYPE_7 0x40044 |
| 3151 | /* [R 2] debug only: Number of pending requests for CAC on port 0. */ |
| 3152 | #define PRS_REG_PENDING_BRB_CAC0_RQ 0x40174 |
| 3153 | /* [R 2] debug only: Number of pending requests for header parsing. */ |
| 3154 | #define PRS_REG_PENDING_BRB_PRS_RQ 0x40170 |
| 3155 | /* [R 1] Interrupt register #0 read */ |
| 3156 | #define PRS_REG_PRS_INT_STS 0x40188 |
| 3157 | /* [RW 8] Parity mask register #0 read/write */ |
| 3158 | #define PRS_REG_PRS_PRTY_MASK 0x401a4 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 3159 | /* [R 8] Parity register #0 read */ |
| 3160 | #define PRS_REG_PRS_PRTY_STS 0x40198 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 3161 | /* [RC 8] Parity register #0 read clear */ |
| 3162 | #define PRS_REG_PRS_PRTY_STS_CLR 0x4019c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3163 | /* [RW 8] Context region for pure acknowledge packets. Used in CFC load |
| 3164 | request message */ |
| 3165 | #define PRS_REG_PURE_REGIONS 0x40024 |
| 3166 | /* [R 32] debug only: Serial number status lsb 32 bits. '1' indicates this |
| 3167 | serail number was released by SDM but cannot be used because a previous |
| 3168 | serial number was not released. */ |
| 3169 | #define PRS_REG_SERIAL_NUM_STATUS_LSB 0x40154 |
| 3170 | /* [R 32] debug only: Serial number status msb 32 bits. '1' indicates this |
| 3171 | serail number was released by SDM but cannot be used because a previous |
| 3172 | serial number was not released. */ |
| 3173 | #define PRS_REG_SERIAL_NUM_STATUS_MSB 0x40158 |
| 3174 | /* [R 4] debug only: SRC current credit. Transaction based. */ |
| 3175 | #define PRS_REG_SRC_CURRENT_CREDIT 0x4016c |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 3176 | /* [RW 16] The Ethernet type value for L2 tag 0 */ |
| 3177 | #define PRS_REG_TAG_ETHERTYPE_0 0x401d4 |
| 3178 | /* [RW 4] The length of the info field for L2 tag 0. The length is between |
| 3179 | * 2B and 14B; in 2B granularity */ |
| 3180 | #define PRS_REG_TAG_LEN_0 0x4022c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3181 | /* [R 8] debug only: TCM current credit. Cycle based. */ |
| 3182 | #define PRS_REG_TCM_CURRENT_CREDIT 0x40160 |
| 3183 | /* [R 8] debug only: TSDM current credit. Transaction based. */ |
| 3184 | #define PRS_REG_TSDM_CURRENT_CREDIT 0x4015c |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 3185 | #define PXP2_PXP2_INT_MASK_0_REG_PGL_CPL_AFT (0x1<<19) |
| 3186 | #define PXP2_PXP2_INT_MASK_0_REG_PGL_CPL_OF (0x1<<20) |
| 3187 | #define PXP2_PXP2_INT_MASK_0_REG_PGL_PCIE_ATTN (0x1<<22) |
| 3188 | #define PXP2_PXP2_INT_MASK_0_REG_PGL_READ_BLOCKED (0x1<<23) |
| 3189 | #define PXP2_PXP2_INT_MASK_0_REG_PGL_WRITE_BLOCKED (0x1<<24) |
| 3190 | #define PXP2_PXP2_INT_STS_0_REG_WR_PGLUE_EOP_ERROR (0x1<<7) |
| 3191 | #define PXP2_PXP2_INT_STS_CLR_0_REG_WR_PGLUE_EOP_ERROR (0x1<<7) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3192 | /* [R 6] Debug only: Number of used entries in the data FIFO */ |
| 3193 | #define PXP2_REG_HST_DATA_FIFO_STATUS 0x12047c |
| 3194 | /* [R 7] Debug only: Number of used entries in the header FIFO */ |
Dmitry Kravkov | 9f0096a | 2011-08-09 03:10:29 +0000 | [diff] [blame] | 3195 | #define PXP2_REG_HST_HEADER_FIFO_STATUS 0x120478 |
| 3196 | #define PXP2_REG_PGL_ADDR_88_F0 0x120534 |
| 3197 | /* [R 32] GRC address for configuration access to PCIE config address 0x88. |
| 3198 | * any write to this PCIE address will cause a GRC write access to the |
| 3199 | * address that's in t this register */ |
| 3200 | #define PXP2_REG_PGL_ADDR_88_F1 0x120544 |
| 3201 | #define PXP2_REG_PGL_ADDR_8C_F0 0x120538 |
| 3202 | /* [R 32] GRC address for configuration access to PCIE config address 0x8c. |
| 3203 | * any write to this PCIE address will cause a GRC write access to the |
| 3204 | * address that's in t this register */ |
| 3205 | #define PXP2_REG_PGL_ADDR_8C_F1 0x120548 |
| 3206 | #define PXP2_REG_PGL_ADDR_90_F0 0x12053c |
| 3207 | /* [R 32] GRC address for configuration access to PCIE config address 0x90. |
| 3208 | * any write to this PCIE address will cause a GRC write access to the |
| 3209 | * address that's in t this register */ |
| 3210 | #define PXP2_REG_PGL_ADDR_90_F1 0x12054c |
| 3211 | #define PXP2_REG_PGL_ADDR_94_F0 0x120540 |
| 3212 | /* [R 32] GRC address for configuration access to PCIE config address 0x94. |
| 3213 | * any write to this PCIE address will cause a GRC write access to the |
| 3214 | * address that's in t this register */ |
| 3215 | #define PXP2_REG_PGL_ADDR_94_F1 0x120550 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3216 | #define PXP2_REG_PGL_CONTROL0 0x120490 |
| 3217 | #define PXP2_REG_PGL_CONTROL1 0x120514 |
Eilon Greenstein | ca00392 | 2009-08-12 22:53:28 -0700 | [diff] [blame] | 3218 | #define PXP2_REG_PGL_DEBUG 0x120520 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3219 | /* [RW 32] third dword data of expansion rom request. this register is |
| 3220 | special. reading from it provides a vector outstanding read requests. if |
| 3221 | a bit is zero it means that a read request on the corresponding tag did |
| 3222 | not finish yet (not all completions have arrived for it) */ |
| 3223 | #define PXP2_REG_PGL_EXP_ROM2 0x120808 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3224 | /* [RW 32] Inbound interrupt table for CSDM: bits[31:16]-mask; |
| 3225 | its[15:0]-address */ |
| 3226 | #define PXP2_REG_PGL_INT_CSDM_0 0x1204f4 |
| 3227 | #define PXP2_REG_PGL_INT_CSDM_1 0x1204f8 |
| 3228 | #define PXP2_REG_PGL_INT_CSDM_2 0x1204fc |
| 3229 | #define PXP2_REG_PGL_INT_CSDM_3 0x120500 |
| 3230 | #define PXP2_REG_PGL_INT_CSDM_4 0x120504 |
| 3231 | #define PXP2_REG_PGL_INT_CSDM_5 0x120508 |
| 3232 | #define PXP2_REG_PGL_INT_CSDM_6 0x12050c |
| 3233 | #define PXP2_REG_PGL_INT_CSDM_7 0x120510 |
| 3234 | /* [RW 32] Inbound interrupt table for TSDM: bits[31:16]-mask; |
| 3235 | its[15:0]-address */ |
| 3236 | #define PXP2_REG_PGL_INT_TSDM_0 0x120494 |
| 3237 | #define PXP2_REG_PGL_INT_TSDM_1 0x120498 |
| 3238 | #define PXP2_REG_PGL_INT_TSDM_2 0x12049c |
| 3239 | #define PXP2_REG_PGL_INT_TSDM_3 0x1204a0 |
| 3240 | #define PXP2_REG_PGL_INT_TSDM_4 0x1204a4 |
| 3241 | #define PXP2_REG_PGL_INT_TSDM_5 0x1204a8 |
| 3242 | #define PXP2_REG_PGL_INT_TSDM_6 0x1204ac |
| 3243 | #define PXP2_REG_PGL_INT_TSDM_7 0x1204b0 |
| 3244 | /* [RW 32] Inbound interrupt table for USDM: bits[31:16]-mask; |
| 3245 | its[15:0]-address */ |
| 3246 | #define PXP2_REG_PGL_INT_USDM_0 0x1204b4 |
| 3247 | #define PXP2_REG_PGL_INT_USDM_1 0x1204b8 |
| 3248 | #define PXP2_REG_PGL_INT_USDM_2 0x1204bc |
| 3249 | #define PXP2_REG_PGL_INT_USDM_3 0x1204c0 |
| 3250 | #define PXP2_REG_PGL_INT_USDM_4 0x1204c4 |
| 3251 | #define PXP2_REG_PGL_INT_USDM_5 0x1204c8 |
| 3252 | #define PXP2_REG_PGL_INT_USDM_6 0x1204cc |
| 3253 | #define PXP2_REG_PGL_INT_USDM_7 0x1204d0 |
| 3254 | /* [RW 32] Inbound interrupt table for XSDM: bits[31:16]-mask; |
| 3255 | its[15:0]-address */ |
| 3256 | #define PXP2_REG_PGL_INT_XSDM_0 0x1204d4 |
| 3257 | #define PXP2_REG_PGL_INT_XSDM_1 0x1204d8 |
| 3258 | #define PXP2_REG_PGL_INT_XSDM_2 0x1204dc |
| 3259 | #define PXP2_REG_PGL_INT_XSDM_3 0x1204e0 |
| 3260 | #define PXP2_REG_PGL_INT_XSDM_4 0x1204e4 |
| 3261 | #define PXP2_REG_PGL_INT_XSDM_5 0x1204e8 |
| 3262 | #define PXP2_REG_PGL_INT_XSDM_6 0x1204ec |
| 3263 | #define PXP2_REG_PGL_INT_XSDM_7 0x1204f0 |
Eilon Greenstein | f1ef27e | 2009-02-12 08:36:23 +0000 | [diff] [blame] | 3264 | /* [RW 3] this field allows one function to pretend being another function |
| 3265 | when accessing any BAR mapped resource within the device. the value of |
| 3266 | the field is the number of the function that will be accessed |
| 3267 | effectively. after software write to this bit it must read it in order to |
| 3268 | know that the new value is updated */ |
| 3269 | #define PXP2_REG_PGL_PRETEND_FUNC_F0 0x120674 |
| 3270 | #define PXP2_REG_PGL_PRETEND_FUNC_F1 0x120678 |
| 3271 | #define PXP2_REG_PGL_PRETEND_FUNC_F2 0x12067c |
| 3272 | #define PXP2_REG_PGL_PRETEND_FUNC_F3 0x120680 |
| 3273 | #define PXP2_REG_PGL_PRETEND_FUNC_F4 0x120684 |
| 3274 | #define PXP2_REG_PGL_PRETEND_FUNC_F5 0x120688 |
| 3275 | #define PXP2_REG_PGL_PRETEND_FUNC_F6 0x12068c |
| 3276 | #define PXP2_REG_PGL_PRETEND_FUNC_F7 0x120690 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3277 | /* [R 1] this bit indicates that a read request was blocked because of |
| 3278 | bus_master_en was deasserted */ |
| 3279 | #define PXP2_REG_PGL_READ_BLOCKED 0x120568 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3280 | #define PXP2_REG_PGL_TAGS_LIMIT 0x1205a8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3281 | /* [R 18] debug only */ |
| 3282 | #define PXP2_REG_PGL_TXW_CDTS 0x12052c |
| 3283 | /* [R 1] this bit indicates that a write request was blocked because of |
| 3284 | bus_master_en was deasserted */ |
| 3285 | #define PXP2_REG_PGL_WRITE_BLOCKED 0x120564 |
| 3286 | #define PXP2_REG_PSWRQ_BW_ADD1 0x1201c0 |
| 3287 | #define PXP2_REG_PSWRQ_BW_ADD10 0x1201e4 |
| 3288 | #define PXP2_REG_PSWRQ_BW_ADD11 0x1201e8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3289 | #define PXP2_REG_PSWRQ_BW_ADD2 0x1201c4 |
| 3290 | #define PXP2_REG_PSWRQ_BW_ADD28 0x120228 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3291 | #define PXP2_REG_PSWRQ_BW_ADD3 0x1201c8 |
| 3292 | #define PXP2_REG_PSWRQ_BW_ADD6 0x1201d4 |
| 3293 | #define PXP2_REG_PSWRQ_BW_ADD7 0x1201d8 |
| 3294 | #define PXP2_REG_PSWRQ_BW_ADD8 0x1201dc |
| 3295 | #define PXP2_REG_PSWRQ_BW_ADD9 0x1201e0 |
| 3296 | #define PXP2_REG_PSWRQ_BW_CREDIT 0x12032c |
| 3297 | #define PXP2_REG_PSWRQ_BW_L1 0x1202b0 |
| 3298 | #define PXP2_REG_PSWRQ_BW_L10 0x1202d4 |
| 3299 | #define PXP2_REG_PSWRQ_BW_L11 0x1202d8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3300 | #define PXP2_REG_PSWRQ_BW_L2 0x1202b4 |
| 3301 | #define PXP2_REG_PSWRQ_BW_L28 0x120318 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3302 | #define PXP2_REG_PSWRQ_BW_L3 0x1202b8 |
| 3303 | #define PXP2_REG_PSWRQ_BW_L6 0x1202c4 |
| 3304 | #define PXP2_REG_PSWRQ_BW_L7 0x1202c8 |
| 3305 | #define PXP2_REG_PSWRQ_BW_L8 0x1202cc |
| 3306 | #define PXP2_REG_PSWRQ_BW_L9 0x1202d0 |
| 3307 | #define PXP2_REG_PSWRQ_BW_RD 0x120324 |
| 3308 | #define PXP2_REG_PSWRQ_BW_UB1 0x120238 |
| 3309 | #define PXP2_REG_PSWRQ_BW_UB10 0x12025c |
| 3310 | #define PXP2_REG_PSWRQ_BW_UB11 0x120260 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3311 | #define PXP2_REG_PSWRQ_BW_UB2 0x12023c |
| 3312 | #define PXP2_REG_PSWRQ_BW_UB28 0x1202a0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3313 | #define PXP2_REG_PSWRQ_BW_UB3 0x120240 |
| 3314 | #define PXP2_REG_PSWRQ_BW_UB6 0x12024c |
| 3315 | #define PXP2_REG_PSWRQ_BW_UB7 0x120250 |
| 3316 | #define PXP2_REG_PSWRQ_BW_UB8 0x120254 |
| 3317 | #define PXP2_REG_PSWRQ_BW_UB9 0x120258 |
| 3318 | #define PXP2_REG_PSWRQ_BW_WR 0x120328 |
| 3319 | #define PXP2_REG_PSWRQ_CDU0_L2P 0x120000 |
| 3320 | #define PXP2_REG_PSWRQ_QM0_L2P 0x120038 |
| 3321 | #define PXP2_REG_PSWRQ_SRC0_L2P 0x120054 |
| 3322 | #define PXP2_REG_PSWRQ_TM0_L2P 0x12001c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3323 | #define PXP2_REG_PSWRQ_TSDM0_L2P 0x1200e0 |
Eilon Greenstein | 34f80b0 | 2008-06-23 20:33:01 -0700 | [diff] [blame] | 3324 | /* [RW 32] Interrupt mask register #0 read/write */ |
| 3325 | #define PXP2_REG_PXP2_INT_MASK_0 0x120578 |
| 3326 | /* [R 32] Interrupt register #0 read */ |
| 3327 | #define PXP2_REG_PXP2_INT_STS_0 0x12056c |
| 3328 | #define PXP2_REG_PXP2_INT_STS_1 0x120608 |
| 3329 | /* [RC 32] Interrupt register #0 read clear */ |
| 3330 | #define PXP2_REG_PXP2_INT_STS_CLR_0 0x120570 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3331 | /* [RW 32] Parity mask register #0 read/write */ |
| 3332 | #define PXP2_REG_PXP2_PRTY_MASK_0 0x120588 |
| 3333 | #define PXP2_REG_PXP2_PRTY_MASK_1 0x120598 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 3334 | /* [R 32] Parity register #0 read */ |
| 3335 | #define PXP2_REG_PXP2_PRTY_STS_0 0x12057c |
| 3336 | #define PXP2_REG_PXP2_PRTY_STS_1 0x12058c |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 3337 | /* [RC 32] Parity register #0 read clear */ |
| 3338 | #define PXP2_REG_PXP2_PRTY_STS_CLR_0 0x120580 |
| 3339 | #define PXP2_REG_PXP2_PRTY_STS_CLR_1 0x120590 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3340 | /* [R 1] Debug only: The 'almost full' indication from each fifo (gives |
| 3341 | indication about backpressure) */ |
| 3342 | #define PXP2_REG_RD_ALMOST_FULL_0 0x120424 |
| 3343 | /* [R 8] Debug only: The blocks counter - number of unused block ids */ |
| 3344 | #define PXP2_REG_RD_BLK_CNT 0x120418 |
| 3345 | /* [RW 8] Debug only: Total number of available blocks in Tetris Buffer. |
| 3346 | Must be bigger than 6. Normally should not be changed. */ |
| 3347 | #define PXP2_REG_RD_BLK_NUM_CFG 0x12040c |
| 3348 | /* [RW 2] CDU byte swapping mode configuration for master read requests */ |
| 3349 | #define PXP2_REG_RD_CDURD_SWAP_MODE 0x120404 |
| 3350 | /* [RW 1] When '1'; inputs to the PSWRD block are ignored */ |
| 3351 | #define PXP2_REG_RD_DISABLE_INPUTS 0x120374 |
| 3352 | /* [R 1] PSWRD internal memories initialization is done */ |
| 3353 | #define PXP2_REG_RD_INIT_DONE 0x120370 |
| 3354 | /* [RW 8] The maximum number of blocks in Tetris Buffer that can be |
| 3355 | allocated for vq10 */ |
| 3356 | #define PXP2_REG_RD_MAX_BLKS_VQ10 0x1203a0 |
| 3357 | /* [RW 8] The maximum number of blocks in Tetris Buffer that can be |
| 3358 | allocated for vq11 */ |
| 3359 | #define PXP2_REG_RD_MAX_BLKS_VQ11 0x1203a4 |
| 3360 | /* [RW 8] The maximum number of blocks in Tetris Buffer that can be |
| 3361 | allocated for vq17 */ |
| 3362 | #define PXP2_REG_RD_MAX_BLKS_VQ17 0x1203bc |
| 3363 | /* [RW 8] The maximum number of blocks in Tetris Buffer that can be |
| 3364 | allocated for vq18 */ |
| 3365 | #define PXP2_REG_RD_MAX_BLKS_VQ18 0x1203c0 |
| 3366 | /* [RW 8] The maximum number of blocks in Tetris Buffer that can be |
| 3367 | allocated for vq19 */ |
| 3368 | #define PXP2_REG_RD_MAX_BLKS_VQ19 0x1203c4 |
| 3369 | /* [RW 8] The maximum number of blocks in Tetris Buffer that can be |
| 3370 | allocated for vq22 */ |
| 3371 | #define PXP2_REG_RD_MAX_BLKS_VQ22 0x1203d0 |
| 3372 | /* [RW 8] The maximum number of blocks in Tetris Buffer that can be |
Eilon Greenstein | ca00392 | 2009-08-12 22:53:28 -0700 | [diff] [blame] | 3373 | allocated for vq25 */ |
| 3374 | #define PXP2_REG_RD_MAX_BLKS_VQ25 0x1203dc |
| 3375 | /* [RW 8] The maximum number of blocks in Tetris Buffer that can be |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3376 | allocated for vq6 */ |
| 3377 | #define PXP2_REG_RD_MAX_BLKS_VQ6 0x120390 |
| 3378 | /* [RW 8] The maximum number of blocks in Tetris Buffer that can be |
| 3379 | allocated for vq9 */ |
| 3380 | #define PXP2_REG_RD_MAX_BLKS_VQ9 0x12039c |
| 3381 | /* [RW 2] PBF byte swapping mode configuration for master read requests */ |
| 3382 | #define PXP2_REG_RD_PBF_SWAP_MODE 0x1203f4 |
| 3383 | /* [R 1] Debug only: Indication if delivery ports are idle */ |
| 3384 | #define PXP2_REG_RD_PORT_IS_IDLE_0 0x12041c |
| 3385 | #define PXP2_REG_RD_PORT_IS_IDLE_1 0x120420 |
| 3386 | /* [RW 2] QM byte swapping mode configuration for master read requests */ |
| 3387 | #define PXP2_REG_RD_QM_SWAP_MODE 0x1203f8 |
| 3388 | /* [R 7] Debug only: The SR counter - number of unused sub request ids */ |
| 3389 | #define PXP2_REG_RD_SR_CNT 0x120414 |
| 3390 | /* [RW 2] SRC byte swapping mode configuration for master read requests */ |
| 3391 | #define PXP2_REG_RD_SRC_SWAP_MODE 0x120400 |
| 3392 | /* [RW 7] Debug only: Total number of available PCI read sub-requests. Must |
| 3393 | be bigger than 1. Normally should not be changed. */ |
| 3394 | #define PXP2_REG_RD_SR_NUM_CFG 0x120408 |
| 3395 | /* [RW 1] Signals the PSWRD block to start initializing internal memories */ |
| 3396 | #define PXP2_REG_RD_START_INIT 0x12036c |
| 3397 | /* [RW 2] TM byte swapping mode configuration for master read requests */ |
| 3398 | #define PXP2_REG_RD_TM_SWAP_MODE 0x1203fc |
| 3399 | /* [RW 10] Bandwidth addition to VQ0 write requests */ |
| 3400 | #define PXP2_REG_RQ_BW_RD_ADD0 0x1201bc |
| 3401 | /* [RW 10] Bandwidth addition to VQ12 read requests */ |
| 3402 | #define PXP2_REG_RQ_BW_RD_ADD12 0x1201ec |
| 3403 | /* [RW 10] Bandwidth addition to VQ13 read requests */ |
| 3404 | #define PXP2_REG_RQ_BW_RD_ADD13 0x1201f0 |
| 3405 | /* [RW 10] Bandwidth addition to VQ14 read requests */ |
| 3406 | #define PXP2_REG_RQ_BW_RD_ADD14 0x1201f4 |
| 3407 | /* [RW 10] Bandwidth addition to VQ15 read requests */ |
| 3408 | #define PXP2_REG_RQ_BW_RD_ADD15 0x1201f8 |
| 3409 | /* [RW 10] Bandwidth addition to VQ16 read requests */ |
| 3410 | #define PXP2_REG_RQ_BW_RD_ADD16 0x1201fc |
| 3411 | /* [RW 10] Bandwidth addition to VQ17 read requests */ |
| 3412 | #define PXP2_REG_RQ_BW_RD_ADD17 0x120200 |
| 3413 | /* [RW 10] Bandwidth addition to VQ18 read requests */ |
| 3414 | #define PXP2_REG_RQ_BW_RD_ADD18 0x120204 |
| 3415 | /* [RW 10] Bandwidth addition to VQ19 read requests */ |
| 3416 | #define PXP2_REG_RQ_BW_RD_ADD19 0x120208 |
| 3417 | /* [RW 10] Bandwidth addition to VQ20 read requests */ |
| 3418 | #define PXP2_REG_RQ_BW_RD_ADD20 0x12020c |
| 3419 | /* [RW 10] Bandwidth addition to VQ22 read requests */ |
| 3420 | #define PXP2_REG_RQ_BW_RD_ADD22 0x120210 |
| 3421 | /* [RW 10] Bandwidth addition to VQ23 read requests */ |
| 3422 | #define PXP2_REG_RQ_BW_RD_ADD23 0x120214 |
| 3423 | /* [RW 10] Bandwidth addition to VQ24 read requests */ |
| 3424 | #define PXP2_REG_RQ_BW_RD_ADD24 0x120218 |
| 3425 | /* [RW 10] Bandwidth addition to VQ25 read requests */ |
| 3426 | #define PXP2_REG_RQ_BW_RD_ADD25 0x12021c |
| 3427 | /* [RW 10] Bandwidth addition to VQ26 read requests */ |
| 3428 | #define PXP2_REG_RQ_BW_RD_ADD26 0x120220 |
| 3429 | /* [RW 10] Bandwidth addition to VQ27 read requests */ |
| 3430 | #define PXP2_REG_RQ_BW_RD_ADD27 0x120224 |
| 3431 | /* [RW 10] Bandwidth addition to VQ4 read requests */ |
| 3432 | #define PXP2_REG_RQ_BW_RD_ADD4 0x1201cc |
| 3433 | /* [RW 10] Bandwidth addition to VQ5 read requests */ |
| 3434 | #define PXP2_REG_RQ_BW_RD_ADD5 0x1201d0 |
| 3435 | /* [RW 10] Bandwidth Typical L for VQ0 Read requests */ |
| 3436 | #define PXP2_REG_RQ_BW_RD_L0 0x1202ac |
| 3437 | /* [RW 10] Bandwidth Typical L for VQ12 Read requests */ |
| 3438 | #define PXP2_REG_RQ_BW_RD_L12 0x1202dc |
| 3439 | /* [RW 10] Bandwidth Typical L for VQ13 Read requests */ |
| 3440 | #define PXP2_REG_RQ_BW_RD_L13 0x1202e0 |
| 3441 | /* [RW 10] Bandwidth Typical L for VQ14 Read requests */ |
| 3442 | #define PXP2_REG_RQ_BW_RD_L14 0x1202e4 |
| 3443 | /* [RW 10] Bandwidth Typical L for VQ15 Read requests */ |
| 3444 | #define PXP2_REG_RQ_BW_RD_L15 0x1202e8 |
| 3445 | /* [RW 10] Bandwidth Typical L for VQ16 Read requests */ |
| 3446 | #define PXP2_REG_RQ_BW_RD_L16 0x1202ec |
| 3447 | /* [RW 10] Bandwidth Typical L for VQ17 Read requests */ |
| 3448 | #define PXP2_REG_RQ_BW_RD_L17 0x1202f0 |
| 3449 | /* [RW 10] Bandwidth Typical L for VQ18 Read requests */ |
| 3450 | #define PXP2_REG_RQ_BW_RD_L18 0x1202f4 |
| 3451 | /* [RW 10] Bandwidth Typical L for VQ19 Read requests */ |
| 3452 | #define PXP2_REG_RQ_BW_RD_L19 0x1202f8 |
| 3453 | /* [RW 10] Bandwidth Typical L for VQ20 Read requests */ |
| 3454 | #define PXP2_REG_RQ_BW_RD_L20 0x1202fc |
| 3455 | /* [RW 10] Bandwidth Typical L for VQ22 Read requests */ |
| 3456 | #define PXP2_REG_RQ_BW_RD_L22 0x120300 |
| 3457 | /* [RW 10] Bandwidth Typical L for VQ23 Read requests */ |
| 3458 | #define PXP2_REG_RQ_BW_RD_L23 0x120304 |
| 3459 | /* [RW 10] Bandwidth Typical L for VQ24 Read requests */ |
| 3460 | #define PXP2_REG_RQ_BW_RD_L24 0x120308 |
| 3461 | /* [RW 10] Bandwidth Typical L for VQ25 Read requests */ |
| 3462 | #define PXP2_REG_RQ_BW_RD_L25 0x12030c |
| 3463 | /* [RW 10] Bandwidth Typical L for VQ26 Read requests */ |
| 3464 | #define PXP2_REG_RQ_BW_RD_L26 0x120310 |
| 3465 | /* [RW 10] Bandwidth Typical L for VQ27 Read requests */ |
| 3466 | #define PXP2_REG_RQ_BW_RD_L27 0x120314 |
| 3467 | /* [RW 10] Bandwidth Typical L for VQ4 Read requests */ |
| 3468 | #define PXP2_REG_RQ_BW_RD_L4 0x1202bc |
| 3469 | /* [RW 10] Bandwidth Typical L for VQ5 Read- currently not used */ |
| 3470 | #define PXP2_REG_RQ_BW_RD_L5 0x1202c0 |
| 3471 | /* [RW 7] Bandwidth upper bound for VQ0 read requests */ |
| 3472 | #define PXP2_REG_RQ_BW_RD_UBOUND0 0x120234 |
| 3473 | /* [RW 7] Bandwidth upper bound for VQ12 read requests */ |
| 3474 | #define PXP2_REG_RQ_BW_RD_UBOUND12 0x120264 |
| 3475 | /* [RW 7] Bandwidth upper bound for VQ13 read requests */ |
| 3476 | #define PXP2_REG_RQ_BW_RD_UBOUND13 0x120268 |
| 3477 | /* [RW 7] Bandwidth upper bound for VQ14 read requests */ |
| 3478 | #define PXP2_REG_RQ_BW_RD_UBOUND14 0x12026c |
| 3479 | /* [RW 7] Bandwidth upper bound for VQ15 read requests */ |
| 3480 | #define PXP2_REG_RQ_BW_RD_UBOUND15 0x120270 |
| 3481 | /* [RW 7] Bandwidth upper bound for VQ16 read requests */ |
| 3482 | #define PXP2_REG_RQ_BW_RD_UBOUND16 0x120274 |
| 3483 | /* [RW 7] Bandwidth upper bound for VQ17 read requests */ |
| 3484 | #define PXP2_REG_RQ_BW_RD_UBOUND17 0x120278 |
| 3485 | /* [RW 7] Bandwidth upper bound for VQ18 read requests */ |
| 3486 | #define PXP2_REG_RQ_BW_RD_UBOUND18 0x12027c |
| 3487 | /* [RW 7] Bandwidth upper bound for VQ19 read requests */ |
| 3488 | #define PXP2_REG_RQ_BW_RD_UBOUND19 0x120280 |
| 3489 | /* [RW 7] Bandwidth upper bound for VQ20 read requests */ |
| 3490 | #define PXP2_REG_RQ_BW_RD_UBOUND20 0x120284 |
| 3491 | /* [RW 7] Bandwidth upper bound for VQ22 read requests */ |
| 3492 | #define PXP2_REG_RQ_BW_RD_UBOUND22 0x120288 |
| 3493 | /* [RW 7] Bandwidth upper bound for VQ23 read requests */ |
| 3494 | #define PXP2_REG_RQ_BW_RD_UBOUND23 0x12028c |
| 3495 | /* [RW 7] Bandwidth upper bound for VQ24 read requests */ |
| 3496 | #define PXP2_REG_RQ_BW_RD_UBOUND24 0x120290 |
| 3497 | /* [RW 7] Bandwidth upper bound for VQ25 read requests */ |
| 3498 | #define PXP2_REG_RQ_BW_RD_UBOUND25 0x120294 |
| 3499 | /* [RW 7] Bandwidth upper bound for VQ26 read requests */ |
| 3500 | #define PXP2_REG_RQ_BW_RD_UBOUND26 0x120298 |
| 3501 | /* [RW 7] Bandwidth upper bound for VQ27 read requests */ |
| 3502 | #define PXP2_REG_RQ_BW_RD_UBOUND27 0x12029c |
| 3503 | /* [RW 7] Bandwidth upper bound for VQ4 read requests */ |
| 3504 | #define PXP2_REG_RQ_BW_RD_UBOUND4 0x120244 |
| 3505 | /* [RW 7] Bandwidth upper bound for VQ5 read requests */ |
| 3506 | #define PXP2_REG_RQ_BW_RD_UBOUND5 0x120248 |
| 3507 | /* [RW 10] Bandwidth addition to VQ29 write requests */ |
| 3508 | #define PXP2_REG_RQ_BW_WR_ADD29 0x12022c |
| 3509 | /* [RW 10] Bandwidth addition to VQ30 write requests */ |
| 3510 | #define PXP2_REG_RQ_BW_WR_ADD30 0x120230 |
| 3511 | /* [RW 10] Bandwidth Typical L for VQ29 Write requests */ |
| 3512 | #define PXP2_REG_RQ_BW_WR_L29 0x12031c |
| 3513 | /* [RW 10] Bandwidth Typical L for VQ30 Write requests */ |
| 3514 | #define PXP2_REG_RQ_BW_WR_L30 0x120320 |
| 3515 | /* [RW 7] Bandwidth upper bound for VQ29 */ |
| 3516 | #define PXP2_REG_RQ_BW_WR_UBOUND29 0x1202a4 |
| 3517 | /* [RW 7] Bandwidth upper bound for VQ30 */ |
| 3518 | #define PXP2_REG_RQ_BW_WR_UBOUND30 0x1202a8 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3519 | /* [RW 18] external first_mem_addr field in L2P table for CDU module port 0 */ |
| 3520 | #define PXP2_REG_RQ_CDU0_EFIRST_MEM_ADDR 0x120008 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3521 | /* [RW 2] Endian mode for cdu */ |
| 3522 | #define PXP2_REG_RQ_CDU_ENDIAN_M 0x1201a0 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3523 | #define PXP2_REG_RQ_CDU_FIRST_ILT 0x12061c |
| 3524 | #define PXP2_REG_RQ_CDU_LAST_ILT 0x120620 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3525 | /* [RW 3] page size in L2P table for CDU module; -4k; -8k; -16k; -32k; -64k; |
| 3526 | -128k */ |
| 3527 | #define PXP2_REG_RQ_CDU_P_SIZE 0x120018 |
| 3528 | /* [R 1] 1' indicates that the requester has finished its internal |
| 3529 | configuration */ |
| 3530 | #define PXP2_REG_RQ_CFG_DONE 0x1201b4 |
| 3531 | /* [RW 2] Endian mode for debug */ |
| 3532 | #define PXP2_REG_RQ_DBG_ENDIAN_M 0x1201a4 |
| 3533 | /* [RW 1] When '1'; requests will enter input buffers but wont get out |
| 3534 | towards the glue */ |
| 3535 | #define PXP2_REG_RQ_DISABLE_INPUTS 0x120330 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 3536 | /* [RW 4] Determines alignment of write SRs when a request is split into |
| 3537 | * several SRs. 0 - 8B aligned. 1 - 64B aligned. 2 - 128B aligned. 3 - 256B |
| 3538 | * aligned. 4 - 512B aligned. */ |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3539 | #define PXP2_REG_RQ_DRAM_ALIGN 0x1205b0 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 3540 | /* [RW 4] Determines alignment of read SRs when a request is split into |
| 3541 | * several SRs. 0 - 8B aligned. 1 - 64B aligned. 2 - 128B aligned. 3 - 256B |
| 3542 | * aligned. 4 - 512B aligned. */ |
| 3543 | #define PXP2_REG_RQ_DRAM_ALIGN_RD 0x12092c |
| 3544 | /* [RW 1] when set the new alignment method (E2) will be applied; when reset |
| 3545 | * the original alignment method (E1 E1H) will be applied */ |
| 3546 | #define PXP2_REG_RQ_DRAM_ALIGN_SEL 0x120930 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3547 | /* [RW 1] If 1 ILT failiue will not result in ELT access; An interrupt will |
| 3548 | be asserted */ |
| 3549 | #define PXP2_REG_RQ_ELT_DISABLE 0x12066c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3550 | /* [RW 2] Endian mode for hc */ |
| 3551 | #define PXP2_REG_RQ_HC_ENDIAN_M 0x1201a8 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3552 | /* [RW 1] when '0' ILT logic will work as in A0; otherwise B0; for back |
| 3553 | compatibility needs; Note that different registers are used per mode */ |
| 3554 | #define PXP2_REG_RQ_ILT_MODE 0x1205b4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3555 | /* [WB 53] Onchip address table */ |
| 3556 | #define PXP2_REG_RQ_ONCHIP_AT 0x122000 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3557 | /* [WB 53] Onchip address table - B0 */ |
| 3558 | #define PXP2_REG_RQ_ONCHIP_AT_B0 0x128000 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 3559 | /* [RW 13] Pending read limiter threshold; in Dwords */ |
| 3560 | #define PXP2_REG_RQ_PDR_LIMIT 0x12033c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3561 | /* [RW 2] Endian mode for qm */ |
| 3562 | #define PXP2_REG_RQ_QM_ENDIAN_M 0x120194 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3563 | #define PXP2_REG_RQ_QM_FIRST_ILT 0x120634 |
| 3564 | #define PXP2_REG_RQ_QM_LAST_ILT 0x120638 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3565 | /* [RW 3] page size in L2P table for QM module; -4k; -8k; -16k; -32k; -64k; |
| 3566 | -128k */ |
| 3567 | #define PXP2_REG_RQ_QM_P_SIZE 0x120050 |
Eilon Greenstein | 3347162 | 2008-08-13 15:59:08 -0700 | [diff] [blame] | 3568 | /* [RW 1] 1' indicates that the RBC has finished configuring the PSWRQ */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3569 | #define PXP2_REG_RQ_RBC_DONE 0x1201b0 |
| 3570 | /* [RW 3] Max burst size filed for read requests port 0; 000 - 128B; |
| 3571 | 001:256B; 010: 512B; 11:1K:100:2K; 01:4K */ |
| 3572 | #define PXP2_REG_RQ_RD_MBS0 0x120160 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 3573 | /* [RW 3] Max burst size filed for read requests port 1; 000 - 128B; |
| 3574 | 001:256B; 010: 512B; 11:1K:100:2K; 01:4K */ |
| 3575 | #define PXP2_REG_RQ_RD_MBS1 0x120168 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3576 | /* [RW 2] Endian mode for src */ |
| 3577 | #define PXP2_REG_RQ_SRC_ENDIAN_M 0x12019c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3578 | #define PXP2_REG_RQ_SRC_FIRST_ILT 0x12063c |
| 3579 | #define PXP2_REG_RQ_SRC_LAST_ILT 0x120640 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3580 | /* [RW 3] page size in L2P table for SRC module; -4k; -8k; -16k; -32k; -64k; |
| 3581 | -128k */ |
| 3582 | #define PXP2_REG_RQ_SRC_P_SIZE 0x12006c |
| 3583 | /* [RW 2] Endian mode for tm */ |
| 3584 | #define PXP2_REG_RQ_TM_ENDIAN_M 0x120198 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3585 | #define PXP2_REG_RQ_TM_FIRST_ILT 0x120644 |
| 3586 | #define PXP2_REG_RQ_TM_LAST_ILT 0x120648 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3587 | /* [RW 3] page size in L2P table for TM module; -4k; -8k; -16k; -32k; -64k; |
| 3588 | -128k */ |
| 3589 | #define PXP2_REG_RQ_TM_P_SIZE 0x120034 |
| 3590 | /* [R 5] Number of entries in the ufifo; his fifo has l2p completions */ |
| 3591 | #define PXP2_REG_RQ_UFIFO_NUM_OF_ENTRY 0x12080c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3592 | /* [RW 18] external first_mem_addr field in L2P table for USDM module port 0 */ |
| 3593 | #define PXP2_REG_RQ_USDM0_EFIRST_MEM_ADDR 0x120094 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3594 | /* [R 8] Number of entries occupied by vq 0 in pswrq memory */ |
| 3595 | #define PXP2_REG_RQ_VQ0_ENTRY_CNT 0x120810 |
| 3596 | /* [R 8] Number of entries occupied by vq 10 in pswrq memory */ |
| 3597 | #define PXP2_REG_RQ_VQ10_ENTRY_CNT 0x120818 |
| 3598 | /* [R 8] Number of entries occupied by vq 11 in pswrq memory */ |
| 3599 | #define PXP2_REG_RQ_VQ11_ENTRY_CNT 0x120820 |
| 3600 | /* [R 8] Number of entries occupied by vq 12 in pswrq memory */ |
| 3601 | #define PXP2_REG_RQ_VQ12_ENTRY_CNT 0x120828 |
| 3602 | /* [R 8] Number of entries occupied by vq 13 in pswrq memory */ |
| 3603 | #define PXP2_REG_RQ_VQ13_ENTRY_CNT 0x120830 |
| 3604 | /* [R 8] Number of entries occupied by vq 14 in pswrq memory */ |
| 3605 | #define PXP2_REG_RQ_VQ14_ENTRY_CNT 0x120838 |
| 3606 | /* [R 8] Number of entries occupied by vq 15 in pswrq memory */ |
| 3607 | #define PXP2_REG_RQ_VQ15_ENTRY_CNT 0x120840 |
| 3608 | /* [R 8] Number of entries occupied by vq 16 in pswrq memory */ |
| 3609 | #define PXP2_REG_RQ_VQ16_ENTRY_CNT 0x120848 |
| 3610 | /* [R 8] Number of entries occupied by vq 17 in pswrq memory */ |
| 3611 | #define PXP2_REG_RQ_VQ17_ENTRY_CNT 0x120850 |
| 3612 | /* [R 8] Number of entries occupied by vq 18 in pswrq memory */ |
| 3613 | #define PXP2_REG_RQ_VQ18_ENTRY_CNT 0x120858 |
| 3614 | /* [R 8] Number of entries occupied by vq 19 in pswrq memory */ |
| 3615 | #define PXP2_REG_RQ_VQ19_ENTRY_CNT 0x120860 |
| 3616 | /* [R 8] Number of entries occupied by vq 1 in pswrq memory */ |
| 3617 | #define PXP2_REG_RQ_VQ1_ENTRY_CNT 0x120868 |
| 3618 | /* [R 8] Number of entries occupied by vq 20 in pswrq memory */ |
| 3619 | #define PXP2_REG_RQ_VQ20_ENTRY_CNT 0x120870 |
| 3620 | /* [R 8] Number of entries occupied by vq 21 in pswrq memory */ |
| 3621 | #define PXP2_REG_RQ_VQ21_ENTRY_CNT 0x120878 |
| 3622 | /* [R 8] Number of entries occupied by vq 22 in pswrq memory */ |
| 3623 | #define PXP2_REG_RQ_VQ22_ENTRY_CNT 0x120880 |
| 3624 | /* [R 8] Number of entries occupied by vq 23 in pswrq memory */ |
| 3625 | #define PXP2_REG_RQ_VQ23_ENTRY_CNT 0x120888 |
| 3626 | /* [R 8] Number of entries occupied by vq 24 in pswrq memory */ |
| 3627 | #define PXP2_REG_RQ_VQ24_ENTRY_CNT 0x120890 |
| 3628 | /* [R 8] Number of entries occupied by vq 25 in pswrq memory */ |
| 3629 | #define PXP2_REG_RQ_VQ25_ENTRY_CNT 0x120898 |
| 3630 | /* [R 8] Number of entries occupied by vq 26 in pswrq memory */ |
| 3631 | #define PXP2_REG_RQ_VQ26_ENTRY_CNT 0x1208a0 |
| 3632 | /* [R 8] Number of entries occupied by vq 27 in pswrq memory */ |
| 3633 | #define PXP2_REG_RQ_VQ27_ENTRY_CNT 0x1208a8 |
| 3634 | /* [R 8] Number of entries occupied by vq 28 in pswrq memory */ |
| 3635 | #define PXP2_REG_RQ_VQ28_ENTRY_CNT 0x1208b0 |
| 3636 | /* [R 8] Number of entries occupied by vq 29 in pswrq memory */ |
| 3637 | #define PXP2_REG_RQ_VQ29_ENTRY_CNT 0x1208b8 |
| 3638 | /* [R 8] Number of entries occupied by vq 2 in pswrq memory */ |
| 3639 | #define PXP2_REG_RQ_VQ2_ENTRY_CNT 0x1208c0 |
| 3640 | /* [R 8] Number of entries occupied by vq 30 in pswrq memory */ |
| 3641 | #define PXP2_REG_RQ_VQ30_ENTRY_CNT 0x1208c8 |
| 3642 | /* [R 8] Number of entries occupied by vq 31 in pswrq memory */ |
| 3643 | #define PXP2_REG_RQ_VQ31_ENTRY_CNT 0x1208d0 |
| 3644 | /* [R 8] Number of entries occupied by vq 3 in pswrq memory */ |
| 3645 | #define PXP2_REG_RQ_VQ3_ENTRY_CNT 0x1208d8 |
| 3646 | /* [R 8] Number of entries occupied by vq 4 in pswrq memory */ |
| 3647 | #define PXP2_REG_RQ_VQ4_ENTRY_CNT 0x1208e0 |
| 3648 | /* [R 8] Number of entries occupied by vq 5 in pswrq memory */ |
| 3649 | #define PXP2_REG_RQ_VQ5_ENTRY_CNT 0x1208e8 |
| 3650 | /* [R 8] Number of entries occupied by vq 6 in pswrq memory */ |
| 3651 | #define PXP2_REG_RQ_VQ6_ENTRY_CNT 0x1208f0 |
| 3652 | /* [R 8] Number of entries occupied by vq 7 in pswrq memory */ |
| 3653 | #define PXP2_REG_RQ_VQ7_ENTRY_CNT 0x1208f8 |
| 3654 | /* [R 8] Number of entries occupied by vq 8 in pswrq memory */ |
| 3655 | #define PXP2_REG_RQ_VQ8_ENTRY_CNT 0x120900 |
| 3656 | /* [R 8] Number of entries occupied by vq 9 in pswrq memory */ |
| 3657 | #define PXP2_REG_RQ_VQ9_ENTRY_CNT 0x120908 |
| 3658 | /* [RW 3] Max burst size filed for write requests port 0; 000 - 128B; |
| 3659 | 001:256B; 010: 512B; */ |
| 3660 | #define PXP2_REG_RQ_WR_MBS0 0x12015c |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 3661 | /* [RW 3] Max burst size filed for write requests port 1; 000 - 128B; |
| 3662 | 001:256B; 010: 512B; */ |
| 3663 | #define PXP2_REG_RQ_WR_MBS1 0x120164 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3664 | /* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the |
| 3665 | buffer reaches this number has_payload will be asserted */ |
| 3666 | #define PXP2_REG_WR_CDU_MPS 0x1205f0 |
| 3667 | /* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the |
| 3668 | buffer reaches this number has_payload will be asserted */ |
| 3669 | #define PXP2_REG_WR_CSDM_MPS 0x1205d0 |
| 3670 | /* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the |
| 3671 | buffer reaches this number has_payload will be asserted */ |
| 3672 | #define PXP2_REG_WR_DBG_MPS 0x1205e8 |
| 3673 | /* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the |
| 3674 | buffer reaches this number has_payload will be asserted */ |
| 3675 | #define PXP2_REG_WR_DMAE_MPS 0x1205ec |
Eilon Greenstein | 3347162 | 2008-08-13 15:59:08 -0700 | [diff] [blame] | 3676 | /* [RW 10] if Number of entries in dmae fifo will be higher than this |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3677 | threshold then has_payload indication will be asserted; the default value |
| 3678 | should be equal to > write MBS size! */ |
| 3679 | #define PXP2_REG_WR_DMAE_TH 0x120368 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3680 | /* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the |
| 3681 | buffer reaches this number has_payload will be asserted */ |
| 3682 | #define PXP2_REG_WR_HC_MPS 0x1205c8 |
| 3683 | /* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the |
| 3684 | buffer reaches this number has_payload will be asserted */ |
| 3685 | #define PXP2_REG_WR_QM_MPS 0x1205dc |
| 3686 | /* [RW 1] 0 - working in A0 mode; - working in B0 mode */ |
| 3687 | #define PXP2_REG_WR_REV_MODE 0x120670 |
| 3688 | /* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the |
| 3689 | buffer reaches this number has_payload will be asserted */ |
| 3690 | #define PXP2_REG_WR_SRC_MPS 0x1205e4 |
| 3691 | /* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the |
| 3692 | buffer reaches this number has_payload will be asserted */ |
| 3693 | #define PXP2_REG_WR_TM_MPS 0x1205e0 |
| 3694 | /* [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_TSDM_MPS 0x1205d4 |
Eilon Greenstein | 3347162 | 2008-08-13 15:59:08 -0700 | [diff] [blame] | 3697 | /* [RW 10] if Number of entries in usdmdp fifo will be higher than this |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 3698 | threshold then has_payload indication will be asserted; the default value |
| 3699 | should be equal to > write MBS size! */ |
| 3700 | #define PXP2_REG_WR_USDMDP_TH 0x120348 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3701 | /* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the |
| 3702 | buffer reaches this number has_payload will be asserted */ |
| 3703 | #define PXP2_REG_WR_USDM_MPS 0x1205cc |
| 3704 | /* [RW 2] 0 - 128B; - 256B; - 512B; - 1024B; when the payload in the |
| 3705 | buffer reaches this number has_payload will be asserted */ |
| 3706 | #define PXP2_REG_WR_XSDM_MPS 0x1205d8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3707 | /* [R 1] debug only: Indication if PSWHST arbiter is idle */ |
| 3708 | #define PXP_REG_HST_ARB_IS_IDLE 0x103004 |
| 3709 | /* [R 8] debug only: A bit mask for all PSWHST arbiter clients. '1' means |
| 3710 | this client is waiting for the arbiter. */ |
| 3711 | #define PXP_REG_HST_CLIENTS_WAITING_TO_ARB 0x103008 |
Vladislav Zolotarov | 72fd071 | 2010-04-19 01:13:12 +0000 | [diff] [blame] | 3712 | /* [RW 1] When 1; doorbells are discarded and not passed to doorbell queue |
| 3713 | block. Should be used for close the gates. */ |
| 3714 | #define PXP_REG_HST_DISCARD_DOORBELLS 0x1030a4 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3715 | /* [R 1] debug only: '1' means this PSWHST is discarding doorbells. This bit |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 3716 | should update according to 'hst_discard_doorbells' register when the state |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3717 | machine is idle */ |
| 3718 | #define PXP_REG_HST_DISCARD_DOORBELLS_STATUS 0x1030a0 |
Vladislav Zolotarov | 72fd071 | 2010-04-19 01:13:12 +0000 | [diff] [blame] | 3719 | /* [RW 1] When 1; new internal writes arriving to the block are discarded. |
| 3720 | Should be used for close the gates. */ |
| 3721 | #define PXP_REG_HST_DISCARD_INTERNAL_WRITES 0x1030a8 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3722 | /* [R 6] debug only: A bit mask for all PSWHST internal write clients. '1' |
| 3723 | means this PSWHST is discarding inputs from this client. Each bit should |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 3724 | update according to 'hst_discard_internal_writes' register when the state |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3725 | machine is idle. */ |
| 3726 | #define PXP_REG_HST_DISCARD_INTERNAL_WRITES_STATUS 0x10309c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3727 | /* [WB 160] Used for initialization of the inbound interrupts memory */ |
| 3728 | #define PXP_REG_HST_INBOUND_INT 0x103800 |
Ariel Elior | b93288d | 2013-01-01 05:22:35 +0000 | [diff] [blame] | 3729 | /* [RW 7] Indirect access to the permission table. The fields are : {Valid; |
| 3730 | * VFID[5:0]} |
| 3731 | */ |
| 3732 | #define PXP_REG_HST_ZONE_PERMISSION_TABLE 0x103400 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3733 | /* [RW 32] Interrupt mask register #0 read/write */ |
| 3734 | #define PXP_REG_PXP_INT_MASK_0 0x103074 |
| 3735 | #define PXP_REG_PXP_INT_MASK_1 0x103084 |
| 3736 | /* [R 32] Interrupt register #0 read */ |
| 3737 | #define PXP_REG_PXP_INT_STS_0 0x103068 |
| 3738 | #define PXP_REG_PXP_INT_STS_1 0x103078 |
| 3739 | /* [RC 32] Interrupt register #0 read clear */ |
| 3740 | #define PXP_REG_PXP_INT_STS_CLR_0 0x10306c |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 3741 | #define PXP_REG_PXP_INT_STS_CLR_1 0x10307c |
| 3742 | /* [RW 27] Parity mask register #0 read/write */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3743 | #define PXP_REG_PXP_PRTY_MASK 0x103094 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 3744 | /* [R 26] Parity register #0 read */ |
| 3745 | #define PXP_REG_PXP_PRTY_STS 0x103088 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 3746 | /* [RC 27] Parity register #0 read clear */ |
| 3747 | #define PXP_REG_PXP_PRTY_STS_CLR 0x10308c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3748 | /* [RW 4] The activity counter initial increment value sent in the load |
| 3749 | request */ |
| 3750 | #define QM_REG_ACTCTRINITVAL_0 0x168040 |
| 3751 | #define QM_REG_ACTCTRINITVAL_1 0x168044 |
| 3752 | #define QM_REG_ACTCTRINITVAL_2 0x168048 |
| 3753 | #define QM_REG_ACTCTRINITVAL_3 0x16804c |
| 3754 | /* [RW 32] The base logical address (in bytes) of each physical queue. The |
| 3755 | index I represents the physical queue number. The 12 lsbs are ignore and |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3756 | considered zero so practically there are only 20 bits in this register; |
| 3757 | queues 63-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3758 | #define QM_REG_BASEADDR 0x168900 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 3759 | /* [RW 32] The base logical address (in bytes) of each physical queue. The |
| 3760 | index I represents the physical queue number. The 12 lsbs are ignore and |
| 3761 | considered zero so practically there are only 20 bits in this register; |
| 3762 | queues 127-64 */ |
| 3763 | #define QM_REG_BASEADDR_EXT_A 0x16e100 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3764 | /* [RW 16] The byte credit cost for each task. This value is for both ports */ |
| 3765 | #define QM_REG_BYTECRDCOST 0x168234 |
| 3766 | /* [RW 16] The initial byte credit value for both ports. */ |
| 3767 | #define QM_REG_BYTECRDINITVAL 0x168238 |
| 3768 | /* [RW 32] A bit per physical queue. If the bit is cleared then the physical |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3769 | queue uses port 0 else it uses port 1; queues 31-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3770 | #define QM_REG_BYTECRDPORT_LSB 0x168228 |
| 3771 | /* [RW 32] A bit per physical queue. If the bit is cleared then the physical |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3772 | queue uses port 0 else it uses port 1; queues 95-64 */ |
| 3773 | #define QM_REG_BYTECRDPORT_LSB_EXT_A 0x16e520 |
| 3774 | /* [RW 32] A bit per physical queue. If the bit is cleared then the physical |
| 3775 | queue uses port 0 else it uses port 1; queues 63-32 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3776 | #define QM_REG_BYTECRDPORT_MSB 0x168224 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3777 | /* [RW 32] A bit per physical queue. If the bit is cleared then the physical |
| 3778 | queue uses port 0 else it uses port 1; queues 127-96 */ |
| 3779 | #define QM_REG_BYTECRDPORT_MSB_EXT_A 0x16e51c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3780 | /* [RW 16] The byte credit value that if above the QM is considered almost |
| 3781 | full */ |
| 3782 | #define QM_REG_BYTECREDITAFULLTHR 0x168094 |
| 3783 | /* [RW 4] The initial credit for interface */ |
| 3784 | #define QM_REG_CMINITCRD_0 0x1680cc |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 3785 | #define QM_REG_BYTECRDCMDQ_0 0x16e6e8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3786 | #define QM_REG_CMINITCRD_1 0x1680d0 |
| 3787 | #define QM_REG_CMINITCRD_2 0x1680d4 |
| 3788 | #define QM_REG_CMINITCRD_3 0x1680d8 |
| 3789 | #define QM_REG_CMINITCRD_4 0x1680dc |
| 3790 | #define QM_REG_CMINITCRD_5 0x1680e0 |
| 3791 | #define QM_REG_CMINITCRD_6 0x1680e4 |
| 3792 | #define QM_REG_CMINITCRD_7 0x1680e8 |
| 3793 | /* [RW 8] A mask bit per CM interface. If this bit is 0 then this interface |
| 3794 | is masked */ |
| 3795 | #define QM_REG_CMINTEN 0x1680ec |
| 3796 | /* [RW 12] A bit vector which indicates which one of the queues are tied to |
| 3797 | interface 0 */ |
| 3798 | #define QM_REG_CMINTVOQMASK_0 0x1681f4 |
| 3799 | #define QM_REG_CMINTVOQMASK_1 0x1681f8 |
| 3800 | #define QM_REG_CMINTVOQMASK_2 0x1681fc |
| 3801 | #define QM_REG_CMINTVOQMASK_3 0x168200 |
| 3802 | #define QM_REG_CMINTVOQMASK_4 0x168204 |
| 3803 | #define QM_REG_CMINTVOQMASK_5 0x168208 |
| 3804 | #define QM_REG_CMINTVOQMASK_6 0x16820c |
| 3805 | #define QM_REG_CMINTVOQMASK_7 0x168210 |
| 3806 | /* [RW 20] The number of connections divided by 16 which dictates the size |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3807 | of each queue which belongs to even function number. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3808 | #define QM_REG_CONNNUM_0 0x168020 |
| 3809 | /* [R 6] Keep the fill level of the fifo from write client 4 */ |
| 3810 | #define QM_REG_CQM_WRC_FIFOLVL 0x168018 |
| 3811 | /* [RW 8] The context regions sent in the CFC load request */ |
| 3812 | #define QM_REG_CTXREG_0 0x168030 |
| 3813 | #define QM_REG_CTXREG_1 0x168034 |
| 3814 | #define QM_REG_CTXREG_2 0x168038 |
| 3815 | #define QM_REG_CTXREG_3 0x16803c |
| 3816 | /* [RW 12] The VOQ mask used to select the VOQs which needs to be full for |
| 3817 | bypass enable */ |
| 3818 | #define QM_REG_ENBYPVOQMASK 0x16823c |
| 3819 | /* [RW 32] A bit mask per each physical queue. If a bit is set then the |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3820 | physical queue uses the byte credit; queues 31-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3821 | #define QM_REG_ENBYTECRD_LSB 0x168220 |
| 3822 | /* [RW 32] A bit mask per each physical queue. If a bit is set then the |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3823 | physical queue uses the byte credit; queues 95-64 */ |
| 3824 | #define QM_REG_ENBYTECRD_LSB_EXT_A 0x16e518 |
| 3825 | /* [RW 32] A bit mask per each physical queue. If a bit is set then the |
| 3826 | physical queue uses the byte credit; queues 63-32 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3827 | #define QM_REG_ENBYTECRD_MSB 0x16821c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3828 | /* [RW 32] A bit mask per each physical queue. If a bit is set then the |
| 3829 | physical queue uses the byte credit; queues 127-96 */ |
| 3830 | #define QM_REG_ENBYTECRD_MSB_EXT_A 0x16e514 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3831 | /* [RW 4] If cleared then the secondary interface will not be served by the |
| 3832 | RR arbiter */ |
| 3833 | #define QM_REG_ENSEC 0x1680f0 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3834 | /* [RW 32] NA */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3835 | #define QM_REG_FUNCNUMSEL_LSB 0x168230 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3836 | /* [RW 32] NA */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3837 | #define QM_REG_FUNCNUMSEL_MSB 0x16822c |
| 3838 | /* [RW 32] A mask register to mask the Almost empty signals which will not |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3839 | be use for the almost empty indication to the HW block; queues 31:0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3840 | #define QM_REG_HWAEMPTYMASK_LSB 0x168218 |
| 3841 | /* [RW 32] A mask register to mask the Almost empty signals which will not |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3842 | be use for the almost empty indication to the HW block; queues 95-64 */ |
| 3843 | #define QM_REG_HWAEMPTYMASK_LSB_EXT_A 0x16e510 |
| 3844 | /* [RW 32] A mask register to mask the Almost empty signals which will not |
| 3845 | be use for the almost empty indication to the HW block; queues 63:32 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3846 | #define QM_REG_HWAEMPTYMASK_MSB 0x168214 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3847 | /* [RW 32] A mask register to mask the Almost empty signals which will not |
| 3848 | be use for the almost empty indication to the HW block; queues 127-96 */ |
| 3849 | #define QM_REG_HWAEMPTYMASK_MSB_EXT_A 0x16e50c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3850 | /* [RW 4] The number of outstanding request to CFC */ |
| 3851 | #define QM_REG_OUTLDREQ 0x168804 |
| 3852 | /* [RC 1] A flag to indicate that overflow error occurred in one of the |
| 3853 | queues. */ |
| 3854 | #define QM_REG_OVFERROR 0x16805c |
André Goddard Rosa | af901ca | 2009-11-14 13:09:05 -0200 | [diff] [blame] | 3855 | /* [RC 7] the Q where the overflow occurs */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3856 | #define QM_REG_OVFQNUM 0x168058 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3857 | /* [R 16] Pause state for physical queues 15-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3858 | #define QM_REG_PAUSESTATE0 0x168410 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3859 | /* [R 16] Pause state for physical queues 31-16 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3860 | #define QM_REG_PAUSESTATE1 0x168414 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3861 | /* [R 16] Pause state for physical queues 47-32 */ |
| 3862 | #define QM_REG_PAUSESTATE2 0x16e684 |
| 3863 | /* [R 16] Pause state for physical queues 63-48 */ |
| 3864 | #define QM_REG_PAUSESTATE3 0x16e688 |
| 3865 | /* [R 16] Pause state for physical queues 79-64 */ |
| 3866 | #define QM_REG_PAUSESTATE4 0x16e68c |
| 3867 | /* [R 16] Pause state for physical queues 95-80 */ |
| 3868 | #define QM_REG_PAUSESTATE5 0x16e690 |
| 3869 | /* [R 16] Pause state for physical queues 111-96 */ |
| 3870 | #define QM_REG_PAUSESTATE6 0x16e694 |
| 3871 | /* [R 16] Pause state for physical queues 127-112 */ |
| 3872 | #define QM_REG_PAUSESTATE7 0x16e698 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3873 | /* [RW 2] The PCI attributes field used in the PCI request. */ |
| 3874 | #define QM_REG_PCIREQAT 0x168054 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 3875 | #define QM_REG_PF_EN 0x16e70c |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 3876 | /* [R 24] The number of tasks stored in the QM for the PF. only even |
| 3877 | * functions are valid in E2 (odd I registers will be hard wired to 0) */ |
| 3878 | #define QM_REG_PF_USG_CNT_0 0x16e040 |
| 3879 | /* [R 16] NOT USED */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3880 | #define QM_REG_PORT0BYTECRD 0x168300 |
| 3881 | /* [R 16] The byte credit of port 1 */ |
| 3882 | #define QM_REG_PORT1BYTECRD 0x168304 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3883 | /* [RW 3] pci function number of queues 15-0 */ |
| 3884 | #define QM_REG_PQ2PCIFUNC_0 0x16e6bc |
| 3885 | #define QM_REG_PQ2PCIFUNC_1 0x16e6c0 |
| 3886 | #define QM_REG_PQ2PCIFUNC_2 0x16e6c4 |
| 3887 | #define QM_REG_PQ2PCIFUNC_3 0x16e6c8 |
| 3888 | #define QM_REG_PQ2PCIFUNC_4 0x16e6cc |
| 3889 | #define QM_REG_PQ2PCIFUNC_5 0x16e6d0 |
| 3890 | #define QM_REG_PQ2PCIFUNC_6 0x16e6d4 |
| 3891 | #define QM_REG_PQ2PCIFUNC_7 0x16e6d8 |
| 3892 | /* [WB 54] Pointer Table Memory for queues 63-0; The mapping is as follow: |
| 3893 | ptrtbl[53:30] read pointer; ptrtbl[29:6] write pointer; ptrtbl[5:4] read |
| 3894 | bank0; ptrtbl[3:2] read bank 1; ptrtbl[1:0] write bank; */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3895 | #define QM_REG_PTRTBL 0x168a00 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3896 | /* [WB 54] Pointer Table Memory for queues 127-64; The mapping is as follow: |
| 3897 | ptrtbl[53:30] read pointer; ptrtbl[29:6] write pointer; ptrtbl[5:4] read |
| 3898 | bank0; ptrtbl[3:2] read bank 1; ptrtbl[1:0] write bank; */ |
| 3899 | #define QM_REG_PTRTBL_EXT_A 0x16e200 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3900 | /* [RW 2] Interrupt mask register #0 read/write */ |
| 3901 | #define QM_REG_QM_INT_MASK 0x168444 |
| 3902 | /* [R 2] Interrupt register #0 read */ |
| 3903 | #define QM_REG_QM_INT_STS 0x168438 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3904 | /* [RW 12] Parity mask register #0 read/write */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3905 | #define QM_REG_QM_PRTY_MASK 0x168454 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3906 | /* [R 12] Parity register #0 read */ |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 3907 | #define QM_REG_QM_PRTY_STS 0x168448 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 3908 | /* [RC 12] Parity register #0 read clear */ |
| 3909 | #define QM_REG_QM_PRTY_STS_CLR 0x16844c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3910 | /* [R 32] Current queues in pipeline: Queues from 32 to 63 */ |
| 3911 | #define QM_REG_QSTATUS_HIGH 0x16802c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3912 | /* [R 32] Current queues in pipeline: Queues from 96 to 127 */ |
| 3913 | #define QM_REG_QSTATUS_HIGH_EXT_A 0x16e408 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3914 | /* [R 32] Current queues in pipeline: Queues from 0 to 31 */ |
| 3915 | #define QM_REG_QSTATUS_LOW 0x168028 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3916 | /* [R 32] Current queues in pipeline: Queues from 64 to 95 */ |
| 3917 | #define QM_REG_QSTATUS_LOW_EXT_A 0x16e404 |
| 3918 | /* [R 24] The number of tasks queued for each queue; queues 63-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3919 | #define QM_REG_QTASKCTR_0 0x168308 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3920 | /* [R 24] The number of tasks queued for each queue; queues 127-64 */ |
| 3921 | #define QM_REG_QTASKCTR_EXT_A_0 0x16e584 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3922 | /* [RW 4] Queue tied to VOQ */ |
| 3923 | #define QM_REG_QVOQIDX_0 0x1680f4 |
| 3924 | #define QM_REG_QVOQIDX_10 0x16811c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3925 | #define QM_REG_QVOQIDX_100 0x16e49c |
| 3926 | #define QM_REG_QVOQIDX_101 0x16e4a0 |
| 3927 | #define QM_REG_QVOQIDX_102 0x16e4a4 |
| 3928 | #define QM_REG_QVOQIDX_103 0x16e4a8 |
| 3929 | #define QM_REG_QVOQIDX_104 0x16e4ac |
| 3930 | #define QM_REG_QVOQIDX_105 0x16e4b0 |
| 3931 | #define QM_REG_QVOQIDX_106 0x16e4b4 |
| 3932 | #define QM_REG_QVOQIDX_107 0x16e4b8 |
| 3933 | #define QM_REG_QVOQIDX_108 0x16e4bc |
| 3934 | #define QM_REG_QVOQIDX_109 0x16e4c0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3935 | #define QM_REG_QVOQIDX_11 0x168120 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3936 | #define QM_REG_QVOQIDX_110 0x16e4c4 |
| 3937 | #define QM_REG_QVOQIDX_111 0x16e4c8 |
| 3938 | #define QM_REG_QVOQIDX_112 0x16e4cc |
| 3939 | #define QM_REG_QVOQIDX_113 0x16e4d0 |
| 3940 | #define QM_REG_QVOQIDX_114 0x16e4d4 |
| 3941 | #define QM_REG_QVOQIDX_115 0x16e4d8 |
| 3942 | #define QM_REG_QVOQIDX_116 0x16e4dc |
| 3943 | #define QM_REG_QVOQIDX_117 0x16e4e0 |
| 3944 | #define QM_REG_QVOQIDX_118 0x16e4e4 |
| 3945 | #define QM_REG_QVOQIDX_119 0x16e4e8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3946 | #define QM_REG_QVOQIDX_12 0x168124 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3947 | #define QM_REG_QVOQIDX_120 0x16e4ec |
| 3948 | #define QM_REG_QVOQIDX_121 0x16e4f0 |
| 3949 | #define QM_REG_QVOQIDX_122 0x16e4f4 |
| 3950 | #define QM_REG_QVOQIDX_123 0x16e4f8 |
| 3951 | #define QM_REG_QVOQIDX_124 0x16e4fc |
| 3952 | #define QM_REG_QVOQIDX_125 0x16e500 |
| 3953 | #define QM_REG_QVOQIDX_126 0x16e504 |
| 3954 | #define QM_REG_QVOQIDX_127 0x16e508 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3955 | #define QM_REG_QVOQIDX_13 0x168128 |
| 3956 | #define QM_REG_QVOQIDX_14 0x16812c |
| 3957 | #define QM_REG_QVOQIDX_15 0x168130 |
| 3958 | #define QM_REG_QVOQIDX_16 0x168134 |
| 3959 | #define QM_REG_QVOQIDX_17 0x168138 |
| 3960 | #define QM_REG_QVOQIDX_21 0x168148 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3961 | #define QM_REG_QVOQIDX_22 0x16814c |
| 3962 | #define QM_REG_QVOQIDX_23 0x168150 |
| 3963 | #define QM_REG_QVOQIDX_24 0x168154 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3964 | #define QM_REG_QVOQIDX_25 0x168158 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3965 | #define QM_REG_QVOQIDX_26 0x16815c |
| 3966 | #define QM_REG_QVOQIDX_27 0x168160 |
| 3967 | #define QM_REG_QVOQIDX_28 0x168164 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3968 | #define QM_REG_QVOQIDX_29 0x168168 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 3969 | #define QM_REG_QVOQIDX_30 0x16816c |
| 3970 | #define QM_REG_QVOQIDX_31 0x168170 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 3971 | #define QM_REG_QVOQIDX_32 0x168174 |
| 3972 | #define QM_REG_QVOQIDX_33 0x168178 |
| 3973 | #define QM_REG_QVOQIDX_34 0x16817c |
| 3974 | #define QM_REG_QVOQIDX_35 0x168180 |
| 3975 | #define QM_REG_QVOQIDX_36 0x168184 |
| 3976 | #define QM_REG_QVOQIDX_37 0x168188 |
| 3977 | #define QM_REG_QVOQIDX_38 0x16818c |
| 3978 | #define QM_REG_QVOQIDX_39 0x168190 |
| 3979 | #define QM_REG_QVOQIDX_40 0x168194 |
| 3980 | #define QM_REG_QVOQIDX_41 0x168198 |
| 3981 | #define QM_REG_QVOQIDX_42 0x16819c |
| 3982 | #define QM_REG_QVOQIDX_43 0x1681a0 |
| 3983 | #define QM_REG_QVOQIDX_44 0x1681a4 |
| 3984 | #define QM_REG_QVOQIDX_45 0x1681a8 |
| 3985 | #define QM_REG_QVOQIDX_46 0x1681ac |
| 3986 | #define QM_REG_QVOQIDX_47 0x1681b0 |
| 3987 | #define QM_REG_QVOQIDX_48 0x1681b4 |
| 3988 | #define QM_REG_QVOQIDX_49 0x1681b8 |
| 3989 | #define QM_REG_QVOQIDX_5 0x168108 |
| 3990 | #define QM_REG_QVOQIDX_50 0x1681bc |
| 3991 | #define QM_REG_QVOQIDX_51 0x1681c0 |
| 3992 | #define QM_REG_QVOQIDX_52 0x1681c4 |
| 3993 | #define QM_REG_QVOQIDX_53 0x1681c8 |
| 3994 | #define QM_REG_QVOQIDX_54 0x1681cc |
| 3995 | #define QM_REG_QVOQIDX_55 0x1681d0 |
| 3996 | #define QM_REG_QVOQIDX_56 0x1681d4 |
| 3997 | #define QM_REG_QVOQIDX_57 0x1681d8 |
| 3998 | #define QM_REG_QVOQIDX_58 0x1681dc |
| 3999 | #define QM_REG_QVOQIDX_59 0x1681e0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4000 | #define QM_REG_QVOQIDX_6 0x16810c |
| 4001 | #define QM_REG_QVOQIDX_60 0x1681e4 |
| 4002 | #define QM_REG_QVOQIDX_61 0x1681e8 |
| 4003 | #define QM_REG_QVOQIDX_62 0x1681ec |
| 4004 | #define QM_REG_QVOQIDX_63 0x1681f0 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4005 | #define QM_REG_QVOQIDX_64 0x16e40c |
| 4006 | #define QM_REG_QVOQIDX_65 0x16e410 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4007 | #define QM_REG_QVOQIDX_69 0x16e420 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4008 | #define QM_REG_QVOQIDX_7 0x168110 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4009 | #define QM_REG_QVOQIDX_70 0x16e424 |
| 4010 | #define QM_REG_QVOQIDX_71 0x16e428 |
| 4011 | #define QM_REG_QVOQIDX_72 0x16e42c |
| 4012 | #define QM_REG_QVOQIDX_73 0x16e430 |
| 4013 | #define QM_REG_QVOQIDX_74 0x16e434 |
| 4014 | #define QM_REG_QVOQIDX_75 0x16e438 |
| 4015 | #define QM_REG_QVOQIDX_76 0x16e43c |
| 4016 | #define QM_REG_QVOQIDX_77 0x16e440 |
| 4017 | #define QM_REG_QVOQIDX_78 0x16e444 |
| 4018 | #define QM_REG_QVOQIDX_79 0x16e448 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4019 | #define QM_REG_QVOQIDX_8 0x168114 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4020 | #define QM_REG_QVOQIDX_80 0x16e44c |
| 4021 | #define QM_REG_QVOQIDX_81 0x16e450 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4022 | #define QM_REG_QVOQIDX_85 0x16e460 |
| 4023 | #define QM_REG_QVOQIDX_86 0x16e464 |
| 4024 | #define QM_REG_QVOQIDX_87 0x16e468 |
| 4025 | #define QM_REG_QVOQIDX_88 0x16e46c |
| 4026 | #define QM_REG_QVOQIDX_89 0x16e470 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4027 | #define QM_REG_QVOQIDX_9 0x168118 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4028 | #define QM_REG_QVOQIDX_90 0x16e474 |
| 4029 | #define QM_REG_QVOQIDX_91 0x16e478 |
| 4030 | #define QM_REG_QVOQIDX_92 0x16e47c |
| 4031 | #define QM_REG_QVOQIDX_93 0x16e480 |
| 4032 | #define QM_REG_QVOQIDX_94 0x16e484 |
| 4033 | #define QM_REG_QVOQIDX_95 0x16e488 |
| 4034 | #define QM_REG_QVOQIDX_96 0x16e48c |
| 4035 | #define QM_REG_QVOQIDX_97 0x16e490 |
| 4036 | #define QM_REG_QVOQIDX_98 0x16e494 |
| 4037 | #define QM_REG_QVOQIDX_99 0x16e498 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4038 | /* [RW 1] Initialization bit command */ |
| 4039 | #define QM_REG_SOFT_RESET 0x168428 |
| 4040 | /* [RW 8] The credit cost per every task in the QM. A value per each VOQ */ |
| 4041 | #define QM_REG_TASKCRDCOST_0 0x16809c |
| 4042 | #define QM_REG_TASKCRDCOST_1 0x1680a0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4043 | #define QM_REG_TASKCRDCOST_2 0x1680a4 |
| 4044 | #define QM_REG_TASKCRDCOST_4 0x1680ac |
| 4045 | #define QM_REG_TASKCRDCOST_5 0x1680b0 |
| 4046 | /* [R 6] Keep the fill level of the fifo from write client 3 */ |
| 4047 | #define QM_REG_TQM_WRC_FIFOLVL 0x168010 |
| 4048 | /* [R 6] Keep the fill level of the fifo from write client 2 */ |
| 4049 | #define QM_REG_UQM_WRC_FIFOLVL 0x168008 |
| 4050 | /* [RC 32] Credit update error register */ |
| 4051 | #define QM_REG_VOQCRDERRREG 0x168408 |
| 4052 | /* [R 16] The credit value for each VOQ */ |
| 4053 | #define QM_REG_VOQCREDIT_0 0x1682d0 |
| 4054 | #define QM_REG_VOQCREDIT_1 0x1682d4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4055 | #define QM_REG_VOQCREDIT_4 0x1682e0 |
| 4056 | /* [RW 16] The credit value that if above the QM is considered almost full */ |
| 4057 | #define QM_REG_VOQCREDITAFULLTHR 0x168090 |
| 4058 | /* [RW 16] The init and maximum credit for each VoQ */ |
| 4059 | #define QM_REG_VOQINITCREDIT_0 0x168060 |
| 4060 | #define QM_REG_VOQINITCREDIT_1 0x168064 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4061 | #define QM_REG_VOQINITCREDIT_2 0x168068 |
| 4062 | #define QM_REG_VOQINITCREDIT_4 0x168070 |
| 4063 | #define QM_REG_VOQINITCREDIT_5 0x168074 |
| 4064 | /* [RW 1] The port of which VOQ belongs */ |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4065 | #define QM_REG_VOQPORT_0 0x1682a0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4066 | #define QM_REG_VOQPORT_1 0x1682a4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4067 | #define QM_REG_VOQPORT_2 0x1682a8 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4068 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4069 | #define QM_REG_VOQQMASK_0_LSB 0x168240 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4070 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4071 | #define QM_REG_VOQQMASK_0_LSB_EXT_A 0x16e524 |
| 4072 | /* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4073 | #define QM_REG_VOQQMASK_0_MSB 0x168244 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4074 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4075 | #define QM_REG_VOQQMASK_0_MSB_EXT_A 0x16e528 |
| 4076 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
| 4077 | #define QM_REG_VOQQMASK_10_LSB 0x168290 |
| 4078 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4079 | #define QM_REG_VOQQMASK_10_LSB_EXT_A 0x16e574 |
| 4080 | /* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */ |
| 4081 | #define QM_REG_VOQQMASK_10_MSB 0x168294 |
| 4082 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4083 | #define QM_REG_VOQQMASK_10_MSB_EXT_A 0x16e578 |
| 4084 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
| 4085 | #define QM_REG_VOQQMASK_11_LSB 0x168298 |
| 4086 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4087 | #define QM_REG_VOQQMASK_11_LSB_EXT_A 0x16e57c |
| 4088 | /* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */ |
| 4089 | #define QM_REG_VOQQMASK_11_MSB 0x16829c |
| 4090 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4091 | #define QM_REG_VOQQMASK_11_MSB_EXT_A 0x16e580 |
| 4092 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
| 4093 | #define QM_REG_VOQQMASK_1_LSB 0x168248 |
| 4094 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4095 | #define QM_REG_VOQQMASK_1_LSB_EXT_A 0x16e52c |
| 4096 | /* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4097 | #define QM_REG_VOQQMASK_1_MSB 0x16824c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4098 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4099 | #define QM_REG_VOQQMASK_1_MSB_EXT_A 0x16e530 |
| 4100 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4101 | #define QM_REG_VOQQMASK_2_LSB 0x168250 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4102 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4103 | #define QM_REG_VOQQMASK_2_LSB_EXT_A 0x16e534 |
| 4104 | /* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4105 | #define QM_REG_VOQQMASK_2_MSB 0x168254 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4106 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4107 | #define QM_REG_VOQQMASK_2_MSB_EXT_A 0x16e538 |
| 4108 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4109 | #define QM_REG_VOQQMASK_3_LSB 0x168258 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4110 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4111 | #define QM_REG_VOQQMASK_3_LSB_EXT_A 0x16e53c |
| 4112 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4113 | #define QM_REG_VOQQMASK_3_MSB_EXT_A 0x16e540 |
| 4114 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4115 | #define QM_REG_VOQQMASK_4_LSB 0x168260 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4116 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4117 | #define QM_REG_VOQQMASK_4_LSB_EXT_A 0x16e544 |
| 4118 | /* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4119 | #define QM_REG_VOQQMASK_4_MSB 0x168264 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4120 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4121 | #define QM_REG_VOQQMASK_4_MSB_EXT_A 0x16e548 |
| 4122 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4123 | #define QM_REG_VOQQMASK_5_LSB 0x168268 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4124 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4125 | #define QM_REG_VOQQMASK_5_LSB_EXT_A 0x16e54c |
| 4126 | /* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4127 | #define QM_REG_VOQQMASK_5_MSB 0x16826c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4128 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4129 | #define QM_REG_VOQQMASK_5_MSB_EXT_A 0x16e550 |
| 4130 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4131 | #define QM_REG_VOQQMASK_6_LSB 0x168270 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4132 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4133 | #define QM_REG_VOQQMASK_6_LSB_EXT_A 0x16e554 |
| 4134 | /* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4135 | #define QM_REG_VOQQMASK_6_MSB 0x168274 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4136 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4137 | #define QM_REG_VOQQMASK_6_MSB_EXT_A 0x16e558 |
| 4138 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4139 | #define QM_REG_VOQQMASK_7_LSB 0x168278 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4140 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4141 | #define QM_REG_VOQQMASK_7_LSB_EXT_A 0x16e55c |
| 4142 | /* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4143 | #define QM_REG_VOQQMASK_7_MSB 0x16827c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4144 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4145 | #define QM_REG_VOQQMASK_7_MSB_EXT_A 0x16e560 |
| 4146 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4147 | #define QM_REG_VOQQMASK_8_LSB 0x168280 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4148 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4149 | #define QM_REG_VOQQMASK_8_LSB_EXT_A 0x16e564 |
| 4150 | /* [RW 32] The physical queue number associated with each VOQ; queues 63-32 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4151 | #define QM_REG_VOQQMASK_8_MSB 0x168284 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4152 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4153 | #define QM_REG_VOQQMASK_8_MSB_EXT_A 0x16e568 |
| 4154 | /* [RW 32] The physical queue number associated with each VOQ; queues 31-0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4155 | #define QM_REG_VOQQMASK_9_LSB 0x168288 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4156 | /* [RW 32] The physical queue number associated with each VOQ; queues 95-64 */ |
| 4157 | #define QM_REG_VOQQMASK_9_LSB_EXT_A 0x16e56c |
| 4158 | /* [RW 32] The physical queue number associated with each VOQ; queues 127-96 */ |
| 4159 | #define QM_REG_VOQQMASK_9_MSB_EXT_A 0x16e570 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4160 | /* [RW 32] Wrr weights */ |
| 4161 | #define QM_REG_WRRWEIGHTS_0 0x16880c |
| 4162 | #define QM_REG_WRRWEIGHTS_1 0x168810 |
| 4163 | #define QM_REG_WRRWEIGHTS_10 0x168814 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4164 | #define QM_REG_WRRWEIGHTS_11 0x168818 |
| 4165 | #define QM_REG_WRRWEIGHTS_12 0x16881c |
| 4166 | #define QM_REG_WRRWEIGHTS_13 0x168820 |
| 4167 | #define QM_REG_WRRWEIGHTS_14 0x168824 |
| 4168 | #define QM_REG_WRRWEIGHTS_15 0x168828 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4169 | #define QM_REG_WRRWEIGHTS_16 0x16e000 |
| 4170 | #define QM_REG_WRRWEIGHTS_17 0x16e004 |
| 4171 | #define QM_REG_WRRWEIGHTS_18 0x16e008 |
| 4172 | #define QM_REG_WRRWEIGHTS_19 0x16e00c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4173 | #define QM_REG_WRRWEIGHTS_2 0x16882c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4174 | #define QM_REG_WRRWEIGHTS_20 0x16e010 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4175 | #define QM_REG_WRRWEIGHTS_21 0x16e014 |
| 4176 | #define QM_REG_WRRWEIGHTS_22 0x16e018 |
| 4177 | #define QM_REG_WRRWEIGHTS_23 0x16e01c |
| 4178 | #define QM_REG_WRRWEIGHTS_24 0x16e020 |
| 4179 | #define QM_REG_WRRWEIGHTS_25 0x16e024 |
| 4180 | #define QM_REG_WRRWEIGHTS_26 0x16e028 |
| 4181 | #define QM_REG_WRRWEIGHTS_27 0x16e02c |
| 4182 | #define QM_REG_WRRWEIGHTS_28 0x16e030 |
| 4183 | #define QM_REG_WRRWEIGHTS_29 0x16e034 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4184 | #define QM_REG_WRRWEIGHTS_3 0x168830 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4185 | #define QM_REG_WRRWEIGHTS_30 0x16e038 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4186 | #define QM_REG_WRRWEIGHTS_31 0x16e03c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4187 | #define QM_REG_WRRWEIGHTS_4 0x168834 |
| 4188 | #define QM_REG_WRRWEIGHTS_5 0x168838 |
| 4189 | #define QM_REG_WRRWEIGHTS_6 0x16883c |
| 4190 | #define QM_REG_WRRWEIGHTS_7 0x168840 |
| 4191 | #define QM_REG_WRRWEIGHTS_8 0x168844 |
| 4192 | #define QM_REG_WRRWEIGHTS_9 0x168848 |
| 4193 | /* [R 6] Keep the fill level of the fifo from write client 1 */ |
| 4194 | #define QM_REG_XQM_WRC_FIFOLVL 0x168000 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 4195 | /* [W 1] reset to parity interrupt */ |
| 4196 | #define SEM_FAST_REG_PARITY_RST 0x18840 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4197 | #define SRC_REG_COUNTFREE0 0x40500 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4198 | /* [RW 1] If clr the searcher is compatible to E1 A0 - support only two |
| 4199 | ports. If set the searcher support 8 functions. */ |
| 4200 | #define SRC_REG_E1HMF_ENABLE 0x404cc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4201 | #define SRC_REG_FIRSTFREE0 0x40510 |
| 4202 | #define SRC_REG_KEYRSS0_0 0x40408 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4203 | #define SRC_REG_KEYRSS0_7 0x40424 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4204 | #define SRC_REG_KEYRSS1_9 0x40454 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4205 | #define SRC_REG_KEYSEARCH_0 0x40458 |
| 4206 | #define SRC_REG_KEYSEARCH_1 0x4045c |
| 4207 | #define SRC_REG_KEYSEARCH_2 0x40460 |
| 4208 | #define SRC_REG_KEYSEARCH_3 0x40464 |
| 4209 | #define SRC_REG_KEYSEARCH_4 0x40468 |
| 4210 | #define SRC_REG_KEYSEARCH_5 0x4046c |
| 4211 | #define SRC_REG_KEYSEARCH_6 0x40470 |
| 4212 | #define SRC_REG_KEYSEARCH_7 0x40474 |
| 4213 | #define SRC_REG_KEYSEARCH_8 0x40478 |
| 4214 | #define SRC_REG_KEYSEARCH_9 0x4047c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4215 | #define SRC_REG_LASTFREE0 0x40530 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4216 | #define SRC_REG_NUMBER_HASH_BITS0 0x40400 |
| 4217 | /* [RW 1] Reset internal state machines. */ |
| 4218 | #define SRC_REG_SOFT_RST 0x4049c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4219 | /* [R 3] Interrupt register #0 read */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4220 | #define SRC_REG_SRC_INT_STS 0x404ac |
| 4221 | /* [RW 3] Parity mask register #0 read/write */ |
| 4222 | #define SRC_REG_SRC_PRTY_MASK 0x404c8 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 4223 | /* [R 3] Parity register #0 read */ |
| 4224 | #define SRC_REG_SRC_PRTY_STS 0x404bc |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 4225 | /* [RC 3] Parity register #0 read clear */ |
| 4226 | #define SRC_REG_SRC_PRTY_STS_CLR 0x404c0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4227 | /* [R 4] Used to read the value of the XX protection CAM occupancy counter. */ |
| 4228 | #define TCM_REG_CAM_OCCUP 0x5017c |
| 4229 | /* [RW 1] CDU AG read Interface enable. If 0 - the request input is |
| 4230 | disregarded; valid output is deasserted; all other signals are treated as |
| 4231 | usual; if 1 - normal activity. */ |
| 4232 | #define TCM_REG_CDU_AG_RD_IFEN 0x50034 |
| 4233 | /* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input |
| 4234 | are disregarded; all other signals are treated as usual; if 1 - normal |
| 4235 | activity. */ |
| 4236 | #define TCM_REG_CDU_AG_WR_IFEN 0x50030 |
| 4237 | /* [RW 1] CDU STORM read Interface enable. If 0 - the request input is |
| 4238 | disregarded; valid output is deasserted; all other signals are treated as |
| 4239 | usual; if 1 - normal activity. */ |
| 4240 | #define TCM_REG_CDU_SM_RD_IFEN 0x5003c |
| 4241 | /* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid |
| 4242 | input is disregarded; all other signals are treated as usual; if 1 - |
| 4243 | normal activity. */ |
| 4244 | #define TCM_REG_CDU_SM_WR_IFEN 0x50038 |
| 4245 | /* [RW 4] CFC output initial credit. Max credit available - 15.Write writes |
| 4246 | the initial credit value; read returns the current value of the credit |
| 4247 | counter. Must be initialized to 1 at start-up. */ |
| 4248 | #define TCM_REG_CFC_INIT_CRD 0x50204 |
| 4249 | /* [RW 3] The weight of the CP input in the WRR mechanism. 0 stands for |
| 4250 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4251 | prioritised); 2 stands for weight 2; tc. */ |
| 4252 | #define TCM_REG_CP_WEIGHT 0x500c0 |
| 4253 | /* [RW 1] Input csem Interface enable. If 0 - the valid input is |
| 4254 | disregarded; acknowledge output is deasserted; all other signals are |
| 4255 | treated as usual; if 1 - normal activity. */ |
| 4256 | #define TCM_REG_CSEM_IFEN 0x5002c |
| 4257 | /* [RC 1] Message length mismatch (relative to last indication) at the In#9 |
| 4258 | interface. */ |
| 4259 | #define TCM_REG_CSEM_LENGTH_MIS 0x50174 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4260 | /* [RW 3] The weight of the input csem in the WRR mechanism. 0 stands for |
| 4261 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4262 | prioritised); 2 stands for weight 2; tc. */ |
| 4263 | #define TCM_REG_CSEM_WEIGHT 0x500bc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4264 | /* [RW 8] The Event ID in case of ErrorFlg is set in the input message. */ |
| 4265 | #define TCM_REG_ERR_EVNT_ID 0x500a0 |
| 4266 | /* [RW 28] The CM erroneous header for QM and Timers formatting. */ |
| 4267 | #define TCM_REG_ERR_TCM_HDR 0x5009c |
| 4268 | /* [RW 8] The Event ID for Timers expiration. */ |
| 4269 | #define TCM_REG_EXPR_EVNT_ID 0x500a4 |
| 4270 | /* [RW 8] FIC0 output initial credit. Max credit available - 255.Write |
| 4271 | writes the initial credit value; read returns the current value of the |
| 4272 | credit counter. Must be initialized to 64 at start-up. */ |
| 4273 | #define TCM_REG_FIC0_INIT_CRD 0x5020c |
| 4274 | /* [RW 8] FIC1 output initial credit. Max credit available - 255.Write |
| 4275 | writes the initial credit value; read returns the current value of the |
| 4276 | credit counter. Must be initialized to 64 at start-up. */ |
| 4277 | #define TCM_REG_FIC1_INIT_CRD 0x50210 |
| 4278 | /* [RW 1] Arbitration between Input Arbiter groups: 0 - fair Round-Robin; 1 |
| 4279 | - strict priority defined by ~tcm_registers_gr_ag_pr.gr_ag_pr; |
| 4280 | ~tcm_registers_gr_ld0_pr.gr_ld0_pr and |
| 4281 | ~tcm_registers_gr_ld1_pr.gr_ld1_pr. */ |
| 4282 | #define TCM_REG_GR_ARB_TYPE 0x50114 |
| 4283 | /* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the |
| 4284 | highest priority is 3. It is supposed that the Store channel is the |
| 4285 | compliment of the other 3 groups. */ |
| 4286 | #define TCM_REG_GR_LD0_PR 0x5011c |
| 4287 | /* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the |
| 4288 | highest priority is 3. It is supposed that the Store channel is the |
| 4289 | compliment of the other 3 groups. */ |
| 4290 | #define TCM_REG_GR_LD1_PR 0x50120 |
| 4291 | /* [RW 4] The number of double REG-pairs; loaded from the STORM context and |
| 4292 | sent to STORM; for a specific connection type. The double REG-pairs are |
| 4293 | used to align to STORM context row size of 128 bits. The offset of these |
| 4294 | data in the STORM context is always 0. Index _i stands for the connection |
| 4295 | type (one of 16). */ |
| 4296 | #define TCM_REG_N_SM_CTX_LD_0 0x50050 |
| 4297 | #define TCM_REG_N_SM_CTX_LD_1 0x50054 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4298 | #define TCM_REG_N_SM_CTX_LD_2 0x50058 |
| 4299 | #define TCM_REG_N_SM_CTX_LD_3 0x5005c |
| 4300 | #define TCM_REG_N_SM_CTX_LD_4 0x50060 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4301 | #define TCM_REG_N_SM_CTX_LD_5 0x50064 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4302 | /* [RW 1] Input pbf Interface enable. If 0 - the valid input is disregarded; |
| 4303 | acknowledge output is deasserted; all other signals are treated as usual; |
| 4304 | if 1 - normal activity. */ |
| 4305 | #define TCM_REG_PBF_IFEN 0x50024 |
| 4306 | /* [RC 1] Message length mismatch (relative to last indication) at the In#7 |
| 4307 | interface. */ |
| 4308 | #define TCM_REG_PBF_LENGTH_MIS 0x5016c |
| 4309 | /* [RW 3] The weight of the input pbf in the WRR mechanism. 0 stands for |
| 4310 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4311 | prioritised); 2 stands for weight 2; tc. */ |
| 4312 | #define TCM_REG_PBF_WEIGHT 0x500b4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4313 | #define TCM_REG_PHYS_QNUM0_0 0x500e0 |
| 4314 | #define TCM_REG_PHYS_QNUM0_1 0x500e4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4315 | #define TCM_REG_PHYS_QNUM1_0 0x500e8 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4316 | #define TCM_REG_PHYS_QNUM1_1 0x500ec |
| 4317 | #define TCM_REG_PHYS_QNUM2_0 0x500f0 |
| 4318 | #define TCM_REG_PHYS_QNUM2_1 0x500f4 |
| 4319 | #define TCM_REG_PHYS_QNUM3_0 0x500f8 |
| 4320 | #define TCM_REG_PHYS_QNUM3_1 0x500fc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4321 | /* [RW 1] Input prs Interface enable. If 0 - the valid input is disregarded; |
| 4322 | acknowledge output is deasserted; all other signals are treated as usual; |
| 4323 | if 1 - normal activity. */ |
| 4324 | #define TCM_REG_PRS_IFEN 0x50020 |
| 4325 | /* [RC 1] Message length mismatch (relative to last indication) at the In#6 |
| 4326 | interface. */ |
| 4327 | #define TCM_REG_PRS_LENGTH_MIS 0x50168 |
| 4328 | /* [RW 3] The weight of the input prs in the WRR mechanism. 0 stands for |
| 4329 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4330 | prioritised); 2 stands for weight 2; tc. */ |
| 4331 | #define TCM_REG_PRS_WEIGHT 0x500b0 |
| 4332 | /* [RW 8] The Event ID for Timers formatting in case of stop done. */ |
| 4333 | #define TCM_REG_STOP_EVNT_ID 0x500a8 |
| 4334 | /* [RC 1] Message length mismatch (relative to last indication) at the STORM |
| 4335 | interface. */ |
| 4336 | #define TCM_REG_STORM_LENGTH_MIS 0x50160 |
| 4337 | /* [RW 1] STORM - CM Interface enable. If 0 - the valid input is |
| 4338 | disregarded; acknowledge output is deasserted; all other signals are |
| 4339 | treated as usual; if 1 - normal activity. */ |
| 4340 | #define TCM_REG_STORM_TCM_IFEN 0x50010 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4341 | /* [RW 3] The weight of the STORM input in the WRR mechanism. 0 stands for |
| 4342 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4343 | prioritised); 2 stands for weight 2; tc. */ |
| 4344 | #define TCM_REG_STORM_WEIGHT 0x500ac |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4345 | /* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded; |
| 4346 | acknowledge output is deasserted; all other signals are treated as usual; |
| 4347 | if 1 - normal activity. */ |
| 4348 | #define TCM_REG_TCM_CFC_IFEN 0x50040 |
| 4349 | /* [RW 11] Interrupt mask register #0 read/write */ |
| 4350 | #define TCM_REG_TCM_INT_MASK 0x501dc |
| 4351 | /* [R 11] Interrupt register #0 read */ |
| 4352 | #define TCM_REG_TCM_INT_STS 0x501d0 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 4353 | /* [RW 27] Parity mask register #0 read/write */ |
| 4354 | #define TCM_REG_TCM_PRTY_MASK 0x501ec |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4355 | /* [R 27] Parity register #0 read */ |
| 4356 | #define TCM_REG_TCM_PRTY_STS 0x501e0 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 4357 | /* [RC 27] Parity register #0 read clear */ |
| 4358 | #define TCM_REG_TCM_PRTY_STS_CLR 0x501e4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4359 | /* [RW 3] The size of AG context region 0 in REG-pairs. Designates the MS |
| 4360 | REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5). |
| 4361 | Is used to determine the number of the AG context REG-pairs written back; |
| 4362 | when the input message Reg1WbFlg isn't set. */ |
| 4363 | #define TCM_REG_TCM_REG0_SZ 0x500d8 |
| 4364 | /* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is |
| 4365 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 4366 | if 1 - normal activity. */ |
| 4367 | #define TCM_REG_TCM_STORM0_IFEN 0x50004 |
| 4368 | /* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is |
| 4369 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 4370 | if 1 - normal activity. */ |
| 4371 | #define TCM_REG_TCM_STORM1_IFEN 0x50008 |
| 4372 | /* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is |
| 4373 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 4374 | if 1 - normal activity. */ |
| 4375 | #define TCM_REG_TCM_TQM_IFEN 0x5000c |
| 4376 | /* [RW 1] If set the Q index; received from the QM is inserted to event ID. */ |
| 4377 | #define TCM_REG_TCM_TQM_USE_Q 0x500d4 |
| 4378 | /* [RW 28] The CM header for Timers expiration command. */ |
| 4379 | #define TCM_REG_TM_TCM_HDR 0x50098 |
| 4380 | /* [RW 1] Timers - CM Interface enable. If 0 - the valid input is |
| 4381 | disregarded; acknowledge output is deasserted; all other signals are |
| 4382 | treated as usual; if 1 - normal activity. */ |
| 4383 | #define TCM_REG_TM_TCM_IFEN 0x5001c |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4384 | /* [RW 3] The weight of the Timers input in the WRR mechanism. 0 stands for |
| 4385 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4386 | prioritised); 2 stands for weight 2; tc. */ |
| 4387 | #define TCM_REG_TM_WEIGHT 0x500d0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4388 | /* [RW 6] QM output initial credit. Max credit available - 32.Write writes |
| 4389 | the initial credit value; read returns the current value of the credit |
| 4390 | counter. Must be initialized to 32 at start-up. */ |
| 4391 | #define TCM_REG_TQM_INIT_CRD 0x5021c |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4392 | /* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0 |
| 4393 | stands for weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4394 | prioritised); 2 stands for weight 2; tc. */ |
| 4395 | #define TCM_REG_TQM_P_WEIGHT 0x500c8 |
| 4396 | /* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0 |
| 4397 | stands for weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4398 | prioritised); 2 stands for weight 2; tc. */ |
| 4399 | #define TCM_REG_TQM_S_WEIGHT 0x500cc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4400 | /* [RW 28] The CM header value for QM request (primary). */ |
| 4401 | #define TCM_REG_TQM_TCM_HDR_P 0x50090 |
| 4402 | /* [RW 28] The CM header value for QM request (secondary). */ |
| 4403 | #define TCM_REG_TQM_TCM_HDR_S 0x50094 |
| 4404 | /* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded; |
| 4405 | acknowledge output is deasserted; all other signals are treated as usual; |
| 4406 | if 1 - normal activity. */ |
| 4407 | #define TCM_REG_TQM_TCM_IFEN 0x50014 |
| 4408 | /* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded; |
| 4409 | acknowledge output is deasserted; all other signals are treated as usual; |
| 4410 | if 1 - normal activity. */ |
| 4411 | #define TCM_REG_TSDM_IFEN 0x50018 |
| 4412 | /* [RC 1] Message length mismatch (relative to last indication) at the SDM |
| 4413 | interface. */ |
| 4414 | #define TCM_REG_TSDM_LENGTH_MIS 0x50164 |
| 4415 | /* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for |
| 4416 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4417 | prioritised); 2 stands for weight 2; tc. */ |
| 4418 | #define TCM_REG_TSDM_WEIGHT 0x500c4 |
| 4419 | /* [RW 1] Input usem Interface enable. If 0 - the valid input is |
| 4420 | disregarded; acknowledge output is deasserted; all other signals are |
| 4421 | treated as usual; if 1 - normal activity. */ |
| 4422 | #define TCM_REG_USEM_IFEN 0x50028 |
| 4423 | /* [RC 1] Message length mismatch (relative to last indication) at the In#8 |
| 4424 | interface. */ |
| 4425 | #define TCM_REG_USEM_LENGTH_MIS 0x50170 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4426 | /* [RW 3] The weight of the input usem in the WRR mechanism. 0 stands for |
| 4427 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4428 | prioritised); 2 stands for weight 2; tc. */ |
| 4429 | #define TCM_REG_USEM_WEIGHT 0x500b8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4430 | /* [RW 21] Indirect access to the descriptor table of the XX protection |
| 4431 | mechanism. The fields are: [5:0] - length of the message; 15:6] - message |
| 4432 | pointer; 20:16] - next pointer. */ |
| 4433 | #define TCM_REG_XX_DESCR_TABLE 0x50280 |
Vladislav Zolotarov | 7961689 | 2011-07-21 07:58:54 +0000 | [diff] [blame] | 4434 | #define TCM_REG_XX_DESCR_TABLE_SIZE 29 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4435 | /* [R 6] Use to read the value of XX protection Free counter. */ |
| 4436 | #define TCM_REG_XX_FREE 0x50178 |
| 4437 | /* [RW 6] Initial value for the credit counter; responsible for fulfilling |
| 4438 | of the Input Stage XX protection buffer by the XX protection pending |
| 4439 | messages. Max credit available - 127.Write writes the initial credit |
| 4440 | value; read returns the current value of the credit counter. Must be |
| 4441 | initialized to 19 at start-up. */ |
| 4442 | #define TCM_REG_XX_INIT_CRD 0x50220 |
| 4443 | /* [RW 6] Maximum link list size (messages locked) per connection in the XX |
| 4444 | protection. */ |
| 4445 | #define TCM_REG_XX_MAX_LL_SZ 0x50044 |
| 4446 | /* [RW 6] The maximum number of pending messages; which may be stored in XX |
| 4447 | protection. ~tcm_registers_xx_free.xx_free is read on read. */ |
| 4448 | #define TCM_REG_XX_MSG_NUM 0x50224 |
| 4449 | /* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */ |
| 4450 | #define TCM_REG_XX_OVFL_EVNT_ID 0x50048 |
| 4451 | /* [RW 16] Indirect access to the XX table of the XX protection mechanism. |
| 4452 | The fields are:[4:0] - tail pointer; [10:5] - Link List size; 15:11] - |
| 4453 | header pointer. */ |
| 4454 | #define TCM_REG_XX_TABLE 0x50240 |
Anand Gadiyar | 411c940 | 2009-07-07 15:24:23 +0530 | [diff] [blame] | 4455 | /* [RW 4] Load value for cfc ac credit cnt. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4456 | #define TM_REG_CFC_AC_CRDCNT_VAL 0x164208 |
| 4457 | /* [RW 4] Load value for cfc cld credit cnt. */ |
| 4458 | #define TM_REG_CFC_CLD_CRDCNT_VAL 0x164210 |
| 4459 | /* [RW 8] Client0 context region. */ |
| 4460 | #define TM_REG_CL0_CONT_REGION 0x164030 |
| 4461 | /* [RW 8] Client1 context region. */ |
| 4462 | #define TM_REG_CL1_CONT_REGION 0x164034 |
| 4463 | /* [RW 8] Client2 context region. */ |
| 4464 | #define TM_REG_CL2_CONT_REGION 0x164038 |
| 4465 | /* [RW 2] Client in High priority client number. */ |
| 4466 | #define TM_REG_CLIN_PRIOR0_CLIENT 0x164024 |
| 4467 | /* [RW 4] Load value for clout0 cred cnt. */ |
| 4468 | #define TM_REG_CLOUT_CRDCNT0_VAL 0x164220 |
| 4469 | /* [RW 4] Load value for clout1 cred cnt. */ |
| 4470 | #define TM_REG_CLOUT_CRDCNT1_VAL 0x164228 |
| 4471 | /* [RW 4] Load value for clout2 cred cnt. */ |
| 4472 | #define TM_REG_CLOUT_CRDCNT2_VAL 0x164230 |
| 4473 | /* [RW 1] Enable client0 input. */ |
| 4474 | #define TM_REG_EN_CL0_INPUT 0x164008 |
| 4475 | /* [RW 1] Enable client1 input. */ |
| 4476 | #define TM_REG_EN_CL1_INPUT 0x16400c |
| 4477 | /* [RW 1] Enable client2 input. */ |
| 4478 | #define TM_REG_EN_CL2_INPUT 0x164010 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4479 | #define TM_REG_EN_LINEAR0_TIMER 0x164014 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4480 | /* [RW 1] Enable real time counter. */ |
| 4481 | #define TM_REG_EN_REAL_TIME_CNT 0x1640d8 |
| 4482 | /* [RW 1] Enable for Timers state machines. */ |
| 4483 | #define TM_REG_EN_TIMERS 0x164000 |
| 4484 | /* [RW 4] Load value for expiration credit cnt. CFC max number of |
| 4485 | outstanding load requests for timers (expiration) context loading. */ |
| 4486 | #define TM_REG_EXP_CRDCNT_VAL 0x164238 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4487 | /* [RW 32] Linear0 logic address. */ |
| 4488 | #define TM_REG_LIN0_LOGIC_ADDR 0x164240 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4489 | /* [RW 18] Linear0 Max active cid (in banks of 32 entries). */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4490 | #define TM_REG_LIN0_MAX_ACTIVE_CID 0x164048 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 4491 | /* [ST 16] Linear0 Number of scans counter. */ |
| 4492 | #define TM_REG_LIN0_NUM_SCANS 0x1640a0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4493 | /* [WB 64] Linear0 phy address. */ |
| 4494 | #define TM_REG_LIN0_PHY_ADDR 0x164270 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4495 | /* [RW 1] Linear0 physical address valid. */ |
| 4496 | #define TM_REG_LIN0_PHY_ADDR_VALID 0x164248 |
Eilon Greenstein | ca00392 | 2009-08-12 22:53:28 -0700 | [diff] [blame] | 4497 | #define TM_REG_LIN0_SCAN_ON 0x1640d0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4498 | /* [RW 24] Linear0 array scan timeout. */ |
| 4499 | #define TM_REG_LIN0_SCAN_TIME 0x16403c |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 4500 | #define TM_REG_LIN0_VNIC_UC 0x164128 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4501 | /* [RW 32] Linear1 logic address. */ |
| 4502 | #define TM_REG_LIN1_LOGIC_ADDR 0x164250 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4503 | /* [WB 64] Linear1 phy address. */ |
| 4504 | #define TM_REG_LIN1_PHY_ADDR 0x164280 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4505 | /* [RW 1] Linear1 physical address valid. */ |
| 4506 | #define TM_REG_LIN1_PHY_ADDR_VALID 0x164258 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4507 | /* [RW 6] Linear timer set_clear fifo threshold. */ |
| 4508 | #define TM_REG_LIN_SETCLR_FIFO_ALFULL_THR 0x164070 |
| 4509 | /* [RW 2] Load value for pci arbiter credit cnt. */ |
| 4510 | #define TM_REG_PCIARB_CRDCNT_VAL 0x164260 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4511 | /* [RW 20] The amount of hardware cycles for each timer tick. */ |
| 4512 | #define TM_REG_TIMER_TICK_SIZE 0x16401c |
| 4513 | /* [RW 8] Timers Context region. */ |
| 4514 | #define TM_REG_TM_CONTEXT_REGION 0x164044 |
| 4515 | /* [RW 1] Interrupt mask register #0 read/write */ |
| 4516 | #define TM_REG_TM_INT_MASK 0x1640fc |
| 4517 | /* [R 1] Interrupt register #0 read */ |
| 4518 | #define TM_REG_TM_INT_STS 0x1640f0 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 4519 | /* [RW 7] Parity mask register #0 read/write */ |
| 4520 | #define TM_REG_TM_PRTY_MASK 0x16410c |
| 4521 | /* [RC 7] Parity register #0 read clear */ |
| 4522 | #define TM_REG_TM_PRTY_STS_CLR 0x164104 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4523 | /* [RW 8] The event id for aggregated interrupt 0 */ |
| 4524 | #define TSDM_REG_AGG_INT_EVENT_0 0x42038 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4525 | #define TSDM_REG_AGG_INT_EVENT_1 0x4203c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4526 | #define TSDM_REG_AGG_INT_EVENT_2 0x42040 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4527 | #define TSDM_REG_AGG_INT_EVENT_3 0x42044 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4528 | #define TSDM_REG_AGG_INT_EVENT_4 0x42048 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4529 | /* [RW 1] The T bit for aggregated interrupt 0 */ |
| 4530 | #define TSDM_REG_AGG_INT_T_0 0x420b8 |
| 4531 | #define TSDM_REG_AGG_INT_T_1 0x420bc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4532 | /* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */ |
| 4533 | #define TSDM_REG_CFC_RSP_START_ADDR 0x42008 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 4534 | /* [RW 16] The maximum value of the completion counter #0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4535 | #define TSDM_REG_CMP_COUNTER_MAX0 0x4201c |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 4536 | /* [RW 16] The maximum value of the completion counter #1 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4537 | #define TSDM_REG_CMP_COUNTER_MAX1 0x42020 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 4538 | /* [RW 16] The maximum value of the completion counter #2 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4539 | #define TSDM_REG_CMP_COUNTER_MAX2 0x42024 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 4540 | /* [RW 16] The maximum value of the completion counter #3 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4541 | #define TSDM_REG_CMP_COUNTER_MAX3 0x42028 |
| 4542 | /* [RW 13] The start address in the internal RAM for the completion |
| 4543 | counters. */ |
| 4544 | #define TSDM_REG_CMP_COUNTER_START_ADDR 0x4200c |
| 4545 | #define TSDM_REG_ENABLE_IN1 0x42238 |
| 4546 | #define TSDM_REG_ENABLE_IN2 0x4223c |
| 4547 | #define TSDM_REG_ENABLE_OUT1 0x42240 |
| 4548 | #define TSDM_REG_ENABLE_OUT2 0x42244 |
| 4549 | /* [RW 4] The initial number of messages that can be sent to the pxp control |
| 4550 | interface without receiving any ACK. */ |
| 4551 | #define TSDM_REG_INIT_CREDIT_PXP_CTRL 0x424bc |
| 4552 | /* [ST 32] The number of ACK after placement messages received */ |
| 4553 | #define TSDM_REG_NUM_OF_ACK_AFTER_PLACE 0x4227c |
| 4554 | /* [ST 32] The number of packet end messages received from the parser */ |
| 4555 | #define TSDM_REG_NUM_OF_PKT_END_MSG 0x42274 |
| 4556 | /* [ST 32] The number of requests received from the pxp async if */ |
| 4557 | #define TSDM_REG_NUM_OF_PXP_ASYNC_REQ 0x42278 |
| 4558 | /* [ST 32] The number of commands received in queue 0 */ |
| 4559 | #define TSDM_REG_NUM_OF_Q0_CMD 0x42248 |
| 4560 | /* [ST 32] The number of commands received in queue 10 */ |
| 4561 | #define TSDM_REG_NUM_OF_Q10_CMD 0x4226c |
| 4562 | /* [ST 32] The number of commands received in queue 11 */ |
| 4563 | #define TSDM_REG_NUM_OF_Q11_CMD 0x42270 |
| 4564 | /* [ST 32] The number of commands received in queue 1 */ |
| 4565 | #define TSDM_REG_NUM_OF_Q1_CMD 0x4224c |
| 4566 | /* [ST 32] The number of commands received in queue 3 */ |
| 4567 | #define TSDM_REG_NUM_OF_Q3_CMD 0x42250 |
| 4568 | /* [ST 32] The number of commands received in queue 4 */ |
| 4569 | #define TSDM_REG_NUM_OF_Q4_CMD 0x42254 |
| 4570 | /* [ST 32] The number of commands received in queue 5 */ |
| 4571 | #define TSDM_REG_NUM_OF_Q5_CMD 0x42258 |
| 4572 | /* [ST 32] The number of commands received in queue 6 */ |
| 4573 | #define TSDM_REG_NUM_OF_Q6_CMD 0x4225c |
| 4574 | /* [ST 32] The number of commands received in queue 7 */ |
| 4575 | #define TSDM_REG_NUM_OF_Q7_CMD 0x42260 |
| 4576 | /* [ST 32] The number of commands received in queue 8 */ |
| 4577 | #define TSDM_REG_NUM_OF_Q8_CMD 0x42264 |
| 4578 | /* [ST 32] The number of commands received in queue 9 */ |
| 4579 | #define TSDM_REG_NUM_OF_Q9_CMD 0x42268 |
| 4580 | /* [RW 13] The start address in the internal RAM for the packet end message */ |
| 4581 | #define TSDM_REG_PCK_END_MSG_START_ADDR 0x42014 |
| 4582 | /* [RW 13] The start address in the internal RAM for queue counters */ |
| 4583 | #define TSDM_REG_Q_COUNTER_START_ADDR 0x42010 |
| 4584 | /* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */ |
| 4585 | #define TSDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0x42548 |
| 4586 | /* [R 1] parser fifo empty in sdm_sync block */ |
| 4587 | #define TSDM_REG_SYNC_PARSER_EMPTY 0x42550 |
| 4588 | /* [R 1] parser serial fifo empty in sdm_sync block */ |
| 4589 | #define TSDM_REG_SYNC_SYNC_EMPTY 0x42558 |
| 4590 | /* [RW 32] Tick for timer counter. Applicable only when |
| 4591 | ~tsdm_registers_timer_tick_enable.timer_tick_enable =1 */ |
| 4592 | #define TSDM_REG_TIMER_TICK 0x42000 |
| 4593 | /* [RW 32] Interrupt mask register #0 read/write */ |
| 4594 | #define TSDM_REG_TSDM_INT_MASK_0 0x4229c |
| 4595 | #define TSDM_REG_TSDM_INT_MASK_1 0x422ac |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4596 | /* [R 32] Interrupt register #0 read */ |
| 4597 | #define TSDM_REG_TSDM_INT_STS_0 0x42290 |
| 4598 | #define TSDM_REG_TSDM_INT_STS_1 0x422a0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4599 | /* [RW 11] Parity mask register #0 read/write */ |
| 4600 | #define TSDM_REG_TSDM_PRTY_MASK 0x422bc |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 4601 | /* [R 11] Parity register #0 read */ |
| 4602 | #define TSDM_REG_TSDM_PRTY_STS 0x422b0 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 4603 | /* [RC 11] Parity register #0 read clear */ |
| 4604 | #define TSDM_REG_TSDM_PRTY_STS_CLR 0x422b4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4605 | /* [RW 5] The number of time_slots in the arbitration cycle */ |
| 4606 | #define TSEM_REG_ARB_CYCLE_SIZE 0x180034 |
| 4607 | /* [RW 3] The source that is associated with arbitration element 0. Source |
| 4608 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 4609 | sleeping thread with priority 1; 4- sleeping thread with priority 2 */ |
| 4610 | #define TSEM_REG_ARB_ELEMENT0 0x180020 |
| 4611 | /* [RW 3] The source that is associated with arbitration element 1. Source |
| 4612 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 4613 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 4614 | Could not be equal to register ~tsem_registers_arb_element0.arb_element0 */ |
| 4615 | #define TSEM_REG_ARB_ELEMENT1 0x180024 |
| 4616 | /* [RW 3] The source that is associated with arbitration element 2. Source |
| 4617 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 4618 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 4619 | Could not be equal to register ~tsem_registers_arb_element0.arb_element0 |
| 4620 | and ~tsem_registers_arb_element1.arb_element1 */ |
| 4621 | #define TSEM_REG_ARB_ELEMENT2 0x180028 |
| 4622 | /* [RW 3] The source that is associated with arbitration element 3. Source |
| 4623 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 4624 | sleeping thread with priority 1; 4- sleeping thread with priority 2.Could |
| 4625 | not be equal to register ~tsem_registers_arb_element0.arb_element0 and |
| 4626 | ~tsem_registers_arb_element1.arb_element1 and |
| 4627 | ~tsem_registers_arb_element2.arb_element2 */ |
| 4628 | #define TSEM_REG_ARB_ELEMENT3 0x18002c |
| 4629 | /* [RW 3] The source that is associated with arbitration element 4. Source |
| 4630 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 4631 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 4632 | Could not be equal to register ~tsem_registers_arb_element0.arb_element0 |
| 4633 | and ~tsem_registers_arb_element1.arb_element1 and |
| 4634 | ~tsem_registers_arb_element2.arb_element2 and |
| 4635 | ~tsem_registers_arb_element3.arb_element3 */ |
| 4636 | #define TSEM_REG_ARB_ELEMENT4 0x180030 |
| 4637 | #define TSEM_REG_ENABLE_IN 0x1800a4 |
| 4638 | #define TSEM_REG_ENABLE_OUT 0x1800a8 |
| 4639 | /* [RW 32] This address space contains all registers and memories that are |
| 4640 | placed in SEM_FAST block. The SEM_FAST registers are described in |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4641 | appendix B. In order to access the sem_fast registers the base address |
| 4642 | ~fast_memory.fast_memory should be added to eachsem_fast register offset. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4643 | #define TSEM_REG_FAST_MEMORY 0x1a0000 |
| 4644 | /* [RW 1] Disables input messages from FIC0 May be updated during run_time |
| 4645 | by the microcode */ |
| 4646 | #define TSEM_REG_FIC0_DISABLE 0x180224 |
| 4647 | /* [RW 1] Disables input messages from FIC1 May be updated during run_time |
| 4648 | by the microcode */ |
| 4649 | #define TSEM_REG_FIC1_DISABLE 0x180234 |
| 4650 | /* [RW 15] Interrupt table Read and write access to it is not possible in |
| 4651 | the middle of the work */ |
| 4652 | #define TSEM_REG_INT_TABLE 0x180400 |
| 4653 | /* [ST 24] Statistics register. The number of messages that entered through |
| 4654 | FIC0 */ |
| 4655 | #define TSEM_REG_MSG_NUM_FIC0 0x180000 |
| 4656 | /* [ST 24] Statistics register. The number of messages that entered through |
| 4657 | FIC1 */ |
| 4658 | #define TSEM_REG_MSG_NUM_FIC1 0x180004 |
| 4659 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 4660 | FOC0 */ |
| 4661 | #define TSEM_REG_MSG_NUM_FOC0 0x180008 |
| 4662 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 4663 | FOC1 */ |
| 4664 | #define TSEM_REG_MSG_NUM_FOC1 0x18000c |
| 4665 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 4666 | FOC2 */ |
| 4667 | #define TSEM_REG_MSG_NUM_FOC2 0x180010 |
| 4668 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 4669 | FOC3 */ |
| 4670 | #define TSEM_REG_MSG_NUM_FOC3 0x180014 |
| 4671 | /* [RW 1] Disables input messages from the passive buffer May be updated |
| 4672 | during run_time by the microcode */ |
| 4673 | #define TSEM_REG_PAS_DISABLE 0x18024c |
| 4674 | /* [WB 128] Debug only. Passive buffer memory */ |
| 4675 | #define TSEM_REG_PASSIVE_BUFFER 0x181000 |
| 4676 | /* [WB 46] pram memory. B45 is parity; b[44:0] - data. */ |
| 4677 | #define TSEM_REG_PRAM 0x1c0000 |
| 4678 | /* [R 8] Valid sleeping threads indication have bit per thread */ |
| 4679 | #define TSEM_REG_SLEEP_THREADS_VALID 0x18026c |
| 4680 | /* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */ |
| 4681 | #define TSEM_REG_SLOW_EXT_STORE_EMPTY 0x1802a0 |
| 4682 | /* [RW 8] List of free threads . There is a bit per thread. */ |
| 4683 | #define TSEM_REG_THREADS_LIST 0x1802e4 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 4684 | /* [RC 32] Parity register #0 read clear */ |
| 4685 | #define TSEM_REG_TSEM_PRTY_STS_CLR_0 0x180118 |
| 4686 | #define TSEM_REG_TSEM_PRTY_STS_CLR_1 0x180128 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4687 | /* [RW 3] The arbitration scheme of time_slot 0 */ |
| 4688 | #define TSEM_REG_TS_0_AS 0x180038 |
| 4689 | /* [RW 3] The arbitration scheme of time_slot 10 */ |
| 4690 | #define TSEM_REG_TS_10_AS 0x180060 |
| 4691 | /* [RW 3] The arbitration scheme of time_slot 11 */ |
| 4692 | #define TSEM_REG_TS_11_AS 0x180064 |
| 4693 | /* [RW 3] The arbitration scheme of time_slot 12 */ |
| 4694 | #define TSEM_REG_TS_12_AS 0x180068 |
| 4695 | /* [RW 3] The arbitration scheme of time_slot 13 */ |
| 4696 | #define TSEM_REG_TS_13_AS 0x18006c |
| 4697 | /* [RW 3] The arbitration scheme of time_slot 14 */ |
| 4698 | #define TSEM_REG_TS_14_AS 0x180070 |
| 4699 | /* [RW 3] The arbitration scheme of time_slot 15 */ |
| 4700 | #define TSEM_REG_TS_15_AS 0x180074 |
| 4701 | /* [RW 3] The arbitration scheme of time_slot 16 */ |
| 4702 | #define TSEM_REG_TS_16_AS 0x180078 |
| 4703 | /* [RW 3] The arbitration scheme of time_slot 17 */ |
| 4704 | #define TSEM_REG_TS_17_AS 0x18007c |
| 4705 | /* [RW 3] The arbitration scheme of time_slot 18 */ |
| 4706 | #define TSEM_REG_TS_18_AS 0x180080 |
| 4707 | /* [RW 3] The arbitration scheme of time_slot 1 */ |
| 4708 | #define TSEM_REG_TS_1_AS 0x18003c |
| 4709 | /* [RW 3] The arbitration scheme of time_slot 2 */ |
| 4710 | #define TSEM_REG_TS_2_AS 0x180040 |
| 4711 | /* [RW 3] The arbitration scheme of time_slot 3 */ |
| 4712 | #define TSEM_REG_TS_3_AS 0x180044 |
| 4713 | /* [RW 3] The arbitration scheme of time_slot 4 */ |
| 4714 | #define TSEM_REG_TS_4_AS 0x180048 |
| 4715 | /* [RW 3] The arbitration scheme of time_slot 5 */ |
| 4716 | #define TSEM_REG_TS_5_AS 0x18004c |
| 4717 | /* [RW 3] The arbitration scheme of time_slot 6 */ |
| 4718 | #define TSEM_REG_TS_6_AS 0x180050 |
| 4719 | /* [RW 3] The arbitration scheme of time_slot 7 */ |
| 4720 | #define TSEM_REG_TS_7_AS 0x180054 |
| 4721 | /* [RW 3] The arbitration scheme of time_slot 8 */ |
| 4722 | #define TSEM_REG_TS_8_AS 0x180058 |
| 4723 | /* [RW 3] The arbitration scheme of time_slot 9 */ |
| 4724 | #define TSEM_REG_TS_9_AS 0x18005c |
| 4725 | /* [RW 32] Interrupt mask register #0 read/write */ |
| 4726 | #define TSEM_REG_TSEM_INT_MASK_0 0x180100 |
| 4727 | #define TSEM_REG_TSEM_INT_MASK_1 0x180110 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4728 | /* [R 32] Interrupt register #0 read */ |
| 4729 | #define TSEM_REG_TSEM_INT_STS_0 0x1800f4 |
| 4730 | #define TSEM_REG_TSEM_INT_STS_1 0x180104 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4731 | /* [RW 32] Parity mask register #0 read/write */ |
| 4732 | #define TSEM_REG_TSEM_PRTY_MASK_0 0x180120 |
| 4733 | #define TSEM_REG_TSEM_PRTY_MASK_1 0x180130 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 4734 | /* [R 32] Parity register #0 read */ |
| 4735 | #define TSEM_REG_TSEM_PRTY_STS_0 0x180114 |
| 4736 | #define TSEM_REG_TSEM_PRTY_STS_1 0x180124 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 4737 | /* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64 |
| 4738 | * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */ |
| 4739 | #define TSEM_REG_VFPF_ERR_NUM 0x180380 |
| 4740 | /* [RW 32] Indirect access to AG context with 32-bits granularity. The bits |
| 4741 | * [10:8] of the address should be the offset within the accessed LCID |
| 4742 | * context; the bits [7:0] are the accessed LCID.Example: to write to REG10 |
| 4743 | * LCID100. The RBC address should be 12'ha64. */ |
| 4744 | #define UCM_REG_AG_CTX 0xe2000 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4745 | /* [R 5] Used to read the XX protection CAM occupancy counter. */ |
| 4746 | #define UCM_REG_CAM_OCCUP 0xe0170 |
| 4747 | /* [RW 1] CDU AG read Interface enable. If 0 - the request input is |
| 4748 | disregarded; valid output is deasserted; all other signals are treated as |
| 4749 | usual; if 1 - normal activity. */ |
| 4750 | #define UCM_REG_CDU_AG_RD_IFEN 0xe0038 |
| 4751 | /* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input |
| 4752 | are disregarded; all other signals are treated as usual; if 1 - normal |
| 4753 | activity. */ |
| 4754 | #define UCM_REG_CDU_AG_WR_IFEN 0xe0034 |
| 4755 | /* [RW 1] CDU STORM read Interface enable. If 0 - the request input is |
| 4756 | disregarded; valid output is deasserted; all other signals are treated as |
| 4757 | usual; if 1 - normal activity. */ |
| 4758 | #define UCM_REG_CDU_SM_RD_IFEN 0xe0040 |
| 4759 | /* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid |
| 4760 | input is disregarded; all other signals are treated as usual; if 1 - |
| 4761 | normal activity. */ |
| 4762 | #define UCM_REG_CDU_SM_WR_IFEN 0xe003c |
| 4763 | /* [RW 4] CFC output initial credit. Max credit available - 15.Write writes |
| 4764 | the initial credit value; read returns the current value of the credit |
| 4765 | counter. Must be initialized to 1 at start-up. */ |
| 4766 | #define UCM_REG_CFC_INIT_CRD 0xe0204 |
| 4767 | /* [RW 3] The weight of the CP input in the WRR mechanism. 0 stands for |
| 4768 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4769 | prioritised); 2 stands for weight 2; tc. */ |
| 4770 | #define UCM_REG_CP_WEIGHT 0xe00c4 |
| 4771 | /* [RW 1] Input csem Interface enable. If 0 - the valid input is |
| 4772 | disregarded; acknowledge output is deasserted; all other signals are |
| 4773 | treated as usual; if 1 - normal activity. */ |
| 4774 | #define UCM_REG_CSEM_IFEN 0xe0028 |
| 4775 | /* [RC 1] Set when the message length mismatch (relative to last indication) |
| 4776 | at the csem interface is detected. */ |
| 4777 | #define UCM_REG_CSEM_LENGTH_MIS 0xe0160 |
| 4778 | /* [RW 3] The weight of the input csem in the WRR mechanism. 0 stands for |
| 4779 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4780 | prioritised); 2 stands for weight 2; tc. */ |
| 4781 | #define UCM_REG_CSEM_WEIGHT 0xe00b8 |
| 4782 | /* [RW 1] Input dorq Interface enable. If 0 - the valid input is |
| 4783 | disregarded; acknowledge output is deasserted; all other signals are |
| 4784 | treated as usual; if 1 - normal activity. */ |
| 4785 | #define UCM_REG_DORQ_IFEN 0xe0030 |
| 4786 | /* [RC 1] Set when the message length mismatch (relative to last indication) |
| 4787 | at the dorq interface is detected. */ |
| 4788 | #define UCM_REG_DORQ_LENGTH_MIS 0xe0168 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4789 | /* [RW 3] The weight of the input dorq in the WRR mechanism. 0 stands for |
| 4790 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4791 | prioritised); 2 stands for weight 2; tc. */ |
| 4792 | #define UCM_REG_DORQ_WEIGHT 0xe00c0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4793 | /* [RW 8] The Event ID in case ErrorFlg input message bit is set. */ |
| 4794 | #define UCM_REG_ERR_EVNT_ID 0xe00a4 |
| 4795 | /* [RW 28] The CM erroneous header for QM and Timers formatting. */ |
| 4796 | #define UCM_REG_ERR_UCM_HDR 0xe00a0 |
| 4797 | /* [RW 8] The Event ID for Timers expiration. */ |
| 4798 | #define UCM_REG_EXPR_EVNT_ID 0xe00a8 |
| 4799 | /* [RW 8] FIC0 output initial credit. Max credit available - 255.Write |
| 4800 | writes the initial credit value; read returns the current value of the |
| 4801 | credit counter. Must be initialized to 64 at start-up. */ |
| 4802 | #define UCM_REG_FIC0_INIT_CRD 0xe020c |
| 4803 | /* [RW 8] FIC1 output initial credit. Max credit available - 255.Write |
| 4804 | writes the initial credit value; read returns the current value of the |
| 4805 | credit counter. Must be initialized to 64 at start-up. */ |
| 4806 | #define UCM_REG_FIC1_INIT_CRD 0xe0210 |
| 4807 | /* [RW 1] Arbitration between Input Arbiter groups: 0 - fair Round-Robin; 1 |
| 4808 | - strict priority defined by ~ucm_registers_gr_ag_pr.gr_ag_pr; |
| 4809 | ~ucm_registers_gr_ld0_pr.gr_ld0_pr and |
| 4810 | ~ucm_registers_gr_ld1_pr.gr_ld1_pr. */ |
| 4811 | #define UCM_REG_GR_ARB_TYPE 0xe0144 |
| 4812 | /* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the |
| 4813 | highest priority is 3. It is supposed that the Store channel group is |
| 4814 | compliment to the others. */ |
| 4815 | #define UCM_REG_GR_LD0_PR 0xe014c |
| 4816 | /* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the |
| 4817 | highest priority is 3. It is supposed that the Store channel group is |
| 4818 | compliment to the others. */ |
| 4819 | #define UCM_REG_GR_LD1_PR 0xe0150 |
| 4820 | /* [RW 2] The queue index for invalidate counter flag decision. */ |
| 4821 | #define UCM_REG_INV_CFLG_Q 0xe00e4 |
| 4822 | /* [RW 5] The number of double REG-pairs; loaded from the STORM context and |
| 4823 | sent to STORM; for a specific connection type. the double REG-pairs are |
| 4824 | used in order to align to STORM context row size of 128 bits. The offset |
| 4825 | of these data in the STORM context is always 0. Index _i stands for the |
| 4826 | connection type (one of 16). */ |
| 4827 | #define UCM_REG_N_SM_CTX_LD_0 0xe0054 |
| 4828 | #define UCM_REG_N_SM_CTX_LD_1 0xe0058 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4829 | #define UCM_REG_N_SM_CTX_LD_2 0xe005c |
| 4830 | #define UCM_REG_N_SM_CTX_LD_3 0xe0060 |
| 4831 | #define UCM_REG_N_SM_CTX_LD_4 0xe0064 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4832 | #define UCM_REG_N_SM_CTX_LD_5 0xe0068 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4833 | #define UCM_REG_PHYS_QNUM0_0 0xe0110 |
| 4834 | #define UCM_REG_PHYS_QNUM0_1 0xe0114 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4835 | #define UCM_REG_PHYS_QNUM1_0 0xe0118 |
| 4836 | #define UCM_REG_PHYS_QNUM1_1 0xe011c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4837 | #define UCM_REG_PHYS_QNUM2_0 0xe0120 |
| 4838 | #define UCM_REG_PHYS_QNUM2_1 0xe0124 |
| 4839 | #define UCM_REG_PHYS_QNUM3_0 0xe0128 |
| 4840 | #define UCM_REG_PHYS_QNUM3_1 0xe012c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4841 | /* [RW 8] The Event ID for Timers formatting in case of stop done. */ |
| 4842 | #define UCM_REG_STOP_EVNT_ID 0xe00ac |
| 4843 | /* [RC 1] Set when the message length mismatch (relative to last indication) |
| 4844 | at the STORM interface is detected. */ |
| 4845 | #define UCM_REG_STORM_LENGTH_MIS 0xe0154 |
| 4846 | /* [RW 1] STORM - CM Interface enable. If 0 - the valid input is |
| 4847 | disregarded; acknowledge output is deasserted; all other signals are |
| 4848 | treated as usual; if 1 - normal activity. */ |
| 4849 | #define UCM_REG_STORM_UCM_IFEN 0xe0010 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4850 | /* [RW 3] The weight of the STORM input in the WRR mechanism. 0 stands for |
| 4851 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4852 | prioritised); 2 stands for weight 2; tc. */ |
| 4853 | #define UCM_REG_STORM_WEIGHT 0xe00b0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4854 | /* [RW 4] Timers output initial credit. Max credit available - 15.Write |
| 4855 | writes the initial credit value; read returns the current value of the |
| 4856 | credit counter. Must be initialized to 4 at start-up. */ |
| 4857 | #define UCM_REG_TM_INIT_CRD 0xe021c |
| 4858 | /* [RW 28] The CM header for Timers expiration command. */ |
| 4859 | #define UCM_REG_TM_UCM_HDR 0xe009c |
| 4860 | /* [RW 1] Timers - CM Interface enable. If 0 - the valid input is |
| 4861 | disregarded; acknowledge output is deasserted; all other signals are |
| 4862 | treated as usual; if 1 - normal activity. */ |
| 4863 | #define UCM_REG_TM_UCM_IFEN 0xe001c |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4864 | /* [RW 3] The weight of the Timers input in the WRR mechanism. 0 stands for |
| 4865 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4866 | prioritised); 2 stands for weight 2; tc. */ |
| 4867 | #define UCM_REG_TM_WEIGHT 0xe00d4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4868 | /* [RW 1] Input tsem Interface enable. If 0 - the valid input is |
| 4869 | disregarded; acknowledge output is deasserted; all other signals are |
| 4870 | treated as usual; if 1 - normal activity. */ |
| 4871 | #define UCM_REG_TSEM_IFEN 0xe0024 |
| 4872 | /* [RC 1] Set when the message length mismatch (relative to last indication) |
| 4873 | at the tsem interface is detected. */ |
| 4874 | #define UCM_REG_TSEM_LENGTH_MIS 0xe015c |
| 4875 | /* [RW 3] The weight of the input tsem in the WRR mechanism. 0 stands for |
| 4876 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4877 | prioritised); 2 stands for weight 2; tc. */ |
| 4878 | #define UCM_REG_TSEM_WEIGHT 0xe00b4 |
| 4879 | /* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded; |
| 4880 | acknowledge output is deasserted; all other signals are treated as usual; |
| 4881 | if 1 - normal activity. */ |
| 4882 | #define UCM_REG_UCM_CFC_IFEN 0xe0044 |
| 4883 | /* [RW 11] Interrupt mask register #0 read/write */ |
| 4884 | #define UCM_REG_UCM_INT_MASK 0xe01d4 |
| 4885 | /* [R 11] Interrupt register #0 read */ |
| 4886 | #define UCM_REG_UCM_INT_STS 0xe01c8 |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 4887 | /* [RW 27] Parity mask register #0 read/write */ |
| 4888 | #define UCM_REG_UCM_PRTY_MASK 0xe01e4 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 4889 | /* [R 27] Parity register #0 read */ |
| 4890 | #define UCM_REG_UCM_PRTY_STS 0xe01d8 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 4891 | /* [RC 27] Parity register #0 read clear */ |
| 4892 | #define UCM_REG_UCM_PRTY_STS_CLR 0xe01dc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4893 | /* [RW 2] The size of AG context region 0 in REG-pairs. Designates the MS |
| 4894 | REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5). |
| 4895 | Is used to determine the number of the AG context REG-pairs written back; |
| 4896 | when the Reg1WbFlg isn't set. */ |
| 4897 | #define UCM_REG_UCM_REG0_SZ 0xe00dc |
| 4898 | /* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is |
| 4899 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 4900 | if 1 - normal activity. */ |
| 4901 | #define UCM_REG_UCM_STORM0_IFEN 0xe0004 |
| 4902 | /* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is |
| 4903 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 4904 | if 1 - normal activity. */ |
| 4905 | #define UCM_REG_UCM_STORM1_IFEN 0xe0008 |
| 4906 | /* [RW 1] CM - Timers Interface enable. If 0 - the valid input is |
| 4907 | disregarded; acknowledge output is deasserted; all other signals are |
| 4908 | treated as usual; if 1 - normal activity. */ |
| 4909 | #define UCM_REG_UCM_TM_IFEN 0xe0020 |
| 4910 | /* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is |
| 4911 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 4912 | if 1 - normal activity. */ |
| 4913 | #define UCM_REG_UCM_UQM_IFEN 0xe000c |
| 4914 | /* [RW 1] If set the Q index; received from the QM is inserted to event ID. */ |
| 4915 | #define UCM_REG_UCM_UQM_USE_Q 0xe00d8 |
| 4916 | /* [RW 6] QM output initial credit. Max credit available - 32.Write writes |
| 4917 | the initial credit value; read returns the current value of the credit |
| 4918 | counter. Must be initialized to 32 at start-up. */ |
| 4919 | #define UCM_REG_UQM_INIT_CRD 0xe0220 |
| 4920 | /* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0 |
| 4921 | stands for weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4922 | prioritised); 2 stands for weight 2; tc. */ |
| 4923 | #define UCM_REG_UQM_P_WEIGHT 0xe00cc |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4924 | /* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0 |
| 4925 | stands for weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4926 | prioritised); 2 stands for weight 2; tc. */ |
| 4927 | #define UCM_REG_UQM_S_WEIGHT 0xe00d0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4928 | /* [RW 28] The CM header value for QM request (primary). */ |
| 4929 | #define UCM_REG_UQM_UCM_HDR_P 0xe0094 |
| 4930 | /* [RW 28] The CM header value for QM request (secondary). */ |
| 4931 | #define UCM_REG_UQM_UCM_HDR_S 0xe0098 |
| 4932 | /* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded; |
| 4933 | acknowledge output is deasserted; all other signals are treated as usual; |
| 4934 | if 1 - normal activity. */ |
| 4935 | #define UCM_REG_UQM_UCM_IFEN 0xe0014 |
| 4936 | /* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded; |
| 4937 | acknowledge output is deasserted; all other signals are treated as usual; |
| 4938 | if 1 - normal activity. */ |
| 4939 | #define UCM_REG_USDM_IFEN 0xe0018 |
| 4940 | /* [RC 1] Set when the message length mismatch (relative to last indication) |
| 4941 | at the SDM interface is detected. */ |
| 4942 | #define UCM_REG_USDM_LENGTH_MIS 0xe0158 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4943 | /* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for |
| 4944 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4945 | prioritised); 2 stands for weight 2; tc. */ |
| 4946 | #define UCM_REG_USDM_WEIGHT 0xe00c8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4947 | /* [RW 1] Input xsem Interface enable. If 0 - the valid input is |
| 4948 | disregarded; acknowledge output is deasserted; all other signals are |
| 4949 | treated as usual; if 1 - normal activity. */ |
| 4950 | #define UCM_REG_XSEM_IFEN 0xe002c |
| 4951 | /* [RC 1] Set when the message length mismatch (relative to last indication) |
| 4952 | at the xsem interface isdetected. */ |
| 4953 | #define UCM_REG_XSEM_LENGTH_MIS 0xe0164 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 4954 | /* [RW 3] The weight of the input xsem in the WRR mechanism. 0 stands for |
| 4955 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 4956 | prioritised); 2 stands for weight 2; tc. */ |
| 4957 | #define UCM_REG_XSEM_WEIGHT 0xe00bc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4958 | /* [RW 20] Indirect access to the descriptor table of the XX protection |
| 4959 | mechanism. The fields are:[5:0] - message length; 14:6] - message |
| 4960 | pointer; 19:15] - next pointer. */ |
| 4961 | #define UCM_REG_XX_DESCR_TABLE 0xe0280 |
Vladislav Zolotarov | 7961689 | 2011-07-21 07:58:54 +0000 | [diff] [blame] | 4962 | #define UCM_REG_XX_DESCR_TABLE_SIZE 27 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 4963 | /* [R 6] Use to read the XX protection Free counter. */ |
| 4964 | #define UCM_REG_XX_FREE 0xe016c |
| 4965 | /* [RW 6] Initial value for the credit counter; responsible for fulfilling |
| 4966 | of the Input Stage XX protection buffer by the XX protection pending |
| 4967 | messages. Write writes the initial credit value; read returns the current |
| 4968 | value of the credit counter. Must be initialized to 12 at start-up. */ |
| 4969 | #define UCM_REG_XX_INIT_CRD 0xe0224 |
| 4970 | /* [RW 6] The maximum number of pending messages; which may be stored in XX |
| 4971 | protection. ~ucm_registers_xx_free.xx_free read on read. */ |
| 4972 | #define UCM_REG_XX_MSG_NUM 0xe0228 |
| 4973 | /* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */ |
| 4974 | #define UCM_REG_XX_OVFL_EVNT_ID 0xe004c |
| 4975 | /* [RW 16] Indirect access to the XX table of the XX protection mechanism. |
| 4976 | The fields are: [4:0] - tail pointer; 10:5] - Link List size; 15:11] - |
| 4977 | header pointer. */ |
| 4978 | #define UCM_REG_XX_TABLE 0xe0300 |
Mintz Yuval | e18c56b | 2012-02-15 02:10:23 +0000 | [diff] [blame] | 4979 | #define UMAC_COMMAND_CONFIG_REG_HD_ENA (0x1<<10) |
Yaniv Rosner | 9d5b36b | 2011-08-02 22:59:10 +0000 | [diff] [blame] | 4980 | #define UMAC_COMMAND_CONFIG_REG_IGNORE_TX_PAUSE (0x1<<28) |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 4981 | #define UMAC_COMMAND_CONFIG_REG_LOOP_ENA (0x1<<15) |
| 4982 | #define UMAC_COMMAND_CONFIG_REG_NO_LGTH_CHECK (0x1<<24) |
| 4983 | #define UMAC_COMMAND_CONFIG_REG_PAD_EN (0x1<<5) |
Yaniv Rosner | 9d5b36b | 2011-08-02 22:59:10 +0000 | [diff] [blame] | 4984 | #define UMAC_COMMAND_CONFIG_REG_PAUSE_IGNORE (0x1<<8) |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 4985 | #define UMAC_COMMAND_CONFIG_REG_PROMIS_EN (0x1<<4) |
| 4986 | #define UMAC_COMMAND_CONFIG_REG_RX_ENA (0x1<<1) |
| 4987 | #define UMAC_COMMAND_CONFIG_REG_SW_RESET (0x1<<13) |
| 4988 | #define UMAC_COMMAND_CONFIG_REG_TX_ENA (0x1<<0) |
| 4989 | #define UMAC_REG_COMMAND_CONFIG 0x8 |
Yuval Mintz | 26964bb | 2012-09-10 05:51:08 +0000 | [diff] [blame] | 4990 | /* [RW 16] This is the duration for which MAC must wait to go back to ACTIVE |
| 4991 | * state from LPI state when it receives packet for transmission. The |
| 4992 | * decrement unit is 1 micro-second. */ |
| 4993 | #define UMAC_REG_EEE_WAKE_TIMER 0x6c |
Yaniv Rosner | b8d6d08 | 2011-07-05 01:06:27 +0000 | [diff] [blame] | 4994 | /* [RW 32] Register Bit 0 refers to Bit 16 of the MAC address; Bit 1 refers |
| 4995 | * to bit 17 of the MAC address etc. */ |
| 4996 | #define UMAC_REG_MAC_ADDR0 0xc |
| 4997 | /* [RW 16] Register Bit 0 refers to Bit 0 of the MAC address; Register Bit 1 |
| 4998 | * refers to Bit 1 of the MAC address etc. Bits 16 to 31 are reserved. */ |
| 4999 | #define UMAC_REG_MAC_ADDR1 0x10 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 5000 | /* [RW 14] Defines a 14-Bit maximum frame length used by the MAC receive |
| 5001 | * logic to check frames. */ |
| 5002 | #define UMAC_REG_MAXFR 0x14 |
Yuval Mintz | 26964bb | 2012-09-10 05:51:08 +0000 | [diff] [blame] | 5003 | #define UMAC_REG_UMAC_EEE_CTRL 0x64 |
| 5004 | #define UMAC_UMAC_EEE_CTRL_REG_EEE_EN (0x1<<3) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5005 | /* [RW 8] The event id for aggregated interrupt 0 */ |
| 5006 | #define USDM_REG_AGG_INT_EVENT_0 0xc4038 |
| 5007 | #define USDM_REG_AGG_INT_EVENT_1 0xc403c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5008 | #define USDM_REG_AGG_INT_EVENT_2 0xc4040 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5009 | #define USDM_REG_AGG_INT_EVENT_4 0xc4048 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 5010 | #define USDM_REG_AGG_INT_EVENT_5 0xc404c |
Eilon Greenstein | ca00392 | 2009-08-12 22:53:28 -0700 | [diff] [blame] | 5011 | #define USDM_REG_AGG_INT_EVENT_6 0xc4050 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5012 | /* [RW 1] For each aggregated interrupt index whether the mode is normal (0) |
| 5013 | or auto-mask-mode (1) */ |
| 5014 | #define USDM_REG_AGG_INT_MODE_0 0xc41b8 |
| 5015 | #define USDM_REG_AGG_INT_MODE_1 0xc41bc |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 5016 | #define USDM_REG_AGG_INT_MODE_4 0xc41c8 |
| 5017 | #define USDM_REG_AGG_INT_MODE_5 0xc41cc |
Eilon Greenstein | ca00392 | 2009-08-12 22:53:28 -0700 | [diff] [blame] | 5018 | #define USDM_REG_AGG_INT_MODE_6 0xc41d0 |
| 5019 | /* [RW 1] The T bit for aggregated interrupt 5 */ |
| 5020 | #define USDM_REG_AGG_INT_T_5 0xc40cc |
| 5021 | #define USDM_REG_AGG_INT_T_6 0xc40d0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5022 | /* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */ |
| 5023 | #define USDM_REG_CFC_RSP_START_ADDR 0xc4008 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 5024 | /* [RW 16] The maximum value of the completion counter #0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5025 | #define USDM_REG_CMP_COUNTER_MAX0 0xc401c |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 5026 | /* [RW 16] The maximum value of the completion counter #1 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5027 | #define USDM_REG_CMP_COUNTER_MAX1 0xc4020 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 5028 | /* [RW 16] The maximum value of the completion counter #2 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5029 | #define USDM_REG_CMP_COUNTER_MAX2 0xc4024 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 5030 | /* [RW 16] The maximum value of the completion counter #3 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5031 | #define USDM_REG_CMP_COUNTER_MAX3 0xc4028 |
| 5032 | /* [RW 13] The start address in the internal RAM for the completion |
| 5033 | counters. */ |
| 5034 | #define USDM_REG_CMP_COUNTER_START_ADDR 0xc400c |
| 5035 | #define USDM_REG_ENABLE_IN1 0xc4238 |
| 5036 | #define USDM_REG_ENABLE_IN2 0xc423c |
| 5037 | #define USDM_REG_ENABLE_OUT1 0xc4240 |
| 5038 | #define USDM_REG_ENABLE_OUT2 0xc4244 |
| 5039 | /* [RW 4] The initial number of messages that can be sent to the pxp control |
| 5040 | interface without receiving any ACK. */ |
| 5041 | #define USDM_REG_INIT_CREDIT_PXP_CTRL 0xc44c0 |
| 5042 | /* [ST 32] The number of ACK after placement messages received */ |
| 5043 | #define USDM_REG_NUM_OF_ACK_AFTER_PLACE 0xc4280 |
| 5044 | /* [ST 32] The number of packet end messages received from the parser */ |
| 5045 | #define USDM_REG_NUM_OF_PKT_END_MSG 0xc4278 |
| 5046 | /* [ST 32] The number of requests received from the pxp async if */ |
| 5047 | #define USDM_REG_NUM_OF_PXP_ASYNC_REQ 0xc427c |
| 5048 | /* [ST 32] The number of commands received in queue 0 */ |
| 5049 | #define USDM_REG_NUM_OF_Q0_CMD 0xc4248 |
| 5050 | /* [ST 32] The number of commands received in queue 10 */ |
| 5051 | #define USDM_REG_NUM_OF_Q10_CMD 0xc4270 |
| 5052 | /* [ST 32] The number of commands received in queue 11 */ |
| 5053 | #define USDM_REG_NUM_OF_Q11_CMD 0xc4274 |
| 5054 | /* [ST 32] The number of commands received in queue 1 */ |
| 5055 | #define USDM_REG_NUM_OF_Q1_CMD 0xc424c |
| 5056 | /* [ST 32] The number of commands received in queue 2 */ |
| 5057 | #define USDM_REG_NUM_OF_Q2_CMD 0xc4250 |
| 5058 | /* [ST 32] The number of commands received in queue 3 */ |
| 5059 | #define USDM_REG_NUM_OF_Q3_CMD 0xc4254 |
| 5060 | /* [ST 32] The number of commands received in queue 4 */ |
| 5061 | #define USDM_REG_NUM_OF_Q4_CMD 0xc4258 |
| 5062 | /* [ST 32] The number of commands received in queue 5 */ |
| 5063 | #define USDM_REG_NUM_OF_Q5_CMD 0xc425c |
| 5064 | /* [ST 32] The number of commands received in queue 6 */ |
| 5065 | #define USDM_REG_NUM_OF_Q6_CMD 0xc4260 |
| 5066 | /* [ST 32] The number of commands received in queue 7 */ |
| 5067 | #define USDM_REG_NUM_OF_Q7_CMD 0xc4264 |
| 5068 | /* [ST 32] The number of commands received in queue 8 */ |
| 5069 | #define USDM_REG_NUM_OF_Q8_CMD 0xc4268 |
| 5070 | /* [ST 32] The number of commands received in queue 9 */ |
| 5071 | #define USDM_REG_NUM_OF_Q9_CMD 0xc426c |
| 5072 | /* [RW 13] The start address in the internal RAM for the packet end message */ |
| 5073 | #define USDM_REG_PCK_END_MSG_START_ADDR 0xc4014 |
| 5074 | /* [RW 13] The start address in the internal RAM for queue counters */ |
| 5075 | #define USDM_REG_Q_COUNTER_START_ADDR 0xc4010 |
| 5076 | /* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */ |
| 5077 | #define USDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0xc4550 |
| 5078 | /* [R 1] parser fifo empty in sdm_sync block */ |
| 5079 | #define USDM_REG_SYNC_PARSER_EMPTY 0xc4558 |
| 5080 | /* [R 1] parser serial fifo empty in sdm_sync block */ |
| 5081 | #define USDM_REG_SYNC_SYNC_EMPTY 0xc4560 |
| 5082 | /* [RW 32] Tick for timer counter. Applicable only when |
| 5083 | ~usdm_registers_timer_tick_enable.timer_tick_enable =1 */ |
| 5084 | #define USDM_REG_TIMER_TICK 0xc4000 |
| 5085 | /* [RW 32] Interrupt mask register #0 read/write */ |
| 5086 | #define USDM_REG_USDM_INT_MASK_0 0xc42a0 |
| 5087 | #define USDM_REG_USDM_INT_MASK_1 0xc42b0 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5088 | /* [R 32] Interrupt register #0 read */ |
| 5089 | #define USDM_REG_USDM_INT_STS_0 0xc4294 |
| 5090 | #define USDM_REG_USDM_INT_STS_1 0xc42a4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5091 | /* [RW 11] Parity mask register #0 read/write */ |
| 5092 | #define USDM_REG_USDM_PRTY_MASK 0xc42c0 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5093 | /* [R 11] Parity register #0 read */ |
| 5094 | #define USDM_REG_USDM_PRTY_STS 0xc42b4 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 5095 | /* [RC 11] Parity register #0 read clear */ |
| 5096 | #define USDM_REG_USDM_PRTY_STS_CLR 0xc42b8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5097 | /* [RW 5] The number of time_slots in the arbitration cycle */ |
| 5098 | #define USEM_REG_ARB_CYCLE_SIZE 0x300034 |
| 5099 | /* [RW 3] The source that is associated with arbitration element 0. Source |
| 5100 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 5101 | sleeping thread with priority 1; 4- sleeping thread with priority 2 */ |
| 5102 | #define USEM_REG_ARB_ELEMENT0 0x300020 |
| 5103 | /* [RW 3] The source that is associated with arbitration element 1. Source |
| 5104 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 5105 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 5106 | Could not be equal to register ~usem_registers_arb_element0.arb_element0 */ |
| 5107 | #define USEM_REG_ARB_ELEMENT1 0x300024 |
| 5108 | /* [RW 3] The source that is associated with arbitration element 2. Source |
| 5109 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 5110 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 5111 | Could not be equal to register ~usem_registers_arb_element0.arb_element0 |
| 5112 | and ~usem_registers_arb_element1.arb_element1 */ |
| 5113 | #define USEM_REG_ARB_ELEMENT2 0x300028 |
| 5114 | /* [RW 3] The source that is associated with arbitration element 3. Source |
| 5115 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 5116 | sleeping thread with priority 1; 4- sleeping thread with priority 2.Could |
| 5117 | not be equal to register ~usem_registers_arb_element0.arb_element0 and |
| 5118 | ~usem_registers_arb_element1.arb_element1 and |
| 5119 | ~usem_registers_arb_element2.arb_element2 */ |
| 5120 | #define USEM_REG_ARB_ELEMENT3 0x30002c |
| 5121 | /* [RW 3] The source that is associated with arbitration element 4. Source |
| 5122 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 5123 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 5124 | Could not be equal to register ~usem_registers_arb_element0.arb_element0 |
| 5125 | and ~usem_registers_arb_element1.arb_element1 and |
| 5126 | ~usem_registers_arb_element2.arb_element2 and |
| 5127 | ~usem_registers_arb_element3.arb_element3 */ |
| 5128 | #define USEM_REG_ARB_ELEMENT4 0x300030 |
| 5129 | #define USEM_REG_ENABLE_IN 0x3000a4 |
| 5130 | #define USEM_REG_ENABLE_OUT 0x3000a8 |
| 5131 | /* [RW 32] This address space contains all registers and memories that are |
| 5132 | placed in SEM_FAST block. The SEM_FAST registers are described in |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5133 | appendix B. In order to access the sem_fast registers the base address |
| 5134 | ~fast_memory.fast_memory should be added to eachsem_fast register offset. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5135 | #define USEM_REG_FAST_MEMORY 0x320000 |
| 5136 | /* [RW 1] Disables input messages from FIC0 May be updated during run_time |
| 5137 | by the microcode */ |
| 5138 | #define USEM_REG_FIC0_DISABLE 0x300224 |
| 5139 | /* [RW 1] Disables input messages from FIC1 May be updated during run_time |
| 5140 | by the microcode */ |
| 5141 | #define USEM_REG_FIC1_DISABLE 0x300234 |
| 5142 | /* [RW 15] Interrupt table Read and write access to it is not possible in |
| 5143 | the middle of the work */ |
| 5144 | #define USEM_REG_INT_TABLE 0x300400 |
| 5145 | /* [ST 24] Statistics register. The number of messages that entered through |
| 5146 | FIC0 */ |
| 5147 | #define USEM_REG_MSG_NUM_FIC0 0x300000 |
| 5148 | /* [ST 24] Statistics register. The number of messages that entered through |
| 5149 | FIC1 */ |
| 5150 | #define USEM_REG_MSG_NUM_FIC1 0x300004 |
| 5151 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 5152 | FOC0 */ |
| 5153 | #define USEM_REG_MSG_NUM_FOC0 0x300008 |
| 5154 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 5155 | FOC1 */ |
| 5156 | #define USEM_REG_MSG_NUM_FOC1 0x30000c |
| 5157 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 5158 | FOC2 */ |
| 5159 | #define USEM_REG_MSG_NUM_FOC2 0x300010 |
| 5160 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 5161 | FOC3 */ |
| 5162 | #define USEM_REG_MSG_NUM_FOC3 0x300014 |
| 5163 | /* [RW 1] Disables input messages from the passive buffer May be updated |
| 5164 | during run_time by the microcode */ |
| 5165 | #define USEM_REG_PAS_DISABLE 0x30024c |
| 5166 | /* [WB 128] Debug only. Passive buffer memory */ |
| 5167 | #define USEM_REG_PASSIVE_BUFFER 0x302000 |
| 5168 | /* [WB 46] pram memory. B45 is parity; b[44:0] - data. */ |
| 5169 | #define USEM_REG_PRAM 0x340000 |
| 5170 | /* [R 16] Valid sleeping threads indication have bit per thread */ |
| 5171 | #define USEM_REG_SLEEP_THREADS_VALID 0x30026c |
| 5172 | /* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */ |
| 5173 | #define USEM_REG_SLOW_EXT_STORE_EMPTY 0x3002a0 |
| 5174 | /* [RW 16] List of free threads . There is a bit per thread. */ |
| 5175 | #define USEM_REG_THREADS_LIST 0x3002e4 |
| 5176 | /* [RW 3] The arbitration scheme of time_slot 0 */ |
| 5177 | #define USEM_REG_TS_0_AS 0x300038 |
| 5178 | /* [RW 3] The arbitration scheme of time_slot 10 */ |
| 5179 | #define USEM_REG_TS_10_AS 0x300060 |
| 5180 | /* [RW 3] The arbitration scheme of time_slot 11 */ |
| 5181 | #define USEM_REG_TS_11_AS 0x300064 |
| 5182 | /* [RW 3] The arbitration scheme of time_slot 12 */ |
| 5183 | #define USEM_REG_TS_12_AS 0x300068 |
| 5184 | /* [RW 3] The arbitration scheme of time_slot 13 */ |
| 5185 | #define USEM_REG_TS_13_AS 0x30006c |
| 5186 | /* [RW 3] The arbitration scheme of time_slot 14 */ |
| 5187 | #define USEM_REG_TS_14_AS 0x300070 |
| 5188 | /* [RW 3] The arbitration scheme of time_slot 15 */ |
| 5189 | #define USEM_REG_TS_15_AS 0x300074 |
| 5190 | /* [RW 3] The arbitration scheme of time_slot 16 */ |
| 5191 | #define USEM_REG_TS_16_AS 0x300078 |
| 5192 | /* [RW 3] The arbitration scheme of time_slot 17 */ |
| 5193 | #define USEM_REG_TS_17_AS 0x30007c |
| 5194 | /* [RW 3] The arbitration scheme of time_slot 18 */ |
| 5195 | #define USEM_REG_TS_18_AS 0x300080 |
| 5196 | /* [RW 3] The arbitration scheme of time_slot 1 */ |
| 5197 | #define USEM_REG_TS_1_AS 0x30003c |
| 5198 | /* [RW 3] The arbitration scheme of time_slot 2 */ |
| 5199 | #define USEM_REG_TS_2_AS 0x300040 |
| 5200 | /* [RW 3] The arbitration scheme of time_slot 3 */ |
| 5201 | #define USEM_REG_TS_3_AS 0x300044 |
| 5202 | /* [RW 3] The arbitration scheme of time_slot 4 */ |
| 5203 | #define USEM_REG_TS_4_AS 0x300048 |
| 5204 | /* [RW 3] The arbitration scheme of time_slot 5 */ |
| 5205 | #define USEM_REG_TS_5_AS 0x30004c |
| 5206 | /* [RW 3] The arbitration scheme of time_slot 6 */ |
| 5207 | #define USEM_REG_TS_6_AS 0x300050 |
| 5208 | /* [RW 3] The arbitration scheme of time_slot 7 */ |
| 5209 | #define USEM_REG_TS_7_AS 0x300054 |
| 5210 | /* [RW 3] The arbitration scheme of time_slot 8 */ |
| 5211 | #define USEM_REG_TS_8_AS 0x300058 |
| 5212 | /* [RW 3] The arbitration scheme of time_slot 9 */ |
| 5213 | #define USEM_REG_TS_9_AS 0x30005c |
| 5214 | /* [RW 32] Interrupt mask register #0 read/write */ |
| 5215 | #define USEM_REG_USEM_INT_MASK_0 0x300110 |
| 5216 | #define USEM_REG_USEM_INT_MASK_1 0x300120 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5217 | /* [R 32] Interrupt register #0 read */ |
| 5218 | #define USEM_REG_USEM_INT_STS_0 0x300104 |
| 5219 | #define USEM_REG_USEM_INT_STS_1 0x300114 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5220 | /* [RW 32] Parity mask register #0 read/write */ |
| 5221 | #define USEM_REG_USEM_PRTY_MASK_0 0x300130 |
| 5222 | #define USEM_REG_USEM_PRTY_MASK_1 0x300140 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5223 | /* [R 32] Parity register #0 read */ |
| 5224 | #define USEM_REG_USEM_PRTY_STS_0 0x300124 |
| 5225 | #define USEM_REG_USEM_PRTY_STS_1 0x300134 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 5226 | /* [RC 32] Parity register #0 read clear */ |
| 5227 | #define USEM_REG_USEM_PRTY_STS_CLR_0 0x300128 |
| 5228 | #define USEM_REG_USEM_PRTY_STS_CLR_1 0x300138 |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 5229 | /* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64 |
| 5230 | * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */ |
| 5231 | #define USEM_REG_VFPF_ERR_NUM 0x300380 |
| 5232 | #define VFC_MEMORIES_RST_REG_CAM_RST (0x1<<0) |
| 5233 | #define VFC_MEMORIES_RST_REG_RAM_RST (0x1<<1) |
| 5234 | #define VFC_REG_MEMORIES_RST 0x1943c |
| 5235 | /* [RW 32] Indirect access to AG context with 32-bits granularity. The bits |
| 5236 | * [12:8] of the address should be the offset within the accessed LCID |
| 5237 | * context; the bits [7:0] are the accessed LCID.Example: to write to REG10 |
| 5238 | * LCID100. The RBC address should be 13'ha64. */ |
| 5239 | #define XCM_REG_AG_CTX 0x28000 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5240 | /* [RW 2] The queue index for registration on Aux1 counter flag. */ |
| 5241 | #define XCM_REG_AUX1_Q 0x20134 |
| 5242 | /* [RW 2] Per each decision rule the queue index to register to. */ |
| 5243 | #define XCM_REG_AUX_CNT_FLG_Q_19 0x201b0 |
| 5244 | /* [R 5] Used to read the XX protection CAM occupancy counter. */ |
| 5245 | #define XCM_REG_CAM_OCCUP 0x20244 |
| 5246 | /* [RW 1] CDU AG read Interface enable. If 0 - the request input is |
| 5247 | disregarded; valid output is deasserted; all other signals are treated as |
| 5248 | usual; if 1 - normal activity. */ |
| 5249 | #define XCM_REG_CDU_AG_RD_IFEN 0x20044 |
| 5250 | /* [RW 1] CDU AG write Interface enable. If 0 - the request and valid input |
| 5251 | are disregarded; all other signals are treated as usual; if 1 - normal |
| 5252 | activity. */ |
| 5253 | #define XCM_REG_CDU_AG_WR_IFEN 0x20040 |
| 5254 | /* [RW 1] CDU STORM read Interface enable. If 0 - the request input is |
| 5255 | disregarded; valid output is deasserted; all other signals are treated as |
| 5256 | usual; if 1 - normal activity. */ |
| 5257 | #define XCM_REG_CDU_SM_RD_IFEN 0x2004c |
| 5258 | /* [RW 1] CDU STORM write Interface enable. If 0 - the request and valid |
| 5259 | input is disregarded; all other signals are treated as usual; if 1 - |
| 5260 | normal activity. */ |
| 5261 | #define XCM_REG_CDU_SM_WR_IFEN 0x20048 |
| 5262 | /* [RW 4] CFC output initial credit. Max credit available - 15.Write writes |
| 5263 | the initial credit value; read returns the current value of the credit |
| 5264 | counter. Must be initialized to 1 at start-up. */ |
| 5265 | #define XCM_REG_CFC_INIT_CRD 0x20404 |
| 5266 | /* [RW 3] The weight of the CP input in the WRR mechanism. 0 stands for |
| 5267 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5268 | prioritised); 2 stands for weight 2; tc. */ |
| 5269 | #define XCM_REG_CP_WEIGHT 0x200dc |
| 5270 | /* [RW 1] Input csem Interface enable. If 0 - the valid input is |
| 5271 | disregarded; acknowledge output is deasserted; all other signals are |
| 5272 | treated as usual; if 1 - normal activity. */ |
| 5273 | #define XCM_REG_CSEM_IFEN 0x20028 |
| 5274 | /* [RC 1] Set at message length mismatch (relative to last indication) at |
| 5275 | the csem interface. */ |
| 5276 | #define XCM_REG_CSEM_LENGTH_MIS 0x20228 |
| 5277 | /* [RW 3] The weight of the input csem in the WRR mechanism. 0 stands for |
| 5278 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5279 | prioritised); 2 stands for weight 2; tc. */ |
| 5280 | #define XCM_REG_CSEM_WEIGHT 0x200c4 |
| 5281 | /* [RW 1] Input dorq Interface enable. If 0 - the valid input is |
| 5282 | disregarded; acknowledge output is deasserted; all other signals are |
| 5283 | treated as usual; if 1 - normal activity. */ |
| 5284 | #define XCM_REG_DORQ_IFEN 0x20030 |
| 5285 | /* [RC 1] Set at message length mismatch (relative to last indication) at |
| 5286 | the dorq interface. */ |
| 5287 | #define XCM_REG_DORQ_LENGTH_MIS 0x20230 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 5288 | /* [RW 3] The weight of the input dorq in the WRR mechanism. 0 stands for |
| 5289 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5290 | prioritised); 2 stands for weight 2; tc. */ |
| 5291 | #define XCM_REG_DORQ_WEIGHT 0x200cc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5292 | /* [RW 8] The Event ID in case the ErrorFlg input message bit is set. */ |
| 5293 | #define XCM_REG_ERR_EVNT_ID 0x200b0 |
| 5294 | /* [RW 28] The CM erroneous header for QM and Timers formatting. */ |
| 5295 | #define XCM_REG_ERR_XCM_HDR 0x200ac |
| 5296 | /* [RW 8] The Event ID for Timers expiration. */ |
| 5297 | #define XCM_REG_EXPR_EVNT_ID 0x200b4 |
| 5298 | /* [RW 8] FIC0 output initial credit. Max credit available - 255.Write |
| 5299 | writes the initial credit value; read returns the current value of the |
| 5300 | credit counter. Must be initialized to 64 at start-up. */ |
| 5301 | #define XCM_REG_FIC0_INIT_CRD 0x2040c |
| 5302 | /* [RW 8] FIC1 output initial credit. Max credit available - 255.Write |
| 5303 | writes the initial credit value; read returns the current value of the |
| 5304 | credit counter. Must be initialized to 64 at start-up. */ |
| 5305 | #define XCM_REG_FIC1_INIT_CRD 0x20410 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5306 | #define XCM_REG_GLB_DEL_ACK_MAX_CNT_0 0x20118 |
| 5307 | #define XCM_REG_GLB_DEL_ACK_MAX_CNT_1 0x2011c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5308 | #define XCM_REG_GLB_DEL_ACK_TMR_VAL_0 0x20108 |
| 5309 | #define XCM_REG_GLB_DEL_ACK_TMR_VAL_1 0x2010c |
| 5310 | /* [RW 1] Arbitratiojn between Input Arbiter groups: 0 - fair Round-Robin; 1 |
| 5311 | - strict priority defined by ~xcm_registers_gr_ag_pr.gr_ag_pr; |
| 5312 | ~xcm_registers_gr_ld0_pr.gr_ld0_pr and |
| 5313 | ~xcm_registers_gr_ld1_pr.gr_ld1_pr. */ |
| 5314 | #define XCM_REG_GR_ARB_TYPE 0x2020c |
| 5315 | /* [RW 2] Load (FIC0) channel group priority. The lowest priority is 0; the |
| 5316 | highest priority is 3. It is supposed that the Channel group is the |
| 5317 | compliment of the other 3 groups. */ |
| 5318 | #define XCM_REG_GR_LD0_PR 0x20214 |
| 5319 | /* [RW 2] Load (FIC1) channel group priority. The lowest priority is 0; the |
| 5320 | highest priority is 3. It is supposed that the Channel group is the |
| 5321 | compliment of the other 3 groups. */ |
| 5322 | #define XCM_REG_GR_LD1_PR 0x20218 |
| 5323 | /* [RW 1] Input nig0 Interface enable. If 0 - the valid input is |
| 5324 | disregarded; acknowledge output is deasserted; all other signals are |
| 5325 | treated as usual; if 1 - normal activity. */ |
| 5326 | #define XCM_REG_NIG0_IFEN 0x20038 |
| 5327 | /* [RC 1] Set at message length mismatch (relative to last indication) at |
| 5328 | the nig0 interface. */ |
| 5329 | #define XCM_REG_NIG0_LENGTH_MIS 0x20238 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 5330 | /* [RW 3] The weight of the input nig0 in the WRR mechanism. 0 stands for |
| 5331 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5332 | prioritised); 2 stands for weight 2; tc. */ |
| 5333 | #define XCM_REG_NIG0_WEIGHT 0x200d4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5334 | /* [RW 1] Input nig1 Interface enable. If 0 - the valid input is |
| 5335 | disregarded; acknowledge output is deasserted; all other signals are |
| 5336 | treated as usual; if 1 - normal activity. */ |
| 5337 | #define XCM_REG_NIG1_IFEN 0x2003c |
| 5338 | /* [RC 1] Set at message length mismatch (relative to last indication) at |
| 5339 | the nig1 interface. */ |
| 5340 | #define XCM_REG_NIG1_LENGTH_MIS 0x2023c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5341 | /* [RW 5] The number of double REG-pairs; loaded from the STORM context and |
| 5342 | sent to STORM; for a specific connection type. The double REG-pairs are |
| 5343 | used in order to align to STORM context row size of 128 bits. The offset |
| 5344 | of these data in the STORM context is always 0. Index _i stands for the |
| 5345 | connection type (one of 16). */ |
| 5346 | #define XCM_REG_N_SM_CTX_LD_0 0x20060 |
| 5347 | #define XCM_REG_N_SM_CTX_LD_1 0x20064 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5348 | #define XCM_REG_N_SM_CTX_LD_2 0x20068 |
| 5349 | #define XCM_REG_N_SM_CTX_LD_3 0x2006c |
| 5350 | #define XCM_REG_N_SM_CTX_LD_4 0x20070 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5351 | #define XCM_REG_N_SM_CTX_LD_5 0x20074 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5352 | /* [RW 1] Input pbf Interface enable. If 0 - the valid input is disregarded; |
| 5353 | acknowledge output is deasserted; all other signals are treated as usual; |
| 5354 | if 1 - normal activity. */ |
| 5355 | #define XCM_REG_PBF_IFEN 0x20034 |
| 5356 | /* [RC 1] Set at message length mismatch (relative to last indication) at |
| 5357 | the pbf interface. */ |
| 5358 | #define XCM_REG_PBF_LENGTH_MIS 0x20234 |
| 5359 | /* [RW 3] The weight of the input pbf in the WRR mechanism. 0 stands for |
| 5360 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5361 | prioritised); 2 stands for weight 2; tc. */ |
| 5362 | #define XCM_REG_PBF_WEIGHT 0x200d0 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5363 | #define XCM_REG_PHYS_QNUM3_0 0x20100 |
| 5364 | #define XCM_REG_PHYS_QNUM3_1 0x20104 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5365 | /* [RW 8] The Event ID for Timers formatting in case of stop done. */ |
| 5366 | #define XCM_REG_STOP_EVNT_ID 0x200b8 |
| 5367 | /* [RC 1] Set at message length mismatch (relative to last indication) at |
| 5368 | the STORM interface. */ |
| 5369 | #define XCM_REG_STORM_LENGTH_MIS 0x2021c |
| 5370 | /* [RW 3] The weight of the STORM input in the WRR mechanism. 0 stands for |
| 5371 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5372 | prioritised); 2 stands for weight 2; tc. */ |
| 5373 | #define XCM_REG_STORM_WEIGHT 0x200bc |
| 5374 | /* [RW 1] STORM - CM Interface enable. If 0 - the valid input is |
| 5375 | disregarded; acknowledge output is deasserted; all other signals are |
| 5376 | treated as usual; if 1 - normal activity. */ |
| 5377 | #define XCM_REG_STORM_XCM_IFEN 0x20010 |
| 5378 | /* [RW 4] Timers output initial credit. Max credit available - 15.Write |
| 5379 | writes the initial credit value; read returns the current value of the |
| 5380 | credit counter. Must be initialized to 4 at start-up. */ |
| 5381 | #define XCM_REG_TM_INIT_CRD 0x2041c |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 5382 | /* [RW 3] The weight of the Timers input in the WRR mechanism. 0 stands for |
| 5383 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5384 | prioritised); 2 stands for weight 2; tc. */ |
| 5385 | #define XCM_REG_TM_WEIGHT 0x200ec |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5386 | /* [RW 28] The CM header for Timers expiration command. */ |
| 5387 | #define XCM_REG_TM_XCM_HDR 0x200a8 |
| 5388 | /* [RW 1] Timers - CM Interface enable. If 0 - the valid input is |
| 5389 | disregarded; acknowledge output is deasserted; all other signals are |
| 5390 | treated as usual; if 1 - normal activity. */ |
| 5391 | #define XCM_REG_TM_XCM_IFEN 0x2001c |
| 5392 | /* [RW 1] Input tsem Interface enable. If 0 - the valid input is |
| 5393 | disregarded; acknowledge output is deasserted; all other signals are |
| 5394 | treated as usual; if 1 - normal activity. */ |
| 5395 | #define XCM_REG_TSEM_IFEN 0x20024 |
| 5396 | /* [RC 1] Set at message length mismatch (relative to last indication) at |
| 5397 | the tsem interface. */ |
| 5398 | #define XCM_REG_TSEM_LENGTH_MIS 0x20224 |
| 5399 | /* [RW 3] The weight of the input tsem in the WRR mechanism. 0 stands for |
| 5400 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5401 | prioritised); 2 stands for weight 2; tc. */ |
| 5402 | #define XCM_REG_TSEM_WEIGHT 0x200c0 |
| 5403 | /* [RW 2] The queue index for registration on UNA greater NXT decision rule. */ |
| 5404 | #define XCM_REG_UNA_GT_NXT_Q 0x20120 |
| 5405 | /* [RW 1] Input usem Interface enable. If 0 - the valid input is |
| 5406 | disregarded; acknowledge output is deasserted; all other signals are |
| 5407 | treated as usual; if 1 - normal activity. */ |
| 5408 | #define XCM_REG_USEM_IFEN 0x2002c |
| 5409 | /* [RC 1] Message length mismatch (relative to last indication) at the usem |
| 5410 | interface. */ |
| 5411 | #define XCM_REG_USEM_LENGTH_MIS 0x2022c |
| 5412 | /* [RW 3] The weight of the input usem in the WRR mechanism. 0 stands for |
| 5413 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5414 | prioritised); 2 stands for weight 2; tc. */ |
| 5415 | #define XCM_REG_USEM_WEIGHT 0x200c8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5416 | #define XCM_REG_WU_DA_CNT_CMD00 0x201d4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5417 | #define XCM_REG_WU_DA_CNT_CMD01 0x201d8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5418 | #define XCM_REG_WU_DA_CNT_CMD10 0x201dc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5419 | #define XCM_REG_WU_DA_CNT_CMD11 0x201e0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5420 | #define XCM_REG_WU_DA_CNT_UPD_VAL00 0x201e4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5421 | #define XCM_REG_WU_DA_CNT_UPD_VAL01 0x201e8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5422 | #define XCM_REG_WU_DA_CNT_UPD_VAL10 0x201ec |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5423 | #define XCM_REG_WU_DA_CNT_UPD_VAL11 0x201f0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5424 | #define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD00 0x201c4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5425 | #define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD01 0x201c8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5426 | #define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD10 0x201cc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5427 | #define XCM_REG_WU_DA_SET_TMR_CNT_FLG_CMD11 0x201d0 |
| 5428 | /* [RW 1] CM - CFC Interface enable. If 0 - the valid input is disregarded; |
| 5429 | acknowledge output is deasserted; all other signals are treated as usual; |
| 5430 | if 1 - normal activity. */ |
| 5431 | #define XCM_REG_XCM_CFC_IFEN 0x20050 |
| 5432 | /* [RW 14] Interrupt mask register #0 read/write */ |
| 5433 | #define XCM_REG_XCM_INT_MASK 0x202b4 |
| 5434 | /* [R 14] Interrupt register #0 read */ |
| 5435 | #define XCM_REG_XCM_INT_STS 0x202a8 |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 5436 | /* [RW 30] Parity mask register #0 read/write */ |
| 5437 | #define XCM_REG_XCM_PRTY_MASK 0x202c4 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5438 | /* [R 30] Parity register #0 read */ |
| 5439 | #define XCM_REG_XCM_PRTY_STS 0x202b8 |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 5440 | /* [RC 30] Parity register #0 read clear */ |
| 5441 | #define XCM_REG_XCM_PRTY_STS_CLR 0x202bc |
| 5442 | |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5443 | /* [RW 4] The size of AG context region 0 in REG-pairs. Designates the MS |
| 5444 | REG-pair number (e.g. if region 0 is 6 REG-pairs; the value should be 5). |
| 5445 | Is used to determine the number of the AG context REG-pairs written back; |
| 5446 | when the Reg1WbFlg isn't set. */ |
| 5447 | #define XCM_REG_XCM_REG0_SZ 0x200f4 |
| 5448 | /* [RW 1] CM - STORM 0 Interface enable. If 0 - the acknowledge input is |
| 5449 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 5450 | if 1 - normal activity. */ |
| 5451 | #define XCM_REG_XCM_STORM0_IFEN 0x20004 |
| 5452 | /* [RW 1] CM - STORM 1 Interface enable. If 0 - the acknowledge input is |
| 5453 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 5454 | if 1 - normal activity. */ |
| 5455 | #define XCM_REG_XCM_STORM1_IFEN 0x20008 |
| 5456 | /* [RW 1] CM - Timers Interface enable. If 0 - the valid input is |
| 5457 | disregarded; acknowledge output is deasserted; all other signals are |
| 5458 | treated as usual; if 1 - normal activity. */ |
| 5459 | #define XCM_REG_XCM_TM_IFEN 0x20020 |
| 5460 | /* [RW 1] CM - QM Interface enable. If 0 - the acknowledge input is |
| 5461 | disregarded; valid is deasserted; all other signals are treated as usual; |
| 5462 | if 1 - normal activity. */ |
| 5463 | #define XCM_REG_XCM_XQM_IFEN 0x2000c |
| 5464 | /* [RW 1] If set the Q index; received from the QM is inserted to event ID. */ |
| 5465 | #define XCM_REG_XCM_XQM_USE_Q 0x200f0 |
| 5466 | /* [RW 4] The value by which CFC updates the activity counter at QM bypass. */ |
| 5467 | #define XCM_REG_XQM_BYP_ACT_UPD 0x200fc |
| 5468 | /* [RW 6] QM output initial credit. Max credit available - 32.Write writes |
| 5469 | the initial credit value; read returns the current value of the credit |
| 5470 | counter. Must be initialized to 32 at start-up. */ |
| 5471 | #define XCM_REG_XQM_INIT_CRD 0x20420 |
| 5472 | /* [RW 3] The weight of the QM (primary) input in the WRR mechanism. 0 |
| 5473 | stands for weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5474 | prioritised); 2 stands for weight 2; tc. */ |
| 5475 | #define XCM_REG_XQM_P_WEIGHT 0x200e4 |
Eilon Greenstein | 8d9c5f3 | 2009-02-15 23:24:08 -0800 | [diff] [blame] | 5476 | /* [RW 3] The weight of the QM (secondary) input in the WRR mechanism. 0 |
| 5477 | stands for weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5478 | prioritised); 2 stands for weight 2; tc. */ |
| 5479 | #define XCM_REG_XQM_S_WEIGHT 0x200e8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5480 | /* [RW 28] The CM header value for QM request (primary). */ |
| 5481 | #define XCM_REG_XQM_XCM_HDR_P 0x200a0 |
| 5482 | /* [RW 28] The CM header value for QM request (secondary). */ |
| 5483 | #define XCM_REG_XQM_XCM_HDR_S 0x200a4 |
| 5484 | /* [RW 1] QM - CM Interface enable. If 0 - the valid input is disregarded; |
| 5485 | acknowledge output is deasserted; all other signals are treated as usual; |
| 5486 | if 1 - normal activity. */ |
| 5487 | #define XCM_REG_XQM_XCM_IFEN 0x20014 |
| 5488 | /* [RW 1] Input SDM Interface enable. If 0 - the valid input is disregarded; |
| 5489 | acknowledge output is deasserted; all other signals are treated as usual; |
| 5490 | if 1 - normal activity. */ |
| 5491 | #define XCM_REG_XSDM_IFEN 0x20018 |
| 5492 | /* [RC 1] Set at message length mismatch (relative to last indication) at |
| 5493 | the SDM interface. */ |
| 5494 | #define XCM_REG_XSDM_LENGTH_MIS 0x20220 |
| 5495 | /* [RW 3] The weight of the SDM input in the WRR mechanism. 0 stands for |
| 5496 | weight 8 (the most prioritised); 1 stands for weight 1(least |
| 5497 | prioritised); 2 stands for weight 2; tc. */ |
| 5498 | #define XCM_REG_XSDM_WEIGHT 0x200e0 |
| 5499 | /* [RW 17] Indirect access to the descriptor table of the XX protection |
| 5500 | mechanism. The fields are: [5:0] - message length; 11:6] - message |
| 5501 | pointer; 16:12] - next pointer. */ |
| 5502 | #define XCM_REG_XX_DESCR_TABLE 0x20480 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5503 | #define XCM_REG_XX_DESCR_TABLE_SIZE 32 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5504 | /* [R 6] Used to read the XX protection Free counter. */ |
| 5505 | #define XCM_REG_XX_FREE 0x20240 |
| 5506 | /* [RW 6] Initial value for the credit counter; responsible for fulfilling |
| 5507 | of the Input Stage XX protection buffer by the XX protection pending |
| 5508 | messages. Max credit available - 3.Write writes the initial credit value; |
| 5509 | read returns the current value of the credit counter. Must be initialized |
| 5510 | to 2 at start-up. */ |
| 5511 | #define XCM_REG_XX_INIT_CRD 0x20424 |
| 5512 | /* [RW 6] The maximum number of pending messages; which may be stored in XX |
| 5513 | protection. ~xcm_registers_xx_free.xx_free read on read. */ |
| 5514 | #define XCM_REG_XX_MSG_NUM 0x20428 |
| 5515 | /* [RW 8] The Event ID; sent to the STORM in case of XX overflow. */ |
| 5516 | #define XCM_REG_XX_OVFL_EVNT_ID 0x20058 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 5517 | #define XMAC_CLEAR_RX_LSS_STATUS_REG_CLEAR_LOCAL_FAULT_STATUS (0x1<<0) |
| 5518 | #define XMAC_CLEAR_RX_LSS_STATUS_REG_CLEAR_REMOTE_FAULT_STATUS (0x1<<1) |
Yaniv Rosner | 4d7e25d | 2011-09-07 00:48:03 +0000 | [diff] [blame] | 5519 | #define XMAC_CTRL_REG_LINE_LOCAL_LPBK (0x1<<2) |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 5520 | #define XMAC_CTRL_REG_RX_EN (0x1<<1) |
| 5521 | #define XMAC_CTRL_REG_SOFT_RESET (0x1<<6) |
| 5522 | #define XMAC_CTRL_REG_TX_EN (0x1<<0) |
Yaniv Rosner | 4e7b499 | 2012-11-27 03:46:29 +0000 | [diff] [blame] | 5523 | #define XMAC_CTRL_REG_XLGMII_ALIGN_ENB (0x1<<7) |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 5524 | #define XMAC_PAUSE_CTRL_REG_RX_PAUSE_EN (0x1<<18) |
| 5525 | #define XMAC_PAUSE_CTRL_REG_TX_PAUSE_EN (0x1<<17) |
Yaniv Rosner | 27d9129 | 2012-04-04 01:28:54 +0000 | [diff] [blame] | 5526 | #define XMAC_PFC_CTRL_HI_REG_FORCE_PFC_XON (0x1<<1) |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 5527 | #define XMAC_PFC_CTRL_HI_REG_PFC_REFRESH_EN (0x1<<0) |
| 5528 | #define XMAC_PFC_CTRL_HI_REG_PFC_STATS_EN (0x1<<3) |
| 5529 | #define XMAC_PFC_CTRL_HI_REG_RX_PFC_EN (0x1<<4) |
| 5530 | #define XMAC_PFC_CTRL_HI_REG_TX_PFC_EN (0x1<<5) |
| 5531 | #define XMAC_REG_CLEAR_RX_LSS_STATUS 0x60 |
| 5532 | #define XMAC_REG_CTRL 0 |
Yaniv Rosner | b8d6d08 | 2011-07-05 01:06:27 +0000 | [diff] [blame] | 5533 | /* [RW 16] Upper 48 bits of ctrl_sa register. Used as the SA in PAUSE/PFC |
| 5534 | * packets transmitted by the MAC */ |
| 5535 | #define XMAC_REG_CTRL_SA_HI 0x2c |
| 5536 | /* [RW 32] Lower 48 bits of ctrl_sa register. Used as the SA in PAUSE/PFC |
| 5537 | * packets transmitted by the MAC */ |
| 5538 | #define XMAC_REG_CTRL_SA_LO 0x28 |
Yuval Mintz | c8c60d8 | 2012-06-06 17:13:07 +0000 | [diff] [blame] | 5539 | #define XMAC_REG_EEE_CTRL 0xd8 |
| 5540 | #define XMAC_REG_EEE_TIMERS_HI 0xe4 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 5541 | #define XMAC_REG_PAUSE_CTRL 0x68 |
| 5542 | #define XMAC_REG_PFC_CTRL 0x70 |
| 5543 | #define XMAC_REG_PFC_CTRL_HI 0x74 |
Yaniv Rosner | 4e7b499 | 2012-11-27 03:46:29 +0000 | [diff] [blame] | 5544 | #define XMAC_REG_RX_LSS_CTRL 0x50 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 5545 | #define XMAC_REG_RX_LSS_STATUS 0x58 |
| 5546 | /* [RW 14] Maximum packet size in receive direction; exclusive of preamble & |
| 5547 | * CRC in strip mode */ |
| 5548 | #define XMAC_REG_RX_MAX_SIZE 0x40 |
| 5549 | #define XMAC_REG_TX_CTRL 0x20 |
Yaniv Rosner | 4e7b499 | 2012-11-27 03:46:29 +0000 | [diff] [blame] | 5550 | #define XMAC_RX_LSS_CTRL_REG_LOCAL_FAULT_DISABLE (0x1<<0) |
| 5551 | #define XMAC_RX_LSS_CTRL_REG_REMOTE_FAULT_DISABLE (0x1<<1) |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5552 | /* [RW 16] Indirect access to the XX table of the XX protection mechanism. |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5553 | The fields are:[4:0] - tail pointer; 9:5] - Link List size; 14:10] - |
| 5554 | header pointer. */ |
| 5555 | #define XCM_REG_XX_TABLE 0x20500 |
| 5556 | /* [RW 8] The event id for aggregated interrupt 0 */ |
| 5557 | #define XSDM_REG_AGG_INT_EVENT_0 0x166038 |
| 5558 | #define XSDM_REG_AGG_INT_EVENT_1 0x16603c |
| 5559 | #define XSDM_REG_AGG_INT_EVENT_10 0x166060 |
| 5560 | #define XSDM_REG_AGG_INT_EVENT_11 0x166064 |
| 5561 | #define XSDM_REG_AGG_INT_EVENT_12 0x166068 |
| 5562 | #define XSDM_REG_AGG_INT_EVENT_13 0x16606c |
| 5563 | #define XSDM_REG_AGG_INT_EVENT_14 0x166070 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5564 | #define XSDM_REG_AGG_INT_EVENT_2 0x166040 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5565 | #define XSDM_REG_AGG_INT_EVENT_3 0x166044 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5566 | #define XSDM_REG_AGG_INT_EVENT_4 0x166048 |
| 5567 | #define XSDM_REG_AGG_INT_EVENT_5 0x16604c |
| 5568 | #define XSDM_REG_AGG_INT_EVENT_6 0x166050 |
| 5569 | #define XSDM_REG_AGG_INT_EVENT_7 0x166054 |
| 5570 | #define XSDM_REG_AGG_INT_EVENT_8 0x166058 |
| 5571 | #define XSDM_REG_AGG_INT_EVENT_9 0x16605c |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5572 | /* [RW 1] For each aggregated interrupt index whether the mode is normal (0) |
| 5573 | or auto-mask-mode (1) */ |
| 5574 | #define XSDM_REG_AGG_INT_MODE_0 0x1661b8 |
| 5575 | #define XSDM_REG_AGG_INT_MODE_1 0x1661bc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5576 | /* [RW 13] The start address in the internal RAM for the cfc_rsp lcid */ |
| 5577 | #define XSDM_REG_CFC_RSP_START_ADDR 0x166008 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 5578 | /* [RW 16] The maximum value of the completion counter #0 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5579 | #define XSDM_REG_CMP_COUNTER_MAX0 0x16601c |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 5580 | /* [RW 16] The maximum value of the completion counter #1 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5581 | #define XSDM_REG_CMP_COUNTER_MAX1 0x166020 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 5582 | /* [RW 16] The maximum value of the completion counter #2 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5583 | #define XSDM_REG_CMP_COUNTER_MAX2 0x166024 |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 5584 | /* [RW 16] The maximum value of the completion counter #3 */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5585 | #define XSDM_REG_CMP_COUNTER_MAX3 0x166028 |
| 5586 | /* [RW 13] The start address in the internal RAM for the completion |
| 5587 | counters. */ |
| 5588 | #define XSDM_REG_CMP_COUNTER_START_ADDR 0x16600c |
| 5589 | #define XSDM_REG_ENABLE_IN1 0x166238 |
| 5590 | #define XSDM_REG_ENABLE_IN2 0x16623c |
| 5591 | #define XSDM_REG_ENABLE_OUT1 0x166240 |
| 5592 | #define XSDM_REG_ENABLE_OUT2 0x166244 |
| 5593 | /* [RW 4] The initial number of messages that can be sent to the pxp control |
| 5594 | interface without receiving any ACK. */ |
| 5595 | #define XSDM_REG_INIT_CREDIT_PXP_CTRL 0x1664bc |
| 5596 | /* [ST 32] The number of ACK after placement messages received */ |
| 5597 | #define XSDM_REG_NUM_OF_ACK_AFTER_PLACE 0x16627c |
| 5598 | /* [ST 32] The number of packet end messages received from the parser */ |
| 5599 | #define XSDM_REG_NUM_OF_PKT_END_MSG 0x166274 |
| 5600 | /* [ST 32] The number of requests received from the pxp async if */ |
| 5601 | #define XSDM_REG_NUM_OF_PXP_ASYNC_REQ 0x166278 |
| 5602 | /* [ST 32] The number of commands received in queue 0 */ |
| 5603 | #define XSDM_REG_NUM_OF_Q0_CMD 0x166248 |
| 5604 | /* [ST 32] The number of commands received in queue 10 */ |
| 5605 | #define XSDM_REG_NUM_OF_Q10_CMD 0x16626c |
| 5606 | /* [ST 32] The number of commands received in queue 11 */ |
| 5607 | #define XSDM_REG_NUM_OF_Q11_CMD 0x166270 |
| 5608 | /* [ST 32] The number of commands received in queue 1 */ |
| 5609 | #define XSDM_REG_NUM_OF_Q1_CMD 0x16624c |
| 5610 | /* [ST 32] The number of commands received in queue 3 */ |
| 5611 | #define XSDM_REG_NUM_OF_Q3_CMD 0x166250 |
| 5612 | /* [ST 32] The number of commands received in queue 4 */ |
| 5613 | #define XSDM_REG_NUM_OF_Q4_CMD 0x166254 |
| 5614 | /* [ST 32] The number of commands received in queue 5 */ |
| 5615 | #define XSDM_REG_NUM_OF_Q5_CMD 0x166258 |
| 5616 | /* [ST 32] The number of commands received in queue 6 */ |
| 5617 | #define XSDM_REG_NUM_OF_Q6_CMD 0x16625c |
| 5618 | /* [ST 32] The number of commands received in queue 7 */ |
| 5619 | #define XSDM_REG_NUM_OF_Q7_CMD 0x166260 |
| 5620 | /* [ST 32] The number of commands received in queue 8 */ |
| 5621 | #define XSDM_REG_NUM_OF_Q8_CMD 0x166264 |
| 5622 | /* [ST 32] The number of commands received in queue 9 */ |
| 5623 | #define XSDM_REG_NUM_OF_Q9_CMD 0x166268 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 5624 | /* [RW 13] The start address in the internal RAM for queue counters */ |
| 5625 | #define XSDM_REG_Q_COUNTER_START_ADDR 0x166010 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 5626 | /* [W 17] Generate an operation after completion; bit-16 is |
| 5627 | * AggVectIdx_valid; bits 15:8 are AggVectIdx; bits 7:5 are the TRIG and |
| 5628 | * bits 4:0 are the T124Param[4:0] */ |
| 5629 | #define XSDM_REG_OPERATION_GEN 0x1664c4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5630 | /* [R 1] pxp_ctrl rd_data fifo empty in sdm_dma_rsp block */ |
| 5631 | #define XSDM_REG_RSP_PXP_CTRL_RDATA_EMPTY 0x166548 |
| 5632 | /* [R 1] parser fifo empty in sdm_sync block */ |
| 5633 | #define XSDM_REG_SYNC_PARSER_EMPTY 0x166550 |
| 5634 | /* [R 1] parser serial fifo empty in sdm_sync block */ |
| 5635 | #define XSDM_REG_SYNC_SYNC_EMPTY 0x166558 |
| 5636 | /* [RW 32] Tick for timer counter. Applicable only when |
| 5637 | ~xsdm_registers_timer_tick_enable.timer_tick_enable =1 */ |
| 5638 | #define XSDM_REG_TIMER_TICK 0x166000 |
| 5639 | /* [RW 32] Interrupt mask register #0 read/write */ |
| 5640 | #define XSDM_REG_XSDM_INT_MASK_0 0x16629c |
| 5641 | #define XSDM_REG_XSDM_INT_MASK_1 0x1662ac |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5642 | /* [R 32] Interrupt register #0 read */ |
| 5643 | #define XSDM_REG_XSDM_INT_STS_0 0x166290 |
| 5644 | #define XSDM_REG_XSDM_INT_STS_1 0x1662a0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5645 | /* [RW 11] Parity mask register #0 read/write */ |
| 5646 | #define XSDM_REG_XSDM_PRTY_MASK 0x1662bc |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5647 | /* [R 11] Parity register #0 read */ |
| 5648 | #define XSDM_REG_XSDM_PRTY_STS 0x1662b0 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 5649 | /* [RC 11] Parity register #0 read clear */ |
| 5650 | #define XSDM_REG_XSDM_PRTY_STS_CLR 0x1662b4 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5651 | /* [RW 5] The number of time_slots in the arbitration cycle */ |
| 5652 | #define XSEM_REG_ARB_CYCLE_SIZE 0x280034 |
| 5653 | /* [RW 3] The source that is associated with arbitration element 0. Source |
| 5654 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 5655 | sleeping thread with priority 1; 4- sleeping thread with priority 2 */ |
| 5656 | #define XSEM_REG_ARB_ELEMENT0 0x280020 |
| 5657 | /* [RW 3] The source that is associated with arbitration element 1. Source |
| 5658 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 5659 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 5660 | Could not be equal to register ~xsem_registers_arb_element0.arb_element0 */ |
| 5661 | #define XSEM_REG_ARB_ELEMENT1 0x280024 |
| 5662 | /* [RW 3] The source that is associated with arbitration element 2. Source |
| 5663 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 5664 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 5665 | Could not be equal to register ~xsem_registers_arb_element0.arb_element0 |
| 5666 | and ~xsem_registers_arb_element1.arb_element1 */ |
| 5667 | #define XSEM_REG_ARB_ELEMENT2 0x280028 |
| 5668 | /* [RW 3] The source that is associated with arbitration element 3. Source |
| 5669 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 5670 | sleeping thread with priority 1; 4- sleeping thread with priority 2.Could |
| 5671 | not be equal to register ~xsem_registers_arb_element0.arb_element0 and |
| 5672 | ~xsem_registers_arb_element1.arb_element1 and |
| 5673 | ~xsem_registers_arb_element2.arb_element2 */ |
| 5674 | #define XSEM_REG_ARB_ELEMENT3 0x28002c |
| 5675 | /* [RW 3] The source that is associated with arbitration element 4. Source |
| 5676 | decoding is: 0- foc0; 1-fic1; 2-sleeping thread with priority 0; 3- |
| 5677 | sleeping thread with priority 1; 4- sleeping thread with priority 2. |
| 5678 | Could not be equal to register ~xsem_registers_arb_element0.arb_element0 |
| 5679 | and ~xsem_registers_arb_element1.arb_element1 and |
| 5680 | ~xsem_registers_arb_element2.arb_element2 and |
| 5681 | ~xsem_registers_arb_element3.arb_element3 */ |
| 5682 | #define XSEM_REG_ARB_ELEMENT4 0x280030 |
| 5683 | #define XSEM_REG_ENABLE_IN 0x2800a4 |
| 5684 | #define XSEM_REG_ENABLE_OUT 0x2800a8 |
| 5685 | /* [RW 32] This address space contains all registers and memories that are |
| 5686 | placed in SEM_FAST block. The SEM_FAST registers are described in |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5687 | appendix B. In order to access the sem_fast registers the base address |
| 5688 | ~fast_memory.fast_memory should be added to eachsem_fast register offset. */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5689 | #define XSEM_REG_FAST_MEMORY 0x2a0000 |
| 5690 | /* [RW 1] Disables input messages from FIC0 May be updated during run_time |
| 5691 | by the microcode */ |
| 5692 | #define XSEM_REG_FIC0_DISABLE 0x280224 |
| 5693 | /* [RW 1] Disables input messages from FIC1 May be updated during run_time |
| 5694 | by the microcode */ |
| 5695 | #define XSEM_REG_FIC1_DISABLE 0x280234 |
| 5696 | /* [RW 15] Interrupt table Read and write access to it is not possible in |
| 5697 | the middle of the work */ |
| 5698 | #define XSEM_REG_INT_TABLE 0x280400 |
| 5699 | /* [ST 24] Statistics register. The number of messages that entered through |
| 5700 | FIC0 */ |
| 5701 | #define XSEM_REG_MSG_NUM_FIC0 0x280000 |
| 5702 | /* [ST 24] Statistics register. The number of messages that entered through |
| 5703 | FIC1 */ |
| 5704 | #define XSEM_REG_MSG_NUM_FIC1 0x280004 |
| 5705 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 5706 | FOC0 */ |
| 5707 | #define XSEM_REG_MSG_NUM_FOC0 0x280008 |
| 5708 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 5709 | FOC1 */ |
| 5710 | #define XSEM_REG_MSG_NUM_FOC1 0x28000c |
| 5711 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 5712 | FOC2 */ |
| 5713 | #define XSEM_REG_MSG_NUM_FOC2 0x280010 |
| 5714 | /* [ST 24] Statistics register. The number of messages that were sent to |
| 5715 | FOC3 */ |
| 5716 | #define XSEM_REG_MSG_NUM_FOC3 0x280014 |
| 5717 | /* [RW 1] Disables input messages from the passive buffer May be updated |
| 5718 | during run_time by the microcode */ |
| 5719 | #define XSEM_REG_PAS_DISABLE 0x28024c |
| 5720 | /* [WB 128] Debug only. Passive buffer memory */ |
| 5721 | #define XSEM_REG_PASSIVE_BUFFER 0x282000 |
| 5722 | /* [WB 46] pram memory. B45 is parity; b[44:0] - data. */ |
| 5723 | #define XSEM_REG_PRAM 0x2c0000 |
| 5724 | /* [R 16] Valid sleeping threads indication have bit per thread */ |
| 5725 | #define XSEM_REG_SLEEP_THREADS_VALID 0x28026c |
| 5726 | /* [R 1] EXT_STORE FIFO is empty in sem_slow_ls_ext */ |
| 5727 | #define XSEM_REG_SLOW_EXT_STORE_EMPTY 0x2802a0 |
| 5728 | /* [RW 16] List of free threads . There is a bit per thread. */ |
| 5729 | #define XSEM_REG_THREADS_LIST 0x2802e4 |
| 5730 | /* [RW 3] The arbitration scheme of time_slot 0 */ |
| 5731 | #define XSEM_REG_TS_0_AS 0x280038 |
| 5732 | /* [RW 3] The arbitration scheme of time_slot 10 */ |
| 5733 | #define XSEM_REG_TS_10_AS 0x280060 |
| 5734 | /* [RW 3] The arbitration scheme of time_slot 11 */ |
| 5735 | #define XSEM_REG_TS_11_AS 0x280064 |
| 5736 | /* [RW 3] The arbitration scheme of time_slot 12 */ |
| 5737 | #define XSEM_REG_TS_12_AS 0x280068 |
| 5738 | /* [RW 3] The arbitration scheme of time_slot 13 */ |
| 5739 | #define XSEM_REG_TS_13_AS 0x28006c |
| 5740 | /* [RW 3] The arbitration scheme of time_slot 14 */ |
| 5741 | #define XSEM_REG_TS_14_AS 0x280070 |
| 5742 | /* [RW 3] The arbitration scheme of time_slot 15 */ |
| 5743 | #define XSEM_REG_TS_15_AS 0x280074 |
| 5744 | /* [RW 3] The arbitration scheme of time_slot 16 */ |
| 5745 | #define XSEM_REG_TS_16_AS 0x280078 |
| 5746 | /* [RW 3] The arbitration scheme of time_slot 17 */ |
| 5747 | #define XSEM_REG_TS_17_AS 0x28007c |
| 5748 | /* [RW 3] The arbitration scheme of time_slot 18 */ |
| 5749 | #define XSEM_REG_TS_18_AS 0x280080 |
| 5750 | /* [RW 3] The arbitration scheme of time_slot 1 */ |
| 5751 | #define XSEM_REG_TS_1_AS 0x28003c |
| 5752 | /* [RW 3] The arbitration scheme of time_slot 2 */ |
| 5753 | #define XSEM_REG_TS_2_AS 0x280040 |
| 5754 | /* [RW 3] The arbitration scheme of time_slot 3 */ |
| 5755 | #define XSEM_REG_TS_3_AS 0x280044 |
| 5756 | /* [RW 3] The arbitration scheme of time_slot 4 */ |
| 5757 | #define XSEM_REG_TS_4_AS 0x280048 |
| 5758 | /* [RW 3] The arbitration scheme of time_slot 5 */ |
| 5759 | #define XSEM_REG_TS_5_AS 0x28004c |
| 5760 | /* [RW 3] The arbitration scheme of time_slot 6 */ |
| 5761 | #define XSEM_REG_TS_6_AS 0x280050 |
| 5762 | /* [RW 3] The arbitration scheme of time_slot 7 */ |
| 5763 | #define XSEM_REG_TS_7_AS 0x280054 |
| 5764 | /* [RW 3] The arbitration scheme of time_slot 8 */ |
| 5765 | #define XSEM_REG_TS_8_AS 0x280058 |
| 5766 | /* [RW 3] The arbitration scheme of time_slot 9 */ |
| 5767 | #define XSEM_REG_TS_9_AS 0x28005c |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 5768 | /* [W 7] VF or PF ID for reset error bit. Values 0-63 reset error bit for 64 |
| 5769 | * VF; values 64-67 reset error for 4 PF; values 68-127 are not valid. */ |
| 5770 | #define XSEM_REG_VFPF_ERR_NUM 0x280380 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5771 | /* [RW 32] Interrupt mask register #0 read/write */ |
| 5772 | #define XSEM_REG_XSEM_INT_MASK_0 0x280110 |
| 5773 | #define XSEM_REG_XSEM_INT_MASK_1 0x280120 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5774 | /* [R 32] Interrupt register #0 read */ |
| 5775 | #define XSEM_REG_XSEM_INT_STS_0 0x280104 |
| 5776 | #define XSEM_REG_XSEM_INT_STS_1 0x280114 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5777 | /* [RW 32] Parity mask register #0 read/write */ |
| 5778 | #define XSEM_REG_XSEM_PRTY_MASK_0 0x280130 |
| 5779 | #define XSEM_REG_XSEM_PRTY_MASK_1 0x280140 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5780 | /* [R 32] Parity register #0 read */ |
| 5781 | #define XSEM_REG_XSEM_PRTY_STS_0 0x280124 |
| 5782 | #define XSEM_REG_XSEM_PRTY_STS_1 0x280134 |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 5783 | /* [RC 32] Parity register #0 read clear */ |
| 5784 | #define XSEM_REG_XSEM_PRTY_STS_CLR_0 0x280128 |
| 5785 | #define XSEM_REG_XSEM_PRTY_STS_CLR_1 0x280138 |
Yuval Mintz | 452427b | 2012-03-26 20:47:07 +0000 | [diff] [blame] | 5786 | #define MCPR_ACCESS_LOCK_LOCK (1L<<31) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5787 | #define MCPR_NVM_ACCESS_ENABLE_EN (1L<<0) |
| 5788 | #define MCPR_NVM_ACCESS_ENABLE_WR_EN (1L<<1) |
| 5789 | #define MCPR_NVM_ADDR_NVM_ADDR_VALUE (0xffffffL<<0) |
| 5790 | #define MCPR_NVM_CFG4_FLASH_SIZE (0x7L<<0) |
| 5791 | #define MCPR_NVM_COMMAND_DOIT (1L<<4) |
| 5792 | #define MCPR_NVM_COMMAND_DONE (1L<<3) |
| 5793 | #define MCPR_NVM_COMMAND_FIRST (1L<<7) |
| 5794 | #define MCPR_NVM_COMMAND_LAST (1L<<8) |
| 5795 | #define MCPR_NVM_COMMAND_WR (1L<<5) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5796 | #define MCPR_NVM_SW_ARB_ARB_ARB1 (1L<<9) |
| 5797 | #define MCPR_NVM_SW_ARB_ARB_REQ_CLR1 (1L<<5) |
| 5798 | #define MCPR_NVM_SW_ARB_ARB_REQ_SET1 (1L<<1) |
| 5799 | #define BIGMAC_REGISTER_BMAC_CONTROL (0x00<<3) |
| 5800 | #define BIGMAC_REGISTER_BMAC_XGXS_CONTROL (0x01<<3) |
| 5801 | #define BIGMAC_REGISTER_CNT_MAX_SIZE (0x05<<3) |
| 5802 | #define BIGMAC_REGISTER_RX_CONTROL (0x21<<3) |
| 5803 | #define BIGMAC_REGISTER_RX_LLFC_MSG_FLDS (0x46<<3) |
Yaniv Rosner | 3deb816 | 2011-06-14 01:34:33 +0000 | [diff] [blame] | 5804 | #define BIGMAC_REGISTER_RX_LSS_STATUS (0x43<<3) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5805 | #define BIGMAC_REGISTER_RX_MAX_SIZE (0x23<<3) |
| 5806 | #define BIGMAC_REGISTER_RX_STAT_GR64 (0x26<<3) |
| 5807 | #define BIGMAC_REGISTER_RX_STAT_GRIPJ (0x42<<3) |
| 5808 | #define BIGMAC_REGISTER_TX_CONTROL (0x07<<3) |
| 5809 | #define BIGMAC_REGISTER_TX_MAX_SIZE (0x09<<3) |
| 5810 | #define BIGMAC_REGISTER_TX_PAUSE_THRESHOLD (0x0A<<3) |
| 5811 | #define BIGMAC_REGISTER_TX_SOURCE_ADDR (0x08<<3) |
| 5812 | #define BIGMAC_REGISTER_TX_STAT_GTBYT (0x20<<3) |
| 5813 | #define BIGMAC_REGISTER_TX_STAT_GTPKT (0x0C<<3) |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 5814 | #define BIGMAC2_REGISTER_BMAC_CONTROL (0x00<<3) |
| 5815 | #define BIGMAC2_REGISTER_BMAC_XGXS_CONTROL (0x01<<3) |
| 5816 | #define BIGMAC2_REGISTER_CNT_MAX_SIZE (0x05<<3) |
| 5817 | #define BIGMAC2_REGISTER_PFC_CONTROL (0x06<<3) |
| 5818 | #define BIGMAC2_REGISTER_RX_CONTROL (0x3A<<3) |
| 5819 | #define BIGMAC2_REGISTER_RX_LLFC_MSG_FLDS (0x62<<3) |
Yaniv Rosner | 3deb816 | 2011-06-14 01:34:33 +0000 | [diff] [blame] | 5820 | #define BIGMAC2_REGISTER_RX_LSS_STAT (0x3E<<3) |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 5821 | #define BIGMAC2_REGISTER_RX_MAX_SIZE (0x3C<<3) |
| 5822 | #define BIGMAC2_REGISTER_RX_STAT_GR64 (0x40<<3) |
| 5823 | #define BIGMAC2_REGISTER_RX_STAT_GRIPJ (0x5f<<3) |
| 5824 | #define BIGMAC2_REGISTER_RX_STAT_GRPP (0x51<<3) |
| 5825 | #define BIGMAC2_REGISTER_TX_CONTROL (0x1C<<3) |
| 5826 | #define BIGMAC2_REGISTER_TX_MAX_SIZE (0x1E<<3) |
| 5827 | #define BIGMAC2_REGISTER_TX_PAUSE_CONTROL (0x20<<3) |
| 5828 | #define BIGMAC2_REGISTER_TX_SOURCE_ADDR (0x1D<<3) |
| 5829 | #define BIGMAC2_REGISTER_TX_STAT_GTBYT (0x39<<3) |
| 5830 | #define BIGMAC2_REGISTER_TX_STAT_GTPOK (0x22<<3) |
| 5831 | #define BIGMAC2_REGISTER_TX_STAT_GTPP (0x24<<3) |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5832 | #define EMAC_LED_1000MB_OVERRIDE (1L<<1) |
| 5833 | #define EMAC_LED_100MB_OVERRIDE (1L<<2) |
| 5834 | #define EMAC_LED_10MB_OVERRIDE (1L<<3) |
| 5835 | #define EMAC_LED_2500MB_OVERRIDE (1L<<12) |
| 5836 | #define EMAC_LED_OVERRIDE (1L<<0) |
| 5837 | #define EMAC_LED_TRAFFIC (1L<<6) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5838 | #define EMAC_MDIO_COMM_COMMAND_ADDRESS (0L<<26) |
Yaniv Rosner | 6583e33 | 2011-06-14 01:34:17 +0000 | [diff] [blame] | 5839 | #define EMAC_MDIO_COMM_COMMAND_READ_22 (2L<<26) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5840 | #define EMAC_MDIO_COMM_COMMAND_READ_45 (3L<<26) |
Yaniv Rosner | 6583e33 | 2011-06-14 01:34:17 +0000 | [diff] [blame] | 5841 | #define EMAC_MDIO_COMM_COMMAND_WRITE_22 (1L<<26) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5842 | #define EMAC_MDIO_COMM_COMMAND_WRITE_45 (1L<<26) |
| 5843 | #define EMAC_MDIO_COMM_DATA (0xffffL<<0) |
| 5844 | #define EMAC_MDIO_COMM_START_BUSY (1L<<29) |
| 5845 | #define EMAC_MDIO_MODE_AUTO_POLL (1L<<4) |
| 5846 | #define EMAC_MDIO_MODE_CLAUSE_45 (1L<<31) |
Yaniv Rosner | 157fa28 | 2011-08-02 22:59:32 +0000 | [diff] [blame] | 5847 | #define EMAC_MDIO_MODE_CLOCK_CNT (0x3ffL<<16) |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5848 | #define EMAC_MDIO_MODE_CLOCK_CNT_BITSHIFT 16 |
Yaniv Rosner | 157fa28 | 2011-08-02 22:59:32 +0000 | [diff] [blame] | 5849 | #define EMAC_MDIO_STATUS_10MB (1L<<1) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5850 | #define EMAC_MODE_25G_MODE (1L<<5) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5851 | #define EMAC_MODE_HALF_DUPLEX (1L<<1) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5852 | #define EMAC_MODE_PORT_GMII (2L<<2) |
| 5853 | #define EMAC_MODE_PORT_MII (1L<<2) |
| 5854 | #define EMAC_MODE_PORT_MII_10M (3L<<2) |
| 5855 | #define EMAC_MODE_RESET (1L<<0) |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5856 | #define EMAC_REG_EMAC_LED 0xc |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5857 | #define EMAC_REG_EMAC_MAC_MATCH 0x10 |
| 5858 | #define EMAC_REG_EMAC_MDIO_COMM 0xac |
| 5859 | #define EMAC_REG_EMAC_MDIO_MODE 0xb4 |
Yaniv Rosner | 157fa28 | 2011-08-02 22:59:32 +0000 | [diff] [blame] | 5860 | #define EMAC_REG_EMAC_MDIO_STATUS 0xb0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5861 | #define EMAC_REG_EMAC_MODE 0x0 |
| 5862 | #define EMAC_REG_EMAC_RX_MODE 0xc8 |
| 5863 | #define EMAC_REG_EMAC_RX_MTU_SIZE 0x9c |
| 5864 | #define EMAC_REG_EMAC_RX_STAT_AC 0x180 |
| 5865 | #define EMAC_REG_EMAC_RX_STAT_AC_28 0x1f4 |
| 5866 | #define EMAC_REG_EMAC_RX_STAT_AC_COUNT 23 |
| 5867 | #define EMAC_REG_EMAC_TX_MODE 0xbc |
| 5868 | #define EMAC_REG_EMAC_TX_STAT_AC 0x280 |
| 5869 | #define EMAC_REG_EMAC_TX_STAT_AC_COUNT 22 |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 5870 | #define EMAC_REG_RX_PFC_MODE 0x320 |
| 5871 | #define EMAC_REG_RX_PFC_MODE_PRIORITIES (1L<<2) |
| 5872 | #define EMAC_REG_RX_PFC_MODE_RX_EN (1L<<1) |
| 5873 | #define EMAC_REG_RX_PFC_MODE_TX_EN (1L<<0) |
| 5874 | #define EMAC_REG_RX_PFC_PARAM 0x324 |
| 5875 | #define EMAC_REG_RX_PFC_PARAM_OPCODE_BITSHIFT 0 |
| 5876 | #define EMAC_REG_RX_PFC_PARAM_PRIORITY_EN_BITSHIFT 16 |
| 5877 | #define EMAC_REG_RX_PFC_STATS_XOFF_RCVD 0x328 |
| 5878 | #define EMAC_REG_RX_PFC_STATS_XOFF_RCVD_COUNT (0xffff<<0) |
| 5879 | #define EMAC_REG_RX_PFC_STATS_XOFF_SENT 0x330 |
| 5880 | #define EMAC_REG_RX_PFC_STATS_XOFF_SENT_COUNT (0xffff<<0) |
| 5881 | #define EMAC_REG_RX_PFC_STATS_XON_RCVD 0x32c |
| 5882 | #define EMAC_REG_RX_PFC_STATS_XON_RCVD_COUNT (0xffff<<0) |
| 5883 | #define EMAC_REG_RX_PFC_STATS_XON_SENT 0x334 |
| 5884 | #define EMAC_REG_RX_PFC_STATS_XON_SENT_COUNT (0xffff<<0) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5885 | #define EMAC_RX_MODE_FLOW_EN (1L<<2) |
Vladislav Zolotarov | bcab15c | 2010-12-13 05:44:25 +0000 | [diff] [blame] | 5886 | #define EMAC_RX_MODE_KEEP_MAC_CONTROL (1L<<3) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5887 | #define EMAC_RX_MODE_KEEP_VLAN_TAG (1L<<10) |
| 5888 | #define EMAC_RX_MODE_PROMISCUOUS (1L<<8) |
Eilon Greenstein | 811a2f2 | 2009-02-12 08:37:04 +0000 | [diff] [blame] | 5889 | #define EMAC_RX_MODE_RESET (1L<<0) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5890 | #define EMAC_RX_MTU_SIZE_JUMBO_ENA (1L<<31) |
| 5891 | #define EMAC_TX_MODE_EXT_PAUSE_EN (1L<<3) |
Yaniv Rosner | 8c99e7b | 2008-08-13 15:56:17 -0700 | [diff] [blame] | 5892 | #define EMAC_TX_MODE_FLOW_EN (1L<<4) |
Eilon Greenstein | 811a2f2 | 2009-02-12 08:37:04 +0000 | [diff] [blame] | 5893 | #define EMAC_TX_MODE_RESET (1L<<0) |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5894 | #define MISC_REGISTERS_GPIO_0 0 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5895 | #define MISC_REGISTERS_GPIO_1 1 |
| 5896 | #define MISC_REGISTERS_GPIO_2 2 |
| 5897 | #define MISC_REGISTERS_GPIO_3 3 |
| 5898 | #define MISC_REGISTERS_GPIO_CLR_POS 16 |
| 5899 | #define MISC_REGISTERS_GPIO_FLOAT (0xffL<<24) |
| 5900 | #define MISC_REGISTERS_GPIO_FLOAT_POS 24 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5901 | #define MISC_REGISTERS_GPIO_HIGH 1 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5902 | #define MISC_REGISTERS_GPIO_INPUT_HI_Z 2 |
Eilon Greenstein | 4acac6a | 2009-02-12 08:36:52 +0000 | [diff] [blame] | 5903 | #define MISC_REGISTERS_GPIO_INT_CLR_POS 24 |
| 5904 | #define MISC_REGISTERS_GPIO_INT_OUTPUT_CLR 0 |
| 5905 | #define MISC_REGISTERS_GPIO_INT_OUTPUT_SET 1 |
| 5906 | #define MISC_REGISTERS_GPIO_INT_SET_POS 16 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 5907 | #define MISC_REGISTERS_GPIO_LOW 0 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5908 | #define MISC_REGISTERS_GPIO_OUTPUT_HIGH 1 |
| 5909 | #define MISC_REGISTERS_GPIO_OUTPUT_LOW 0 |
| 5910 | #define MISC_REGISTERS_GPIO_PORT_SHIFT 4 |
| 5911 | #define MISC_REGISTERS_GPIO_SET_POS 8 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5912 | #define MISC_REGISTERS_RESET_REG_1_CLEAR 0x588 |
Yuval Mintz | 452427b | 2012-03-26 20:47:07 +0000 | [diff] [blame] | 5913 | #define MISC_REGISTERS_RESET_REG_1_RST_BRB1 (0x1<<0) |
Ariel Elior | f16da43 | 2012-01-26 06:01:50 +0000 | [diff] [blame] | 5914 | #define MISC_REGISTERS_RESET_REG_1_RST_DORQ (0x1<<19) |
Vladislav Zolotarov | 72fd071 | 2010-04-19 01:13:12 +0000 | [diff] [blame] | 5915 | #define MISC_REGISTERS_RESET_REG_1_RST_HC (0x1<<29) |
Vladislav Zolotarov | da5a662 | 2008-08-13 15:50:00 -0700 | [diff] [blame] | 5916 | #define MISC_REGISTERS_RESET_REG_1_RST_NIG (0x1<<7) |
Vladislav Zolotarov | 72fd071 | 2010-04-19 01:13:12 +0000 | [diff] [blame] | 5917 | #define MISC_REGISTERS_RESET_REG_1_RST_PXP (0x1<<26) |
| 5918 | #define MISC_REGISTERS_RESET_REG_1_RST_PXPV (0x1<<27) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5919 | #define MISC_REGISTERS_RESET_REG_1_SET 0x584 |
| 5920 | #define MISC_REGISTERS_RESET_REG_2_CLEAR 0x598 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 5921 | #define MISC_REGISTERS_RESET_REG_2_MSTAT0 (0x1<<24) |
| 5922 | #define MISC_REGISTERS_RESET_REG_2_MSTAT1 (0x1<<25) |
Vladislav Zolotarov | 8736c82 | 2011-07-21 07:58:36 +0000 | [diff] [blame] | 5923 | #define MISC_REGISTERS_RESET_REG_2_PGLC (0x1<<19) |
| 5924 | #define MISC_REGISTERS_RESET_REG_2_RST_ATC (0x1<<17) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5925 | #define MISC_REGISTERS_RESET_REG_2_RST_BMAC0 (0x1<<0) |
Vladislav Zolotarov | 8736c82 | 2011-07-21 07:58:36 +0000 | [diff] [blame] | 5926 | #define MISC_REGISTERS_RESET_REG_2_RST_BMAC1 (0x1<<1) |
| 5927 | #define MISC_REGISTERS_RESET_REG_2_RST_EMAC0 (0x1<<2) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5928 | #define MISC_REGISTERS_RESET_REG_2_RST_EMAC0_HARD_CORE (0x1<<14) |
Vladislav Zolotarov | 8736c82 | 2011-07-21 07:58:36 +0000 | [diff] [blame] | 5929 | #define MISC_REGISTERS_RESET_REG_2_RST_EMAC1 (0x1<<3) |
Vladislav Zolotarov | 72fd071 | 2010-04-19 01:13:12 +0000 | [diff] [blame] | 5930 | #define MISC_REGISTERS_RESET_REG_2_RST_EMAC1_HARD_CORE (0x1<<15) |
| 5931 | #define MISC_REGISTERS_RESET_REG_2_RST_GRC (0x1<<4) |
| 5932 | #define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_HARD_CORE_RST_B (0x1<<6) |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 5933 | #define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_RESET_CMN_CORE (0x1<<8) |
| 5934 | #define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_RESET_CMN_CPU (0x1<<7) |
Vladislav Zolotarov | 72fd071 | 2010-04-19 01:13:12 +0000 | [diff] [blame] | 5935 | #define MISC_REGISTERS_RESET_REG_2_RST_MCP_N_RESET_REG_HARD_CORE (0x1<<5) |
| 5936 | #define MISC_REGISTERS_RESET_REG_2_RST_MDIO (0x1<<13) |
| 5937 | #define MISC_REGISTERS_RESET_REG_2_RST_MISC_CORE (0x1<<11) |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 5938 | #define MISC_REGISTERS_RESET_REG_2_RST_PCI_MDIO (0x1<<13) |
Vladislav Zolotarov | 72fd071 | 2010-04-19 01:13:12 +0000 | [diff] [blame] | 5939 | #define MISC_REGISTERS_RESET_REG_2_RST_RBCN (0x1<<9) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5940 | #define MISC_REGISTERS_RESET_REG_2_SET 0x594 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 5941 | #define MISC_REGISTERS_RESET_REG_2_UMAC0 (0x1<<20) |
Vladislav Zolotarov | 8736c82 | 2011-07-21 07:58:36 +0000 | [diff] [blame] | 5942 | #define MISC_REGISTERS_RESET_REG_2_UMAC1 (0x1<<21) |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 5943 | #define MISC_REGISTERS_RESET_REG_2_XMAC (0x1<<22) |
| 5944 | #define MISC_REGISTERS_RESET_REG_2_XMAC_SOFT (0x1<<23) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 5945 | #define MISC_REGISTERS_RESET_REG_3_CLEAR 0x5a8 |
| 5946 | #define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_IDDQ (0x1<<1) |
| 5947 | #define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_PWRDWN (0x1<<2) |
| 5948 | #define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_PWRDWN_SD (0x1<<3) |
| 5949 | #define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_SERDES0_RSTB_HW (0x1<<0) |
| 5950 | #define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_IDDQ (0x1<<5) |
| 5951 | #define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_PWRDWN (0x1<<6) |
| 5952 | #define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_PWRDWN_SD (0x1<<7) |
| 5953 | #define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_RSTB_HW (0x1<<4) |
| 5954 | #define MISC_REGISTERS_RESET_REG_3_MISC_NIG_MUX_XGXS0_TXD_FIFO_RSTB (0x1<<8) |
| 5955 | #define MISC_REGISTERS_RESET_REG_3_SET 0x5a4 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5956 | #define MISC_REGISTERS_SPIO_4 4 |
| 5957 | #define MISC_REGISTERS_SPIO_5 5 |
| 5958 | #define MISC_REGISTERS_SPIO_7 7 |
| 5959 | #define MISC_REGISTERS_SPIO_CLR_POS 16 |
| 5960 | #define MISC_REGISTERS_SPIO_FLOAT (0xffL<<24) |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5961 | #define MISC_REGISTERS_SPIO_FLOAT_POS 24 |
| 5962 | #define MISC_REGISTERS_SPIO_INPUT_HI_Z 2 |
| 5963 | #define MISC_REGISTERS_SPIO_INT_OLD_SET_POS 16 |
| 5964 | #define MISC_REGISTERS_SPIO_OUTPUT_HIGH 1 |
| 5965 | #define MISC_REGISTERS_SPIO_OUTPUT_LOW 0 |
| 5966 | #define MISC_REGISTERS_SPIO_SET_POS 8 |
Yuval Mintz | d6d99a3 | 2012-12-02 04:05:45 +0000 | [diff] [blame] | 5967 | #define MISC_SPIO_CLR_POS 16 |
| 5968 | #define MISC_SPIO_FLOAT (0xffL<<24) |
| 5969 | #define MISC_SPIO_FLOAT_POS 24 |
| 5970 | #define MISC_SPIO_INPUT_HI_Z 2 |
| 5971 | #define MISC_SPIO_INT_OLD_SET_POS 16 |
| 5972 | #define MISC_SPIO_OUTPUT_HIGH 1 |
| 5973 | #define MISC_SPIO_OUTPUT_LOW 0 |
| 5974 | #define MISC_SPIO_SET_POS 8 |
| 5975 | #define MISC_SPIO_SPIO4 0x10 |
| 5976 | #define MISC_SPIO_SPIO5 0x20 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5977 | #define HW_LOCK_MAX_RESOURCE_VALUE 31 |
Barak Witkowski | 9876879 | 2012-06-19 07:48:31 +0000 | [diff] [blame] | 5978 | #define HW_LOCK_RESOURCE_DCBX_ADMIN_MIB 13 |
Ariel Elior | f16da43 | 2012-01-26 06:01:50 +0000 | [diff] [blame] | 5979 | #define HW_LOCK_RESOURCE_DRV_FLAGS 10 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 5980 | #define HW_LOCK_RESOURCE_GPIO 1 |
Eilon Greenstein | 46c6a67 | 2009-02-12 08:36:58 +0000 | [diff] [blame] | 5981 | #define HW_LOCK_RESOURCE_MDIO 0 |
Ariel Elior | f16da43 | 2012-01-26 06:01:50 +0000 | [diff] [blame] | 5982 | #define HW_LOCK_RESOURCE_NVRAM 12 |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 5983 | #define HW_LOCK_RESOURCE_PORT0_ATT_MASK 3 |
| 5984 | #define HW_LOCK_RESOURCE_RECOVERY_LEADER_0 8 |
| 5985 | #define HW_LOCK_RESOURCE_RECOVERY_LEADER_1 9 |
Ariel Elior | f16da43 | 2012-01-26 06:01:50 +0000 | [diff] [blame] | 5986 | #define HW_LOCK_RESOURCE_RECOVERY_REG 11 |
Dmitry Kravkov | 7a06a12 | 2011-08-30 00:08:43 +0000 | [diff] [blame] | 5987 | #define HW_LOCK_RESOURCE_RESET 5 |
Ariel Elior | f16da43 | 2012-01-26 06:01:50 +0000 | [diff] [blame] | 5988 | #define HW_LOCK_RESOURCE_SPIO 2 |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 5989 | #define AEU_INPUTS_ATTN_BITS_ATC_HW_INTERRUPT (0x1<<4) |
| 5990 | #define AEU_INPUTS_ATTN_BITS_ATC_PARITY_ERROR (0x1<<5) |
| 5991 | #define AEU_INPUTS_ATTN_BITS_BRB_PARITY_ERROR (0x1<<18) |
| 5992 | #define AEU_INPUTS_ATTN_BITS_CCM_HW_INTERRUPT (0x1<<31) |
| 5993 | #define AEU_INPUTS_ATTN_BITS_CCM_PARITY_ERROR (0x1<<30) |
| 5994 | #define AEU_INPUTS_ATTN_BITS_CDU_HW_INTERRUPT (0x1<<9) |
| 5995 | #define AEU_INPUTS_ATTN_BITS_CDU_PARITY_ERROR (0x1<<8) |
| 5996 | #define AEU_INPUTS_ATTN_BITS_CFC_HW_INTERRUPT (0x1<<7) |
| 5997 | #define AEU_INPUTS_ATTN_BITS_CFC_PARITY_ERROR (0x1<<6) |
| 5998 | #define AEU_INPUTS_ATTN_BITS_CSDM_HW_INTERRUPT (0x1<<29) |
| 5999 | #define AEU_INPUTS_ATTN_BITS_CSDM_PARITY_ERROR (0x1<<28) |
| 6000 | #define AEU_INPUTS_ATTN_BITS_CSEMI_HW_INTERRUPT (0x1<<1) |
| 6001 | #define AEU_INPUTS_ATTN_BITS_CSEMI_PARITY_ERROR (0x1<<0) |
| 6002 | #define AEU_INPUTS_ATTN_BITS_DEBUG_PARITY_ERROR (0x1<<18) |
| 6003 | #define AEU_INPUTS_ATTN_BITS_DMAE_HW_INTERRUPT (0x1<<11) |
| 6004 | #define AEU_INPUTS_ATTN_BITS_DMAE_PARITY_ERROR (0x1<<10) |
| 6005 | #define AEU_INPUTS_ATTN_BITS_DOORBELLQ_HW_INTERRUPT (0x1<<13) |
| 6006 | #define AEU_INPUTS_ATTN_BITS_DOORBELLQ_PARITY_ERROR (0x1<<12) |
| 6007 | #define AEU_INPUTS_ATTN_BITS_GPIO0_FUNCTION_0 (0x1<<2) |
| 6008 | #define AEU_INPUTS_ATTN_BITS_IGU_PARITY_ERROR (0x1<<12) |
| 6009 | #define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_ROM_PARITY (0x1<<28) |
| 6010 | #define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_SCPAD_PARITY (0x1<<31) |
| 6011 | #define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_UMP_RX_PARITY (0x1<<29) |
| 6012 | #define AEU_INPUTS_ATTN_BITS_MCP_LATCHED_UMP_TX_PARITY (0x1<<30) |
| 6013 | #define AEU_INPUTS_ATTN_BITS_MISC_HW_INTERRUPT (0x1<<15) |
| 6014 | #define AEU_INPUTS_ATTN_BITS_MISC_PARITY_ERROR (0x1<<14) |
| 6015 | #define AEU_INPUTS_ATTN_BITS_NIG_PARITY_ERROR (0x1<<14) |
| 6016 | #define AEU_INPUTS_ATTN_BITS_PARSER_PARITY_ERROR (0x1<<20) |
| 6017 | #define AEU_INPUTS_ATTN_BITS_PBCLIENT_HW_INTERRUPT (0x1<<31) |
| 6018 | #define AEU_INPUTS_ATTN_BITS_PBCLIENT_PARITY_ERROR (0x1<<30) |
| 6019 | #define AEU_INPUTS_ATTN_BITS_PBF_PARITY_ERROR (0x1<<0) |
| 6020 | #define AEU_INPUTS_ATTN_BITS_PGLUE_HW_INTERRUPT (0x1<<2) |
| 6021 | #define AEU_INPUTS_ATTN_BITS_PGLUE_PARITY_ERROR (0x1<<3) |
| 6022 | #define AEU_INPUTS_ATTN_BITS_PXPPCICLOCKCLIENT_HW_INTERRUPT (0x1<<5) |
| 6023 | #define AEU_INPUTS_ATTN_BITS_PXPPCICLOCKCLIENT_PARITY_ERROR (0x1<<4) |
| 6024 | #define AEU_INPUTS_ATTN_BITS_PXP_HW_INTERRUPT (0x1<<3) |
| 6025 | #define AEU_INPUTS_ATTN_BITS_PXP_PARITY_ERROR (0x1<<2) |
| 6026 | #define AEU_INPUTS_ATTN_BITS_QM_HW_INTERRUPT (0x1<<3) |
| 6027 | #define AEU_INPUTS_ATTN_BITS_QM_PARITY_ERROR (0x1<<2) |
| 6028 | #define AEU_INPUTS_ATTN_BITS_SEARCHER_PARITY_ERROR (0x1<<22) |
| 6029 | #define AEU_INPUTS_ATTN_BITS_SPIO5 (0x1<<15) |
| 6030 | #define AEU_INPUTS_ATTN_BITS_TCM_HW_INTERRUPT (0x1<<27) |
| 6031 | #define AEU_INPUTS_ATTN_BITS_TCM_PARITY_ERROR (0x1<<26) |
| 6032 | #define AEU_INPUTS_ATTN_BITS_TIMERS_HW_INTERRUPT (0x1<<5) |
| 6033 | #define AEU_INPUTS_ATTN_BITS_TIMERS_PARITY_ERROR (0x1<<4) |
| 6034 | #define AEU_INPUTS_ATTN_BITS_TSDM_HW_INTERRUPT (0x1<<25) |
| 6035 | #define AEU_INPUTS_ATTN_BITS_TSDM_PARITY_ERROR (0x1<<24) |
| 6036 | #define AEU_INPUTS_ATTN_BITS_TSEMI_HW_INTERRUPT (0x1<<29) |
| 6037 | #define AEU_INPUTS_ATTN_BITS_TSEMI_PARITY_ERROR (0x1<<28) |
| 6038 | #define AEU_INPUTS_ATTN_BITS_UCM_HW_INTERRUPT (0x1<<23) |
| 6039 | #define AEU_INPUTS_ATTN_BITS_UCM_PARITY_ERROR (0x1<<22) |
| 6040 | #define AEU_INPUTS_ATTN_BITS_UPB_HW_INTERRUPT (0x1<<27) |
| 6041 | #define AEU_INPUTS_ATTN_BITS_UPB_PARITY_ERROR (0x1<<26) |
| 6042 | #define AEU_INPUTS_ATTN_BITS_USDM_HW_INTERRUPT (0x1<<21) |
| 6043 | #define AEU_INPUTS_ATTN_BITS_USDM_PARITY_ERROR (0x1<<20) |
| 6044 | #define AEU_INPUTS_ATTN_BITS_USEMI_HW_INTERRUPT (0x1<<25) |
| 6045 | #define AEU_INPUTS_ATTN_BITS_USEMI_PARITY_ERROR (0x1<<24) |
| 6046 | #define AEU_INPUTS_ATTN_BITS_VAUX_PCI_CORE_PARITY_ERROR (0x1<<16) |
| 6047 | #define AEU_INPUTS_ATTN_BITS_XCM_HW_INTERRUPT (0x1<<9) |
| 6048 | #define AEU_INPUTS_ATTN_BITS_XCM_PARITY_ERROR (0x1<<8) |
| 6049 | #define AEU_INPUTS_ATTN_BITS_XSDM_HW_INTERRUPT (0x1<<7) |
| 6050 | #define AEU_INPUTS_ATTN_BITS_XSDM_PARITY_ERROR (0x1<<6) |
| 6051 | #define AEU_INPUTS_ATTN_BITS_XSEMI_HW_INTERRUPT (0x1<<11) |
| 6052 | #define AEU_INPUTS_ATTN_BITS_XSEMI_PARITY_ERROR (0x1<<10) |
| 6053 | |
| 6054 | #define AEU_INPUTS_ATTN_BITS_GPIO3_FUNCTION_0 (0x1<<5) |
| 6055 | #define AEU_INPUTS_ATTN_BITS_GPIO3_FUNCTION_1 (0x1<<9) |
| 6056 | |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6057 | #define RESERVED_GENERAL_ATTENTION_BIT_0 0 |
| 6058 | |
Vladislav Zolotarov | c9ee920 | 2011-06-14 01:33:51 +0000 | [diff] [blame] | 6059 | #define EVEREST_GEN_ATTN_IN_USE_MASK 0x7ffe0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6060 | #define EVEREST_LATCHED_ATTN_IN_USE_MASK 0xffe00000 |
| 6061 | |
| 6062 | #define RESERVED_GENERAL_ATTENTION_BIT_6 6 |
| 6063 | #define RESERVED_GENERAL_ATTENTION_BIT_7 7 |
| 6064 | #define RESERVED_GENERAL_ATTENTION_BIT_8 8 |
| 6065 | #define RESERVED_GENERAL_ATTENTION_BIT_9 9 |
| 6066 | #define RESERVED_GENERAL_ATTENTION_BIT_10 10 |
| 6067 | #define RESERVED_GENERAL_ATTENTION_BIT_11 11 |
| 6068 | #define RESERVED_GENERAL_ATTENTION_BIT_12 12 |
| 6069 | #define RESERVED_GENERAL_ATTENTION_BIT_13 13 |
| 6070 | #define RESERVED_GENERAL_ATTENTION_BIT_14 14 |
| 6071 | #define RESERVED_GENERAL_ATTENTION_BIT_15 15 |
| 6072 | #define RESERVED_GENERAL_ATTENTION_BIT_16 16 |
| 6073 | #define RESERVED_GENERAL_ATTENTION_BIT_17 17 |
| 6074 | #define RESERVED_GENERAL_ATTENTION_BIT_18 18 |
| 6075 | #define RESERVED_GENERAL_ATTENTION_BIT_19 19 |
| 6076 | #define RESERVED_GENERAL_ATTENTION_BIT_20 20 |
| 6077 | #define RESERVED_GENERAL_ATTENTION_BIT_21 21 |
| 6078 | |
| 6079 | /* storm asserts attention bits */ |
| 6080 | #define TSTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_7 |
| 6081 | #define USTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_8 |
| 6082 | #define CSTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_9 |
| 6083 | #define XSTORM_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_10 |
| 6084 | |
| 6085 | /* mcp error attention bit */ |
| 6086 | #define MCP_FATAL_ASSERT_ATTENTION_BIT RESERVED_GENERAL_ATTENTION_BIT_11 |
| 6087 | |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6088 | /*E1H NIG status sync attention mapped to group 4-7*/ |
| 6089 | #define LINK_SYNC_ATTENTION_BIT_FUNC_0 RESERVED_GENERAL_ATTENTION_BIT_12 |
| 6090 | #define LINK_SYNC_ATTENTION_BIT_FUNC_1 RESERVED_GENERAL_ATTENTION_BIT_13 |
| 6091 | #define LINK_SYNC_ATTENTION_BIT_FUNC_2 RESERVED_GENERAL_ATTENTION_BIT_14 |
| 6092 | #define LINK_SYNC_ATTENTION_BIT_FUNC_3 RESERVED_GENERAL_ATTENTION_BIT_15 |
| 6093 | #define LINK_SYNC_ATTENTION_BIT_FUNC_4 RESERVED_GENERAL_ATTENTION_BIT_16 |
| 6094 | #define LINK_SYNC_ATTENTION_BIT_FUNC_5 RESERVED_GENERAL_ATTENTION_BIT_17 |
| 6095 | #define LINK_SYNC_ATTENTION_BIT_FUNC_6 RESERVED_GENERAL_ATTENTION_BIT_18 |
| 6096 | #define LINK_SYNC_ATTENTION_BIT_FUNC_7 RESERVED_GENERAL_ATTENTION_BIT_19 |
| 6097 | |
| 6098 | |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6099 | #define LATCHED_ATTN_RBCR 23 |
| 6100 | #define LATCHED_ATTN_RBCT 24 |
| 6101 | #define LATCHED_ATTN_RBCN 25 |
| 6102 | #define LATCHED_ATTN_RBCU 26 |
| 6103 | #define LATCHED_ATTN_RBCP 27 |
| 6104 | #define LATCHED_ATTN_TIMEOUT_GRC 28 |
| 6105 | #define LATCHED_ATTN_RSVD_GRC 29 |
| 6106 | #define LATCHED_ATTN_ROM_PARITY_MCP 30 |
| 6107 | #define LATCHED_ATTN_UM_RX_PARITY_MCP 31 |
| 6108 | #define LATCHED_ATTN_UM_TX_PARITY_MCP 32 |
| 6109 | #define LATCHED_ATTN_SCPAD_PARITY_MCP 33 |
| 6110 | |
| 6111 | #define GENERAL_ATTEN_WORD(atten_name) ((94 + atten_name) / 32) |
Eilon Greenstein | ab6ad5a | 2009-08-12 08:24:29 +0000 | [diff] [blame] | 6112 | #define GENERAL_ATTEN_OFFSET(atten_name)\ |
| 6113 | (1UL << ((94 + atten_name) % 32)) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6114 | /* |
| 6115 | * This file defines GRC base address for every block. |
| 6116 | * This file is included by chipsim, asm microcode and cpp microcode. |
| 6117 | * These values are used in Design.xml on regBase attribute |
| 6118 | * Use the base with the generated offsets of specific registers. |
| 6119 | */ |
| 6120 | |
| 6121 | #define GRCBASE_PXPCS 0x000000 |
| 6122 | #define GRCBASE_PCICONFIG 0x002000 |
| 6123 | #define GRCBASE_PCIREG 0x002400 |
| 6124 | #define GRCBASE_EMAC0 0x008000 |
| 6125 | #define GRCBASE_EMAC1 0x008400 |
| 6126 | #define GRCBASE_DBU 0x008800 |
| 6127 | #define GRCBASE_MISC 0x00A000 |
| 6128 | #define GRCBASE_DBG 0x00C000 |
| 6129 | #define GRCBASE_NIG 0x010000 |
| 6130 | #define GRCBASE_XCM 0x020000 |
| 6131 | #define GRCBASE_PRS 0x040000 |
| 6132 | #define GRCBASE_SRCH 0x040400 |
| 6133 | #define GRCBASE_TSDM 0x042000 |
| 6134 | #define GRCBASE_TCM 0x050000 |
| 6135 | #define GRCBASE_BRB1 0x060000 |
| 6136 | #define GRCBASE_MCP 0x080000 |
| 6137 | #define GRCBASE_UPB 0x0C1000 |
| 6138 | #define GRCBASE_CSDM 0x0C2000 |
| 6139 | #define GRCBASE_USDM 0x0C4000 |
| 6140 | #define GRCBASE_CCM 0x0D0000 |
| 6141 | #define GRCBASE_UCM 0x0E0000 |
| 6142 | #define GRCBASE_CDU 0x101000 |
| 6143 | #define GRCBASE_DMAE 0x102000 |
| 6144 | #define GRCBASE_PXP 0x103000 |
| 6145 | #define GRCBASE_CFC 0x104000 |
| 6146 | #define GRCBASE_HC 0x108000 |
| 6147 | #define GRCBASE_PXP2 0x120000 |
| 6148 | #define GRCBASE_PBF 0x140000 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 6149 | #define GRCBASE_UMAC0 0x160000 |
| 6150 | #define GRCBASE_UMAC1 0x160400 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6151 | #define GRCBASE_XPB 0x161000 |
Vlad Zolotarov | 619c5cb | 2011-06-14 14:33:44 +0300 | [diff] [blame] | 6152 | #define GRCBASE_MSTAT0 0x162000 |
| 6153 | #define GRCBASE_MSTAT1 0x162800 |
Yaniv Rosner | 9380bb9 | 2011-06-14 01:34:07 +0000 | [diff] [blame] | 6154 | #define GRCBASE_XMAC0 0x163000 |
| 6155 | #define GRCBASE_XMAC1 0x163800 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6156 | #define GRCBASE_TIMERS 0x164000 |
| 6157 | #define GRCBASE_XSDM 0x166000 |
| 6158 | #define GRCBASE_QM 0x168000 |
| 6159 | #define GRCBASE_DQ 0x170000 |
| 6160 | #define GRCBASE_TSEM 0x180000 |
| 6161 | #define GRCBASE_CSEM 0x200000 |
| 6162 | #define GRCBASE_XSEM 0x280000 |
| 6163 | #define GRCBASE_USEM 0x300000 |
| 6164 | #define GRCBASE_MISC_AEU GRCBASE_MISC |
| 6165 | |
| 6166 | |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6167 | /* offset of configuration space in the pci core register */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6168 | #define PCICFG_OFFSET 0x2000 |
| 6169 | #define PCICFG_VENDOR_ID_OFFSET 0x00 |
| 6170 | #define PCICFG_DEVICE_ID_OFFSET 0x02 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6171 | #define PCICFG_COMMAND_OFFSET 0x04 |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6172 | #define PCICFG_COMMAND_IO_SPACE (1<<0) |
| 6173 | #define PCICFG_COMMAND_MEM_SPACE (1<<1) |
| 6174 | #define PCICFG_COMMAND_BUS_MASTER (1<<2) |
| 6175 | #define PCICFG_COMMAND_SPECIAL_CYCLES (1<<3) |
| 6176 | #define PCICFG_COMMAND_MWI_CYCLES (1<<4) |
| 6177 | #define PCICFG_COMMAND_VGA_SNOOP (1<<5) |
| 6178 | #define PCICFG_COMMAND_PERR_ENA (1<<6) |
| 6179 | #define PCICFG_COMMAND_STEPPING (1<<7) |
| 6180 | #define PCICFG_COMMAND_SERR_ENA (1<<8) |
| 6181 | #define PCICFG_COMMAND_FAST_B2B (1<<9) |
| 6182 | #define PCICFG_COMMAND_INT_DISABLE (1<<10) |
| 6183 | #define PCICFG_COMMAND_RESERVED (0x1f<<11) |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6184 | #define PCICFG_STATUS_OFFSET 0x06 |
Yaniv Rosner | 092a5fc9 | 2012-12-02 23:56:49 +0000 | [diff] [blame] | 6185 | #define PCICFG_REVISION_ID_OFFSET 0x08 |
| 6186 | #define PCICFG_REVESION_ID_MASK 0xff |
| 6187 | #define PCICFG_REVESION_ID_ERROR_VAL 0xff |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6188 | #define PCICFG_CACHE_LINE_SIZE 0x0c |
| 6189 | #define PCICFG_LATENCY_TIMER 0x0d |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6190 | #define PCICFG_BAR_1_LOW 0x10 |
| 6191 | #define PCICFG_BAR_1_HIGH 0x14 |
| 6192 | #define PCICFG_BAR_2_LOW 0x18 |
| 6193 | #define PCICFG_BAR_2_HIGH 0x1c |
| 6194 | #define PCICFG_SUBSYSTEM_VENDOR_ID_OFFSET 0x2c |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6195 | #define PCICFG_SUBSYSTEM_ID_OFFSET 0x2e |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6196 | #define PCICFG_INT_LINE 0x3c |
| 6197 | #define PCICFG_INT_PIN 0x3d |
| 6198 | #define PCICFG_PM_CAPABILITY 0x48 |
| 6199 | #define PCICFG_PM_CAPABILITY_VERSION (0x3<<16) |
| 6200 | #define PCICFG_PM_CAPABILITY_CLOCK (1<<19) |
| 6201 | #define PCICFG_PM_CAPABILITY_RESERVED (1<<20) |
| 6202 | #define PCICFG_PM_CAPABILITY_DSI (1<<21) |
| 6203 | #define PCICFG_PM_CAPABILITY_AUX_CURRENT (0x7<<22) |
| 6204 | #define PCICFG_PM_CAPABILITY_D1_SUPPORT (1<<25) |
| 6205 | #define PCICFG_PM_CAPABILITY_D2_SUPPORT (1<<26) |
| 6206 | #define PCICFG_PM_CAPABILITY_PME_IN_D0 (1<<27) |
| 6207 | #define PCICFG_PM_CAPABILITY_PME_IN_D1 (1<<28) |
| 6208 | #define PCICFG_PM_CAPABILITY_PME_IN_D2 (1<<29) |
| 6209 | #define PCICFG_PM_CAPABILITY_PME_IN_D3_HOT (1<<30) |
| 6210 | #define PCICFG_PM_CAPABILITY_PME_IN_D3_COLD (1<<31) |
| 6211 | #define PCICFG_PM_CSR_OFFSET 0x4c |
| 6212 | #define PCICFG_PM_CSR_STATE (0x3<<0) |
| 6213 | #define PCICFG_PM_CSR_PME_ENABLE (1<<8) |
| 6214 | #define PCICFG_PM_CSR_PME_STATUS (1<<15) |
Eilon Greenstein | 0d1a8d2 | 2009-03-02 07:59:20 +0000 | [diff] [blame] | 6215 | #define PCICFG_MSI_CAP_ID_OFFSET 0x58 |
Eilon Greenstein | 8badd27 | 2009-02-12 08:36:15 +0000 | [diff] [blame] | 6216 | #define PCICFG_MSI_CONTROL_ENABLE (0x1<<16) |
| 6217 | #define PCICFG_MSI_CONTROL_MCAP (0x7<<17) |
| 6218 | #define PCICFG_MSI_CONTROL_MENA (0x7<<20) |
| 6219 | #define PCICFG_MSI_CONTROL_64_BIT_ADDR_CAP (0x1<<23) |
| 6220 | #define PCICFG_MSI_CONTROL_MSI_PVMASK_CAPABLE (0x1<<24) |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6221 | #define PCICFG_GRC_ADDRESS 0x78 |
Ariel Elior | c22610d0 | 2012-01-26 06:01:47 +0000 | [diff] [blame] | 6222 | #define PCICFG_GRC_DATA 0x80 |
| 6223 | #define PCICFG_ME_REGISTER 0x98 |
Eilon Greenstein | 0d1a8d2 | 2009-03-02 07:59:20 +0000 | [diff] [blame] | 6224 | #define PCICFG_MSIX_CAP_ID_OFFSET 0xa0 |
Eilon Greenstein | 8badd27 | 2009-02-12 08:36:15 +0000 | [diff] [blame] | 6225 | #define PCICFG_MSIX_CONTROL_TABLE_SIZE (0x7ff<<16) |
| 6226 | #define PCICFG_MSIX_CONTROL_RESERVED (0x7<<27) |
| 6227 | #define PCICFG_MSIX_CONTROL_FUNC_MASK (0x1<<30) |
| 6228 | #define PCICFG_MSIX_CONTROL_MSIX_ENABLE (0x1<<31) |
| 6229 | |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6230 | #define PCICFG_DEVICE_CONTROL 0xb4 |
Eilon Greenstein | 8badd27 | 2009-02-12 08:36:15 +0000 | [diff] [blame] | 6231 | #define PCICFG_DEVICE_STATUS 0xb6 |
| 6232 | #define PCICFG_DEVICE_STATUS_CORR_ERR_DET (1<<0) |
| 6233 | #define PCICFG_DEVICE_STATUS_NON_FATAL_ERR_DET (1<<1) |
| 6234 | #define PCICFG_DEVICE_STATUS_FATAL_ERR_DET (1<<2) |
| 6235 | #define PCICFG_DEVICE_STATUS_UNSUP_REQ_DET (1<<3) |
| 6236 | #define PCICFG_DEVICE_STATUS_AUX_PWR_DET (1<<4) |
| 6237 | #define PCICFG_DEVICE_STATUS_NO_PEND (1<<5) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6238 | #define PCICFG_LINK_CONTROL 0xbc |
| 6239 | |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6240 | |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6241 | #define BAR_USTRORM_INTMEM 0x400000 |
| 6242 | #define BAR_CSTRORM_INTMEM 0x410000 |
| 6243 | #define BAR_XSTRORM_INTMEM 0x420000 |
| 6244 | #define BAR_TSTRORM_INTMEM 0x430000 |
| 6245 | |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6246 | /* for accessing the IGU in case of status block ACK */ |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6247 | #define BAR_IGU_INTMEM 0x440000 |
| 6248 | |
| 6249 | #define BAR_DOORBELL_OFFSET 0x800000 |
| 6250 | |
| 6251 | #define BAR_ME_REGISTER 0x450000 |
| 6252 | |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6253 | /* config_2 offset */ |
| 6254 | #define GRC_CONFIG_2_SIZE_REG 0x408 |
| 6255 | #define PCI_CONFIG_2_BAR1_SIZE (0xfL<<0) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6256 | #define PCI_CONFIG_2_BAR1_SIZE_DISABLED (0L<<0) |
| 6257 | #define PCI_CONFIG_2_BAR1_SIZE_64K (1L<<0) |
| 6258 | #define PCI_CONFIG_2_BAR1_SIZE_128K (2L<<0) |
| 6259 | #define PCI_CONFIG_2_BAR1_SIZE_256K (3L<<0) |
| 6260 | #define PCI_CONFIG_2_BAR1_SIZE_512K (4L<<0) |
| 6261 | #define PCI_CONFIG_2_BAR1_SIZE_1M (5L<<0) |
| 6262 | #define PCI_CONFIG_2_BAR1_SIZE_2M (6L<<0) |
| 6263 | #define PCI_CONFIG_2_BAR1_SIZE_4M (7L<<0) |
| 6264 | #define PCI_CONFIG_2_BAR1_SIZE_8M (8L<<0) |
| 6265 | #define PCI_CONFIG_2_BAR1_SIZE_16M (9L<<0) |
| 6266 | #define PCI_CONFIG_2_BAR1_SIZE_32M (10L<<0) |
| 6267 | #define PCI_CONFIG_2_BAR1_SIZE_64M (11L<<0) |
| 6268 | #define PCI_CONFIG_2_BAR1_SIZE_128M (12L<<0) |
| 6269 | #define PCI_CONFIG_2_BAR1_SIZE_256M (13L<<0) |
| 6270 | #define PCI_CONFIG_2_BAR1_SIZE_512M (14L<<0) |
| 6271 | #define PCI_CONFIG_2_BAR1_SIZE_1G (15L<<0) |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6272 | #define PCI_CONFIG_2_BAR1_64ENA (1L<<4) |
| 6273 | #define PCI_CONFIG_2_EXP_ROM_RETRY (1L<<5) |
| 6274 | #define PCI_CONFIG_2_CFG_CYCLE_RETRY (1L<<6) |
| 6275 | #define PCI_CONFIG_2_FIRST_CFG_DONE (1L<<7) |
| 6276 | #define PCI_CONFIG_2_EXP_ROM_SIZE (0xffL<<8) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6277 | #define PCI_CONFIG_2_EXP_ROM_SIZE_DISABLED (0L<<8) |
| 6278 | #define PCI_CONFIG_2_EXP_ROM_SIZE_2K (1L<<8) |
| 6279 | #define PCI_CONFIG_2_EXP_ROM_SIZE_4K (2L<<8) |
| 6280 | #define PCI_CONFIG_2_EXP_ROM_SIZE_8K (3L<<8) |
| 6281 | #define PCI_CONFIG_2_EXP_ROM_SIZE_16K (4L<<8) |
| 6282 | #define PCI_CONFIG_2_EXP_ROM_SIZE_32K (5L<<8) |
| 6283 | #define PCI_CONFIG_2_EXP_ROM_SIZE_64K (6L<<8) |
| 6284 | #define PCI_CONFIG_2_EXP_ROM_SIZE_128K (7L<<8) |
| 6285 | #define PCI_CONFIG_2_EXP_ROM_SIZE_256K (8L<<8) |
| 6286 | #define PCI_CONFIG_2_EXP_ROM_SIZE_512K (9L<<8) |
| 6287 | #define PCI_CONFIG_2_EXP_ROM_SIZE_1M (10L<<8) |
| 6288 | #define PCI_CONFIG_2_EXP_ROM_SIZE_2M (11L<<8) |
| 6289 | #define PCI_CONFIG_2_EXP_ROM_SIZE_4M (12L<<8) |
| 6290 | #define PCI_CONFIG_2_EXP_ROM_SIZE_8M (13L<<8) |
| 6291 | #define PCI_CONFIG_2_EXP_ROM_SIZE_16M (14L<<8) |
| 6292 | #define PCI_CONFIG_2_EXP_ROM_SIZE_32M (15L<<8) |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6293 | #define PCI_CONFIG_2_BAR_PREFETCH (1L<<16) |
| 6294 | #define PCI_CONFIG_2_RESERVED0 (0x7fffL<<17) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6295 | |
| 6296 | /* config_3 offset */ |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6297 | #define GRC_CONFIG_3_SIZE_REG 0x40c |
| 6298 | #define PCI_CONFIG_3_STICKY_BYTE (0xffL<<0) |
| 6299 | #define PCI_CONFIG_3_FORCE_PME (1L<<24) |
| 6300 | #define PCI_CONFIG_3_PME_STATUS (1L<<25) |
| 6301 | #define PCI_CONFIG_3_PME_ENABLE (1L<<26) |
| 6302 | #define PCI_CONFIG_3_PM_STATE (0x3L<<27) |
| 6303 | #define PCI_CONFIG_3_VAUX_PRESET (1L<<30) |
| 6304 | #define PCI_CONFIG_3_PCI_POWER (1L<<31) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6305 | |
| 6306 | #define GRC_BAR2_CONFIG 0x4e0 |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6307 | #define PCI_CONFIG_2_BAR2_SIZE (0xfL<<0) |
| 6308 | #define PCI_CONFIG_2_BAR2_SIZE_DISABLED (0L<<0) |
| 6309 | #define PCI_CONFIG_2_BAR2_SIZE_64K (1L<<0) |
| 6310 | #define PCI_CONFIG_2_BAR2_SIZE_128K (2L<<0) |
| 6311 | #define PCI_CONFIG_2_BAR2_SIZE_256K (3L<<0) |
| 6312 | #define PCI_CONFIG_2_BAR2_SIZE_512K (4L<<0) |
| 6313 | #define PCI_CONFIG_2_BAR2_SIZE_1M (5L<<0) |
| 6314 | #define PCI_CONFIG_2_BAR2_SIZE_2M (6L<<0) |
| 6315 | #define PCI_CONFIG_2_BAR2_SIZE_4M (7L<<0) |
| 6316 | #define PCI_CONFIG_2_BAR2_SIZE_8M (8L<<0) |
| 6317 | #define PCI_CONFIG_2_BAR2_SIZE_16M (9L<<0) |
| 6318 | #define PCI_CONFIG_2_BAR2_SIZE_32M (10L<<0) |
| 6319 | #define PCI_CONFIG_2_BAR2_SIZE_64M (11L<<0) |
| 6320 | #define PCI_CONFIG_2_BAR2_SIZE_128M (12L<<0) |
| 6321 | #define PCI_CONFIG_2_BAR2_SIZE_256M (13L<<0) |
| 6322 | #define PCI_CONFIG_2_BAR2_SIZE_512M (14L<<0) |
| 6323 | #define PCI_CONFIG_2_BAR2_SIZE_1G (15L<<0) |
| 6324 | #define PCI_CONFIG_2_BAR2_64ENA (1L<<4) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6325 | |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6326 | #define PCI_PM_DATA_A 0x410 |
| 6327 | #define PCI_PM_DATA_B 0x414 |
| 6328 | #define PCI_ID_VAL1 0x434 |
| 6329 | #define PCI_ID_VAL2 0x438 |
Ariel Elior | 290ca2b | 2013-01-01 05:22:31 +0000 | [diff] [blame] | 6330 | #define GRC_CONFIG_REG_PF_INIT_VF 0x624 |
| 6331 | #define GRC_CR_PF_INIT_VF_PF_FIRST_VF_NUM_MASK 0xf |
| 6332 | /* First VF_NUM for PF is encoded in this register. |
| 6333 | * The number of VFs assigned to a PF is assumed to be a multiple of 8. |
| 6334 | * Software should program these bits based on Total Number of VFs \ |
| 6335 | * programmed for each PF. |
| 6336 | * Since registers from 0x000-0x7ff are split across functions, each PF will |
| 6337 | * have the same location for the same 4 bits |
| 6338 | */ |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 6339 | |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 6340 | #define PXPCS_TL_CONTROL_5 0x814 |
| 6341 | #define PXPCS_TL_CONTROL_5_UNKNOWNTYPE_ERR_ATTN (1 << 29) /*WC*/ |
| 6342 | #define PXPCS_TL_CONTROL_5_BOUNDARY4K_ERR_ATTN (1 << 28) /*WC*/ |
| 6343 | #define PXPCS_TL_CONTROL_5_MRRS_ERR_ATTN (1 << 27) /*WC*/ |
| 6344 | #define PXPCS_TL_CONTROL_5_MPS_ERR_ATTN (1 << 26) /*WC*/ |
| 6345 | #define PXPCS_TL_CONTROL_5_TTX_BRIDGE_FORWARD_ERR (1 << 25) /*WC*/ |
| 6346 | #define PXPCS_TL_CONTROL_5_TTX_TXINTF_OVERFLOW (1 << 24) /*WC*/ |
| 6347 | #define PXPCS_TL_CONTROL_5_PHY_ERR_ATTN (1 << 23) /*RO*/ |
| 6348 | #define PXPCS_TL_CONTROL_5_DL_ERR_ATTN (1 << 22) /*RO*/ |
| 6349 | #define PXPCS_TL_CONTROL_5_TTX_ERR_NP_TAG_IN_USE (1 << 21) /*WC*/ |
| 6350 | #define PXPCS_TL_CONTROL_5_TRX_ERR_UNEXP_RTAG (1 << 20) /*WC*/ |
| 6351 | #define PXPCS_TL_CONTROL_5_PRI_SIG_TARGET_ABORT1 (1 << 19) /*WC*/ |
| 6352 | #define PXPCS_TL_CONTROL_5_ERR_UNSPPORT1 (1 << 18) /*WC*/ |
| 6353 | #define PXPCS_TL_CONTROL_5_ERR_ECRC1 (1 << 17) /*WC*/ |
| 6354 | #define PXPCS_TL_CONTROL_5_ERR_MALF_TLP1 (1 << 16) /*WC*/ |
| 6355 | #define PXPCS_TL_CONTROL_5_ERR_RX_OFLOW1 (1 << 15) /*WC*/ |
| 6356 | #define PXPCS_TL_CONTROL_5_ERR_UNEXP_CPL1 (1 << 14) /*WC*/ |
| 6357 | #define PXPCS_TL_CONTROL_5_ERR_MASTER_ABRT1 (1 << 13) /*WC*/ |
| 6358 | #define PXPCS_TL_CONTROL_5_ERR_CPL_TIMEOUT1 (1 << 12) /*WC*/ |
| 6359 | #define PXPCS_TL_CONTROL_5_ERR_FC_PRTL1 (1 << 11) /*WC*/ |
| 6360 | #define PXPCS_TL_CONTROL_5_ERR_PSND_TLP1 (1 << 10) /*WC*/ |
| 6361 | #define PXPCS_TL_CONTROL_5_PRI_SIG_TARGET_ABORT (1 << 9) /*WC*/ |
| 6362 | #define PXPCS_TL_CONTROL_5_ERR_UNSPPORT (1 << 8) /*WC*/ |
| 6363 | #define PXPCS_TL_CONTROL_5_ERR_ECRC (1 << 7) /*WC*/ |
| 6364 | #define PXPCS_TL_CONTROL_5_ERR_MALF_TLP (1 << 6) /*WC*/ |
| 6365 | #define PXPCS_TL_CONTROL_5_ERR_RX_OFLOW (1 << 5) /*WC*/ |
| 6366 | #define PXPCS_TL_CONTROL_5_ERR_UNEXP_CPL (1 << 4) /*WC*/ |
| 6367 | #define PXPCS_TL_CONTROL_5_ERR_MASTER_ABRT (1 << 3) /*WC*/ |
| 6368 | #define PXPCS_TL_CONTROL_5_ERR_CPL_TIMEOUT (1 << 2) /*WC*/ |
| 6369 | #define PXPCS_TL_CONTROL_5_ERR_FC_PRTL (1 << 1) /*WC*/ |
| 6370 | #define PXPCS_TL_CONTROL_5_ERR_PSND_TLP (1 << 0) /*WC*/ |
| 6371 | |
| 6372 | |
| 6373 | #define PXPCS_TL_FUNC345_STAT 0x854 |
| 6374 | #define PXPCS_TL_FUNC345_STAT_PRI_SIG_TARGET_ABORT4 (1 << 29) /* WC */ |
| 6375 | #define PXPCS_TL_FUNC345_STAT_ERR_UNSPPORT4\ |
| 6376 | (1 << 28) /* Unsupported Request Error Status in function4, if \ |
| 6377 | set, generate pcie_err_attn output when this error is seen. WC */ |
| 6378 | #define PXPCS_TL_FUNC345_STAT_ERR_ECRC4\ |
| 6379 | (1 << 27) /* ECRC Error TLP Status Status in function 4, if set, \ |
| 6380 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6381 | #define PXPCS_TL_FUNC345_STAT_ERR_MALF_TLP4\ |
| 6382 | (1 << 26) /* Malformed TLP Status Status in function 4, if set, \ |
| 6383 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6384 | #define PXPCS_TL_FUNC345_STAT_ERR_RX_OFLOW4\ |
| 6385 | (1 << 25) /* Receiver Overflow Status Status in function 4, if \ |
| 6386 | set, generate pcie_err_attn output when this error is seen.. WC \ |
| 6387 | */ |
| 6388 | #define PXPCS_TL_FUNC345_STAT_ERR_UNEXP_CPL4\ |
| 6389 | (1 << 24) /* Unexpected Completion Status Status in function 4, \ |
| 6390 | if set, generate pcie_err_attn output when this error is seen. WC \ |
| 6391 | */ |
| 6392 | #define PXPCS_TL_FUNC345_STAT_ERR_MASTER_ABRT4\ |
| 6393 | (1 << 23) /* Receive UR Statusin function 4. If set, generate \ |
| 6394 | pcie_err_attn output when this error is seen. WC */ |
| 6395 | #define PXPCS_TL_FUNC345_STAT_ERR_CPL_TIMEOUT4\ |
| 6396 | (1 << 22) /* Completer Timeout Status Status in function 4, if \ |
| 6397 | set, generate pcie_err_attn output when this error is seen. WC */ |
| 6398 | #define PXPCS_TL_FUNC345_STAT_ERR_FC_PRTL4\ |
| 6399 | (1 << 21) /* Flow Control Protocol Error Status Status in \ |
| 6400 | function 4, if set, generate pcie_err_attn output when this error \ |
| 6401 | is seen. WC */ |
| 6402 | #define PXPCS_TL_FUNC345_STAT_ERR_PSND_TLP4\ |
| 6403 | (1 << 20) /* Poisoned Error Status Status in function 4, if set, \ |
| 6404 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6405 | #define PXPCS_TL_FUNC345_STAT_PRI_SIG_TARGET_ABORT3 (1 << 19) /* WC */ |
| 6406 | #define PXPCS_TL_FUNC345_STAT_ERR_UNSPPORT3\ |
| 6407 | (1 << 18) /* Unsupported Request Error Status in function3, if \ |
| 6408 | set, generate pcie_err_attn output when this error is seen. WC */ |
| 6409 | #define PXPCS_TL_FUNC345_STAT_ERR_ECRC3\ |
| 6410 | (1 << 17) /* ECRC Error TLP Status Status in function 3, if set, \ |
| 6411 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6412 | #define PXPCS_TL_FUNC345_STAT_ERR_MALF_TLP3\ |
| 6413 | (1 << 16) /* Malformed TLP Status Status in function 3, if set, \ |
| 6414 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6415 | #define PXPCS_TL_FUNC345_STAT_ERR_RX_OFLOW3\ |
| 6416 | (1 << 15) /* Receiver Overflow Status Status in function 3, if \ |
| 6417 | set, generate pcie_err_attn output when this error is seen.. WC \ |
| 6418 | */ |
| 6419 | #define PXPCS_TL_FUNC345_STAT_ERR_UNEXP_CPL3\ |
| 6420 | (1 << 14) /* Unexpected Completion Status Status in function 3, \ |
| 6421 | if set, generate pcie_err_attn output when this error is seen. WC \ |
| 6422 | */ |
| 6423 | #define PXPCS_TL_FUNC345_STAT_ERR_MASTER_ABRT3\ |
| 6424 | (1 << 13) /* Receive UR Statusin function 3. If set, generate \ |
| 6425 | pcie_err_attn output when this error is seen. WC */ |
| 6426 | #define PXPCS_TL_FUNC345_STAT_ERR_CPL_TIMEOUT3\ |
| 6427 | (1 << 12) /* Completer Timeout Status Status in function 3, if \ |
| 6428 | set, generate pcie_err_attn output when this error is seen. WC */ |
| 6429 | #define PXPCS_TL_FUNC345_STAT_ERR_FC_PRTL3\ |
| 6430 | (1 << 11) /* Flow Control Protocol Error Status Status in \ |
| 6431 | function 3, if set, generate pcie_err_attn output when this error \ |
| 6432 | is seen. WC */ |
| 6433 | #define PXPCS_TL_FUNC345_STAT_ERR_PSND_TLP3\ |
| 6434 | (1 << 10) /* Poisoned Error Status Status in function 3, if set, \ |
| 6435 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6436 | #define PXPCS_TL_FUNC345_STAT_PRI_SIG_TARGET_ABORT2 (1 << 9) /* WC */ |
| 6437 | #define PXPCS_TL_FUNC345_STAT_ERR_UNSPPORT2\ |
| 6438 | (1 << 8) /* Unsupported Request Error Status for Function 2, if \ |
| 6439 | set, generate pcie_err_attn output when this error is seen. WC */ |
| 6440 | #define PXPCS_TL_FUNC345_STAT_ERR_ECRC2\ |
| 6441 | (1 << 7) /* ECRC Error TLP Status Status for Function 2, if set, \ |
| 6442 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6443 | #define PXPCS_TL_FUNC345_STAT_ERR_MALF_TLP2\ |
| 6444 | (1 << 6) /* Malformed TLP Status Status for Function 2, if set, \ |
| 6445 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6446 | #define PXPCS_TL_FUNC345_STAT_ERR_RX_OFLOW2\ |
| 6447 | (1 << 5) /* Receiver Overflow Status Status for Function 2, if \ |
| 6448 | set, generate pcie_err_attn output when this error is seen.. WC \ |
| 6449 | */ |
| 6450 | #define PXPCS_TL_FUNC345_STAT_ERR_UNEXP_CPL2\ |
| 6451 | (1 << 4) /* Unexpected Completion Status Status for Function 2, \ |
| 6452 | if set, generate pcie_err_attn output when this error is seen. WC \ |
| 6453 | */ |
| 6454 | #define PXPCS_TL_FUNC345_STAT_ERR_MASTER_ABRT2\ |
| 6455 | (1 << 3) /* Receive UR Statusfor Function 2. If set, generate \ |
| 6456 | pcie_err_attn output when this error is seen. WC */ |
| 6457 | #define PXPCS_TL_FUNC345_STAT_ERR_CPL_TIMEOUT2\ |
| 6458 | (1 << 2) /* Completer Timeout Status 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_FC_PRTL2\ |
| 6461 | (1 << 1) /* Flow Control Protocol Error Status Status for \ |
| 6462 | Function 2, if set, generate pcie_err_attn output when this error \ |
| 6463 | is seen. WC */ |
| 6464 | #define PXPCS_TL_FUNC345_STAT_ERR_PSND_TLP2\ |
| 6465 | (1 << 0) /* Poisoned Error Status Status for Function 2, if set, \ |
| 6466 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6467 | |
| 6468 | |
| 6469 | #define PXPCS_TL_FUNC678_STAT 0x85C |
| 6470 | #define PXPCS_TL_FUNC678_STAT_PRI_SIG_TARGET_ABORT7 (1 << 29) /* WC */ |
| 6471 | #define PXPCS_TL_FUNC678_STAT_ERR_UNSPPORT7\ |
| 6472 | (1 << 28) /* Unsupported Request Error Status in function7, if \ |
| 6473 | set, generate pcie_err_attn output when this error is seen. WC */ |
| 6474 | #define PXPCS_TL_FUNC678_STAT_ERR_ECRC7\ |
| 6475 | (1 << 27) /* ECRC Error TLP Status Status in function 7, if set, \ |
| 6476 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6477 | #define PXPCS_TL_FUNC678_STAT_ERR_MALF_TLP7\ |
| 6478 | (1 << 26) /* Malformed TLP Status Status in function 7, if set, \ |
| 6479 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6480 | #define PXPCS_TL_FUNC678_STAT_ERR_RX_OFLOW7\ |
| 6481 | (1 << 25) /* Receiver Overflow Status Status in function 7, if \ |
| 6482 | set, generate pcie_err_attn output when this error is seen.. WC \ |
| 6483 | */ |
| 6484 | #define PXPCS_TL_FUNC678_STAT_ERR_UNEXP_CPL7\ |
| 6485 | (1 << 24) /* Unexpected Completion Status Status in function 7, \ |
| 6486 | if set, generate pcie_err_attn output when this error is seen. WC \ |
| 6487 | */ |
| 6488 | #define PXPCS_TL_FUNC678_STAT_ERR_MASTER_ABRT7\ |
| 6489 | (1 << 23) /* Receive UR Statusin function 7. If set, generate \ |
| 6490 | pcie_err_attn output when this error is seen. WC */ |
| 6491 | #define PXPCS_TL_FUNC678_STAT_ERR_CPL_TIMEOUT7\ |
| 6492 | (1 << 22) /* Completer Timeout Status Status in function 7, if \ |
| 6493 | set, generate pcie_err_attn output when this error is seen. WC */ |
| 6494 | #define PXPCS_TL_FUNC678_STAT_ERR_FC_PRTL7\ |
| 6495 | (1 << 21) /* Flow Control Protocol Error Status Status in \ |
| 6496 | function 7, if set, generate pcie_err_attn output when this error \ |
| 6497 | is seen. WC */ |
| 6498 | #define PXPCS_TL_FUNC678_STAT_ERR_PSND_TLP7\ |
| 6499 | (1 << 20) /* Poisoned Error Status Status in function 7, if set, \ |
| 6500 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6501 | #define PXPCS_TL_FUNC678_STAT_PRI_SIG_TARGET_ABORT6 (1 << 19) /* WC */ |
| 6502 | #define PXPCS_TL_FUNC678_STAT_ERR_UNSPPORT6\ |
| 6503 | (1 << 18) /* Unsupported Request Error Status in function6, if \ |
| 6504 | set, generate pcie_err_attn output when this error is seen. WC */ |
| 6505 | #define PXPCS_TL_FUNC678_STAT_ERR_ECRC6\ |
| 6506 | (1 << 17) /* ECRC Error TLP Status Status in function 6, if set, \ |
| 6507 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6508 | #define PXPCS_TL_FUNC678_STAT_ERR_MALF_TLP6\ |
| 6509 | (1 << 16) /* Malformed TLP Status Status in function 6, if set, \ |
| 6510 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6511 | #define PXPCS_TL_FUNC678_STAT_ERR_RX_OFLOW6\ |
| 6512 | (1 << 15) /* Receiver Overflow Status Status in function 6, if \ |
| 6513 | set, generate pcie_err_attn output when this error is seen.. WC \ |
| 6514 | */ |
| 6515 | #define PXPCS_TL_FUNC678_STAT_ERR_UNEXP_CPL6\ |
| 6516 | (1 << 14) /* Unexpected Completion Status Status in function 6, \ |
| 6517 | if set, generate pcie_err_attn output when this error is seen. WC \ |
| 6518 | */ |
| 6519 | #define PXPCS_TL_FUNC678_STAT_ERR_MASTER_ABRT6\ |
| 6520 | (1 << 13) /* Receive UR Statusin function 6. If set, generate \ |
| 6521 | pcie_err_attn output when this error is seen. WC */ |
| 6522 | #define PXPCS_TL_FUNC678_STAT_ERR_CPL_TIMEOUT6\ |
| 6523 | (1 << 12) /* Completer Timeout Status Status in function 6, if \ |
| 6524 | set, generate pcie_err_attn output when this error is seen. WC */ |
| 6525 | #define PXPCS_TL_FUNC678_STAT_ERR_FC_PRTL6\ |
| 6526 | (1 << 11) /* Flow Control Protocol Error Status Status in \ |
| 6527 | function 6, if set, generate pcie_err_attn output when this error \ |
| 6528 | is seen. WC */ |
| 6529 | #define PXPCS_TL_FUNC678_STAT_ERR_PSND_TLP6\ |
| 6530 | (1 << 10) /* Poisoned Error Status Status in function 6, if set, \ |
| 6531 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6532 | #define PXPCS_TL_FUNC678_STAT_PRI_SIG_TARGET_ABORT5 (1 << 9) /* WC */ |
| 6533 | #define PXPCS_TL_FUNC678_STAT_ERR_UNSPPORT5\ |
| 6534 | (1 << 8) /* Unsupported Request Error Status for Function 5, if \ |
| 6535 | set, generate pcie_err_attn output when this error is seen. WC */ |
| 6536 | #define PXPCS_TL_FUNC678_STAT_ERR_ECRC5\ |
| 6537 | (1 << 7) /* ECRC Error TLP Status Status for Function 5, if set, \ |
| 6538 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6539 | #define PXPCS_TL_FUNC678_STAT_ERR_MALF_TLP5\ |
| 6540 | (1 << 6) /* Malformed TLP Status Status for Function 5, if set, \ |
| 6541 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6542 | #define PXPCS_TL_FUNC678_STAT_ERR_RX_OFLOW5\ |
| 6543 | (1 << 5) /* Receiver Overflow Status Status for Function 5, if \ |
| 6544 | set, generate pcie_err_attn output when this error is seen.. WC \ |
| 6545 | */ |
| 6546 | #define PXPCS_TL_FUNC678_STAT_ERR_UNEXP_CPL5\ |
| 6547 | (1 << 4) /* Unexpected Completion Status Status for Function 5, \ |
| 6548 | if set, generate pcie_err_attn output when this error is seen. WC \ |
| 6549 | */ |
| 6550 | #define PXPCS_TL_FUNC678_STAT_ERR_MASTER_ABRT5\ |
| 6551 | (1 << 3) /* Receive UR Statusfor Function 5. If set, generate \ |
| 6552 | pcie_err_attn output when this error is seen. WC */ |
| 6553 | #define PXPCS_TL_FUNC678_STAT_ERR_CPL_TIMEOUT5\ |
| 6554 | (1 << 2) /* Completer Timeout Status 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_FC_PRTL5\ |
| 6557 | (1 << 1) /* Flow Control Protocol Error Status Status for \ |
| 6558 | Function 5, if set, generate pcie_err_attn output when this error \ |
| 6559 | is seen. WC */ |
| 6560 | #define PXPCS_TL_FUNC678_STAT_ERR_PSND_TLP5\ |
| 6561 | (1 << 0) /* Poisoned Error Status Status for Function 5, if set, \ |
| 6562 | generate pcie_err_attn output when this error is seen.. WC */ |
| 6563 | |
| 6564 | |
| 6565 | #define BAR_USTRORM_INTMEM 0x400000 |
| 6566 | #define BAR_CSTRORM_INTMEM 0x410000 |
| 6567 | #define BAR_XSTRORM_INTMEM 0x420000 |
| 6568 | #define BAR_TSTRORM_INTMEM 0x430000 |
| 6569 | |
| 6570 | /* for accessing the IGU in case of status block ACK */ |
| 6571 | #define BAR_IGU_INTMEM 0x440000 |
| 6572 | |
| 6573 | #define BAR_DOORBELL_OFFSET 0x800000 |
| 6574 | |
| 6575 | #define BAR_ME_REGISTER 0x450000 |
| 6576 | #define ME_REG_PF_NUM_SHIFT 0 |
| 6577 | #define ME_REG_PF_NUM\ |
| 6578 | (7L<<ME_REG_PF_NUM_SHIFT) /* Relative PF Num */ |
| 6579 | #define ME_REG_VF_VALID (1<<8) |
| 6580 | #define ME_REG_VF_NUM_SHIFT 9 |
| 6581 | #define ME_REG_VF_NUM_MASK (0x3f<<ME_REG_VF_NUM_SHIFT) |
| 6582 | #define ME_REG_VF_ERR (0x1<<3) |
| 6583 | #define ME_REG_ABS_PF_NUM_SHIFT 16 |
| 6584 | #define ME_REG_ABS_PF_NUM\ |
| 6585 | (7L<<ME_REG_ABS_PF_NUM_SHIFT) /* Absolute PF Num */ |
| 6586 | |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6587 | |
Ariel Elior | 1ab4434 | 2013-01-01 05:22:23 +0000 | [diff] [blame] | 6588 | #define PXP_VF_ADDR_IGU_START 0 |
| 6589 | #define PXP_VF_ADDR_IGU_SIZE 0x3000 |
| 6590 | #define PXP_VF_ADDR_IGU_END\ |
| 6591 | ((PXP_VF_ADDR_IGU_START) + (PXP_VF_ADDR_IGU_SIZE) - 1) |
Ariel Elior | be1f1ffa | 2013-01-01 05:22:24 +0000 | [diff] [blame] | 6592 | |
Ariel Elior | ad5afc8 | 2013-01-01 05:22:26 +0000 | [diff] [blame] | 6593 | #define PXP_VF_ADDR_USDM_QUEUES_START 0x3000 |
| 6594 | #define PXP_VF_ADDR_USDM_QUEUES_SIZE\ |
| 6595 | (PXP_VF_ADRR_NUM_QUEUES * PXP_ADDR_QUEUE_SIZE) |
| 6596 | #define PXP_VF_ADDR_USDM_QUEUES_END\ |
| 6597 | ((PXP_VF_ADDR_USDM_QUEUES_START) + (PXP_VF_ADDR_USDM_QUEUES_SIZE) - 1) |
| 6598 | |
Ariel Elior | be1f1ffa | 2013-01-01 05:22:24 +0000 | [diff] [blame] | 6599 | #define PXP_VF_ADDR_CSDM_GLOBAL_START 0x7600 |
| 6600 | #define PXP_VF_ADDR_CSDM_GLOBAL_SIZE (PXP_ADDR_REG_SIZE) |
| 6601 | #define PXP_VF_ADDR_CSDM_GLOBAL_END\ |
| 6602 | ((PXP_VF_ADDR_CSDM_GLOBAL_START) + (PXP_VF_ADDR_CSDM_GLOBAL_SIZE) - 1) |
| 6603 | |
Ariel Elior | 1ab4434 | 2013-01-01 05:22:23 +0000 | [diff] [blame] | 6604 | #define PXP_VF_ADDR_DB_START 0x7c00 |
| 6605 | #define PXP_VF_ADDR_DB_SIZE 0x200 |
| 6606 | #define PXP_VF_ADDR_DB_END\ |
| 6607 | ((PXP_VF_ADDR_DB_START) + (PXP_VF_ADDR_DB_SIZE) - 1) |
| 6608 | |
Yaniv Rosner | 7846e47 | 2009-11-05 19:18:07 +0200 | [diff] [blame] | 6609 | #define MDIO_REG_BANK_CL73_IEEEB0 0x0 |
| 6610 | #define MDIO_CL73_IEEEB0_CL73_AN_CONTROL 0x0 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6611 | #define MDIO_CL73_IEEEB0_CL73_AN_CONTROL_RESTART_AN 0x0200 |
| 6612 | #define MDIO_CL73_IEEEB0_CL73_AN_CONTROL_AN_EN 0x1000 |
| 6613 | #define MDIO_CL73_IEEEB0_CL73_AN_CONTROL_MAIN_RST 0x8000 |
| 6614 | |
Yaniv Rosner | 7846e47 | 2009-11-05 19:18:07 +0200 | [diff] [blame] | 6615 | #define MDIO_REG_BANK_CL73_IEEEB1 0x10 |
| 6616 | #define MDIO_CL73_IEEEB1_AN_ADV1 0x00 |
| 6617 | #define MDIO_CL73_IEEEB1_AN_ADV1_PAUSE 0x0400 |
| 6618 | #define MDIO_CL73_IEEEB1_AN_ADV1_ASYMMETRIC 0x0800 |
| 6619 | #define MDIO_CL73_IEEEB1_AN_ADV1_PAUSE_BOTH 0x0C00 |
| 6620 | #define MDIO_CL73_IEEEB1_AN_ADV1_PAUSE_MASK 0x0C00 |
| 6621 | #define MDIO_CL73_IEEEB1_AN_ADV2 0x01 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6622 | #define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_1000M 0x0000 |
| 6623 | #define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_1000M_KX 0x0020 |
| 6624 | #define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_10G_KX4 0x0040 |
| 6625 | #define MDIO_CL73_IEEEB1_AN_ADV2_ADVR_10G_KR 0x0080 |
Yaniv Rosner | 7846e47 | 2009-11-05 19:18:07 +0200 | [diff] [blame] | 6626 | #define MDIO_CL73_IEEEB1_AN_LP_ADV1 0x03 |
| 6627 | #define MDIO_CL73_IEEEB1_AN_LP_ADV1_PAUSE 0x0400 |
| 6628 | #define MDIO_CL73_IEEEB1_AN_LP_ADV1_ASYMMETRIC 0x0800 |
| 6629 | #define MDIO_CL73_IEEEB1_AN_LP_ADV1_PAUSE_BOTH 0x0C00 |
| 6630 | #define MDIO_CL73_IEEEB1_AN_LP_ADV1_PAUSE_MASK 0x0C00 |
Mintz Yuval | 9e7e839 | 2012-02-15 02:10:24 +0000 | [diff] [blame] | 6631 | #define MDIO_CL73_IEEEB1_AN_LP_ADV2 0x04 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6632 | |
| 6633 | #define MDIO_REG_BANK_RX0 0x80b0 |
Eilon Greenstein | 239d686 | 2009-08-12 08:23:04 +0000 | [diff] [blame] | 6634 | #define MDIO_RX0_RX_STATUS 0x10 |
| 6635 | #define MDIO_RX0_RX_STATUS_SIGDET 0x8000 |
| 6636 | #define MDIO_RX0_RX_STATUS_RX_SEQ_DONE 0x1000 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6637 | #define MDIO_RX0_RX_EQ_BOOST 0x1c |
| 6638 | #define MDIO_RX0_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7 |
| 6639 | #define MDIO_RX0_RX_EQ_BOOST_OFFSET_CTRL 0x10 |
| 6640 | |
| 6641 | #define MDIO_REG_BANK_RX1 0x80c0 |
| 6642 | #define MDIO_RX1_RX_EQ_BOOST 0x1c |
| 6643 | #define MDIO_RX1_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7 |
| 6644 | #define MDIO_RX1_RX_EQ_BOOST_OFFSET_CTRL 0x10 |
| 6645 | |
| 6646 | #define MDIO_REG_BANK_RX2 0x80d0 |
| 6647 | #define MDIO_RX2_RX_EQ_BOOST 0x1c |
| 6648 | #define MDIO_RX2_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7 |
| 6649 | #define MDIO_RX2_RX_EQ_BOOST_OFFSET_CTRL 0x10 |
| 6650 | |
| 6651 | #define MDIO_REG_BANK_RX3 0x80e0 |
| 6652 | #define MDIO_RX3_RX_EQ_BOOST 0x1c |
| 6653 | #define MDIO_RX3_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7 |
| 6654 | #define MDIO_RX3_RX_EQ_BOOST_OFFSET_CTRL 0x10 |
| 6655 | |
| 6656 | #define MDIO_REG_BANK_RX_ALL 0x80f0 |
| 6657 | #define MDIO_RX_ALL_RX_EQ_BOOST 0x1c |
| 6658 | #define MDIO_RX_ALL_RX_EQ_BOOST_EQUALIZER_CTRL_MASK 0x7 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6659 | #define MDIO_RX_ALL_RX_EQ_BOOST_OFFSET_CTRL 0x10 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6660 | |
| 6661 | #define MDIO_REG_BANK_TX0 0x8060 |
| 6662 | #define MDIO_TX0_TX_DRIVER 0x17 |
| 6663 | #define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000 |
| 6664 | #define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12 |
| 6665 | #define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00 |
| 6666 | #define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8 |
| 6667 | #define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0 |
| 6668 | #define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4 |
| 6669 | #define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e |
| 6670 | #define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1 |
| 6671 | #define MDIO_TX0_TX_DRIVER_ICBUF1T 1 |
| 6672 | |
Eilon Greenstein | c2c8b03 | 2009-02-12 08:37:14 +0000 | [diff] [blame] | 6673 | #define MDIO_REG_BANK_TX1 0x8070 |
| 6674 | #define MDIO_TX1_TX_DRIVER 0x17 |
| 6675 | #define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000 |
| 6676 | #define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12 |
| 6677 | #define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00 |
| 6678 | #define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8 |
| 6679 | #define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0 |
| 6680 | #define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4 |
| 6681 | #define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e |
| 6682 | #define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1 |
| 6683 | #define MDIO_TX0_TX_DRIVER_ICBUF1T 1 |
| 6684 | |
| 6685 | #define MDIO_REG_BANK_TX2 0x8080 |
| 6686 | #define MDIO_TX2_TX_DRIVER 0x17 |
| 6687 | #define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000 |
| 6688 | #define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12 |
| 6689 | #define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00 |
| 6690 | #define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8 |
| 6691 | #define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0 |
| 6692 | #define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4 |
| 6693 | #define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e |
| 6694 | #define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1 |
| 6695 | #define MDIO_TX0_TX_DRIVER_ICBUF1T 1 |
| 6696 | |
| 6697 | #define MDIO_REG_BANK_TX3 0x8090 |
| 6698 | #define MDIO_TX3_TX_DRIVER 0x17 |
| 6699 | #define MDIO_TX0_TX_DRIVER_PREEMPHASIS_MASK 0xf000 |
| 6700 | #define MDIO_TX0_TX_DRIVER_PREEMPHASIS_SHIFT 12 |
| 6701 | #define MDIO_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00 |
| 6702 | #define MDIO_TX0_TX_DRIVER_IDRIVER_SHIFT 8 |
| 6703 | #define MDIO_TX0_TX_DRIVER_IPREDRIVER_MASK 0x00f0 |
| 6704 | #define MDIO_TX0_TX_DRIVER_IPREDRIVER_SHIFT 4 |
| 6705 | #define MDIO_TX0_TX_DRIVER_IFULLSPD_MASK 0x000e |
| 6706 | #define MDIO_TX0_TX_DRIVER_IFULLSPD_SHIFT 1 |
| 6707 | #define MDIO_TX0_TX_DRIVER_ICBUF1T 1 |
| 6708 | |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6709 | #define MDIO_REG_BANK_XGXS_BLOCK0 0x8000 |
| 6710 | #define MDIO_BLOCK0_XGXS_CONTROL 0x10 |
| 6711 | |
| 6712 | #define MDIO_REG_BANK_XGXS_BLOCK1 0x8010 |
| 6713 | #define MDIO_BLOCK1_LANE_CTRL0 0x15 |
| 6714 | #define MDIO_BLOCK1_LANE_CTRL1 0x16 |
| 6715 | #define MDIO_BLOCK1_LANE_CTRL2 0x17 |
| 6716 | #define MDIO_BLOCK1_LANE_PRBS 0x19 |
| 6717 | |
| 6718 | #define MDIO_REG_BANK_XGXS_BLOCK2 0x8100 |
| 6719 | #define MDIO_XGXS_BLOCK2_RX_LN_SWAP 0x10 |
| 6720 | #define MDIO_XGXS_BLOCK2_RX_LN_SWAP_ENABLE 0x8000 |
| 6721 | #define MDIO_XGXS_BLOCK2_RX_LN_SWAP_FORCE_ENABLE 0x4000 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6722 | #define MDIO_XGXS_BLOCK2_TX_LN_SWAP 0x11 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6723 | #define MDIO_XGXS_BLOCK2_TX_LN_SWAP_ENABLE 0x8000 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6724 | #define MDIO_XGXS_BLOCK2_UNICORE_MODE_10G 0x14 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 6725 | #define MDIO_XGXS_BLOCK2_UNICORE_MODE_10G_CX4_XGXS 0x0001 |
| 6726 | #define MDIO_XGXS_BLOCK2_UNICORE_MODE_10G_HIGIG_XGXS 0x0010 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6727 | #define MDIO_XGXS_BLOCK2_TEST_MODE_LANE 0x15 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6728 | |
| 6729 | #define MDIO_REG_BANK_GP_STATUS 0x8120 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6730 | #define MDIO_GP_STATUS_TOP_AN_STATUS1 0x1B |
| 6731 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_CL73_AUTONEG_COMPLETE 0x0001 |
| 6732 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_CL37_AUTONEG_COMPLETE 0x0002 |
| 6733 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_LINK_STATUS 0x0004 |
| 6734 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_DUPLEX_STATUS 0x0008 |
| 6735 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_CL73_MR_LP_NP_AN_ABLE 0x0010 |
| 6736 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_CL73_LP_NP_BAM_ABLE 0x0020 |
| 6737 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_PAUSE_RSOLUTION_TXSIDE 0x0040 |
| 6738 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_PAUSE_RSOLUTION_RXSIDE 0x0080 |
| 6739 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_MASK 0x3f00 |
| 6740 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10M 0x0000 |
| 6741 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_100M 0x0100 |
| 6742 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_1G 0x0200 |
| 6743 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_2_5G 0x0300 |
| 6744 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_5G 0x0400 |
| 6745 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_6G 0x0500 |
| 6746 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_HIG 0x0600 |
| 6747 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_CX4 0x0700 |
| 6748 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_12G_HIG 0x0800 |
| 6749 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_12_5G 0x0900 |
| 6750 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_13G 0x0A00 |
| 6751 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_15G 0x0B00 |
| 6752 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_16G 0x0C00 |
| 6753 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_1G_KX 0x0D00 |
| 6754 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_KX4 0x0E00 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 6755 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_KR 0x0F00 |
| 6756 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_XFI 0x1B00 |
| 6757 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_20G_DXGXS 0x1E00 |
| 6758 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_10G_SFI 0x1F00 |
Yaniv Rosner | 4e7b499 | 2012-11-27 03:46:29 +0000 | [diff] [blame] | 6759 | #define MDIO_GP_STATUS_TOP_AN_STATUS1_ACTUAL_SPEED_20G_KR2 0x3900 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6760 | |
| 6761 | |
| 6762 | #define MDIO_REG_BANK_10G_PARALLEL_DETECT 0x8130 |
Yaniv Rosner | 15ddd2d | 2009-11-05 19:18:12 +0200 | [diff] [blame] | 6763 | #define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_STATUS 0x10 |
| 6764 | #define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_STATUS_PD_LINK 0x8000 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6765 | #define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_CONTROL 0x11 |
| 6766 | #define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_CONTROL_PARDET10G_EN 0x1 |
| 6767 | #define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_LINK 0x13 |
| 6768 | #define MDIO_10G_PARALLEL_DETECT_PAR_DET_10G_LINK_CNT (0xb71<<1) |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6769 | |
| 6770 | #define MDIO_REG_BANK_SERDES_DIGITAL 0x8300 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6771 | #define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1 0x10 |
| 6772 | #define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_FIBER_MODE 0x0001 |
| 6773 | #define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_TBI_IF 0x0002 |
| 6774 | #define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_SIGNAL_DETECT_EN 0x0004 |
| 6775 | #define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_INVERT_SIGNAL_DETECT 0x0008 |
| 6776 | #define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_AUTODET 0x0010 |
| 6777 | #define MDIO_SERDES_DIGITAL_A_1000X_CONTROL1_MSTR_MODE 0x0020 |
| 6778 | #define MDIO_SERDES_DIGITAL_A_1000X_CONTROL2 0x11 |
| 6779 | #define MDIO_SERDES_DIGITAL_A_1000X_CONTROL2_PRL_DT_EN 0x0001 |
| 6780 | #define MDIO_SERDES_DIGITAL_A_1000X_CONTROL2_AN_FST_TMR 0x0040 |
| 6781 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS1 0x14 |
Yaniv Rosner | a22f078 | 2010-09-07 11:41:20 +0000 | [diff] [blame] | 6782 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SGMII 0x0001 |
| 6783 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_LINK 0x0002 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6784 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_DUPLEX 0x0004 |
| 6785 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_MASK 0x0018 |
| 6786 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_SHIFT 3 |
| 6787 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_2_5G 0x0018 |
| 6788 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_1G 0x0010 |
| 6789 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_100M 0x0008 |
| 6790 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS1_SPEED_10M 0x0000 |
Yaniv Rosner | 15ddd2d | 2009-11-05 19:18:12 +0200 | [diff] [blame] | 6791 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS2 0x15 |
| 6792 | #define MDIO_SERDES_DIGITAL_A_1000X_STATUS2_AN_DISABLED 0x0002 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6793 | #define MDIO_SERDES_DIGITAL_MISC1 0x18 |
| 6794 | #define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_MASK 0xE000 |
| 6795 | #define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_25M 0x0000 |
| 6796 | #define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_100M 0x2000 |
| 6797 | #define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_125M 0x4000 |
| 6798 | #define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_156_25M 0x6000 |
| 6799 | #define MDIO_SERDES_DIGITAL_MISC1_REFCLK_SEL_187_5M 0x8000 |
| 6800 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_SEL 0x0010 |
| 6801 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_MASK 0x000f |
| 6802 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_2_5G 0x0000 |
| 6803 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_5G 0x0001 |
| 6804 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_6G 0x0002 |
| 6805 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_10G_HIG 0x0003 |
| 6806 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_10G_CX4 0x0004 |
| 6807 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_12G 0x0005 |
| 6808 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_12_5G 0x0006 |
| 6809 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_13G 0x0007 |
| 6810 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_15G 0x0008 |
| 6811 | #define MDIO_SERDES_DIGITAL_MISC1_FORCE_SPEED_16G 0x0009 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6812 | |
| 6813 | #define MDIO_REG_BANK_OVER_1G 0x8320 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6814 | #define MDIO_OVER_1G_DIGCTL_3_4 0x14 |
| 6815 | #define MDIO_OVER_1G_DIGCTL_3_4_MP_ID_MASK 0xffe0 |
| 6816 | #define MDIO_OVER_1G_DIGCTL_3_4_MP_ID_SHIFT 5 |
| 6817 | #define MDIO_OVER_1G_UP1 0x19 |
| 6818 | #define MDIO_OVER_1G_UP1_2_5G 0x0001 |
| 6819 | #define MDIO_OVER_1G_UP1_5G 0x0002 |
| 6820 | #define MDIO_OVER_1G_UP1_6G 0x0004 |
| 6821 | #define MDIO_OVER_1G_UP1_10G 0x0010 |
| 6822 | #define MDIO_OVER_1G_UP1_10GH 0x0008 |
| 6823 | #define MDIO_OVER_1G_UP1_12G 0x0020 |
| 6824 | #define MDIO_OVER_1G_UP1_12_5G 0x0040 |
| 6825 | #define MDIO_OVER_1G_UP1_13G 0x0080 |
| 6826 | #define MDIO_OVER_1G_UP1_15G 0x0100 |
| 6827 | #define MDIO_OVER_1G_UP1_16G 0x0200 |
| 6828 | #define MDIO_OVER_1G_UP2 0x1A |
| 6829 | #define MDIO_OVER_1G_UP2_IPREDRIVER_MASK 0x0007 |
| 6830 | #define MDIO_OVER_1G_UP2_IDRIVER_MASK 0x0038 |
| 6831 | #define MDIO_OVER_1G_UP2_PREEMPHASIS_MASK 0x03C0 |
| 6832 | #define MDIO_OVER_1G_UP3 0x1B |
| 6833 | #define MDIO_OVER_1G_UP3_HIGIG2 0x0001 |
| 6834 | #define MDIO_OVER_1G_LP_UP1 0x1C |
| 6835 | #define MDIO_OVER_1G_LP_UP2 0x1D |
| 6836 | #define MDIO_OVER_1G_LP_UP2_MR_ADV_OVER_1G_MASK 0x03ff |
| 6837 | #define MDIO_OVER_1G_LP_UP2_PREEMPHASIS_MASK 0x0780 |
| 6838 | #define MDIO_OVER_1G_LP_UP2_PREEMPHASIS_SHIFT 7 |
| 6839 | #define MDIO_OVER_1G_LP_UP3 0x1E |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6840 | |
Eilon Greenstein | 239d686 | 2009-08-12 08:23:04 +0000 | [diff] [blame] | 6841 | #define MDIO_REG_BANK_REMOTE_PHY 0x8330 |
| 6842 | #define MDIO_REMOTE_PHY_MISC_RX_STATUS 0x10 |
| 6843 | #define MDIO_REMOTE_PHY_MISC_RX_STATUS_CL37_FSM_RECEIVED_OVER1G_MSG 0x0010 |
| 6844 | #define MDIO_REMOTE_PHY_MISC_RX_STATUS_CL37_FSM_RECEIVED_BRCM_OUI_MSG 0x0600 |
| 6845 | |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6846 | #define MDIO_REG_BANK_BAM_NEXT_PAGE 0x8350 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6847 | #define MDIO_BAM_NEXT_PAGE_MP5_NEXT_PAGE_CTRL 0x10 |
| 6848 | #define MDIO_BAM_NEXT_PAGE_MP5_NEXT_PAGE_CTRL_BAM_MODE 0x0001 |
| 6849 | #define MDIO_BAM_NEXT_PAGE_MP5_NEXT_PAGE_CTRL_TETON_AN 0x0002 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6850 | |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6851 | #define MDIO_REG_BANK_CL73_USERB0 0x8370 |
Eilon Greenstein | 239d686 | 2009-08-12 08:23:04 +0000 | [diff] [blame] | 6852 | #define MDIO_CL73_USERB0_CL73_UCTRL 0x10 |
| 6853 | #define MDIO_CL73_USERB0_CL73_UCTRL_USTAT1_MUXSEL 0x0002 |
| 6854 | #define MDIO_CL73_USERB0_CL73_USTAT1 0x11 |
| 6855 | #define MDIO_CL73_USERB0_CL73_USTAT1_LINK_STATUS_CHECK 0x0100 |
| 6856 | #define MDIO_CL73_USERB0_CL73_USTAT1_AN_GOOD_CHECK_BAM37 0x0400 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6857 | #define MDIO_CL73_USERB0_CL73_BAM_CTRL1 0x12 |
| 6858 | #define MDIO_CL73_USERB0_CL73_BAM_CTRL1_BAM_EN 0x8000 |
| 6859 | #define MDIO_CL73_USERB0_CL73_BAM_CTRL1_BAM_STATION_MNGR_EN 0x4000 |
| 6860 | #define MDIO_CL73_USERB0_CL73_BAM_CTRL1_BAM_NP_AFTER_BP_EN 0x2000 |
| 6861 | #define MDIO_CL73_USERB0_CL73_BAM_CTRL3 0x14 |
| 6862 | #define MDIO_CL73_USERB0_CL73_BAM_CTRL3_USE_CL73_HCD_MR 0x0001 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6863 | |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6864 | #define MDIO_REG_BANK_AER_BLOCK 0xFFD0 |
| 6865 | #define MDIO_AER_BLOCK_AER_REG 0x1E |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6866 | |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6867 | #define MDIO_REG_BANK_COMBO_IEEE0 0xFFE0 |
| 6868 | #define MDIO_COMBO_IEEE0_MII_CONTROL 0x10 |
| 6869 | #define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_MASK 0x2040 |
| 6870 | #define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_10 0x0000 |
| 6871 | #define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_100 0x2000 |
| 6872 | #define MDIO_COMBO_IEEO_MII_CONTROL_MAN_SGMII_SP_1000 0x0040 |
| 6873 | #define MDIO_COMBO_IEEO_MII_CONTROL_FULL_DUPLEX 0x0100 |
| 6874 | #define MDIO_COMBO_IEEO_MII_CONTROL_RESTART_AN 0x0200 |
| 6875 | #define MDIO_COMBO_IEEO_MII_CONTROL_AN_EN 0x1000 |
| 6876 | #define MDIO_COMBO_IEEO_MII_CONTROL_LOOPBACK 0x4000 |
| 6877 | #define MDIO_COMBO_IEEO_MII_CONTROL_RESET 0x8000 |
| 6878 | #define MDIO_COMBO_IEEE0_MII_STATUS 0x11 |
| 6879 | #define MDIO_COMBO_IEEE0_MII_STATUS_LINK_PASS 0x0004 |
| 6880 | #define MDIO_COMBO_IEEE0_MII_STATUS_AUTONEG_COMPLETE 0x0020 |
| 6881 | #define MDIO_COMBO_IEEE0_AUTO_NEG_ADV 0x14 |
| 6882 | #define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_FULL_DUPLEX 0x0020 |
| 6883 | #define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_HALF_DUPLEX 0x0040 |
| 6884 | #define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_MASK 0x0180 |
| 6885 | #define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_NONE 0x0000 |
| 6886 | #define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_SYMMETRIC 0x0080 |
| 6887 | #define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_ASYMMETRIC 0x0100 |
| 6888 | #define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_PAUSE_BOTH 0x0180 |
| 6889 | #define MDIO_COMBO_IEEE0_AUTO_NEG_ADV_NEXT_PAGE 0x8000 |
| 6890 | #define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1 0x15 |
| 6891 | #define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_NEXT_PAGE 0x8000 |
| 6892 | #define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_ACK 0x4000 |
| 6893 | #define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_PAUSE_MASK 0x0180 |
| 6894 | #define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_PAUSE_NONE 0x0000 |
| 6895 | #define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_PAUSE_BOTH 0x0180 |
| 6896 | #define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_HALF_DUP_CAP 0x0040 |
| 6897 | #define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_FULL_DUP_CAP 0x0020 |
| 6898 | /*WhenthelinkpartnerisinSGMIImode(bit0=1),then |
| 6899 | bit15=link,bit12=duplex,bits11:10=speed,bit14=acknowledge. |
| 6900 | Theotherbitsarereservedandshouldbezero*/ |
| 6901 | #define MDIO_COMBO_IEEE0_AUTO_NEG_LINK_PARTNER_ABILITY1_SGMII_MODE 0x0001 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6902 | |
| 6903 | |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6904 | #define MDIO_PMA_DEVAD 0x1 |
| 6905 | /*ieee*/ |
| 6906 | #define MDIO_PMA_REG_CTRL 0x0 |
| 6907 | #define MDIO_PMA_REG_STATUS 0x1 |
| 6908 | #define MDIO_PMA_REG_10G_CTRL2 0x7 |
Yaniv Rosner | 85242ee | 2011-07-05 01:06:53 +0000 | [diff] [blame] | 6909 | #define MDIO_PMA_REG_TX_DISABLE 0x0009 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6910 | #define MDIO_PMA_REG_RX_SD 0xa |
| 6911 | /*bcm*/ |
| 6912 | #define MDIO_PMA_REG_BCM_CTRL 0x0096 |
| 6913 | #define MDIO_PMA_REG_FEC_CTRL 0x00ab |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6914 | #define MDIO_PMA_REG_PHY_IDENTIFIER 0xc800 |
| 6915 | #define MDIO_PMA_REG_DIGITAL_CTRL 0xc808 |
| 6916 | #define MDIO_PMA_REG_DIGITAL_STATUS 0xc809 |
| 6917 | #define MDIO_PMA_REG_TX_POWER_DOWN 0xca02 |
| 6918 | #define MDIO_PMA_REG_CMU_PLL_BYPASS 0xca09 |
| 6919 | #define MDIO_PMA_REG_MISC_CTRL 0xca0a |
| 6920 | #define MDIO_PMA_REG_GEN_CTRL 0xca10 |
| 6921 | #define MDIO_PMA_REG_GEN_CTRL_ROM_RESET_INTERNAL_MP 0x0188 |
| 6922 | #define MDIO_PMA_REG_GEN_CTRL_ROM_MICRO_RESET 0x018a |
Yaniv Rosner | 57963ed | 2008-08-13 15:55:28 -0700 | [diff] [blame] | 6923 | #define MDIO_PMA_REG_M8051_MSGIN_REG 0xca12 |
| 6924 | #define MDIO_PMA_REG_M8051_MSGOUT_REG 0xca13 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6925 | #define MDIO_PMA_REG_ROM_VER1 0xca19 |
| 6926 | #define MDIO_PMA_REG_ROM_VER2 0xca1a |
| 6927 | #define MDIO_PMA_REG_EDC_FFE_MAIN 0xca1b |
| 6928 | #define MDIO_PMA_REG_PLL_BANDWIDTH 0xca1d |
Eilon Greenstein | 4d295db | 2009-07-21 05:47:47 +0000 | [diff] [blame] | 6929 | #define MDIO_PMA_REG_PLL_CTRL 0xca1e |
Eilon Greenstein | 589abe3 | 2009-02-12 08:36:55 +0000 | [diff] [blame] | 6930 | #define MDIO_PMA_REG_MISC_CTRL0 0xca23 |
| 6931 | #define MDIO_PMA_REG_LRM_MODE 0xca3f |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6932 | #define MDIO_PMA_REG_CDR_BANDWIDTH 0xca46 |
| 6933 | #define MDIO_PMA_REG_MISC_CTRL1 0xca85 |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 6934 | |
Eilon Greenstein | 4d295db | 2009-07-21 05:47:47 +0000 | [diff] [blame] | 6935 | #define MDIO_PMA_REG_SFP_TWO_WIRE_CTRL 0x8000 |
| 6936 | #define MDIO_PMA_REG_SFP_TWO_WIRE_CTRL_STATUS_MASK 0x000c |
| 6937 | #define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_IDLE 0x0000 |
| 6938 | #define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_COMPLETE 0x0004 |
| 6939 | #define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_IN_PROGRESS 0x0008 |
| 6940 | #define MDIO_PMA_REG_SFP_TWO_WIRE_STATUS_FAILED 0x000c |
| 6941 | #define MDIO_PMA_REG_SFP_TWO_WIRE_BYTE_CNT 0x8002 |
| 6942 | #define MDIO_PMA_REG_SFP_TWO_WIRE_MEM_ADDR 0x8003 |
Eilon Greenstein | 589abe3 | 2009-02-12 08:36:55 +0000 | [diff] [blame] | 6943 | #define MDIO_PMA_REG_8726_TWO_WIRE_DATA_BUF 0xc820 |
| 6944 | #define MDIO_PMA_REG_8726_TWO_WIRE_DATA_MASK 0xff |
| 6945 | #define MDIO_PMA_REG_8726_TX_CTRL1 0xca01 |
| 6946 | #define MDIO_PMA_REG_8726_TX_CTRL2 0xca05 |
| 6947 | |
Eilon Greenstein | 4d295db | 2009-07-21 05:47:47 +0000 | [diff] [blame] | 6948 | #define MDIO_PMA_REG_8727_TWO_WIRE_SLAVE_ADDR 0x8005 |
| 6949 | #define MDIO_PMA_REG_8727_TWO_WIRE_DATA_BUF 0x8007 |
| 6950 | #define MDIO_PMA_REG_8727_TWO_WIRE_DATA_MASK 0xff |
Eilon Greenstein | 4d295db | 2009-07-21 05:47:47 +0000 | [diff] [blame] | 6951 | #define MDIO_PMA_REG_8727_TX_CTRL1 0xca02 |
| 6952 | #define MDIO_PMA_REG_8727_TX_CTRL2 0xca05 |
| 6953 | #define MDIO_PMA_REG_8727_PCS_OPT_CTRL 0xc808 |
| 6954 | #define MDIO_PMA_REG_8727_GPIO_CTRL 0xc80e |
Yaniv Rosner | e10bc84 | 2010-09-07 11:40:50 +0000 | [diff] [blame] | 6955 | #define MDIO_PMA_REG_8727_PCS_GP 0xc842 |
Yaniv Rosner | a8db5b4 | 2011-01-31 04:22:28 +0000 | [diff] [blame] | 6956 | #define MDIO_PMA_REG_8727_OPT_CFG_REG 0xc8e4 |
Yaniv Rosner | e10bc84 | 2010-09-07 11:40:50 +0000 | [diff] [blame] | 6957 | |
| 6958 | #define MDIO_AN_REG_8727_MISC_CTRL 0x8309 |
Eilon Greenstein | 589abe3 | 2009-02-12 08:36:55 +0000 | [diff] [blame] | 6959 | |
Eilon Greenstein | 052a38e | 2009-02-12 08:37:16 +0000 | [diff] [blame] | 6960 | #define MDIO_PMA_REG_8073_CHIP_REV 0xc801 |
| 6961 | #define MDIO_PMA_REG_8073_SPEED_LINK_STATUS 0xc820 |
| 6962 | #define MDIO_PMA_REG_8073_XAUI_WA 0xc841 |
Yaniv Rosner | e10bc84 | 2010-09-07 11:40:50 +0000 | [diff] [blame] | 6963 | #define MDIO_PMA_REG_8073_OPT_DIGITAL_CTRL 0xcd08 |
Eilon Greenstein | 052a38e | 2009-02-12 08:37:16 +0000 | [diff] [blame] | 6964 | |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6965 | #define MDIO_PMA_REG_7101_RESET 0xc000 |
| 6966 | #define MDIO_PMA_REG_7107_LED_CNTL 0xc007 |
Yaniv Rosner | e10bc84 | 2010-09-07 11:40:50 +0000 | [diff] [blame] | 6967 | #define MDIO_PMA_REG_7107_LINK_LED_CNTL 0xc009 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6968 | #define MDIO_PMA_REG_7101_VER1 0xc026 |
| 6969 | #define MDIO_PMA_REG_7101_VER2 0xc027 |
Eliezer Tamir | f141064 | 2008-02-28 11:51:50 -0800 | [diff] [blame] | 6970 | |
Yaniv Rosner | 7f02c4a | 2010-09-07 11:41:23 +0000 | [diff] [blame] | 6971 | #define MDIO_PMA_REG_8481_PMD_SIGNAL 0xa811 |
| 6972 | #define MDIO_PMA_REG_8481_LED1_MASK 0xa82c |
| 6973 | #define MDIO_PMA_REG_8481_LED2_MASK 0xa82f |
| 6974 | #define MDIO_PMA_REG_8481_LED3_MASK 0xa832 |
| 6975 | #define MDIO_PMA_REG_8481_LED3_BLINK 0xa834 |
| 6976 | #define MDIO_PMA_REG_8481_LED5_MASK 0xa838 |
| 6977 | #define MDIO_PMA_REG_8481_SIGNAL_MASK 0xa835 |
| 6978 | #define MDIO_PMA_REG_8481_LINK_SIGNAL 0xa83b |
| 6979 | #define MDIO_PMA_REG_8481_LINK_SIGNAL_LED4_ENABLE_MASK 0x800 |
| 6980 | #define MDIO_PMA_REG_8481_LINK_SIGNAL_LED4_ENABLE_SHIFT 11 |
Eilon Greenstein | 2f90446 | 2009-08-12 08:22:16 +0000 | [diff] [blame] | 6981 | |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 6982 | |
| 6983 | #define MDIO_WIS_DEVAD 0x2 |
| 6984 | /*bcm*/ |
| 6985 | #define MDIO_WIS_REG_LASI_CNTL 0x9002 |
| 6986 | #define MDIO_WIS_REG_LASI_STATUS 0x9005 |
| 6987 | |
| 6988 | #define MDIO_PCS_DEVAD 0x3 |
| 6989 | #define MDIO_PCS_REG_STATUS 0x0020 |
| 6990 | #define MDIO_PCS_REG_LASI_STATUS 0x9005 |
| 6991 | #define MDIO_PCS_REG_7101_DSP_ACCESS 0xD000 |
| 6992 | #define MDIO_PCS_REG_7101_SPI_MUX 0xD008 |
| 6993 | #define MDIO_PCS_REG_7101_SPI_CTRL_ADDR 0xE12A |
| 6994 | #define MDIO_PCS_REG_7101_SPI_RESET_BIT (5) |
| 6995 | #define MDIO_PCS_REG_7101_SPI_FIFO_ADDR 0xE02A |
| 6996 | #define MDIO_PCS_REG_7101_SPI_FIFO_ADDR_WRITE_ENABLE_CMD (6) |
| 6997 | #define MDIO_PCS_REG_7101_SPI_FIFO_ADDR_BULK_ERASE_CMD (0xC7) |
| 6998 | #define MDIO_PCS_REG_7101_SPI_FIFO_ADDR_PAGE_PROGRAM_CMD (2) |
| 6999 | #define MDIO_PCS_REG_7101_SPI_BYTES_TO_TRANSFER_ADDR 0xE028 |
| 7000 | |
| 7001 | |
| 7002 | #define MDIO_XS_DEVAD 0x4 |
| 7003 | #define MDIO_XS_PLL_SEQUENCER 0x8000 |
| 7004 | #define MDIO_XS_SFX7101_XGXS_TEST1 0xc00a |
| 7005 | |
Eilon Greenstein | 589abe3 | 2009-02-12 08:36:55 +0000 | [diff] [blame] | 7006 | #define MDIO_XS_8706_REG_BANK_RX0 0x80bc |
| 7007 | #define MDIO_XS_8706_REG_BANK_RX1 0x80cc |
| 7008 | #define MDIO_XS_8706_REG_BANK_RX2 0x80dc |
| 7009 | #define MDIO_XS_8706_REG_BANK_RX3 0x80ec |
| 7010 | #define MDIO_XS_8706_REG_BANK_RXA 0x80fc |
| 7011 | |
Yaniv Rosner | a22f078 | 2010-09-07 11:41:20 +0000 | [diff] [blame] | 7012 | #define MDIO_XS_REG_8073_RX_CTRL_PCIE 0x80FA |
| 7013 | |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 7014 | #define MDIO_AN_DEVAD 0x7 |
| 7015 | /*ieee*/ |
| 7016 | #define MDIO_AN_REG_CTRL 0x0000 |
| 7017 | #define MDIO_AN_REG_STATUS 0x0001 |
| 7018 | #define MDIO_AN_REG_STATUS_AN_COMPLETE 0x0020 |
| 7019 | #define MDIO_AN_REG_ADV_PAUSE 0x0010 |
| 7020 | #define MDIO_AN_REG_ADV_PAUSE_PAUSE 0x0400 |
| 7021 | #define MDIO_AN_REG_ADV_PAUSE_ASYMMETRIC 0x0800 |
| 7022 | #define MDIO_AN_REG_ADV_PAUSE_BOTH 0x0C00 |
| 7023 | #define MDIO_AN_REG_ADV_PAUSE_MASK 0x0C00 |
| 7024 | #define MDIO_AN_REG_ADV 0x0011 |
| 7025 | #define MDIO_AN_REG_ADV2 0x0012 |
Mintz Yuval | 9e7e839 | 2012-02-15 02:10:24 +0000 | [diff] [blame] | 7026 | #define MDIO_AN_REG_LP_AUTO_NEG 0x0013 |
| 7027 | #define MDIO_AN_REG_LP_AUTO_NEG2 0x0014 |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 7028 | #define MDIO_AN_REG_MASTER_STATUS 0x0021 |
Yuval Mintz | c8c60d8 | 2012-06-06 17:13:07 +0000 | [diff] [blame] | 7029 | #define MDIO_AN_REG_EEE_ADV 0x003c |
| 7030 | #define MDIO_AN_REG_LP_EEE_ADV 0x003d |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 7031 | /*bcm*/ |
| 7032 | #define MDIO_AN_REG_LINK_STATUS 0x8304 |
| 7033 | #define MDIO_AN_REG_CL37_CL73 0x8370 |
| 7034 | #define MDIO_AN_REG_CL37_AN 0xffe0 |
Yaniv Rosner | 8c99e7b | 2008-08-13 15:56:17 -0700 | [diff] [blame] | 7035 | #define MDIO_AN_REG_CL37_FC_LD 0xffe4 |
Mintz Yuval | 9e7e839 | 2012-02-15 02:10:24 +0000 | [diff] [blame] | 7036 | #define MDIO_AN_REG_CL37_FC_LP 0xffe5 |
| 7037 | #define MDIO_AN_REG_1000T_STATUS 0xffea |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 7038 | |
Eilon Greenstein | 052a38e | 2009-02-12 08:37:16 +0000 | [diff] [blame] | 7039 | #define MDIO_AN_REG_8073_2_5G 0x8329 |
Yaniv Rosner | e10bc84 | 2010-09-07 11:40:50 +0000 | [diff] [blame] | 7040 | #define MDIO_AN_REG_8073_BAM 0x8350 |
Eilon Greenstein | 052a38e | 2009-02-12 08:37:16 +0000 | [diff] [blame] | 7041 | |
Yaniv Rosner | ac4d944 | 2010-09-01 09:51:25 +0000 | [diff] [blame] | 7042 | #define MDIO_AN_REG_8481_10GBASE_T_AN_CTRL 0x0020 |
Eilon Greenstein | 2f90446 | 2009-08-12 08:22:16 +0000 | [diff] [blame] | 7043 | #define MDIO_AN_REG_8481_LEGACY_MII_CTRL 0xffe0 |
Yaniv Rosner | 99bf7f3 | 2012-04-04 01:29:01 +0000 | [diff] [blame] | 7044 | #define MDIO_AN_REG_8481_MII_CTRL_FORCE_1G 0x40 |
Yaniv Rosner | e10bc84 | 2010-09-07 11:40:50 +0000 | [diff] [blame] | 7045 | #define MDIO_AN_REG_8481_LEGACY_MII_STATUS 0xffe1 |
Eilon Greenstein | 2f90446 | 2009-08-12 08:22:16 +0000 | [diff] [blame] | 7046 | #define MDIO_AN_REG_8481_LEGACY_AN_ADV 0xffe4 |
Yaniv Rosner | e10bc84 | 2010-09-07 11:40:50 +0000 | [diff] [blame] | 7047 | #define MDIO_AN_REG_8481_LEGACY_AN_EXPANSION 0xffe6 |
Eilon Greenstein | 2f90446 | 2009-08-12 08:22:16 +0000 | [diff] [blame] | 7048 | #define MDIO_AN_REG_8481_1000T_CTRL 0xffe9 |
Yaniv Rosner | 99bf7f3 | 2012-04-04 01:29:01 +0000 | [diff] [blame] | 7049 | #define MDIO_AN_REG_8481_1G_100T_EXT_CTRL 0xfff0 |
| 7050 | #define MIDO_AN_REG_8481_EXT_CTRL_FORCE_LEDS_OFF 0x0008 |
Eilon Greenstein | 2f90446 | 2009-08-12 08:22:16 +0000 | [diff] [blame] | 7051 | #define MDIO_AN_REG_8481_EXPANSION_REG_RD_RW 0xfff5 |
| 7052 | #define MDIO_AN_REG_8481_EXPANSION_REG_ACCESS 0xfff7 |
Yaniv Rosner | ac4d944 | 2010-09-01 09:51:25 +0000 | [diff] [blame] | 7053 | #define MDIO_AN_REG_8481_AUX_CTRL 0xfff8 |
Eilon Greenstein | 2f90446 | 2009-08-12 08:22:16 +0000 | [diff] [blame] | 7054 | #define MDIO_AN_REG_8481_LEGACY_SHADOW 0xfffc |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 7055 | |
Yaniv Rosner | a22f078 | 2010-09-07 11:41:20 +0000 | [diff] [blame] | 7056 | /* BCM84823 only */ |
| 7057 | #define MDIO_CTL_DEVAD 0x1e |
| 7058 | #define MDIO_CTL_REG_84823_MEDIA 0x401a |
| 7059 | #define MDIO_CTL_REG_84823_MEDIA_MAC_MASK 0x0018 |
| 7060 | /* These pins configure the BCM84823 interface to MAC after reset. */ |
| 7061 | #define MDIO_CTL_REG_84823_CTRL_MAC_XFI 0x0008 |
| 7062 | #define MDIO_CTL_REG_84823_MEDIA_MAC_XAUI_M 0x0010 |
| 7063 | /* These pins configure the BCM84823 interface to Line after reset. */ |
| 7064 | #define MDIO_CTL_REG_84823_MEDIA_LINE_MASK 0x0060 |
| 7065 | #define MDIO_CTL_REG_84823_MEDIA_LINE_XAUI_L 0x0020 |
| 7066 | #define MDIO_CTL_REG_84823_MEDIA_LINE_XFI 0x0040 |
| 7067 | /* When this pin is active high during reset, 10GBASE-T core is power |
| 7068 | * down, When it is active low the 10GBASE-T is power up |
| 7069 | */ |
| 7070 | #define MDIO_CTL_REG_84823_MEDIA_COPPER_CORE_DOWN 0x0080 |
| 7071 | #define MDIO_CTL_REG_84823_MEDIA_PRIORITY_MASK 0x0100 |
| 7072 | #define MDIO_CTL_REG_84823_MEDIA_PRIORITY_COPPER 0x0000 |
| 7073 | #define MDIO_CTL_REG_84823_MEDIA_PRIORITY_FIBER 0x0100 |
| 7074 | #define MDIO_CTL_REG_84823_MEDIA_FIBER_1G 0x1000 |
Yaniv Rosner | 521683d | 2011-11-28 00:49:48 +0000 | [diff] [blame] | 7075 | #define MDIO_CTL_REG_84823_USER_CTRL_REG 0x4005 |
| 7076 | #define MDIO_CTL_REG_84823_USER_CTRL_CMS 0x0080 |
| 7077 | #define MDIO_PMA_REG_84823_CTL_SLOW_CLK_CNT_HIGH 0xa82b |
| 7078 | #define MDIO_PMA_REG_84823_BLINK_RATE_VAL_15P9HZ 0x2f |
| 7079 | #define MDIO_PMA_REG_84823_CTL_LED_CTL_1 0xa8e3 |
| 7080 | #define MDIO_PMA_REG_84833_CTL_LED_CTL_1 0xa8ec |
| 7081 | #define MDIO_PMA_REG_84823_LED3_STRETCH_EN 0x0080 |
Yaniv Rosner | a22f078 | 2010-09-07 11:41:20 +0000 | [diff] [blame] | 7082 | |
Yaniv Rosner | bac27bd | 2011-05-31 21:28:10 +0000 | [diff] [blame] | 7083 | /* BCM84833 only */ |
Yuval Mintz | c8c60d8 | 2012-06-06 17:13:07 +0000 | [diff] [blame] | 7084 | #define MDIO_84833_TOP_CFG_FW_REV 0x400f |
| 7085 | #define MDIO_84833_TOP_CFG_FW_EEE 0x10b1 |
Yuval Mintz | f6b6eb6 | 2012-09-10 05:51:07 +0000 | [diff] [blame] | 7086 | #define MDIO_84833_TOP_CFG_FW_NO_EEE 0x1f81 |
Yaniv Rosner | bac27bd | 2011-05-31 21:28:10 +0000 | [diff] [blame] | 7087 | #define MDIO_84833_TOP_CFG_XGPHY_STRAP1 0x401a |
| 7088 | #define MDIO_84833_SUPER_ISOLATE 0x8000 |
| 7089 | /* These are mailbox register set used by 84833. */ |
| 7090 | #define MDIO_84833_TOP_CFG_SCRATCH_REG0 0x4005 |
| 7091 | #define MDIO_84833_TOP_CFG_SCRATCH_REG1 0x4006 |
| 7092 | #define MDIO_84833_TOP_CFG_SCRATCH_REG2 0x4007 |
| 7093 | #define MDIO_84833_TOP_CFG_SCRATCH_REG3 0x4008 |
| 7094 | #define MDIO_84833_TOP_CFG_SCRATCH_REG4 0x4009 |
Yaniv Rosner | 521683d | 2011-11-28 00:49:48 +0000 | [diff] [blame] | 7095 | #define MDIO_84833_TOP_CFG_SCRATCH_REG26 0x4037 |
| 7096 | #define MDIO_84833_TOP_CFG_SCRATCH_REG27 0x4038 |
| 7097 | #define MDIO_84833_TOP_CFG_SCRATCH_REG28 0x4039 |
| 7098 | #define MDIO_84833_TOP_CFG_SCRATCH_REG29 0x403a |
| 7099 | #define MDIO_84833_TOP_CFG_SCRATCH_REG30 0x403b |
| 7100 | #define MDIO_84833_TOP_CFG_SCRATCH_REG31 0x403c |
| 7101 | #define MDIO_84833_CMD_HDLR_COMMAND MDIO_84833_TOP_CFG_SCRATCH_REG0 |
| 7102 | #define MDIO_84833_CMD_HDLR_STATUS MDIO_84833_TOP_CFG_SCRATCH_REG26 |
| 7103 | #define MDIO_84833_CMD_HDLR_DATA1 MDIO_84833_TOP_CFG_SCRATCH_REG27 |
| 7104 | #define MDIO_84833_CMD_HDLR_DATA2 MDIO_84833_TOP_CFG_SCRATCH_REG28 |
| 7105 | #define MDIO_84833_CMD_HDLR_DATA3 MDIO_84833_TOP_CFG_SCRATCH_REG29 |
| 7106 | #define MDIO_84833_CMD_HDLR_DATA4 MDIO_84833_TOP_CFG_SCRATCH_REG30 |
| 7107 | #define MDIO_84833_CMD_HDLR_DATA5 MDIO_84833_TOP_CFG_SCRATCH_REG31 |
Yaniv Rosner | bac27bd | 2011-05-31 21:28:10 +0000 | [diff] [blame] | 7108 | |
| 7109 | /* Mailbox command set used by 84833. */ |
Yaniv Rosner | 521683d | 2011-11-28 00:49:48 +0000 | [diff] [blame] | 7110 | #define PHY84833_CMD_SET_PAIR_SWAP 0x8001 |
| 7111 | #define PHY84833_CMD_GET_EEE_MODE 0x8008 |
| 7112 | #define PHY84833_CMD_SET_EEE_MODE 0x8009 |
Yaniv Rosner | bac27bd | 2011-05-31 21:28:10 +0000 | [diff] [blame] | 7113 | /* Mailbox status set used by 84833. */ |
Yaniv Rosner | 521683d | 2011-11-28 00:49:48 +0000 | [diff] [blame] | 7114 | #define PHY84833_STATUS_CMD_RECEIVED 0x0001 |
| 7115 | #define PHY84833_STATUS_CMD_IN_PROGRESS 0x0002 |
| 7116 | #define PHY84833_STATUS_CMD_COMPLETE_PASS 0x0004 |
| 7117 | #define PHY84833_STATUS_CMD_COMPLETE_ERROR 0x0008 |
| 7118 | #define PHY84833_STATUS_CMD_OPEN_FOR_CMDS 0x0010 |
| 7119 | #define PHY84833_STATUS_CMD_SYSTEM_BOOT 0x0020 |
| 7120 | #define PHY84833_STATUS_CMD_NOT_OPEN_FOR_CMDS 0x0040 |
| 7121 | #define PHY84833_STATUS_CMD_CLEAR_COMPLETE 0x0080 |
| 7122 | #define PHY84833_STATUS_CMD_OPEN_OVERRIDE 0xa5a5 |
Yaniv Rosner | bac27bd | 2011-05-31 21:28:10 +0000 | [diff] [blame] | 7123 | |
Yaniv Rosner | a89a1d4 | 2011-07-05 01:07:05 +0000 | [diff] [blame] | 7124 | |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 7125 | /* Warpcore clause 45 addressing */ |
| 7126 | #define MDIO_WC_DEVAD 0x3 |
| 7127 | #define MDIO_WC_REG_IEEE0BLK_MIICNTL 0x0 |
| 7128 | #define MDIO_WC_REG_IEEE0BLK_AUTONEGNP 0x7 |
| 7129 | #define MDIO_WC_REG_AN_IEEE1BLK_AN_ADVERTISEMENT0 0x10 |
| 7130 | #define MDIO_WC_REG_AN_IEEE1BLK_AN_ADVERTISEMENT1 0x11 |
Yaniv Rosner | 6b1f390 | 2011-09-07 00:47:54 +0000 | [diff] [blame] | 7131 | #define MDIO_WC_REG_AN_IEEE1BLK_AN_ADVERTISEMENT2 0x12 |
| 7132 | #define MDIO_WC_REG_AN_IEEE1BLK_AN_ADV2_FEC_ABILITY 0x4000 |
| 7133 | #define MDIO_WC_REG_AN_IEEE1BLK_AN_ADV2_FEC_REQ 0x8000 |
Yaniv Rosner | 4e7b499 | 2012-11-27 03:46:29 +0000 | [diff] [blame] | 7134 | #define MDIO_WC_REG_PCS_STATUS2 0x0021 |
| 7135 | #define MDIO_WC_REG_PMD_KR_CONTROL 0x0096 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 7136 | #define MDIO_WC_REG_XGXSBLK0_XGXSCONTROL 0x8000 |
| 7137 | #define MDIO_WC_REG_XGXSBLK0_MISCCONTROL1 0x800e |
| 7138 | #define MDIO_WC_REG_XGXSBLK1_DESKEW 0x8010 |
| 7139 | #define MDIO_WC_REG_XGXSBLK1_LANECTRL0 0x8015 |
| 7140 | #define MDIO_WC_REG_XGXSBLK1_LANECTRL1 0x8016 |
| 7141 | #define MDIO_WC_REG_XGXSBLK1_LANECTRL2 0x8017 |
| 7142 | #define MDIO_WC_REG_TX0_ANA_CTRL0 0x8061 |
| 7143 | #define MDIO_WC_REG_TX1_ANA_CTRL0 0x8071 |
| 7144 | #define MDIO_WC_REG_TX2_ANA_CTRL0 0x8081 |
| 7145 | #define MDIO_WC_REG_TX3_ANA_CTRL0 0x8091 |
| 7146 | #define MDIO_WC_REG_TX0_TX_DRIVER 0x8067 |
| 7147 | #define MDIO_WC_REG_TX0_TX_DRIVER_IPRE_DRIVER_OFFSET 0x04 |
| 7148 | #define MDIO_WC_REG_TX0_TX_DRIVER_IPRE_DRIVER_MASK 0x00f0 |
| 7149 | #define MDIO_WC_REG_TX0_TX_DRIVER_IDRIVER_OFFSET 0x08 |
| 7150 | #define MDIO_WC_REG_TX0_TX_DRIVER_IDRIVER_MASK 0x0f00 |
| 7151 | #define MDIO_WC_REG_TX0_TX_DRIVER_POST2_COEFF_OFFSET 0x0c |
| 7152 | #define MDIO_WC_REG_TX0_TX_DRIVER_POST2_COEFF_MASK 0x7000 |
| 7153 | #define MDIO_WC_REG_TX1_TX_DRIVER 0x8077 |
| 7154 | #define MDIO_WC_REG_TX2_TX_DRIVER 0x8087 |
| 7155 | #define MDIO_WC_REG_TX3_TX_DRIVER 0x8097 |
| 7156 | #define MDIO_WC_REG_RX0_ANARXCONTROL1G 0x80b9 |
| 7157 | #define MDIO_WC_REG_RX2_ANARXCONTROL1G 0x80d9 |
| 7158 | #define MDIO_WC_REG_RX0_PCI_CTRL 0x80ba |
| 7159 | #define MDIO_WC_REG_RX1_PCI_CTRL 0x80ca |
| 7160 | #define MDIO_WC_REG_RX2_PCI_CTRL 0x80da |
| 7161 | #define MDIO_WC_REG_RX3_PCI_CTRL 0x80ea |
| 7162 | #define MDIO_WC_REG_XGXSBLK2_UNICORE_MODE_10G 0x8104 |
| 7163 | #define MDIO_WC_REG_XGXS_STATUS3 0x8129 |
| 7164 | #define MDIO_WC_REG_PAR_DET_10G_STATUS 0x8130 |
| 7165 | #define MDIO_WC_REG_PAR_DET_10G_CTRL 0x8131 |
| 7166 | #define MDIO_WC_REG_XGXS_X2_CONTROL2 0x8141 |
Yaniv Rosner | 4e7b499 | 2012-11-27 03:46:29 +0000 | [diff] [blame] | 7167 | #define MDIO_WC_REG_XGXS_X2_CONTROL3 0x8142 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 7168 | #define MDIO_WC_REG_XGXS_RX_LN_SWAP1 0x816B |
| 7169 | #define MDIO_WC_REG_XGXS_TX_LN_SWAP1 0x8169 |
| 7170 | #define MDIO_WC_REG_GP2_STATUS_GP_2_0 0x81d0 |
| 7171 | #define MDIO_WC_REG_GP2_STATUS_GP_2_1 0x81d1 |
| 7172 | #define MDIO_WC_REG_GP2_STATUS_GP_2_2 0x81d2 |
| 7173 | #define MDIO_WC_REG_GP2_STATUS_GP_2_3 0x81d3 |
| 7174 | #define MDIO_WC_REG_GP2_STATUS_GP_2_4 0x81d4 |
Yaniv Rosner | ca05f29 | 2012-04-04 01:28:55 +0000 | [diff] [blame] | 7175 | #define MDIO_WC_REG_GP2_STATUS_GP_2_4_CL73_AN_CMPL 0x1000 |
| 7176 | #define MDIO_WC_REG_GP2_STATUS_GP_2_4_CL37_AN_CMPL 0x0100 |
| 7177 | #define MDIO_WC_REG_GP2_STATUS_GP_2_4_CL37_LP_AN_CAP 0x0010 |
| 7178 | #define MDIO_WC_REG_GP2_STATUS_GP_2_4_CL37_AN_CAP 0x1 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 7179 | #define MDIO_WC_REG_UC_INFO_B0_DEAD_TRAP 0x81EE |
| 7180 | #define MDIO_WC_REG_UC_INFO_B1_VERSION 0x81F0 |
| 7181 | #define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE 0x81F2 |
| 7182 | #define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_LANE0_OFFSET 0x0 |
| 7183 | #define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE_DEFAULT 0x0 |
| 7184 | #define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE_SFP_OPT_LR 0x1 |
| 7185 | #define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE_SFP_DAC 0x2 |
| 7186 | #define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE_SFP_XLAUI 0x3 |
| 7187 | #define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_MODE_LONG_CH_6G 0x4 |
| 7188 | #define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_LANE1_OFFSET 0x4 |
| 7189 | #define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_LANE2_OFFSET 0x8 |
| 7190 | #define MDIO_WC_REG_UC_INFO_B1_FIRMWARE_LANE3_OFFSET 0xc |
| 7191 | #define MDIO_WC_REG_UC_INFO_B1_CRC 0x81FE |
| 7192 | #define MDIO_WC_REG_DSC_SMC 0x8213 |
| 7193 | #define MDIO_WC_REG_DSC2B0_DSC_MISC_CTRL0 0x821e |
| 7194 | #define MDIO_WC_REG_TX_FIR_TAP 0x82e2 |
| 7195 | #define MDIO_WC_REG_TX_FIR_TAP_PRE_TAP_OFFSET 0x00 |
| 7196 | #define MDIO_WC_REG_TX_FIR_TAP_PRE_TAP_MASK 0x000f |
| 7197 | #define MDIO_WC_REG_TX_FIR_TAP_MAIN_TAP_OFFSET 0x04 |
| 7198 | #define MDIO_WC_REG_TX_FIR_TAP_MAIN_TAP_MASK 0x03f0 |
| 7199 | #define MDIO_WC_REG_TX_FIR_TAP_POST_TAP_OFFSET 0x0a |
| 7200 | #define MDIO_WC_REG_TX_FIR_TAP_POST_TAP_MASK 0x7c00 |
| 7201 | #define MDIO_WC_REG_TX_FIR_TAP_ENABLE 0x8000 |
Yaniv Rosner | 4e7b499 | 2012-11-27 03:46:29 +0000 | [diff] [blame] | 7202 | #define MDIO_WC_REG_CL72_USERB0_CL72_TX_FIR_TAP 0x82e2 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 7203 | #define MDIO_WC_REG_CL72_USERB0_CL72_MISC1_CONTROL 0x82e3 |
| 7204 | #define MDIO_WC_REG_CL72_USERB0_CL72_OS_DEF_CTRL 0x82e6 |
| 7205 | #define MDIO_WC_REG_CL72_USERB0_CL72_BR_DEF_CTRL 0x82e7 |
| 7206 | #define MDIO_WC_REG_CL72_USERB0_CL72_2P5_DEF_CTRL 0x82e8 |
| 7207 | #define MDIO_WC_REG_CL72_USERB0_CL72_MISC4_CONTROL 0x82ec |
| 7208 | #define MDIO_WC_REG_SERDESDIGITAL_CONTROL1000X1 0x8300 |
| 7209 | #define MDIO_WC_REG_SERDESDIGITAL_CONTROL1000X2 0x8301 |
| 7210 | #define MDIO_WC_REG_SERDESDIGITAL_CONTROL1000X3 0x8302 |
| 7211 | #define MDIO_WC_REG_SERDESDIGITAL_STATUS1000X1 0x8304 |
| 7212 | #define MDIO_WC_REG_SERDESDIGITAL_MISC1 0x8308 |
| 7213 | #define MDIO_WC_REG_SERDESDIGITAL_MISC2 0x8309 |
| 7214 | #define MDIO_WC_REG_DIGITAL3_UP1 0x8329 |
Mintz Yuval | 9e7e839 | 2012-02-15 02:10:24 +0000 | [diff] [blame] | 7215 | #define MDIO_WC_REG_DIGITAL3_LP_UP1 0x832c |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 7216 | #define MDIO_WC_REG_DIGITAL4_MISC3 0x833c |
Yuval Mintz | c8c60d8 | 2012-06-06 17:13:07 +0000 | [diff] [blame] | 7217 | #define MDIO_WC_REG_DIGITAL4_MISC5 0x833e |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 7218 | #define MDIO_WC_REG_DIGITAL5_MISC6 0x8345 |
| 7219 | #define MDIO_WC_REG_DIGITAL5_MISC7 0x8349 |
Yaniv Rosner | 4e7b499 | 2012-11-27 03:46:29 +0000 | [diff] [blame] | 7220 | #define MDIO_WC_REG_DIGITAL5_LINK_STATUS 0x834d |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 7221 | #define MDIO_WC_REG_DIGITAL5_ACTUAL_SPEED 0x834e |
Yaniv Rosner | a34bc96 | 2011-07-05 01:06:41 +0000 | [diff] [blame] | 7222 | #define MDIO_WC_REG_DIGITAL6_MP5_NEXTPAGECTRL 0x8350 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 7223 | #define MDIO_WC_REG_CL49_USERB0_CTRL 0x8368 |
Yaniv Rosner | 4e7b499 | 2012-11-27 03:46:29 +0000 | [diff] [blame] | 7224 | #define MDIO_WC_REG_CL73_USERB0_CTRL 0x8370 |
| 7225 | #define MDIO_WC_REG_CL73_USERB0_USTAT 0x8371 |
| 7226 | #define MDIO_WC_REG_CL73_BAM_CTRL1 0x8372 |
| 7227 | #define MDIO_WC_REG_CL73_BAM_CTRL2 0x8373 |
| 7228 | #define MDIO_WC_REG_CL73_BAM_CTRL3 0x8374 |
| 7229 | #define MDIO_WC_REG_CL73_BAM_CODE_FIELD 0x837b |
Yuval Mintz | c8c60d8 | 2012-06-06 17:13:07 +0000 | [diff] [blame] | 7230 | #define MDIO_WC_REG_EEE_COMBO_CONTROL0 0x8390 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 7231 | #define MDIO_WC_REG_TX66_CONTROL 0x83b0 |
| 7232 | #define MDIO_WC_REG_RX66_CONTROL 0x83c0 |
| 7233 | #define MDIO_WC_REG_RX66_SCW0 0x83c2 |
| 7234 | #define MDIO_WC_REG_RX66_SCW1 0x83c3 |
| 7235 | #define MDIO_WC_REG_RX66_SCW2 0x83c4 |
| 7236 | #define MDIO_WC_REG_RX66_SCW3 0x83c5 |
| 7237 | #define MDIO_WC_REG_RX66_SCW0_MASK 0x83c6 |
| 7238 | #define MDIO_WC_REG_RX66_SCW1_MASK 0x83c7 |
| 7239 | #define MDIO_WC_REG_RX66_SCW2_MASK 0x83c8 |
| 7240 | #define MDIO_WC_REG_RX66_SCW3_MASK 0x83c9 |
| 7241 | #define MDIO_WC_REG_FX100_CTRL1 0x8400 |
| 7242 | #define MDIO_WC_REG_FX100_CTRL3 0x8402 |
Yaniv Rosner | 4e7b499 | 2012-11-27 03:46:29 +0000 | [diff] [blame] | 7243 | #define MDIO_WC_REG_CL82_USERB1_TX_CTRL5 0x8436 |
| 7244 | #define MDIO_WC_REG_CL82_USERB1_TX_CTRL6 0x8437 |
| 7245 | #define MDIO_WC_REG_CL82_USERB1_TX_CTRL7 0x8438 |
| 7246 | #define MDIO_WC_REG_CL82_USERB1_TX_CTRL9 0x8439 |
| 7247 | #define MDIO_WC_REG_CL82_USERB1_RX_CTRL10 0x843a |
| 7248 | #define MDIO_WC_REG_CL82_USERB1_RX_CTRL11 0x843b |
| 7249 | #define MDIO_WC_REG_ETA_CL73_OUI1 0x8453 |
| 7250 | #define MDIO_WC_REG_ETA_CL73_OUI2 0x8454 |
| 7251 | #define MDIO_WC_REG_ETA_CL73_OUI3 0x8455 |
| 7252 | #define MDIO_WC_REG_ETA_CL73_LD_BAM_CODE 0x8456 |
| 7253 | #define MDIO_WC_REG_ETA_CL73_LD_UD_CODE 0x8457 |
Yaniv Rosner | 3c9ada2 | 2011-06-14 01:34:12 +0000 | [diff] [blame] | 7254 | #define MDIO_WC_REG_MICROBLK_CMD 0xffc2 |
| 7255 | #define MDIO_WC_REG_MICROBLK_DL_STATUS 0xffc5 |
| 7256 | #define MDIO_WC_REG_MICROBLK_CMD3 0xffcc |
| 7257 | |
| 7258 | #define MDIO_WC_REG_AERBLK_AER 0xffde |
| 7259 | #define MDIO_WC_REG_COMBO_IEEE0_MIICTRL 0xffe0 |
| 7260 | #define MDIO_WC_REG_COMBO_IEEE0_MIIISTAT 0xffe1 |
| 7261 | |
| 7262 | #define MDIO_WC0_XGXS_BLK2_LANE_RESET 0x810A |
| 7263 | #define MDIO_WC0_XGXS_BLK2_LANE_RESET_RX_BITSHIFT 0 |
| 7264 | #define MDIO_WC0_XGXS_BLK2_LANE_RESET_TX_BITSHIFT 4 |
| 7265 | |
| 7266 | #define MDIO_WC0_XGXS_BLK6_XGXS_X2_CONTROL2 0x8141 |
| 7267 | |
| 7268 | #define DIGITAL5_ACTUAL_SPEED_TX_MASK 0x003f |
| 7269 | |
Yaniv Rosner | 52c4d6c | 2011-07-05 01:06:34 +0000 | [diff] [blame] | 7270 | /* 54618se */ |
| 7271 | #define MDIO_REG_GPHY_PHYID_LSB 0x3 |
| 7272 | #define MDIO_REG_GPHY_ID_54618SE 0x5cd5 |
| 7273 | #define MDIO_REG_GPHY_CL45_ADDR_REG 0xd |
| 7274 | #define MDIO_REG_GPHY_CL45_DATA_REG 0xe |
Yaniv Rosner | 52c4d6c | 2011-07-05 01:06:34 +0000 | [diff] [blame] | 7275 | #define MDIO_REG_GPHY_EEE_RESOLVED 0x803e |
Yuval Mintz | 26964bb | 2012-09-10 05:51:08 +0000 | [diff] [blame] | 7276 | #define MDIO_REG_GPHY_EXP_ACCESS_GATE 0x15 |
| 7277 | #define MDIO_REG_GPHY_EXP_ACCESS 0x17 |
| 7278 | #define MDIO_REG_GPHY_EXP_ACCESS_TOP 0xd00 |
| 7279 | #define MDIO_REG_GPHY_EXP_TOP_2K_BUF 0x40 |
Yuval Mintz | a351d49 | 2012-06-20 19:05:21 +0000 | [diff] [blame] | 7280 | #define MDIO_REG_GPHY_AUX_STATUS 0x19 |
Yaniv Rosner | 6583e33 | 2011-06-14 01:34:17 +0000 | [diff] [blame] | 7281 | #define MDIO_REG_INTR_STATUS 0x1a |
| 7282 | #define MDIO_REG_INTR_MASK 0x1b |
| 7283 | #define MDIO_REG_INTR_MASK_LINK_STATUS (0x1 << 1) |
| 7284 | #define MDIO_REG_GPHY_SHADOW 0x1c |
Yaniv Rosner | 1d125bd | 2011-11-23 03:54:08 +0000 | [diff] [blame] | 7285 | #define MDIO_REG_GPHY_SHADOW_LED_SEL1 (0x0d << 10) |
Yaniv Rosner | 6583e33 | 2011-06-14 01:34:17 +0000 | [diff] [blame] | 7286 | #define MDIO_REG_GPHY_SHADOW_LED_SEL2 (0x0e << 10) |
| 7287 | #define MDIO_REG_GPHY_SHADOW_WR_ENA (0x1 << 15) |
| 7288 | #define MDIO_REG_GPHY_SHADOW_AUTO_DET_MED (0x1e << 10) |
| 7289 | #define MDIO_REG_GPHY_SHADOW_INVERT_FIB_SD (0x1 << 8) |
| 7290 | |
Yaniv Rosner | c18487e | 2008-06-23 20:27:52 -0700 | [diff] [blame] | 7291 | #define IGU_FUNC_BASE 0x0400 |
| 7292 | |
| 7293 | #define IGU_ADDR_MSIX 0x0000 |
| 7294 | #define IGU_ADDR_INT_ACK 0x0200 |
| 7295 | #define IGU_ADDR_PROD_UPD 0x0201 |
| 7296 | #define IGU_ADDR_ATTN_BITS_UPD 0x0202 |
| 7297 | #define IGU_ADDR_ATTN_BITS_SET 0x0203 |
| 7298 | #define IGU_ADDR_ATTN_BITS_CLR 0x0204 |
| 7299 | #define IGU_ADDR_COALESCE_NOW 0x0205 |
| 7300 | #define IGU_ADDR_SIMD_MASK 0x0206 |
| 7301 | #define IGU_ADDR_SIMD_NOMASK 0x0207 |
| 7302 | #define IGU_ADDR_MSI_CTL 0x0210 |
| 7303 | #define IGU_ADDR_MSI_ADDR_LO 0x0211 |
| 7304 | #define IGU_ADDR_MSI_ADDR_HI 0x0212 |
| 7305 | #define IGU_ADDR_MSI_DATA 0x0213 |
| 7306 | |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 7307 | #define IGU_USE_REGISTER_ustorm_type_0_sb_cleanup 0 |
| 7308 | #define IGU_USE_REGISTER_ustorm_type_1_sb_cleanup 1 |
| 7309 | #define IGU_USE_REGISTER_cstorm_type_0_sb_cleanup 2 |
| 7310 | #define IGU_USE_REGISTER_cstorm_type_1_sb_cleanup 3 |
| 7311 | |
Eilon Greenstein | 5c86284 | 2008-08-13 15:51:48 -0700 | [diff] [blame] | 7312 | #define COMMAND_REG_INT_ACK 0x0 |
| 7313 | #define COMMAND_REG_PROD_UPD 0x4 |
| 7314 | #define COMMAND_REG_ATTN_BITS_UPD 0x8 |
| 7315 | #define COMMAND_REG_ATTN_BITS_SET 0xc |
| 7316 | #define COMMAND_REG_ATTN_BITS_CLR 0x10 |
| 7317 | #define COMMAND_REG_COALESCE_NOW 0x14 |
| 7318 | #define COMMAND_REG_SIMD_MASK 0x18 |
| 7319 | #define COMMAND_REG_SIMD_NOMASK 0x1c |
| 7320 | |
Eliezer Tamir | a2fbb9e | 2007-11-15 20:09:02 +0200 | [diff] [blame] | 7321 | |
Eilon Greenstein | 573f203 | 2009-08-12 08:24:14 +0000 | [diff] [blame] | 7322 | #define IGU_MEM_BASE 0x0000 |
| 7323 | |
| 7324 | #define IGU_MEM_MSIX_BASE 0x0000 |
| 7325 | #define IGU_MEM_MSIX_UPPER 0x007f |
| 7326 | #define IGU_MEM_MSIX_RESERVED_UPPER 0x01ff |
| 7327 | |
| 7328 | #define IGU_MEM_PBA_MSIX_BASE 0x0200 |
| 7329 | #define IGU_MEM_PBA_MSIX_UPPER 0x0200 |
| 7330 | |
| 7331 | #define IGU_CMD_BACKWARD_COMP_PROD_UPD 0x0201 |
| 7332 | #define IGU_MEM_PBA_MSIX_RESERVED_UPPER 0x03ff |
| 7333 | |
| 7334 | #define IGU_CMD_INT_ACK_BASE 0x0400 |
| 7335 | #define IGU_CMD_INT_ACK_UPPER\ |
| 7336 | (IGU_CMD_INT_ACK_BASE + MAX_SB_PER_PORT * NUM_OF_PORTS_PER_PATH - 1) |
| 7337 | #define IGU_CMD_INT_ACK_RESERVED_UPPER 0x04ff |
| 7338 | |
| 7339 | #define IGU_CMD_E2_PROD_UPD_BASE 0x0500 |
| 7340 | #define IGU_CMD_E2_PROD_UPD_UPPER\ |
| 7341 | (IGU_CMD_E2_PROD_UPD_BASE + MAX_SB_PER_PORT * NUM_OF_PORTS_PER_PATH - 1) |
| 7342 | #define IGU_CMD_E2_PROD_UPD_RESERVED_UPPER 0x059f |
| 7343 | |
| 7344 | #define IGU_CMD_ATTN_BIT_UPD_UPPER 0x05a0 |
| 7345 | #define IGU_CMD_ATTN_BIT_SET_UPPER 0x05a1 |
| 7346 | #define IGU_CMD_ATTN_BIT_CLR_UPPER 0x05a2 |
| 7347 | |
| 7348 | #define IGU_REG_SISR_MDPC_WMASK_UPPER 0x05a3 |
| 7349 | #define IGU_REG_SISR_MDPC_WMASK_LSB_UPPER 0x05a4 |
| 7350 | #define IGU_REG_SISR_MDPC_WMASK_MSB_UPPER 0x05a5 |
| 7351 | #define IGU_REG_SISR_MDPC_WOMASK_UPPER 0x05a6 |
| 7352 | |
| 7353 | #define IGU_REG_RESERVED_UPPER 0x05ff |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 7354 | /* Fields of IGU PF CONFIGRATION REGISTER */ |
| 7355 | #define IGU_PF_CONF_FUNC_EN (0x1<<0) /* function enable */ |
| 7356 | #define IGU_PF_CONF_MSI_MSIX_EN (0x1<<1) /* MSI/MSIX enable */ |
| 7357 | #define IGU_PF_CONF_INT_LINE_EN (0x1<<2) /* INT enable */ |
| 7358 | #define IGU_PF_CONF_ATTN_BIT_EN (0x1<<3) /* attention enable */ |
| 7359 | #define IGU_PF_CONF_SINGLE_ISR_EN (0x1<<4) /* single ISR mode enable */ |
| 7360 | #define IGU_PF_CONF_SIMD_MODE (0x1<<5) /* simd all ones mode */ |
| 7361 | |
| 7362 | /* Fields of IGU VF CONFIGRATION REGISTER */ |
| 7363 | #define IGU_VF_CONF_FUNC_EN (0x1<<0) /* function enable */ |
| 7364 | #define IGU_VF_CONF_MSI_MSIX_EN (0x1<<1) /* MSI/MSIX enable */ |
| 7365 | #define IGU_VF_CONF_PARENT_MASK (0x3<<2) /* Parent PF */ |
| 7366 | #define IGU_VF_CONF_PARENT_SHIFT 2 /* Parent PF */ |
| 7367 | #define IGU_VF_CONF_SINGLE_ISR_EN (0x1<<4) /* single ISR mode enable */ |
| 7368 | |
| 7369 | |
| 7370 | #define IGU_BC_DSB_NUM_SEGS 5 |
| 7371 | #define IGU_BC_NDSB_NUM_SEGS 2 |
| 7372 | #define IGU_NORM_DSB_NUM_SEGS 2 |
| 7373 | #define IGU_NORM_NDSB_NUM_SEGS 1 |
| 7374 | #define IGU_BC_BASE_DSB_PROD 128 |
| 7375 | #define IGU_NORM_BASE_DSB_PROD 136 |
| 7376 | |
Dmitry Kravkov | f2e0899 | 2010-10-06 03:28:26 +0000 | [diff] [blame] | 7377 | /* FID (if VF - [6] = 0; [5:0] = VF number; if PF - [6] = 1; \ |
| 7378 | [5:2] = 0; [1:0] = PF number) */ |
| 7379 | #define IGU_FID_ENCODE_IS_PF (0x1<<6) |
| 7380 | #define IGU_FID_ENCODE_IS_PF_SHIFT 6 |
| 7381 | #define IGU_FID_VF_NUM_MASK (0x3f) |
| 7382 | #define IGU_FID_PF_NUM_MASK (0x7) |
| 7383 | |
| 7384 | #define IGU_REG_MAPPING_MEMORY_VALID (1<<0) |
| 7385 | #define IGU_REG_MAPPING_MEMORY_VECTOR_MASK (0x3F<<1) |
| 7386 | #define IGU_REG_MAPPING_MEMORY_VECTOR_SHIFT 1 |
| 7387 | #define IGU_REG_MAPPING_MEMORY_FID_MASK (0x7F<<7) |
| 7388 | #define IGU_REG_MAPPING_MEMORY_FID_SHIFT 7 |
Eilon Greenstein | 573f203 | 2009-08-12 08:24:14 +0000 | [diff] [blame] | 7389 | |
| 7390 | |
| 7391 | #define CDU_REGION_NUMBER_XCM_AG 2 |
| 7392 | #define CDU_REGION_NUMBER_UCM_AG 4 |
| 7393 | |
| 7394 | |
Ben Hutchings | 1aa8b47 | 2012-07-10 10:56:59 +0000 | [diff] [blame] | 7395 | /* String-to-compress [31:8] = CID (all 24 bits) |
Eilon Greenstein | 573f203 | 2009-08-12 08:24:14 +0000 | [diff] [blame] | 7396 | * String-to-compress [7:4] = Region |
| 7397 | * String-to-compress [3:0] = Type |
| 7398 | */ |
| 7399 | #define CDU_VALID_DATA(_cid, _region, _type)\ |
| 7400 | (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf))) |
| 7401 | #define CDU_CRC8(_cid, _region, _type)\ |
| 7402 | (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff)) |
| 7403 | #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type)\ |
| 7404 | (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f)) |
| 7405 | #define CDU_RSRVD_VALUE_TYPE_B(_crc, _type)\ |
| 7406 | (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7)) |
| 7407 | #define CDU_RSRVD_INVALIDATE_CONTEXT_VALUE(_val) ((_val) & ~0x80) |
| 7408 | |
| 7409 | /****************************************************************************** |
| 7410 | * Description: |
| 7411 | * Calculates crc 8 on a word value: polynomial 0-1-2-8 |
| 7412 | * Code was translated from Verilog. |
| 7413 | * Return: |
| 7414 | *****************************************************************************/ |
| 7415 | static inline u8 calc_crc8(u32 data, u8 crc) |
| 7416 | { |
| 7417 | u8 D[32]; |
| 7418 | u8 NewCRC[8]; |
| 7419 | u8 C[8]; |
| 7420 | u8 crc_res; |
| 7421 | u8 i; |
| 7422 | |
| 7423 | /* split the data into 31 bits */ |
| 7424 | for (i = 0; i < 32; i++) { |
| 7425 | D[i] = (u8)(data & 1); |
| 7426 | data = data >> 1; |
| 7427 | } |
| 7428 | |
| 7429 | /* split the crc into 8 bits */ |
| 7430 | for (i = 0; i < 8; i++) { |
| 7431 | C[i] = crc & 1; |
| 7432 | crc = crc >> 1; |
| 7433 | } |
| 7434 | |
| 7435 | NewCRC[0] = D[31] ^ D[30] ^ D[28] ^ D[23] ^ D[21] ^ D[19] ^ D[18] ^ |
| 7436 | D[16] ^ D[14] ^ D[12] ^ D[8] ^ D[7] ^ D[6] ^ D[0] ^ C[4] ^ |
| 7437 | C[6] ^ C[7]; |
| 7438 | NewCRC[1] = D[30] ^ D[29] ^ D[28] ^ D[24] ^ D[23] ^ D[22] ^ D[21] ^ |
| 7439 | D[20] ^ D[18] ^ D[17] ^ D[16] ^ D[15] ^ D[14] ^ D[13] ^ |
| 7440 | D[12] ^ D[9] ^ D[6] ^ D[1] ^ D[0] ^ C[0] ^ C[4] ^ C[5] ^ |
| 7441 | C[6]; |
| 7442 | NewCRC[2] = D[29] ^ D[28] ^ D[25] ^ D[24] ^ D[22] ^ D[17] ^ D[15] ^ |
| 7443 | D[13] ^ D[12] ^ D[10] ^ D[8] ^ D[6] ^ D[2] ^ D[1] ^ D[0] ^ |
| 7444 | C[0] ^ C[1] ^ C[4] ^ C[5]; |
| 7445 | NewCRC[3] = D[30] ^ D[29] ^ D[26] ^ D[25] ^ D[23] ^ D[18] ^ D[16] ^ |
| 7446 | D[14] ^ D[13] ^ D[11] ^ D[9] ^ D[7] ^ D[3] ^ D[2] ^ D[1] ^ |
| 7447 | C[1] ^ C[2] ^ C[5] ^ C[6]; |
| 7448 | NewCRC[4] = D[31] ^ D[30] ^ D[27] ^ D[26] ^ D[24] ^ D[19] ^ D[17] ^ |
| 7449 | D[15] ^ D[14] ^ D[12] ^ D[10] ^ D[8] ^ D[4] ^ D[3] ^ D[2] ^ |
| 7450 | C[0] ^ C[2] ^ C[3] ^ C[6] ^ C[7]; |
| 7451 | NewCRC[5] = D[31] ^ D[28] ^ D[27] ^ D[25] ^ D[20] ^ D[18] ^ D[16] ^ |
| 7452 | D[15] ^ D[13] ^ D[11] ^ D[9] ^ D[5] ^ D[4] ^ D[3] ^ C[1] ^ |
| 7453 | C[3] ^ C[4] ^ C[7]; |
| 7454 | NewCRC[6] = D[29] ^ D[28] ^ D[26] ^ D[21] ^ D[19] ^ D[17] ^ D[16] ^ |
| 7455 | D[14] ^ D[12] ^ D[10] ^ D[6] ^ D[5] ^ D[4] ^ C[2] ^ C[4] ^ |
| 7456 | C[5]; |
| 7457 | NewCRC[7] = D[30] ^ D[29] ^ D[27] ^ D[22] ^ D[20] ^ D[18] ^ D[17] ^ |
| 7458 | D[15] ^ D[13] ^ D[11] ^ D[7] ^ D[6] ^ D[5] ^ C[3] ^ C[5] ^ |
| 7459 | C[6]; |
| 7460 | |
| 7461 | crc_res = 0; |
| 7462 | for (i = 0; i < 8; i++) |
| 7463 | crc_res |= (NewCRC[i] << i); |
| 7464 | |
| 7465 | return crc_res; |
| 7466 | } |
| 7467 | |
| 7468 | |
Vladislav Zolotarov | 4a33bc0 | 2011-01-09 02:20:04 +0000 | [diff] [blame] | 7469 | #endif /* BNX2X_REG_H */ |