cdef_LPBlackfin.h 7.9 KB

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