cvmx-l2d-defs.h 12.8 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526
/***********************license start***************
 * Author: Cavium Networks
 *
 * Contact: support@caviumnetworks.com
 * This file is part of the OCTEON SDK
 *
 * Copyright (c) 2003-2012 Cavium Networks
 *
 * This file is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License, Version 2, as
 * published by the Free Software Foundation.
 *
 * This file is distributed in the hope that it will be useful, but
 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
 * of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE, TITLE, or
 * NONINFRINGEMENT.  See the GNU General Public License for more
 * details.
 *
 * You should have received a copy of the GNU General Public License
 * along with this file; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
 * or visit http://www.gnu.org/licenses/.
 *
 * This file may also be available under a different license from Cavium.
 * Contact Cavium Networks for more information
 ***********************license end**************************************/

#ifndef __CVMX_L2D_DEFS_H__
#define __CVMX_L2D_DEFS_H__

#define CVMX_L2D_BST0 (CVMX_ADD_IO_SEG(0x0001180080000780ull))
#define CVMX_L2D_BST1 (CVMX_ADD_IO_SEG(0x0001180080000788ull))
#define CVMX_L2D_BST2 (CVMX_ADD_IO_SEG(0x0001180080000790ull))
#define CVMX_L2D_BST3 (CVMX_ADD_IO_SEG(0x0001180080000798ull))
#define CVMX_L2D_ERR (CVMX_ADD_IO_SEG(0x0001180080000010ull))
#define CVMX_L2D_FADR (CVMX_ADD_IO_SEG(0x0001180080000018ull))
#define CVMX_L2D_FSYN0 (CVMX_ADD_IO_SEG(0x0001180080000020ull))
#define CVMX_L2D_FSYN1 (CVMX_ADD_IO_SEG(0x0001180080000028ull))
#define CVMX_L2D_FUS0 (CVMX_ADD_IO_SEG(0x00011800800007A0ull))
#define CVMX_L2D_FUS1 (CVMX_ADD_IO_SEG(0x00011800800007A8ull))
#define CVMX_L2D_FUS2 (CVMX_ADD_IO_SEG(0x00011800800007B0ull))
#define CVMX_L2D_FUS3 (CVMX_ADD_IO_SEG(0x00011800800007B8ull))

union cvmx_l2d_bst0 {
	uint64_t u64;
	struct cvmx_l2d_bst0_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_35_63:29;
		uint64_t ftl:1;
		uint64_t q0stat:34;
#else
		uint64_t q0stat:34;
		uint64_t ftl:1;
		uint64_t reserved_35_63:29;
#endif
	} s;
	struct cvmx_l2d_bst0_s cn30xx;
	struct cvmx_l2d_bst0_s cn31xx;
	struct cvmx_l2d_bst0_s cn38xx;
	struct cvmx_l2d_bst0_s cn38xxp2;
	struct cvmx_l2d_bst0_s cn50xx;
	struct cvmx_l2d_bst0_s cn52xx;
	struct cvmx_l2d_bst0_s cn52xxp1;
	struct cvmx_l2d_bst0_s cn56xx;
	struct cvmx_l2d_bst0_s cn56xxp1;
	struct cvmx_l2d_bst0_s cn58xx;
	struct cvmx_l2d_bst0_s cn58xxp1;
};

union cvmx_l2d_bst1 {
	uint64_t u64;
	struct cvmx_l2d_bst1_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_34_63:30;
		uint64_t q1stat:34;
#else
		uint64_t q1stat:34;
		uint64_t reserved_34_63:30;
#endif
	} s;
	struct cvmx_l2d_bst1_s cn30xx;
	struct cvmx_l2d_bst1_s cn31xx;
	struct cvmx_l2d_bst1_s cn38xx;
	struct cvmx_l2d_bst1_s cn38xxp2;
	struct cvmx_l2d_bst1_s cn50xx;
	struct cvmx_l2d_bst1_s cn52xx;
	struct cvmx_l2d_bst1_s cn52xxp1;
	struct cvmx_l2d_bst1_s cn56xx;
	struct cvmx_l2d_bst1_s cn56xxp1;
	struct cvmx_l2d_bst1_s cn58xx;
	struct cvmx_l2d_bst1_s cn58xxp1;
};

union cvmx_l2d_bst2 {
	uint64_t u64;
	struct cvmx_l2d_bst2_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_34_63:30;
		uint64_t q2stat:34;
#else
		uint64_t q2stat:34;
		uint64_t reserved_34_63:30;
#endif
	} s;
	struct cvmx_l2d_bst2_s cn30xx;
	struct cvmx_l2d_bst2_s cn31xx;
	struct cvmx_l2d_bst2_s cn38xx;
	struct cvmx_l2d_bst2_s cn38xxp2;
	struct cvmx_l2d_bst2_s cn50xx;
	struct cvmx_l2d_bst2_s cn52xx;
	struct cvmx_l2d_bst2_s cn52xxp1;
	struct cvmx_l2d_bst2_s cn56xx;
	struct cvmx_l2d_bst2_s cn56xxp1;
	struct cvmx_l2d_bst2_s cn58xx;
	struct cvmx_l2d_bst2_s cn58xxp1;
};

union cvmx_l2d_bst3 {
	uint64_t u64;
	struct cvmx_l2d_bst3_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_34_63:30;
		uint64_t q3stat:34;
#else
		uint64_t q3stat:34;
		uint64_t reserved_34_63:30;
#endif
	} s;
	struct cvmx_l2d_bst3_s cn30xx;
	struct cvmx_l2d_bst3_s cn31xx;
	struct cvmx_l2d_bst3_s cn38xx;
	struct cvmx_l2d_bst3_s cn38xxp2;
	struct cvmx_l2d_bst3_s cn50xx;
	struct cvmx_l2d_bst3_s cn52xx;
	struct cvmx_l2d_bst3_s cn52xxp1;
	struct cvmx_l2d_bst3_s cn56xx;
	struct cvmx_l2d_bst3_s cn56xxp1;
	struct cvmx_l2d_bst3_s cn58xx;
	struct cvmx_l2d_bst3_s cn58xxp1;
};

union cvmx_l2d_err {
	uint64_t u64;
	struct cvmx_l2d_err_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_6_63:58;
		uint64_t bmhclsel:1;
		uint64_t ded_err:1;
		uint64_t sec_err:1;
		uint64_t ded_intena:1;
		uint64_t sec_intena:1;
		uint64_t ecc_ena:1;
#else
		uint64_t ecc_ena:1;
		uint64_t sec_intena:1;
		uint64_t ded_intena:1;
		uint64_t sec_err:1;
		uint64_t ded_err:1;
		uint64_t bmhclsel:1;
		uint64_t reserved_6_63:58;
#endif
	} s;
	struct cvmx_l2d_err_s cn30xx;
	struct cvmx_l2d_err_s cn31xx;
	struct cvmx_l2d_err_s cn38xx;
	struct cvmx_l2d_err_s cn38xxp2;
	struct cvmx_l2d_err_s cn50xx;
	struct cvmx_l2d_err_s cn52xx;
	struct cvmx_l2d_err_s cn52xxp1;
	struct cvmx_l2d_err_s cn56xx;
	struct cvmx_l2d_err_s cn56xxp1;
	struct cvmx_l2d_err_s cn58xx;
	struct cvmx_l2d_err_s cn58xxp1;
};

union cvmx_l2d_fadr {
	uint64_t u64;
	struct cvmx_l2d_fadr_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_19_63:45;
		uint64_t fadru:1;
		uint64_t fowmsk:4;
		uint64_t fset:3;
		uint64_t fadr:11;
#else
		uint64_t fadr:11;
		uint64_t fset:3;
		uint64_t fowmsk:4;
		uint64_t fadru:1;
		uint64_t reserved_19_63:45;
#endif
	} s;
	struct cvmx_l2d_fadr_cn30xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_18_63:46;
		uint64_t fowmsk:4;
		uint64_t reserved_13_13:1;
		uint64_t fset:2;
		uint64_t reserved_9_10:2;
		uint64_t fadr:9;
#else
		uint64_t fadr:9;
		uint64_t reserved_9_10:2;
		uint64_t fset:2;
		uint64_t reserved_13_13:1;
		uint64_t fowmsk:4;
		uint64_t reserved_18_63:46;
#endif
	} cn30xx;
	struct cvmx_l2d_fadr_cn31xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_18_63:46;
		uint64_t fowmsk:4;
		uint64_t reserved_13_13:1;
		uint64_t fset:2;
		uint64_t reserved_10_10:1;
		uint64_t fadr:10;
#else
		uint64_t fadr:10;
		uint64_t reserved_10_10:1;
		uint64_t fset:2;
		uint64_t reserved_13_13:1;
		uint64_t fowmsk:4;
		uint64_t reserved_18_63:46;
#endif
	} cn31xx;
	struct cvmx_l2d_fadr_cn38xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_18_63:46;
		uint64_t fowmsk:4;
		uint64_t fset:3;
		uint64_t fadr:11;
#else
		uint64_t fadr:11;
		uint64_t fset:3;
		uint64_t fowmsk:4;
		uint64_t reserved_18_63:46;
#endif
	} cn38xx;
	struct cvmx_l2d_fadr_cn38xx cn38xxp2;
	struct cvmx_l2d_fadr_cn50xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_18_63:46;
		uint64_t fowmsk:4;
		uint64_t fset:3;
		uint64_t reserved_8_10:3;
		uint64_t fadr:8;
#else
		uint64_t fadr:8;
		uint64_t reserved_8_10:3;
		uint64_t fset:3;
		uint64_t fowmsk:4;
		uint64_t reserved_18_63:46;
#endif
	} cn50xx;
	struct cvmx_l2d_fadr_cn52xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_18_63:46;
		uint64_t fowmsk:4;
		uint64_t fset:3;
		uint64_t reserved_10_10:1;
		uint64_t fadr:10;
#else
		uint64_t fadr:10;
		uint64_t reserved_10_10:1;
		uint64_t fset:3;
		uint64_t fowmsk:4;
		uint64_t reserved_18_63:46;
#endif
	} cn52xx;
	struct cvmx_l2d_fadr_cn52xx cn52xxp1;
	struct cvmx_l2d_fadr_s cn56xx;
	struct cvmx_l2d_fadr_s cn56xxp1;
	struct cvmx_l2d_fadr_s cn58xx;
	struct cvmx_l2d_fadr_s cn58xxp1;
};

union cvmx_l2d_fsyn0 {
	uint64_t u64;
	struct cvmx_l2d_fsyn0_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_20_63:44;
		uint64_t fsyn_ow1:10;
		uint64_t fsyn_ow0:10;
#else
		uint64_t fsyn_ow0:10;
		uint64_t fsyn_ow1:10;
		uint64_t reserved_20_63:44;
#endif
	} s;
	struct cvmx_l2d_fsyn0_s cn30xx;
	struct cvmx_l2d_fsyn0_s cn31xx;
	struct cvmx_l2d_fsyn0_s cn38xx;
	struct cvmx_l2d_fsyn0_s cn38xxp2;
	struct cvmx_l2d_fsyn0_s cn50xx;
	struct cvmx_l2d_fsyn0_s cn52xx;
	struct cvmx_l2d_fsyn0_s cn52xxp1;
	struct cvmx_l2d_fsyn0_s cn56xx;
	struct cvmx_l2d_fsyn0_s cn56xxp1;
	struct cvmx_l2d_fsyn0_s cn58xx;
	struct cvmx_l2d_fsyn0_s cn58xxp1;
};

union cvmx_l2d_fsyn1 {
	uint64_t u64;
	struct cvmx_l2d_fsyn1_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_20_63:44;
		uint64_t fsyn_ow3:10;
		uint64_t fsyn_ow2:10;
#else
		uint64_t fsyn_ow2:10;
		uint64_t fsyn_ow3:10;
		uint64_t reserved_20_63:44;
#endif
	} s;
	struct cvmx_l2d_fsyn1_s cn30xx;
	struct cvmx_l2d_fsyn1_s cn31xx;
	struct cvmx_l2d_fsyn1_s cn38xx;
	struct cvmx_l2d_fsyn1_s cn38xxp2;
	struct cvmx_l2d_fsyn1_s cn50xx;
	struct cvmx_l2d_fsyn1_s cn52xx;
	struct cvmx_l2d_fsyn1_s cn52xxp1;
	struct cvmx_l2d_fsyn1_s cn56xx;
	struct cvmx_l2d_fsyn1_s cn56xxp1;
	struct cvmx_l2d_fsyn1_s cn58xx;
	struct cvmx_l2d_fsyn1_s cn58xxp1;
};

union cvmx_l2d_fus0 {
	uint64_t u64;
	struct cvmx_l2d_fus0_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_34_63:30;
		uint64_t q0fus:34;
#else
		uint64_t q0fus:34;
		uint64_t reserved_34_63:30;
#endif
	} s;
	struct cvmx_l2d_fus0_s cn30xx;
	struct cvmx_l2d_fus0_s cn31xx;
	struct cvmx_l2d_fus0_s cn38xx;
	struct cvmx_l2d_fus0_s cn38xxp2;
	struct cvmx_l2d_fus0_s cn50xx;
	struct cvmx_l2d_fus0_s cn52xx;
	struct cvmx_l2d_fus0_s cn52xxp1;
	struct cvmx_l2d_fus0_s cn56xx;
	struct cvmx_l2d_fus0_s cn56xxp1;
	struct cvmx_l2d_fus0_s cn58xx;
	struct cvmx_l2d_fus0_s cn58xxp1;
};

union cvmx_l2d_fus1 {
	uint64_t u64;
	struct cvmx_l2d_fus1_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_34_63:30;
		uint64_t q1fus:34;
#else
		uint64_t q1fus:34;
		uint64_t reserved_34_63:30;
#endif
	} s;
	struct cvmx_l2d_fus1_s cn30xx;
	struct cvmx_l2d_fus1_s cn31xx;
	struct cvmx_l2d_fus1_s cn38xx;
	struct cvmx_l2d_fus1_s cn38xxp2;
	struct cvmx_l2d_fus1_s cn50xx;
	struct cvmx_l2d_fus1_s cn52xx;
	struct cvmx_l2d_fus1_s cn52xxp1;
	struct cvmx_l2d_fus1_s cn56xx;
	struct cvmx_l2d_fus1_s cn56xxp1;
	struct cvmx_l2d_fus1_s cn58xx;
	struct cvmx_l2d_fus1_s cn58xxp1;
};

union cvmx_l2d_fus2 {
	uint64_t u64;
	struct cvmx_l2d_fus2_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_34_63:30;
		uint64_t q2fus:34;
#else
		uint64_t q2fus:34;
		uint64_t reserved_34_63:30;
#endif
	} s;
	struct cvmx_l2d_fus2_s cn30xx;
	struct cvmx_l2d_fus2_s cn31xx;
	struct cvmx_l2d_fus2_s cn38xx;
	struct cvmx_l2d_fus2_s cn38xxp2;
	struct cvmx_l2d_fus2_s cn50xx;
	struct cvmx_l2d_fus2_s cn52xx;
	struct cvmx_l2d_fus2_s cn52xxp1;
	struct cvmx_l2d_fus2_s cn56xx;
	struct cvmx_l2d_fus2_s cn56xxp1;
	struct cvmx_l2d_fus2_s cn58xx;
	struct cvmx_l2d_fus2_s cn58xxp1;
};

union cvmx_l2d_fus3 {
	uint64_t u64;
	struct cvmx_l2d_fus3_s {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_40_63:24;
		uint64_t ema_ctl:3;
		uint64_t reserved_34_36:3;
		uint64_t q3fus:34;
#else
		uint64_t q3fus:34;
		uint64_t reserved_34_36:3;
		uint64_t ema_ctl:3;
		uint64_t reserved_40_63:24;
#endif
	} s;
	struct cvmx_l2d_fus3_cn30xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_35_63:29;
		uint64_t crip_64k:1;
		uint64_t q3fus:34;
#else
		uint64_t q3fus:34;
		uint64_t crip_64k:1;
		uint64_t reserved_35_63:29;
#endif
	} cn30xx;
	struct cvmx_l2d_fus3_cn31xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_35_63:29;
		uint64_t crip_128k:1;
		uint64_t q3fus:34;
#else
		uint64_t q3fus:34;
		uint64_t crip_128k:1;
		uint64_t reserved_35_63:29;
#endif
	} cn31xx;
	struct cvmx_l2d_fus3_cn38xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_36_63:28;
		uint64_t crip_256k:1;
		uint64_t crip_512k:1;
		uint64_t q3fus:34;
#else
		uint64_t q3fus:34;
		uint64_t crip_512k:1;
		uint64_t crip_256k:1;
		uint64_t reserved_36_63:28;
#endif
	} cn38xx;
	struct cvmx_l2d_fus3_cn38xx cn38xxp2;
	struct cvmx_l2d_fus3_cn50xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_40_63:24;
		uint64_t ema_ctl:3;
		uint64_t reserved_36_36:1;
		uint64_t crip_32k:1;
		uint64_t crip_64k:1;
		uint64_t q3fus:34;
#else
		uint64_t q3fus:34;
		uint64_t crip_64k:1;
		uint64_t crip_32k:1;
		uint64_t reserved_36_36:1;
		uint64_t ema_ctl:3;
		uint64_t reserved_40_63:24;
#endif
	} cn50xx;
	struct cvmx_l2d_fus3_cn52xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_40_63:24;
		uint64_t ema_ctl:3;
		uint64_t reserved_36_36:1;
		uint64_t crip_128k:1;
		uint64_t crip_256k:1;
		uint64_t q3fus:34;
#else
		uint64_t q3fus:34;
		uint64_t crip_256k:1;
		uint64_t crip_128k:1;
		uint64_t reserved_36_36:1;
		uint64_t ema_ctl:3;
		uint64_t reserved_40_63:24;
#endif
	} cn52xx;
	struct cvmx_l2d_fus3_cn52xx cn52xxp1;
	struct cvmx_l2d_fus3_cn56xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_40_63:24;
		uint64_t ema_ctl:3;
		uint64_t reserved_36_36:1;
		uint64_t crip_512k:1;
		uint64_t crip_1024k:1;
		uint64_t q3fus:34;
#else
		uint64_t q3fus:34;
		uint64_t crip_1024k:1;
		uint64_t crip_512k:1;
		uint64_t reserved_36_36:1;
		uint64_t ema_ctl:3;
		uint64_t reserved_40_63:24;
#endif
	} cn56xx;
	struct cvmx_l2d_fus3_cn56xx cn56xxp1;
	struct cvmx_l2d_fus3_cn58xx {
#ifdef __BIG_ENDIAN_BITFIELD
		uint64_t reserved_39_63:25;
		uint64_t ema_ctl:2;
		uint64_t reserved_36_36:1;
		uint64_t crip_512k:1;
		uint64_t crip_1024k:1;
		uint64_t q3fus:34;
#else
		uint64_t q3fus:34;
		uint64_t crip_1024k:1;
		uint64_t crip_512k:1;
		uint64_t reserved_36_36:1;
		uint64_t ema_ctl:2;
		uint64_t reserved_39_63:25;
#endif
	} cn58xx;
	struct cvmx_l2d_fus3_cn58xx cn58xxp1;
};

#endif