m32102.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314
  1. #ifndef _M32102_H_
  2. #define _M32102_H_
  3. /*
  4. * Renesas M32R 32102 group
  5. *
  6. * Copyright (c) 2001 Hitoshi Yamamoto
  7. * Copyright (c) 2003, 2004 Renesas Technology Corp.
  8. */
  9. /*======================================================================*
  10. * Special Function Register
  11. *======================================================================*/
  12. #if !defined(CONFIG_CHIP_M32104)
  13. #define M32R_SFR_OFFSET (0x00E00000) /* 0x00E00000-0x00EFFFFF 1[MB] */
  14. #else
  15. #define M32R_SFR_OFFSET (0x00700000) /* 0x00700000-0x007FFFFF 1[MB] */
  16. #endif
  17. /*
  18. * Clock and Power Management registers.
  19. */
  20. #define M32R_CPM_OFFSET (0x000F4000+M32R_SFR_OFFSET)
  21. #define M32R_CPM_CPUCLKCR_PORTL (0x00+M32R_CPM_OFFSET)
  22. #define M32R_CPM_CLKMOD_PORTL (0x04+M32R_CPM_OFFSET)
  23. #define M32R_CPM_PLLCR_PORTL (0x08+M32R_CPM_OFFSET)
  24. /*
  25. * DMA Controller registers.
  26. */
  27. #define M32R_DMA_OFFSET (0x000F8000+M32R_SFR_OFFSET)
  28. #define M32R_DMAEN_PORTL (0x000+M32R_DMA_OFFSET)
  29. #define M32R_DMAISTS_PORTL (0x004+M32R_DMA_OFFSET)
  30. #define M32R_DMAEDET_PORTL (0x008+M32R_DMA_OFFSET)
  31. #define M32R_DMAASTS_PORTL (0x00c+M32R_DMA_OFFSET)
  32. #define M32R_DMA0CR0_PORTL (0x100+M32R_DMA_OFFSET)
  33. #define M32R_DMA0CR1_PORTL (0x104+M32R_DMA_OFFSET)
  34. #define M32R_DMA0CSA_PORTL (0x108+M32R_DMA_OFFSET)
  35. #define M32R_DMA0RSA_PORTL (0x10c+M32R_DMA_OFFSET)
  36. #define M32R_DMA0CDA_PORTL (0x110+M32R_DMA_OFFSET)
  37. #define M32R_DMA0RDA_PORTL (0x114+M32R_DMA_OFFSET)
  38. #define M32R_DMA0CBCUT_PORTL (0x118+M32R_DMA_OFFSET)
  39. #define M32R_DMA0RBCUT_PORTL (0x11c+M32R_DMA_OFFSET)
  40. #define M32R_DMA1CR0_PORTL (0x200+M32R_DMA_OFFSET)
  41. #define M32R_DMA1CR1_PORTL (0x204+M32R_DMA_OFFSET)
  42. #define M32R_DMA1CSA_PORTL (0x208+M32R_DMA_OFFSET)
  43. #define M32R_DMA1RSA_PORTL (0x20c+M32R_DMA_OFFSET)
  44. #define M32R_DMA1CDA_PORTL (0x210+M32R_DMA_OFFSET)
  45. #define M32R_DMA1RDA_PORTL (0x214+M32R_DMA_OFFSET)
  46. #define M32R_DMA1CBCUT_PORTL (0x218+M32R_DMA_OFFSET)
  47. #define M32R_DMA1RBCUT_PORTL (0x21c+M32R_DMA_OFFSET)
  48. /*
  49. * Multi Function Timer registers.
  50. */
  51. #define M32R_MFT_OFFSET (0x000FC000+M32R_SFR_OFFSET)
  52. #define M32R_MFTCR_PORTL (0x000+M32R_MFT_OFFSET) /* MFT control */
  53. #define M32R_MFTRPR_PORTL (0x004+M32R_MFT_OFFSET) /* MFT real port */
  54. #define M32R_MFT0_OFFSET (0x100+M32R_MFT_OFFSET)
  55. #define M32R_MFT0MOD_PORTL (0x00+M32R_MFT0_OFFSET) /* MFT0 mode */
  56. #define M32R_MFT0BOS_PORTL (0x04+M32R_MFT0_OFFSET) /* MFT0 b-port output status */
  57. #define M32R_MFT0CUT_PORTL (0x08+M32R_MFT0_OFFSET) /* MFT0 count */
  58. #define M32R_MFT0RLD_PORTL (0x0C+M32R_MFT0_OFFSET) /* MFT0 reload */
  59. #define M32R_MFT0CMPRLD_PORTL (0x10+M32R_MFT0_OFFSET) /* MFT0 compare reload */
  60. #define M32R_MFT1_OFFSET (0x200+M32R_MFT_OFFSET)
  61. #define M32R_MFT1MOD_PORTL (0x00+M32R_MFT1_OFFSET) /* MFT1 mode */
  62. #define M32R_MFT1BOS_PORTL (0x04+M32R_MFT1_OFFSET) /* MFT1 b-port output status */
  63. #define M32R_MFT1CUT_PORTL (0x08+M32R_MFT1_OFFSET) /* MFT1 count */
  64. #define M32R_MFT1RLD_PORTL (0x0C+M32R_MFT1_OFFSET) /* MFT1 reload */
  65. #define M32R_MFT1CMPRLD_PORTL (0x10+M32R_MFT1_OFFSET) /* MFT1 compare reload */
  66. #define M32R_MFT2_OFFSET (0x300+M32R_MFT_OFFSET)
  67. #define M32R_MFT2MOD_PORTL (0x00+M32R_MFT2_OFFSET) /* MFT2 mode */
  68. #define M32R_MFT2BOS_PORTL (0x04+M32R_MFT2_OFFSET) /* MFT2 b-port output status */
  69. #define M32R_MFT2CUT_PORTL (0x08+M32R_MFT2_OFFSET) /* MFT2 count */
  70. #define M32R_MFT2RLD_PORTL (0x0C+M32R_MFT2_OFFSET) /* MFT2 reload */
  71. #define M32R_MFT2CMPRLD_PORTL (0x10+M32R_MFT2_OFFSET) /* MFT2 compare reload */
  72. #define M32R_MFT3_OFFSET (0x400+M32R_MFT_OFFSET)
  73. #define M32R_MFT3MOD_PORTL (0x00+M32R_MFT3_OFFSET) /* MFT3 mode */
  74. #define M32R_MFT3BOS_PORTL (0x04+M32R_MFT3_OFFSET) /* MFT3 b-port output status */
  75. #define M32R_MFT3CUT_PORTL (0x08+M32R_MFT3_OFFSET) /* MFT3 count */
  76. #define M32R_MFT3RLD_PORTL (0x0C+M32R_MFT3_OFFSET) /* MFT3 reload */
  77. #define M32R_MFT3CMPRLD_PORTL (0x10+M32R_MFT3_OFFSET) /* MFT3 compare reload */
  78. #define M32R_MFT4_OFFSET (0x500+M32R_MFT_OFFSET)
  79. #define M32R_MFT4MOD_PORTL (0x00+M32R_MFT4_OFFSET) /* MFT4 mode */
  80. #define M32R_MFT4BOS_PORTL (0x04+M32R_MFT4_OFFSET) /* MFT4 b-port output status */
  81. #define M32R_MFT4CUT_PORTL (0x08+M32R_MFT4_OFFSET) /* MFT4 count */
  82. #define M32R_MFT4RLD_PORTL (0x0C+M32R_MFT4_OFFSET) /* MFT4 reload */
  83. #define M32R_MFT4CMPRLD_PORTL (0x10+M32R_MFT4_OFFSET) /* MFT4 compare reload */
  84. #define M32R_MFT5_OFFSET (0x600+M32R_MFT_OFFSET)
  85. #define M32R_MFT5MOD_PORTL (0x00+M32R_MFT5_OFFSET) /* MFT4 mode */
  86. #define M32R_MFT5BOS_PORTL (0x04+M32R_MFT5_OFFSET) /* MFT4 b-port output status */
  87. #define M32R_MFT5CUT_PORTL (0x08+M32R_MFT5_OFFSET) /* MFT4 count */
  88. #define M32R_MFT5RLD_PORTL (0x0C+M32R_MFT5_OFFSET) /* MFT4 reload */
  89. #define M32R_MFT5CMPRLD_PORTL (0x10+M32R_MFT5_OFFSET) /* MFT4 compare reload */
  90. #if (defined(CONFIG_CHIP_M32700) && !defined(CONFIG_PLAT_MAPPI2)) \
  91. || defined(CONFIG_CHIP_M32104)
  92. #define M32R_MFTCR_MFT0MSK (1UL<<31) /* b0 */
  93. #define M32R_MFTCR_MFT1MSK (1UL<<30) /* b1 */
  94. #define M32R_MFTCR_MFT2MSK (1UL<<29) /* b2 */
  95. #define M32R_MFTCR_MFT3MSK (1UL<<28) /* b3 */
  96. #define M32R_MFTCR_MFT4MSK (1UL<<27) /* b4 */
  97. #define M32R_MFTCR_MFT5MSK (1UL<<26) /* b5 */
  98. #define M32R_MFTCR_MFT0EN (1UL<<23) /* b8 */
  99. #define M32R_MFTCR_MFT1EN (1UL<<22) /* b9 */
  100. #define M32R_MFTCR_MFT2EN (1UL<<21) /* b10 */
  101. #define M32R_MFTCR_MFT3EN (1UL<<20) /* b11 */
  102. #define M32R_MFTCR_MFT4EN (1UL<<19) /* b12 */
  103. #define M32R_MFTCR_MFT5EN (1UL<<18) /* b13 */
  104. #else
  105. #define M32R_MFTCR_MFT0MSK (1UL<<15) /* b16 */
  106. #define M32R_MFTCR_MFT1MSK (1UL<<14) /* b17 */
  107. #define M32R_MFTCR_MFT2MSK (1UL<<13) /* b18 */
  108. #define M32R_MFTCR_MFT3MSK (1UL<<12) /* b19 */
  109. #define M32R_MFTCR_MFT4MSK (1UL<<11) /* b20 */
  110. #define M32R_MFTCR_MFT5MSK (1UL<<10) /* b21 */
  111. #define M32R_MFTCR_MFT0EN (1UL<<7) /* b24 */
  112. #define M32R_MFTCR_MFT1EN (1UL<<6) /* b25 */
  113. #define M32R_MFTCR_MFT2EN (1UL<<5) /* b26 */
  114. #define M32R_MFTCR_MFT3EN (1UL<<4) /* b27 */
  115. #define M32R_MFTCR_MFT4EN (1UL<<3) /* b28 */
  116. #define M32R_MFTCR_MFT5EN (1UL<<2) /* b29 */
  117. #endif
  118. #define M32R_MFTMOD_CC_MASK (1UL<<15) /* b16 */
  119. #define M32R_MFTMOD_TCCR (1UL<<13) /* b18 */
  120. #define M32R_MFTMOD_GTSEL000 (0UL<<8) /* b21-23 : 000 */
  121. #define M32R_MFTMOD_GTSEL001 (1UL<<8) /* b21-23 : 001 */
  122. #define M32R_MFTMOD_GTSEL010 (2UL<<8) /* b21-23 : 010 */
  123. #define M32R_MFTMOD_GTSEL011 (3UL<<8) /* b21-23 : 011 */
  124. #define M32R_MFTMOD_GTSEL110 (6UL<<8) /* b21-23 : 110 */
  125. #define M32R_MFTMOD_GTSEL111 (7UL<<8) /* b21-23 : 111 */
  126. #define M32R_MFTMOD_CMSEL (1UL<<3) /* b28 */
  127. #define M32R_MFTMOD_CSSEL000 (0UL<<0) /* b29-b31 : 000 */
  128. #define M32R_MFTMOD_CSSEL001 (1UL<<0) /* b29-b31 : 001 */
  129. #define M32R_MFTMOD_CSSEL010 (2UL<<0) /* b29-b31 : 010 */
  130. #define M32R_MFTMOD_CSSEL011 (3UL<<0) /* b29-b31 : 011 */
  131. #define M32R_MFTMOD_CSSEL100 (4UL<<0) /* b29-b31 : 100 */
  132. #define M32R_MFTMOD_CSSEL110 (6UL<<0) /* b29-b31 : 110 */
  133. /*
  134. * Serial I/O registers.
  135. */
  136. #define M32R_SIO_OFFSET (0x000FD000+M32R_SFR_OFFSET)
  137. #define M32R_SIO0_CR_PORTL (0x000+M32R_SIO_OFFSET)
  138. #define M32R_SIO0_MOD0_PORTL (0x004+M32R_SIO_OFFSET)
  139. #define M32R_SIO0_MOD1_PORTL (0x008+M32R_SIO_OFFSET)
  140. #define M32R_SIO0_STS_PORTL (0x00C+M32R_SIO_OFFSET)
  141. #define M32R_SIO0_TRCR_PORTL (0x010+M32R_SIO_OFFSET)
  142. #define M32R_SIO0_BAUR_PORTL (0x014+M32R_SIO_OFFSET)
  143. #define M32R_SIO0_RBAUR_PORTL (0x018+M32R_SIO_OFFSET)
  144. #define M32R_SIO0_TXB_PORTL (0x01C+M32R_SIO_OFFSET)
  145. #define M32R_SIO0_RXB_PORTL (0x020+M32R_SIO_OFFSET)
  146. /*
  147. * Interrupt Control Unit registers.
  148. */
  149. #define M32R_ICU_OFFSET (0x000FF000+M32R_SFR_OFFSET)
  150. #define M32R_ICU_ISTS_PORTL (0x004+M32R_ICU_OFFSET)
  151. #define M32R_ICU_IREQ0_PORTL (0x008+M32R_ICU_OFFSET)
  152. #define M32R_ICU_IREQ1_PORTL (0x00C+M32R_ICU_OFFSET)
  153. #define M32R_ICU_SBICR_PORTL (0x018+M32R_ICU_OFFSET)
  154. #define M32R_ICU_IMASK_PORTL (0x01C+M32R_ICU_OFFSET)
  155. #define M32R_ICU_CR1_PORTL (0x200+M32R_ICU_OFFSET) /* INT0 */
  156. #define M32R_ICU_CR2_PORTL (0x204+M32R_ICU_OFFSET) /* INT1 */
  157. #define M32R_ICU_CR3_PORTL (0x208+M32R_ICU_OFFSET) /* INT2 */
  158. #define M32R_ICU_CR4_PORTL (0x20C+M32R_ICU_OFFSET) /* INT3 */
  159. #define M32R_ICU_CR5_PORTL (0x210+M32R_ICU_OFFSET) /* INT4 */
  160. #define M32R_ICU_CR6_PORTL (0x214+M32R_ICU_OFFSET) /* INT5 */
  161. #define M32R_ICU_CR7_PORTL (0x218+M32R_ICU_OFFSET) /* INT6 */
  162. #define M32R_ICU_CR8_PORTL (0x219+M32R_ICU_OFFSET) /* INT7 */
  163. #define M32R_ICU_CR16_PORTL (0x23C+M32R_ICU_OFFSET) /* MFT0 */
  164. #define M32R_ICU_CR17_PORTL (0x240+M32R_ICU_OFFSET) /* MFT1 */
  165. #define M32R_ICU_CR18_PORTL (0x244+M32R_ICU_OFFSET) /* MFT2 */
  166. #define M32R_ICU_CR19_PORTL (0x248+M32R_ICU_OFFSET) /* MFT3 */
  167. #define M32R_ICU_CR20_PORTL (0x24C+M32R_ICU_OFFSET) /* MFT4 */
  168. #define M32R_ICU_CR21_PORTL (0x250+M32R_ICU_OFFSET) /* MFT5 */
  169. #define M32R_ICU_CR32_PORTL (0x27C+M32R_ICU_OFFSET) /* DMA0 */
  170. #define M32R_ICU_CR33_PORTL (0x280+M32R_ICU_OFFSET) /* DMA1 */
  171. #define M32R_ICU_CR48_PORTL (0x2BC+M32R_ICU_OFFSET) /* SIO0 */
  172. #define M32R_ICU_CR49_PORTL (0x2C0+M32R_ICU_OFFSET) /* SIO0 */
  173. #define M32R_ICU_CR50_PORTL (0x2C4+M32R_ICU_OFFSET) /* SIO1 */
  174. #define M32R_ICU_CR51_PORTL (0x2C8+M32R_ICU_OFFSET) /* SIO1 */
  175. #define M32R_ICU_CR52_PORTL (0x2CC+M32R_ICU_OFFSET) /* SIO2 */
  176. #define M32R_ICU_CR53_PORTL (0x2D0+M32R_ICU_OFFSET) /* SIO2 */
  177. #define M32R_ICU_CR54_PORTL (0x2D4+M32R_ICU_OFFSET) /* SIO3 */
  178. #define M32R_ICU_CR55_PORTL (0x2D8+M32R_ICU_OFFSET) /* SIO3 */
  179. #define M32R_ICU_CR56_PORTL (0x2DC+M32R_ICU_OFFSET) /* SIO4 */
  180. #define M32R_ICU_CR57_PORTL (0x2E0+M32R_ICU_OFFSET) /* SIO4 */
  181. #ifdef CONFIG_SMP
  182. #define M32R_ICU_IPICR0_PORTL (0x2dc+M32R_ICU_OFFSET) /* IPI0 */
  183. #define M32R_ICU_IPICR1_PORTL (0x2e0+M32R_ICU_OFFSET) /* IPI1 */
  184. #define M32R_ICU_IPICR2_PORTL (0x2e4+M32R_ICU_OFFSET) /* IPI2 */
  185. #define M32R_ICU_IPICR3_PORTL (0x2e8+M32R_ICU_OFFSET) /* IPI3 */
  186. #define M32R_ICU_IPICR4_PORTL (0x2ec+M32R_ICU_OFFSET) /* IPI4 */
  187. #define M32R_ICU_IPICR5_PORTL (0x2f0+M32R_ICU_OFFSET) /* IPI5 */
  188. #define M32R_ICU_IPICR6_PORTL (0x2f4+M32R_ICU_OFFSET) /* IPI6 */
  189. #define M32R_ICU_IPICR7_PORTL (0x2f8+M32R_ICU_OFFSET) /* IPI7 */
  190. #endif /* CONFIG_SMP */
  191. #define M32R_ICUIMASK_IMSK0 (0UL<<16) /* b13-b15: Disable interrupt */
  192. #define M32R_ICUIMASK_IMSK1 (1UL<<16) /* b13-b15: Enable level 0 interrupt */
  193. #define M32R_ICUIMASK_IMSK2 (2UL<<16) /* b13-b15: Enable level 0,1 interrupt */
  194. #define M32R_ICUIMASK_IMSK3 (3UL<<16) /* b13-b15: Enable level 0-2 interrupt */
  195. #define M32R_ICUIMASK_IMSK4 (4UL<<16) /* b13-b15: Enable level 0-3 interrupt */
  196. #define M32R_ICUIMASK_IMSK5 (5UL<<16) /* b13-b15: Enable level 0-4 interrupt */
  197. #define M32R_ICUIMASK_IMSK6 (6UL<<16) /* b13-b15: Enable level 0-5 interrupt */
  198. #define M32R_ICUIMASK_IMSK7 (7UL<<16) /* b13-b15: Enable level 0-6 interrupt */
  199. #define M32R_ICUCR_IEN (1UL<<12) /* b19: Interrupt enable */
  200. #define M32R_ICUCR_IRQ (1UL<<8) /* b23: Interrupt request */
  201. #define M32R_ICUCR_ISMOD00 (0UL<<4) /* b26-b27: Interrupt sense mode Edge HtoL */
  202. #define M32R_ICUCR_ISMOD01 (1UL<<4) /* b26-b27: Interrupt sense mode Level L */
  203. #define M32R_ICUCR_ISMOD10 (2UL<<4) /* b26-b27: Interrupt sense mode Edge LtoH*/
  204. #define M32R_ICUCR_ISMOD11 (3UL<<4) /* b26-b27: Interrupt sense mode Level H */
  205. #define M32R_ICUCR_ILEVEL0 (0UL<<0) /* b29-b31: Interrupt priority level 0 */
  206. #define M32R_ICUCR_ILEVEL1 (1UL<<0) /* b29-b31: Interrupt priority level 1 */
  207. #define M32R_ICUCR_ILEVEL2 (2UL<<0) /* b29-b31: Interrupt priority level 2 */
  208. #define M32R_ICUCR_ILEVEL3 (3UL<<0) /* b29-b31: Interrupt priority level 3 */
  209. #define M32R_ICUCR_ILEVEL4 (4UL<<0) /* b29-b31: Interrupt priority level 4 */
  210. #define M32R_ICUCR_ILEVEL5 (5UL<<0) /* b29-b31: Interrupt priority level 5 */
  211. #define M32R_ICUCR_ILEVEL6 (6UL<<0) /* b29-b31: Interrupt priority level 6 */
  212. #define M32R_ICUCR_ILEVEL7 (7UL<<0) /* b29-b31: Disable interrupt */
  213. #define M32R_IRQ_INT0 (1) /* INT0 */
  214. #define M32R_IRQ_INT1 (2) /* INT1 */
  215. #define M32R_IRQ_INT2 (3) /* INT2 */
  216. #define M32R_IRQ_INT3 (4) /* INT3 */
  217. #define M32R_IRQ_INT4 (5) /* INT4 */
  218. #define M32R_IRQ_INT5 (6) /* INT5 */
  219. #define M32R_IRQ_INT6 (7) /* INT6 */
  220. #define M32R_IRQ_MFT0 (16) /* MFT0 */
  221. #define M32R_IRQ_MFT1 (17) /* MFT1 */
  222. #define M32R_IRQ_MFT2 (18) /* MFT2 */
  223. #define M32R_IRQ_MFT3 (19) /* MFT3 */
  224. #ifdef CONFIG_CHIP_M32104
  225. #define M32R_IRQ_MFTX0 (24) /* MFTX0 */
  226. #define M32R_IRQ_MFTX1 (25) /* MFTX1 */
  227. #define M32R_IRQ_DMA0 (32) /* DMA0 */
  228. #define M32R_IRQ_DMA1 (33) /* DMA1 */
  229. #define M32R_IRQ_DMA2 (34) /* DMA2 */
  230. #define M32R_IRQ_DMA3 (35) /* DMA3 */
  231. #define M32R_IRQ_SIO0_R (40) /* SIO0 send */
  232. #define M32R_IRQ_SIO0_S (41) /* SIO0 receive */
  233. #define M32R_IRQ_SIO1_R (42) /* SIO1 send */
  234. #define M32R_IRQ_SIO1_S (43) /* SIO1 receive */
  235. #define M32R_IRQ_SIO2_R (44) /* SIO2 send */
  236. #define M32R_IRQ_SIO2_S (45) /* SIO2 receive */
  237. #define M32R_IRQ_SIO3_R (46) /* SIO3 send */
  238. #define M32R_IRQ_SIO3_S (47) /* SIO3 receive */
  239. #define M32R_IRQ_ADC (56) /* ADC */
  240. #define M32R_IRQ_PC (57) /* PC */
  241. #else /* ! M32104 */
  242. #define M32R_IRQ_DMA0 (32) /* DMA0 */
  243. #define M32R_IRQ_DMA1 (33) /* DMA1 */
  244. #define M32R_IRQ_SIO0_R (48) /* SIO0 send */
  245. #define M32R_IRQ_SIO0_S (49) /* SIO0 receive */
  246. #define M32R_IRQ_SIO1_R (50) /* SIO1 send */
  247. #define M32R_IRQ_SIO1_S (51) /* SIO1 receive */
  248. #define M32R_IRQ_SIO2_R (52) /* SIO2 send */
  249. #define M32R_IRQ_SIO2_S (53) /* SIO2 receive */
  250. #define M32R_IRQ_SIO3_R (54) /* SIO3 send */
  251. #define M32R_IRQ_SIO3_S (55) /* SIO3 receive */
  252. #define M32R_IRQ_SIO4_R (56) /* SIO4 send */
  253. #define M32R_IRQ_SIO4_S (57) /* SIO4 receive */
  254. #endif /* ! M32104 */
  255. #ifdef CONFIG_SMP
  256. #define M32R_IRQ_IPI0 (56)
  257. #define M32R_IRQ_IPI1 (57)
  258. #define M32R_IRQ_IPI2 (58)
  259. #define M32R_IRQ_IPI3 (59)
  260. #define M32R_IRQ_IPI4 (60)
  261. #define M32R_IRQ_IPI5 (61)
  262. #define M32R_IRQ_IPI6 (62)
  263. #define M32R_IRQ_IPI7 (63)
  264. #define M32R_CPUID_PORTL (0xffffffe0)
  265. #define M32R_FPGA_TOP (0x000F0000+M32R_SFR_OFFSET)
  266. #define M32R_FPGA_NUM_OF_CPUS_PORTL (0x00+M32R_FPGA_TOP)
  267. #define M32R_FPGA_CPU_NAME0_PORTL (0x10+M32R_FPGA_TOP)
  268. #define M32R_FPGA_CPU_NAME1_PORTL (0x14+M32R_FPGA_TOP)
  269. #define M32R_FPGA_CPU_NAME2_PORTL (0x18+M32R_FPGA_TOP)
  270. #define M32R_FPGA_CPU_NAME3_PORTL (0x1c+M32R_FPGA_TOP)
  271. #define M32R_FPGA_MODEL_ID0_PORTL (0x20+M32R_FPGA_TOP)
  272. #define M32R_FPGA_MODEL_ID1_PORTL (0x24+M32R_FPGA_TOP)
  273. #define M32R_FPGA_MODEL_ID2_PORTL (0x28+M32R_FPGA_TOP)
  274. #define M32R_FPGA_MODEL_ID3_PORTL (0x2c+M32R_FPGA_TOP)
  275. #define M32R_FPGA_VERSION0_PORTL (0x30+M32R_FPGA_TOP)
  276. #define M32R_FPGA_VERSION1_PORTL (0x34+M32R_FPGA_TOP)
  277. #endif /* CONFIG_SMP */
  278. #ifndef __ASSEMBLY__
  279. typedef struct {
  280. unsigned long icucr; /* ICU Control Register */
  281. } icu_data_t;
  282. #endif
  283. #endif /* _M32102_H_ */