def_LPBlackfin.h 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. /*
  2. * def_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. /* LP Blackfin CORE REGISTER BIT & ADDRESS DEFINITIONS FOR ADSP-BF532 */
  19. #ifndef _DEF_LPBLACKFIN_H
  20. #define _DEF_LPBLACKFIN_H
  21. /*
  22. * #if !defined(__ADSPLPBLACKFIN__)
  23. * #warning def_LPBlackfin.h should only be included for 532 compatible chips.
  24. * #endif
  25. */
  26. #define MK_BMSK_( x ) (1<<x) /* Make a bit mask from a bit position */
  27. /*
  28. * System Register Bits
  29. */
  30. /*
  31. * ASTAT register
  32. */
  33. /* definitions of ASTAT bit positions */
  34. #define ASTAT_AZ_P 0x00000000 /* Result of last ALU0 or shifter operation is zero */
  35. #define ASTAT_AN_P 0x00000001 /* Result of last ALU0 or shifter operation is negative */
  36. #define ASTAT_CC_P 0x00000005 /* Condition Code, used for holding comparison results */
  37. #define ASTAT_AQ_P 0x00000006 /* Quotient Bit */
  38. #define ASTAT_RND_MOD_P 0x00000008 /* Rounding mode, set for biased, clear for unbiased */
  39. #define ASTAT_AC0_P 0x0000000C /* Result of last ALU0 operation generated a carry */
  40. #define ASTAT_AC0_COPY_P 0x00000002 /* Result of last ALU0 operation generated a carry */
  41. #define ASTAT_AC1_P 0x0000000D /* Result of last ALU1 operation generated a carry */
  42. #define ASTAT_AV0_P 0x00000010 /* Result of last ALU0 or MAC0 operation overflowed, sticky for MAC */
  43. #define ASTAT_AV0S_P 0x00000011 /* Sticky version of ASTAT_AV0 */
  44. #define ASTAT_AV1_P 0x00000012 /* Result of last MAC1 operation overflowed, sticky for MAC */
  45. #define ASTAT_AV1S_P 0x00000013 /* Sticky version of ASTAT_AV1 */
  46. #define ASTAT_V_P 0x00000018 /* Result of last ALU0 or MAC0 operation overflowed */
  47. #define ASTAT_V_COPY_P 0x00000003 /* Result of last ALU0 or MAC0 operation overflowed */
  48. #define ASTAT_VS_P 0x00000019 /* Sticky version of ASTAT_V */
  49. /* ** Masks */
  50. #define ASTAT_AZ MK_BMSK_(ASTAT_AZ_P) /* Result of last ALU0 or shifter operation is zero */
  51. #define ASTAT_AN MK_BMSK_(ASTAT_AN_P) /* Result of last ALU0 or shifter operation is negative */
  52. #define ASTAT_AC0 MK_BMSK_(ASTAT_AC0_P) /* Result of last ALU0 operation generated a carry */
  53. #define ASTAT_AC0_COPY MK_BMSK_(ASTAT_AC0_COPY_P) /* Result of last ALU0 operation generated a carry */
  54. #define ASTAT_AC1 MK_BMSK_(ASTAT_AC1_P) /* Result of last ALU0 operation generated a carry */
  55. #define ASTAT_AV0 MK_BMSK_(ASTAT_AV0_P) /* Result of last ALU0 or MAC0 operation overflowed, sticky for MAC */
  56. #define ASTAT_AV1 MK_BMSK_(ASTAT_AV1_P) /* Result of last MAC1 operation overflowed, sticky for MAC */
  57. #define ASTAT_CC MK_BMSK_(ASTAT_CC_P) /* Condition Code, used for holding comparison results */
  58. #define ASTAT_AQ MK_BMSK_(ASTAT_AQ_P) /* Quotient Bit */
  59. #define ASTAT_RND_MOD MK_BMSK_(ASTAT_RND_MOD_P) /* Rounding mode, set for biased, clear for unbiased */
  60. #define ASTAT_V MK_BMSK_(ASTAT_V_P) /* Overflow Bit */
  61. #define ASTAT_V_COPY MK_BMSK_(ASTAT_V_COPY_P) /* Overflow Bit */
  62. /*
  63. * SEQSTAT register
  64. */
  65. /* ** Bit Positions */
  66. #define SEQSTAT_EXCAUSE0_P 0x00000000 /* Last exception cause bit 0 */
  67. #define SEQSTAT_EXCAUSE1_P 0x00000001 /* Last exception cause bit 1 */
  68. #define SEQSTAT_EXCAUSE2_P 0x00000002 /* Last exception cause bit 2 */
  69. #define SEQSTAT_EXCAUSE3_P 0x00000003 /* Last exception cause bit 3 */
  70. #define SEQSTAT_EXCAUSE4_P 0x00000004 /* Last exception cause bit 4 */
  71. #define SEQSTAT_EXCAUSE5_P 0x00000005 /* Last exception cause bit 5 */
  72. #define SEQSTAT_IDLE_REQ_P 0x0000000C /* Pending idle mode request, set by IDLE instruction */
  73. #define SEQSTAT_SFTRESET_P 0x0000000D /* Indicates whether the last reset was a software reset (=1) */
  74. #define SEQSTAT_HWERRCAUSE0_P 0x0000000E /* Last hw error cause bit 0 */
  75. #define SEQSTAT_HWERRCAUSE1_P 0x0000000F /* Last hw error cause bit 1 */
  76. #define SEQSTAT_HWERRCAUSE2_P 0x00000010 /* Last hw error cause bit 2 */
  77. #define SEQSTAT_HWERRCAUSE3_P 0x00000011 /* Last hw error cause bit 3 */
  78. #define SEQSTAT_HWERRCAUSE4_P 0x00000012 /* Last hw error cause bit 4 */
  79. #define SEQSTAT_HWERRCAUSE5_P 0x00000013 /* Last hw error cause bit 5 */
  80. #define SEQSTAT_HWERRCAUSE6_P 0x00000014 /* Last hw error cause bit 6 */
  81. #define SEQSTAT_HWERRCAUSE7_P 0x00000015 /* Last hw error cause bit 7 */
  82. /* ** Masks */
  83. /* Exception cause */
  84. #define SEQSTAT_EXCAUSE ( MK_BMSK_(SEQSTAT_EXCAUSE0_P ) | \
  85. MK_BMSK_(SEQSTAT_EXCAUSE1_P ) | \
  86. MK_BMSK_(SEQSTAT_EXCAUSE2_P ) | \
  87. MK_BMSK_(SEQSTAT_EXCAUSE3_P ) | \
  88. MK_BMSK_(SEQSTAT_EXCAUSE4_P ) | \
  89. MK_BMSK_(SEQSTAT_EXCAUSE5_P ) | \
  90. 0 )
  91. /* Indicates whether the last reset was a software reset (=1) */
  92. #define SEQSTAT_SFTRESET MK_BMSK_(SEQSTAT_SFTRESET_P )
  93. /* Last hw error cause */
  94. #define SEQSTAT_HWERRCAUSE MK_BMSK_(SEQSTAT_HWERRCAUSE0_P ) | \
  95. MK_BMSK_(SEQSTAT_HWERRCAUSE1_P ) | \
  96. MK_BMSK_(SEQSTAT_HWERRCAUSE2_P ) | \
  97. MK_BMSK_(SEQSTAT_HWERRCAUSE3_P ) | \
  98. MK_BMSK_(SEQSTAT_HWERRCAUSE4_P ) | \
  99. 0
  100. /*
  101. * SYSCFG register
  102. */
  103. /* ** Bit Positions */
  104. #define SYSCFG_SSSTEP_P 0x00000000 /* Supervisor single step, when set it forces an exception for each instruction executed */
  105. #define SYSCFG_CCEN_P 0x00000001 /* Enable cycle counter (=1) */
  106. #define SYSCFG_SNEN_P 0x00000002 /* Self nesting Interrupt Enable */
  107. /* ** Masks */
  108. #define SYSCFG_SSSTEP MK_BMSK_(SYSCFG_SSSTEP_P) /* Supervisor single step, when set it forces an exception for each instruction executed */
  109. #define SYSCFG_CCEN MK_BMSK_(SYSCFG_CCEN_P) /* Enable cycle counter (=1) */
  110. #define SYSCFG_SNEN MK_BMSK_(SYSCFG_SNEN_P /* Self Nesting Interrupt Enable */
  111. /* Backward-compatibility for typos in prior releases */
  112. #define SYSCFG_SSSSTEP SYSCFG_SSSTEP
  113. #define SYSCFG_CCCEN SYSCFG_CCEN
  114. /*
  115. * Core MMR Register Map
  116. */
  117. /* Data Cache & SRAM Memory (0xFFE00000 - 0xFFE00404) */
  118. #define SRAM_BASE_ADDRESS 0xFFE00000 /* SRAM Base Address Register */
  119. #define DMEM_CONTROL 0xFFE00004 /* Data memory control */
  120. #define DCPLB_STATUS 0xFFE00008 /* Data Cache Programmable Look-Aside Buffer Status */
  121. #define DCPLB_FAULT_STATUS 0xFFE00008 /* "" (older define) */
  122. #define DCPLB_FAULT_ADDR 0xFFE0000C /* Data Cache Programmable Look-Aside Buffer Fault Address */
  123. #define DCPLB_ADDR0 0xFFE00100 /* Data Cache Protection Lookaside Buffer 0 */
  124. #define DCPLB_ADDR1 0xFFE00104 /* Data Cache Protection Lookaside Buffer 1 */
  125. #define DCPLB_ADDR2 0xFFE00108 /* Data Cache Protection Lookaside Buffer 2 */
  126. #define DCPLB_ADDR3 0xFFE0010C /* Data Cacheability Protection Lookaside Buffer 3 */
  127. #define DCPLB_ADDR4 0xFFE00110 /* Data Cacheability Protection Lookaside Buffer 4 */
  128. #define DCPLB_ADDR5 0xFFE00114 /* Data Cacheability Protection Lookaside Buffer 5 */
  129. #define DCPLB_ADDR6 0xFFE00118 /* Data Cacheability Protection Lookaside Buffer 6 */
  130. #define DCPLB_ADDR7 0xFFE0011C /* Data Cacheability Protection Lookaside Buffer 7 */
  131. #define DCPLB_ADDR8 0xFFE00120 /* Data Cacheability Protection Lookaside Buffer 8 */
  132. #define DCPLB_ADDR9 0xFFE00124 /* Data Cacheability Protection Lookaside Buffer 9 */
  133. #define DCPLB_ADDR10 0xFFE00128 /* Data Cacheability Protection Lookaside Buffer 10 */
  134. #define DCPLB_ADDR11 0xFFE0012C /* Data Cacheability Protection Lookaside Buffer 11 */
  135. #define DCPLB_ADDR12 0xFFE00130 /* Data Cacheability Protection Lookaside Buffer 12 */
  136. #define DCPLB_ADDR13 0xFFE00134 /* Data Cacheability Protection Lookaside Buffer 13 */
  137. #define DCPLB_ADDR14 0xFFE00138 /* Data Cacheability Protection Lookaside Buffer 14 */
  138. #define DCPLB_ADDR15 0xFFE0013C /* Data Cacheability Protection Lookaside Buffer 15 */
  139. #define DCPLB_DATA0 0xFFE00200 /* Data Cache 0 Status */
  140. #define DCPLB_DATA1 0xFFE00204 /* Data Cache 1 Status */
  141. #define DCPLB_DATA2 0xFFE00208 /* Data Cache 2 Status */
  142. #define DCPLB_DATA3 0xFFE0020C /* Data Cache 3 Status */
  143. #define DCPLB_DATA4 0xFFE00210 /* Data Cache 4 Status */
  144. #define DCPLB_DATA5 0xFFE00214 /* Data Cache 5 Status */
  145. #define DCPLB_DATA6 0xFFE00218 /* Data Cache 6 Status */
  146. #define DCPLB_DATA7 0xFFE0021C /* Data Cache 7 Status */
  147. #define DCPLB_DATA8 0xFFE00220 /* Data Cache 8 Status */
  148. #define DCPLB_DATA9 0xFFE00224 /* Data Cache 9 Status */
  149. #define DCPLB_DATA10 0xFFE00228 /* Data Cache 10 Status */
  150. #define DCPLB_DATA11 0xFFE0022C /* Data Cache 11 Status */
  151. #define DCPLB_DATA12 0xFFE00230 /* Data Cache 12 Status */
  152. #define DCPLB_DATA13 0xFFE00234 /* Data Cache 13 Status */
  153. #define DCPLB_DATA14 0xFFE00238 /* Data Cache 14 Status */
  154. #define DCPLB_DATA15 0xFFE0023C /* Data Cache 15 Status */
  155. #define DTEST_COMMAND 0xFFE00300 /* Data Test Command Register */
  156. #define DTEST_DATA0 0xFFE00400 /* Data Test Data Register */
  157. #define DTEST_DATA1 0xFFE00404 /* Data Test Data Register */
  158. /* Instruction Cache & SRAM Memory (0xFFE01004 - 0xFFE01404) */
  159. #define IMEM_CONTROL 0xFFE01004 /* Instruction Memory Control */
  160. #define ICPLB_STATUS 0xFFE01008 /* Instruction Cache miss status */
  161. #define CODE_FAULT_STATUS 0xFFE01008 /* "" (older define) */
  162. #define ICPLB_FAULT_ADDR 0xFFE0100C /* Instruction Cache miss address */
  163. #define CODE_FAULT_ADDR 0xFFE0100C /* "" (older define) */
  164. #define ICPLB_ADDR0 0xFFE01100 /* Instruction Cacheability Protection Lookaside Buffer 0 */
  165. #define ICPLB_ADDR1 0xFFE01104 /* Instruction Cacheability Protection Lookaside Buffer 1 */
  166. #define ICPLB_ADDR2 0xFFE01108 /* Instruction Cacheability Protection Lookaside Buffer 2 */
  167. #define ICPLB_ADDR3 0xFFE0110C /* Instruction Cacheability Protection Lookaside Buffer 3 */
  168. #define ICPLB_ADDR4 0xFFE01110 /* Instruction Cacheability Protection Lookaside Buffer 4 */
  169. #define ICPLB_ADDR5 0xFFE01114 /* Instruction Cacheability Protection Lookaside Buffer 5 */
  170. #define ICPLB_ADDR6 0xFFE01118 /* Instruction Cacheability Protection Lookaside Buffer 6 */
  171. #define ICPLB_ADDR7 0xFFE0111C /* Instruction Cacheability Protection Lookaside Buffer 7 */
  172. #define ICPLB_ADDR8 0xFFE01120 /* Instruction Cacheability Protection Lookaside Buffer 8 */
  173. #define ICPLB_ADDR9 0xFFE01124 /* Instruction Cacheability Protection Lookaside Buffer 9 */
  174. #define ICPLB_ADDR10 0xFFE01128 /* Instruction Cacheability Protection Lookaside Buffer 10 */
  175. #define ICPLB_ADDR11 0xFFE0112C /* Instruction Cacheability Protection Lookaside Buffer 11 */
  176. #define ICPLB_ADDR12 0xFFE01130 /* Instruction Cacheability Protection Lookaside Buffer 12 */
  177. #define ICPLB_ADDR13 0xFFE01134 /* Instruction Cacheability Protection Lookaside Buffer 13 */
  178. #define ICPLB_ADDR14 0xFFE01138 /* Instruction Cacheability Protection Lookaside Buffer 14 */
  179. #define ICPLB_ADDR15 0xFFE0113C /* Instruction Cacheability Protection Lookaside Buffer 15 */
  180. #define ICPLB_DATA0 0xFFE01200 /* Instruction Cache 0 Status */
  181. #define ICPLB_DATA1 0xFFE01204 /* Instruction Cache 1 Status */
  182. #define ICPLB_DATA2 0xFFE01208 /* Instruction Cache 2 Status */
  183. #define ICPLB_DATA3 0xFFE0120C /* Instruction Cache 3 Status */
  184. #define ICPLB_DATA4 0xFFE01210 /* Instruction Cache 4 Status */
  185. #define ICPLB_DATA5 0xFFE01214 /* Instruction Cache 5 Status */
  186. #define ICPLB_DATA6 0xFFE01218 /* Instruction Cache 6 Status */
  187. #define ICPLB_DATA7 0xFFE0121C /* Instruction Cache 7 Status */
  188. #define ICPLB_DATA8 0xFFE01220 /* Instruction Cache 8 Status */
  189. #define ICPLB_DATA9 0xFFE01224 /* Instruction Cache 9 Status */
  190. #define ICPLB_DATA10 0xFFE01228 /* Instruction Cache 10 Status */
  191. #define ICPLB_DATA11 0xFFE0122C /* Instruction Cache 11 Status */
  192. #define ICPLB_DATA12 0xFFE01230 /* Instruction Cache 12 Status */
  193. #define ICPLB_DATA13 0xFFE01234 /* Instruction Cache 13 Status */
  194. #define ICPLB_DATA14 0xFFE01238 /* Instruction Cache 14 Status */
  195. #define ICPLB_DATA15 0xFFE0123C /* Instruction Cache 15 Status */
  196. #define ITEST_COMMAND 0xFFE01300 /* Instruction Test Command Register */
  197. #define ITEST_DATA0 0xFFE01400 /* Instruction Test Data Register */
  198. #define ITEST_DATA1 0xFFE01404 /* Instruction Test Data Register */
  199. /* Event/Interrupt Controller Registers (0xFFE02000 - 0xFFE02110) */
  200. #define EVT0 0xFFE02000 /* Event Vector 0 ESR Address */
  201. #define EVT1 0xFFE02004 /* Event Vector 1 ESR Address */
  202. #define EVT2 0xFFE02008 /* Event Vector 2 ESR Address */
  203. #define EVT3 0xFFE0200C /* Event Vector 3 ESR Address */
  204. #define EVT4 0xFFE02010 /* Event Vector 4 ESR Address */
  205. #define EVT5 0xFFE02014 /* Event Vector 5 ESR Address */
  206. #define EVT6 0xFFE02018 /* Event Vector 6 ESR Address */
  207. #define EVT7 0xFFE0201C /* Event Vector 7 ESR Address */
  208. #define EVT8 0xFFE02020 /* Event Vector 8 ESR Address */
  209. #define EVT9 0xFFE02024 /* Event Vector 9 ESR Address */
  210. #define EVT10 0xFFE02028 /* Event Vector 10 ESR Address */
  211. #define EVT11 0xFFE0202C /* Event Vector 11 ESR Address */
  212. #define EVT12 0xFFE02030 /* Event Vector 12 ESR Address */
  213. #define EVT13 0xFFE02034 /* Event Vector 13 ESR Address */
  214. #define EVT14 0xFFE02038 /* Event Vector 14 ESR Address */
  215. #define EVT15 0xFFE0203C /* Event Vector 15 ESR Address */
  216. #define IMASK 0xFFE02104 /* Interrupt Mask Register */
  217. #define IPEND 0xFFE02108 /* Interrupt Pending Register */
  218. #define ILAT 0xFFE0210C /* Interrupt Latch Register */
  219. #define IPRIO 0xFFE02110 /* Core Interrupt Priority Register */
  220. /* Core Timer Registers (0xFFE03000 - 0xFFE0300C) */
  221. #define TCNTL 0xFFE03000 /* Core Timer Control Register */
  222. #define TPERIOD 0xFFE03004 /* Core Timer Period Register */
  223. #define TSCALE 0xFFE03008 /* Core Timer Scale Register */
  224. #define TCOUNT 0xFFE0300C /* Core Timer Count Register */
  225. /* Debug/MP/Emulation Registers (0xFFE05000 - 0xFFE05008) */
  226. #define DSPID 0xFFE05000 /* DSP Processor ID Register for MP implementations */
  227. #define DBGSTAT 0xFFE05008 /* Debug Status Register */
  228. /* Trace Buffer Registers (0xFFE06000 - 0xFFE06100) */
  229. #define TBUFCTL 0xFFE06000 /* Trace Buffer Control Register */
  230. #define TBUFSTAT 0xFFE06004 /* Trace Buffer Status Register */
  231. #define TBUF 0xFFE06100 /* Trace Buffer */
  232. /* Watchpoint Control Registers (0xFFE07000 - 0xFFE07200) */
  233. #define WPIACTL 0xFFE07000 /* Watchpoint Instruction Address Control Register */
  234. #define WPIA0 0xFFE07040 /* Watchpoint Instruction Address Register 0 */
  235. #define WPIA1 0xFFE07044 /* Watchpoint Instruction Address Register 1 */
  236. #define WPIA2 0xFFE07048 /* Watchpoint Instruction Address Register 2 */
  237. #define WPIA3 0xFFE0704C /* Watchpoint Instruction Address Register 3 */
  238. #define WPIA4 0xFFE07050 /* Watchpoint Instruction Address Register 4 */
  239. #define WPIA5 0xFFE07054 /* Watchpoint Instruction Address Register 5 */
  240. #define WPIACNT0 0xFFE07080 /* Watchpoint Instruction Address Count Register 0 */
  241. #define WPIACNT1 0xFFE07084 /* Watchpoint Instruction Address Count Register 1 */
  242. #define WPIACNT2 0xFFE07088 /* Watchpoint Instruction Address Count Register 2 */
  243. #define WPIACNT3 0xFFE0708C /* Watchpoint Instruction Address Count Register 3 */
  244. #define WPIACNT4 0xFFE07090 /* Watchpoint Instruction Address Count Register 4 */
  245. #define WPIACNT5 0xFFE07094 /* Watchpoint Instruction Address Count Register 5 */
  246. #define WPDACTL 0xFFE07100 /* Watchpoint Data Address Control Register */
  247. #define WPDA0 0xFFE07140 /* Watchpoint Data Address Register 0 */
  248. #define WPDA1 0xFFE07144 /* Watchpoint Data Address Register 1 */
  249. #define WPDACNT0 0xFFE07180 /* Watchpoint Data Address Count Value Register 0 */
  250. #define WPDACNT1 0xFFE07184 /* Watchpoint Data Address Count Value Register 1 */
  251. #define WPSTAT 0xFFE07200 /* Watchpoint Status Register */
  252. /* Performance Monitor Registers (0xFFE08000 - 0xFFE08104) */
  253. #define PFCTL 0xFFE08000 /* Performance Monitor Control Register */
  254. #define PFCNTR0 0xFFE08100 /* Performance Monitor Counter Register 0 */
  255. #define PFCNTR1 0xFFE08104 /* Performance Monitor Counter Register 1 */
  256. /*
  257. * Core MMR Register Bits
  258. */
  259. /*
  260. * EVT registers (ILAT, IMASK, and IPEND).
  261. */
  262. /* ** Bit Positions */
  263. #define EVT_EMU_P 0x00000000 /* Emulator interrupt bit position */
  264. #define EVT_RST_P 0x00000001 /* Reset interrupt bit position */
  265. #define EVT_NMI_P 0x00000002 /* Non Maskable interrupt bit position */
  266. #define EVT_EVX_P 0x00000003 /* Exception bit position */
  267. #define EVT_IRPTEN_P 0x00000004 /* Global interrupt enable bit position */
  268. #define EVT_IVHW_P 0x00000005 /* Hardware Error interrupt bit position */
  269. #define EVT_IVTMR_P 0x00000006 /* Timer interrupt bit position */
  270. #define EVT_IVG7_P 0x00000007 /* IVG7 interrupt bit position */
  271. #define EVT_IVG8_P 0x00000008 /* IVG8 interrupt bit position */
  272. #define EVT_IVG9_P 0x00000009 /* IVG9 interrupt bit position */
  273. #define EVT_IVG10_P 0x0000000a /* IVG10 interrupt bit position */
  274. #define EVT_IVG11_P 0x0000000b /* IVG11 interrupt bit position */
  275. #define EVT_IVG12_P 0x0000000c /* IVG12 interrupt bit position */
  276. #define EVT_IVG13_P 0x0000000d /* IVG13 interrupt bit position */
  277. #define EVT_IVG14_P 0x0000000e /* IVG14 interrupt bit position */
  278. #define EVT_IVG15_P 0x0000000f /* IVG15 interrupt bit position */
  279. /* ** Masks */
  280. #define EVT_EMU MK_BMSK_(EVT_EMU_P ) /* Emulator interrupt mask */
  281. #define EVT_RST MK_BMSK_(EVT_RST_P ) /* Reset interrupt mask */
  282. #define EVT_NMI MK_BMSK_(EVT_NMI_P ) /* Non Maskable interrupt mask */
  283. #define EVT_EVX MK_BMSK_(EVT_EVX_P ) /* Exception mask */
  284. #define EVT_IRPTEN MK_BMSK_(EVT_IRPTEN_P) /* Global interrupt enable mask */
  285. #define EVT_IVHW MK_BMSK_(EVT_IVHW_P ) /* Hardware Error interrupt mask */
  286. #define EVT_IVTMR MK_BMSK_(EVT_IVTMR_P ) /* Timer interrupt mask */
  287. #define EVT_IVG7 MK_BMSK_(EVT_IVG7_P ) /* IVG7 interrupt mask */
  288. #define EVT_IVG8 MK_BMSK_(EVT_IVG8_P ) /* IVG8 interrupt mask */
  289. #define EVT_IVG9 MK_BMSK_(EVT_IVG9_P ) /* IVG9 interrupt mask */
  290. #define EVT_IVG10 MK_BMSK_(EVT_IVG10_P ) /* IVG10 interrupt mask */
  291. #define EVT_IVG11 MK_BMSK_(EVT_IVG11_P ) /* IVG11 interrupt mask */
  292. #define EVT_IVG12 MK_BMSK_(EVT_IVG12_P ) /* IVG12 interrupt mask */
  293. #define EVT_IVG13 MK_BMSK_(EVT_IVG13_P ) /* IVG13 interrupt mask */
  294. #define EVT_IVG14 MK_BMSK_(EVT_IVG14_P ) /* IVG14 interrupt mask */
  295. #define EVT_IVG15 MK_BMSK_(EVT_IVG15_P ) /* IVG15 interrupt mask */
  296. /*
  297. * DMEM_CONTROL Register
  298. */
  299. /* ** Bit Positions */
  300. #define ENDM_P 0x00 /* (doesn't really exist) Enable Data Memory L1 */
  301. #define DMCTL_ENDM_P 0x00 /* "" (older define) */
  302. #define DMC0_P 0x01 /* Data Memory Configuration, 00 - A SRAM, B SRAM */
  303. #define DMCTL_DMC0_P 0x01 /* "" (older define) */
  304. #define DMC1_P 0x02 /* Data Memory Configuration, 10 - A SRAM, B SRAM */
  305. #define DMCTL_DMC1_P 0x02 /* "" (older define) */
  306. #define DMC2_P 0x03 /* Data Memory Configuration, 11 - A CACHE, B CACHE */
  307. #define DMCTL_DMC2_P 0x03 /* "" (older define) */
  308. #define DCBS_P 0x04 /* L1 Data Cache Bank Select */
  309. #define PORT_PREF0_P 0x12 /* DAG0 Port Preference */
  310. #define PORT_PREF1_P 0x13 /* DAG1 Port Preference */
  311. /* ** Masks */
  312. #define ENDM 0x00000001 /* (doesn't really exist) Enable Data Memory L1 */
  313. #define ENDCPLB 0x00000002 /* Enable DCPLB */
  314. #define ASRAM_BSRAM 0x00000000
  315. #define ACACHE_BSRAM 0x00000008
  316. #define ACACHE_BCACHE 0x0000000C
  317. #define DCBS 0x00000010 /* L1 Data Cache Bank Select */
  318. #define PORT_PREF0 0x00001000 /* DAG0 Port Preference */
  319. #define PORT_PREF1 0x00002000 /* DAG1 Port Preference */
  320. /* IMEM_CONTROL Register */
  321. /* ** Bit Positions */
  322. #define ENIM_P 0x00 /* Enable L1 Code Memory */
  323. #define IMCTL_ENIM_P 0x00 /* "" (older define) */
  324. #define ENICPLB_P 0x01 /* Enable ICPLB */
  325. #define IMCTL_ENICPLB_P 0x01 /* "" (older define) */
  326. #define IMC_P 0x02 /* Enable */
  327. #define IMCTL_IMC_P 0x02 /* Configure L1 code memory as cache (0=SRAM) */
  328. #define ILOC0_P 0x03 /* Lock Way 0 */
  329. #define ILOC1_P 0x04 /* Lock Way 1 */
  330. #define ILOC2_P 0x05 /* Lock Way 2 */
  331. #define ILOC3_P 0x06 /* Lock Way 3 */
  332. #define LRUPRIORST_P 0x0D /* Least Recently Used Replacement Priority */
  333. /* ** Masks */
  334. #define ENIM 0x00000001 /* Enable L1 Code Memory */
  335. #define ENICPLB 0x00000002 /* Enable ICPLB */
  336. #define IMC 0x00000004 /* Configure L1 code memory as cache (0=SRAM) */
  337. #define ILOC0 0x00000008 /* Lock Way 0 */
  338. #define ILOC1 0x00000010 /* Lock Way 1 */
  339. #define ILOC2 0x00000020 /* Lock Way 2 */
  340. #define ILOC3 0x00000040 /* Lock Way 3 */
  341. #define LRUPRIORST 0x00002000 /* Least Recently Used Replacement Priority */
  342. /* TCNTL Masks */
  343. #define TMPWR 0x00000001 /* Timer Low Power Control, 0=low power mode, 1=active state */
  344. #define TMREN 0x00000002 /* Timer enable, 0=disable, 1=enable */
  345. #define TAUTORLD 0x00000004 /* Timer auto reload */
  346. #define TINT 0x00000008 /* Timer generated interrupt 0=no interrupt has been generated, 1=interrupt has been generated (sticky) */
  347. /* TCNTL Bit Positions */
  348. #define TMPWR_P 0x00000000 /* Timer Low Power Control, 0=low power mode, 1=active state */
  349. #define TMREN_P 0x00000001 /* Timer enable, 0=disable, 1=enable */
  350. #define TAUTORLD_P 0x00000002 /* Timer auto reload */
  351. #define TINT_P 0x00000003 /* Timer generated interrupt 0=no interrupt has been generated, 1=interrupt has been generated (sticky) */
  352. /* DCPLB_DATA and ICPLB_DATA Registers */
  353. /* ** Bit Positions */
  354. #define CPLB_VALID_P 0x00000000 /* 0=invalid entry, 1=valid entry */
  355. #define CPLB_LOCK_P 0x00000001 /* 0=entry may be replaced, 1=entry locked */
  356. #define CPLB_USER_RD_P 0x00000002 /* 0=no read access, 1=read access allowed (user mode) */
  357. /* ** Masks */
  358. #define CPLB_VALID 0x00000001 /* 0=invalid entry, 1=valid entry */
  359. #define CPLB_LOCK 0x00000002 /* 0=entry may be replaced, 1=entry locked */
  360. #define CPLB_USER_RD 0x00000004 /* 0=no read access, 1=read access allowed (user mode) */
  361. #define PAGE_SIZE_1KB 0x00000000 /* 1 KB page size */
  362. #define PAGE_SIZE_4KB 0x00010000 /* 4 KB page size */
  363. #define PAGE_SIZE_1MB 0x00020000 /* 1 MB page size */
  364. #define PAGE_SIZE_4MB 0x00030000 /* 4 MB page size */
  365. #define CPLB_L1SRAM 0x00000020 /* 0=SRAM mapped in L1, 0=SRAM not mapped to L1 */
  366. #define CPLB_PORTPRIO 0x00000200 /* 0=low priority port, 1= high priority port */
  367. #define CPLB_L1_CHBL 0x00001000 /* 0=non-cacheable in L1, 1=cacheable in L1 */
  368. /* ICPLB_DATA only */
  369. #define CPLB_LRUPRIO 0x00000100 /* 0=can be replaced by any line, 1=priority for non-replacement */
  370. /* DCPLB_DATA only */
  371. #define CPLB_USER_WR 0x00000008 /* 0=no write access, 0=write access allowed (user mode) */
  372. #define CPLB_SUPV_WR 0x00000010 /* 0=no write access, 0=write access allowed (supervisor mode) */
  373. #define CPLB_DIRTY 0x00000080 /* 1=dirty, 0=clean */
  374. #define CPLB_L1_AOW 0x00008000 /* 0=do not allocate cache lines on write-through writes */
  375. /* 1= allocate cache lines on write-through writes. */
  376. #define CPLB_WT 0x00004000 /* 0=write-back, 1=write-through */
  377. /* ITEST_COMMAND and DTEST_COMMAND Registers */
  378. /* ** Masks */
  379. #define TEST_READ 0x00000000 /* Read Access */
  380. #define TEST_WRITE 0x00000002 /* Write Access */
  381. #define TEST_TAG 0x00000000 /* Access TAG */
  382. #define TEST_DATA 0x00000004 /* Access DATA */
  383. #define TEST_DW0 0x00000000 /* Select Double Word 0 */
  384. #define TEST_DW1 0x00000008 /* Select Double Word 1 */
  385. #define TEST_DW2 0x00000010 /* Select Double Word 2 */
  386. #define TEST_DW3 0x00000018 /* Select Double Word 3 */
  387. #define TEST_MB0 0x00000000 /* Select Mini-Bank 0 */
  388. #define TEST_MB1 0x00010000 /* Select Mini-Bank 1 */
  389. #define TEST_MB2 0x00020000 /* Select Mini-Bank 2 */
  390. #define TEST_MB3 0x00030000 /* Select Mini-Bank 3 */
  391. #define TEST_SET(x) ((x << 5) & 0x03E0) /* Set Index 0->31 */
  392. #define TEST_WAY0 0x00000000 /* Access Way0 */
  393. #define TEST_WAY1 0x04000000 /* Access Way1 */
  394. /* ** ITEST_COMMAND only */
  395. #define TEST_WAY2 0x08000000 /* Access Way2 */
  396. #define TEST_WAY3 0x0C000000 /* Access Way3 */
  397. /* ** DTEST_COMMAND only */
  398. #define TEST_BNKSELA 0x00000000 /* Access SuperBank A */
  399. #define TEST_BNKSELB 0x00800000 /* Access SuperBank B */
  400. #endif /* _DEF_LPBLACKFIN_H */