mpipe_def.h 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. /*
  2. * Copyright 2012 Tilera Corporation. All Rights Reserved.
  3. *
  4. * This program is free software; you can redistribute it and/or
  5. * modify it under the terms of the GNU General Public License
  6. * as published by the Free Software Foundation, version 2.
  7. *
  8. * This program is distributed in the hope that it will be useful, but
  9. * WITHOUT ANY WARRANTY; without even the implied warranty of
  10. * MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE, GOOD TITLE or
  11. * NON INFRINGEMENT. See the GNU General Public License for
  12. * more details.
  13. */
  14. /* Machine-generated file; do not edit. */
  15. #ifndef __ARCH_MPIPE_DEF_H__
  16. #define __ARCH_MPIPE_DEF_H__
  17. #define MPIPE_MMIO_ADDR__REGION_SHIFT 26
  18. #define MPIPE_MMIO_ADDR__REGION_VAL_CFG 0x0
  19. #define MPIPE_MMIO_ADDR__REGION_VAL_IDMA 0x4
  20. #define MPIPE_MMIO_ADDR__REGION_VAL_EDMA 0x5
  21. #define MPIPE_MMIO_ADDR__REGION_VAL_BSM 0x6
  22. #define MPIPE_BSM_REGION_VAL__VA_SHIFT 7
  23. #define MPIPE_BSM_INIT_DAT_1__SIZE_VAL_BSZ_128 0x0
  24. #define MPIPE_BSM_INIT_DAT_1__SIZE_VAL_BSZ_256 0x1
  25. #define MPIPE_BSM_INIT_DAT_1__SIZE_VAL_BSZ_512 0x2
  26. #define MPIPE_BSM_INIT_DAT_1__SIZE_VAL_BSZ_1024 0x3
  27. #define MPIPE_BSM_INIT_DAT_1__SIZE_VAL_BSZ_1664 0x4
  28. #define MPIPE_BSM_INIT_DAT_1__SIZE_VAL_BSZ_4096 0x5
  29. #define MPIPE_BSM_INIT_DAT_1__SIZE_VAL_BSZ_10368 0x6
  30. #define MPIPE_BSM_INIT_DAT_1__SIZE_VAL_BSZ_16384 0x7
  31. #define MPIPE_LBL_INIT_DAT_BSTS_TBL__MODE_VAL_DFA 0x0
  32. #define MPIPE_LBL_INIT_DAT_BSTS_TBL__MODE_VAL_FIXED 0x1
  33. #define MPIPE_LBL_INIT_DAT_BSTS_TBL__MODE_VAL_ALWAYS_PICK 0x2
  34. #define MPIPE_LBL_INIT_DAT_BSTS_TBL__MODE_VAL_STICKY 0x3
  35. #define MPIPE_LBL_INIT_DAT_BSTS_TBL__MODE_VAL_STICKY_RAND 0x7
  36. #define MPIPE_LBL_NR_STATE__FIRST_WORD 0x2138
  37. #endif /* !defined(__ARCH_MPIPE_DEF_H__) */