cdef_LPBlackfin.h 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. /*
  2. * cdef_LPBlackfin.h
  3. *
  4. * This file is subject to the terms and conditions of the GNU Public
  5. * License. See the file "COPYING" in the main directory of this archive
  6. * for more details.
  7. *
  8. * Non-GPL License also available as part of VisualDSP++
  9. *
  10. * http://www.analog.com/processors/resources/crosscore/visualDspDevSoftware.html
  11. *
  12. * (c) Copyright 2001-2005 Analog Devices, Inc. All rights reserved
  13. *
  14. * This file under source code control, please send bugs or changes to:
  15. * dsptools.support@analog.com
  16. *
  17. */
  18. #ifndef _CDEF_LPBLACKFIN_H
  19. #define _CDEF_LPBLACKFIN_H
  20. /*
  21. * #if !defined(__ADSPLPBLACKFIN__)
  22. * #warning cdef_LPBlackfin.h should only be included for 532 compatible chips.
  23. * #endif
  24. */
  25. #include <asm/cpu/def_LPBlackfin.h>
  26. /* Cache & SRAM Memory */
  27. #define pSRAM_BASE_ADDRESS ((volatile void **)SRAM_BASE_ADDRESS)
  28. #define pDMEM_CONTROL ((volatile unsigned long *)DMEM_CONTROL)
  29. #define pDCPLB_STATUS ((volatile unsigned long *)DCPLB_STATUS)
  30. #define pDCPLB_FAULT_ADDR ((volatile void **)DCPLB_FAULT_ADDR)
  31. /* #define MMR_TIMEOUT 0xFFE00010 */ /* Memory-Mapped Register Timeout Register */
  32. #define pDCPLB_ADDR0 ((volatile void **)DCPLB_ADDR0)
  33. #define pDCPLB_ADDR1 ((volatile void **)DCPLB_ADDR1)
  34. #define pDCPLB_ADDR2 ((volatile void **)DCPLB_ADDR2)
  35. #define pDCPLB_ADDR3 ((volatile void **)DCPLB_ADDR3)
  36. #define pDCPLB_ADDR4 ((volatile void **)DCPLB_ADDR4)
  37. #define pDCPLB_ADDR5 ((volatile void **)DCPLB_ADDR5)
  38. #define pDCPLB_ADDR6 ((volatile void **)DCPLB_ADDR6)
  39. #define pDCPLB_ADDR7 ((volatile void **)DCPLB_ADDR7)
  40. #define pDCPLB_ADDR8 ((volatile void **)DCPLB_ADDR8)
  41. #define pDCPLB_ADDR9 ((volatile void **)DCPLB_ADDR9)
  42. #define pDCPLB_ADDR10 ((volatile void **)DCPLB_ADDR10)
  43. #define pDCPLB_ADDR11 ((volatile void **)DCPLB_ADDR11)
  44. #define pDCPLB_ADDR12 ((volatile void **)DCPLB_ADDR12)
  45. #define pDCPLB_ADDR13 ((volatile void **)DCPLB_ADDR13)
  46. #define pDCPLB_ADDR14 ((volatile void **)DCPLB_ADDR14)
  47. #define pDCPLB_ADDR15 ((volatile void **)DCPLB_ADDR15)
  48. #define pDCPLB_DATA0 ((volatile unsigned long *)DCPLB_DATA0)
  49. #define pDCPLB_DATA1 ((volatile unsigned long *)DCPLB_DATA1)
  50. #define pDCPLB_DATA2 ((volatile unsigned long *)DCPLB_DATA2)
  51. #define pDCPLB_DATA3 ((volatile unsigned long *)DCPLB_DATA3)
  52. #define pDCPLB_DATA4 ((volatile unsigned long *)DCPLB_DATA4)
  53. #define pDCPLB_DATA5 ((volatile unsigned long *)DCPLB_DATA5)
  54. #define pDCPLB_DATA6 ((volatile unsigned long *)DCPLB_DATA6)
  55. #define pDCPLB_DATA7 ((volatile unsigned long *)DCPLB_DATA7)
  56. #define pDCPLB_DATA8 ((volatile unsigned long *)DCPLB_DATA8)
  57. #define pDCPLB_DATA9 ((volatile unsigned long *)DCPLB_DATA9)
  58. #define pDCPLB_DATA10 ((volatile unsigned long *)DCPLB_DATA10)
  59. #define pDCPLB_DATA11 ((volatile unsigned long *)DCPLB_DATA11)
  60. #define pDCPLB_DATA12 ((volatile unsigned long *)DCPLB_DATA12)
  61. #define pDCPLB_DATA13 ((volatile unsigned long *)DCPLB_DATA13)
  62. #define pDCPLB_DATA14 ((volatile unsigned long *)DCPLB_DATA14)
  63. #define pDCPLB_DATA15 ((volatile unsigned long *)DCPLB_DATA15)
  64. #define pDTEST_COMMAND ((volatile unsigned long *)DTEST_COMMAND)
  65. /* #define DTEST_INDEX 0xFFE00304 */ /* Data Test Index Register */
  66. #define pDTEST_DATA0 ((volatile unsigned long *)DTEST_DATA0)
  67. #define pDTEST_DATA1 ((volatile unsigned long *)DTEST_DATA1)
  68. /*
  69. * # define DTEST_DATA2 0xFFE00408 Data Test Data Register
  70. * #define DTEST_DATA3 0xFFE0040C Data Test Data Register
  71. */
  72. #define pIMEM_CONTROL ((volatile unsigned long *)IMEM_CONTROL)
  73. #define pICPLB_STATUS ((volatile unsigned long *)ICPLB_STATUS)
  74. #define pICPLB_FAULT_ADDR ((volatile void **)ICPLB_FAULT_ADDR)
  75. #define pICPLB_ADDR0 ((volatile void **)ICPLB_ADDR0)
  76. #define pICPLB_ADDR1 ((volatile void **)ICPLB_ADDR1)
  77. #define pICPLB_ADDR2 ((volatile void **)ICPLB_ADDR2)
  78. #define pICPLB_ADDR3 ((volatile void **)ICPLB_ADDR3)
  79. #define pICPLB_ADDR4 ((volatile void **)ICPLB_ADDR4)
  80. #define pICPLB_ADDR5 ((volatile void **)ICPLB_ADDR5)
  81. #define pICPLB_ADDR6 ((volatile void **)ICPLB_ADDR6)
  82. #define pICPLB_ADDR7 ((volatile void **)ICPLB_ADDR7)
  83. #define pICPLB_ADDR8 ((volatile void **)ICPLB_ADDR8)
  84. #define pICPLB_ADDR9 ((volatile void **)ICPLB_ADDR9)
  85. #define pICPLB_ADDR10 ((volatile void **)ICPLB_ADDR10)
  86. #define pICPLB_ADDR11 ((volatile void **)ICPLB_ADDR11)
  87. #define pICPLB_ADDR12 ((volatile void **)ICPLB_ADDR12)
  88. #define pICPLB_ADDR13 ((volatile void **)ICPLB_ADDR13)
  89. #define pICPLB_ADDR14 ((volatile void **)ICPLB_ADDR14)
  90. #define pICPLB_ADDR15 ((volatile void **)ICPLB_ADDR15)
  91. #define pICPLB_DATA0 ((volatile unsigned long *)ICPLB_DATA0)
  92. #define pICPLB_DATA1 ((volatile unsigned long *)ICPLB_DATA1)
  93. #define pICPLB_DATA2 ((volatile unsigned long *)ICPLB_DATA2)
  94. #define pICPLB_DATA3 ((volatile unsigned long *)ICPLB_DATA3)
  95. #define pICPLB_DATA4 ((volatile unsigned long *)ICPLB_DATA4)
  96. #define pICPLB_DATA5 ((volatile unsigned long *)ICPLB_DATA5)
  97. #define pICPLB_DATA6 ((volatile unsigned long *)ICPLB_DATA6)
  98. #define pICPLB_DATA7 ((volatile unsigned long *)ICPLB_DATA7)
  99. #define pICPLB_DATA8 ((volatile unsigned long *)ICPLB_DATA8)
  100. #define pICPLB_DATA9 ((volatile unsigned long *)ICPLB_DATA9)
  101. #define pICPLB_DATA10 ((volatile unsigned long *)ICPLB_DATA10)
  102. #define pICPLB_DATA11 ((volatile unsigned long *)ICPLB_DATA11)
  103. #define pICPLB_DATA12 ((volatile unsigned long *)ICPLB_DATA12)
  104. #define pICPLB_DATA13 ((volatile unsigned long *)ICPLB_DATA13)
  105. #define pICPLB_DATA14 ((volatile unsigned long *)ICPLB_DATA14)
  106. #define pICPLB_DATA15 ((volatile unsigned long *)ICPLB_DATA15)
  107. #define pITEST_COMMAND ((volatile unsigned long *)ITEST_COMMAND)
  108. /* #define ITEST_INDEX 0xFFE01304 */ /* Instruction Test Index Register */
  109. #define pITEST_DATA0 ((volatile unsigned long *)ITEST_DATA0)
  110. #define pITEST_DATA1 ((volatile unsigned long *)ITEST_DATA1)
  111. /* Event/Interrupt Registers */
  112. #define pEVT0 ((volatile void **)EVT0)
  113. #define pEVT1 ((volatile void **)EVT1)
  114. #define pEVT2 ((volatile void **)EVT2)
  115. #define pEVT3 ((volatile void **)EVT3)
  116. #define pEVT4 ((volatile void **)EVT4)
  117. #define pEVT5 ((volatile void **)EVT5)
  118. #define pEVT6 ((volatile void **)EVT6)
  119. #define pEVT7 ((volatile void **)EVT7)
  120. #define pEVT8 ((volatile void **)EVT8)
  121. #define pEVT9 ((volatile void **)EVT9)
  122. #define pEVT10 ((volatile void **)EVT10)
  123. #define pEVT11 ((volatile void **)EVT11)
  124. #define pEVT12 ((volatile void **)EVT12)
  125. #define pEVT13 ((volatile void **)EVT13)
  126. #define pEVT14 ((volatile void **)EVT14)
  127. #define pEVT15 ((volatile void **)EVT15)
  128. #define pIMASK ((volatile unsigned long *)IMASK)
  129. #define pIPEND ((volatile unsigned long *)IPEND)
  130. #define pILAT ((volatile unsigned long *)ILAT)
  131. /* Core Timer Registers */
  132. #define pTCNTL ((volatile unsigned long *)TCNTL)
  133. #define pTPERIOD ((volatile unsigned long *)TPERIOD)
  134. #define pTSCALE ((volatile unsigned long *)TSCALE)
  135. #define pTCOUNT ((volatile unsigned long *)TCOUNT)
  136. /* Debug/MP/Emulation Registers */
  137. #define pDSPID ((volatile unsigned long *)DSPID)
  138. #define pDBGCTL ((volatile unsigned long *)DBGCTL)
  139. #define pDBGSTAT ((volatile unsigned long *)DBGSTAT)
  140. #define pEMUDAT ((volatile unsigned long *)EMUDAT)
  141. /* Trace Buffer Registers */
  142. #define pTBUFCTL ((volatile unsigned long *)TBUFCTL)
  143. #define pTBUFSTAT ((volatile unsigned long *)TBUFSTAT)
  144. #define pTBUF ((volatile void **)TBUF)
  145. /* Watch Point Control Registers */
  146. #define pWPIACTL ((volatile unsigned long *)WPIACTL)
  147. #define pWPIA0 ((volatile void **)WPIA0)
  148. #define pWPIA1 ((volatile void **)WPIA1)
  149. #define pWPIA2 ((volatile void **)WPIA2)
  150. #define pWPIA3 ((volatile void **)WPIA3)
  151. #define pWPIA4 ((volatile void **)WPIA4)
  152. #define pWPIA5 ((volatile void **)WPIA5)
  153. #define pWPIACNT0 ((volatile unsigned long *)WPIACNT0)
  154. #define pWPIACNT1 ((volatile unsigned long *)WPIACNT1)
  155. #define pWPIACNT2 ((volatile unsigned long *)WPIACNT2)
  156. #define pWPIACNT3 ((volatile unsigned long *)WPIACNT3)
  157. #define pWPIACNT4 ((volatile unsigned long *)WPIACNT4)
  158. #define pWPIACNT5 ((volatile unsigned long *)WPIACNT5)
  159. #define pWPDACTL ((volatile unsigned long *)WPDACTL)
  160. #define pWPDA0 ((volatile void **)WPDA0)
  161. #define pWPDA1 ((volatile void **)WPDA1)
  162. #define pWPDACNT0 ((volatile unsigned long *)WPDACNT0)
  163. #define pWPDACNT1 ((volatile unsigned long *)WPDACNT1)
  164. #define pWPSTAT ((volatile unsigned long *)WPSTAT)
  165. /* Performance Monitor Registers */
  166. #define pPFCTL ((volatile unsigned long *)PFCTL)
  167. #define pPFCNTR0 ((volatile unsigned long *)PFCNTR0)
  168. #define pPFCNTR1 ((volatile unsigned long *)PFCNTR1)
  169. /* #define IPRIO 0xFFE02110 */ /* Core Interrupt Priority Register */
  170. #endif /* _CDEF_LPBLACKFIN_H */