mpc52xx.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445
  1. /*
  2. * include/asm-ppc/mpc52xx.h
  3. *
  4. * Prototypes, etc. for the Freescale MPC52xx embedded cpu chips
  5. * May need to be cleaned as the port goes on ...
  6. *
  7. *
  8. * Maintainer : Sylvain Munaut <tnt@246tNt.com>
  9. *
  10. * Originally written by Dale Farnsworth <dfarnsworth@mvista.com>
  11. * for the 2.4 kernel.
  12. *
  13. * Copyright (C) 2004-2005 Sylvain Munaut <tnt@246tNt.com>
  14. * Copyright (C) 2003 MontaVista, Software, Inc.
  15. *
  16. * This file is licensed under the terms of the GNU General Public License
  17. * version 2. This program is licensed "as is" without any warranty of any
  18. * kind, whether express or implied.
  19. */
  20. #ifndef __ASM_MPC52xx_H__
  21. #define __ASM_MPC52xx_H__
  22. #ifndef __ASSEMBLY__
  23. #include <asm/ppcboot.h>
  24. #include <asm/types.h>
  25. struct pt_regs;
  26. #endif /* __ASSEMBLY__ */
  27. /* ======================================================================== */
  28. /* PPC Sys devices definition */
  29. /* ======================================================================== */
  30. enum ppc_sys_devices {
  31. MPC52xx_MSCAN1,
  32. MPC52xx_MSCAN2,
  33. MPC52xx_SPI,
  34. MPC52xx_USB,
  35. MPC52xx_BDLC,
  36. MPC52xx_PSC1,
  37. MPC52xx_PSC2,
  38. MPC52xx_PSC3,
  39. MPC52xx_PSC4,
  40. MPC52xx_PSC5,
  41. MPC52xx_PSC6,
  42. MPC52xx_FEC,
  43. MPC52xx_ATA,
  44. MPC52xx_I2C1,
  45. MPC52xx_I2C2,
  46. };
  47. /* ======================================================================== */
  48. /* Main registers/struct addresses */
  49. /* ======================================================================== */
  50. /* MBAR position */
  51. #define MPC52xx_MBAR 0xf0000000 /* Phys address */
  52. #define MPC52xx_MBAR_VIRT 0xf0000000 /* Virt address */
  53. #define MPC52xx_MBAR_SIZE 0x00010000
  54. #define MPC52xx_PA(x) ((phys_addr_t)(MPC52xx_MBAR + (x)))
  55. #define MPC52xx_VA(x) ((void __iomem *)(MPC52xx_MBAR_VIRT + (x)))
  56. /* Registers zone offset/size */
  57. #define MPC52xx_MMAP_CTL_OFFSET 0x0000
  58. #define MPC52xx_MMAP_CTL_SIZE 0x068
  59. #define MPC52xx_SDRAM_OFFSET 0x0100
  60. #define MPC52xx_SDRAM_SIZE 0x010
  61. #define MPC52xx_CDM_OFFSET 0x0200
  62. #define MPC52xx_CDM_SIZE 0x038
  63. #define MPC52xx_INTR_OFFSET 0x0500
  64. #define MPC52xx_INTR_SIZE 0x04c
  65. #define MPC52xx_GPTx_OFFSET(x) (0x0600 + ((x)<<4))
  66. #define MPC52xx_GPT_SIZE 0x010
  67. #define MPC52xx_RTC_OFFSET 0x0800
  68. #define MPC52xx_RTC_SIZE 0x024
  69. #define MPC52xx_GPIO_OFFSET 0x0b00
  70. #define MPC52xx_GPIO_SIZE 0x040
  71. #define MPC52xx_GPIO_WKUP_OFFSET 0x0c00
  72. #define MPC52xx_GPIO_WKUP_SIZE 0x028
  73. #define MPC52xx_PCI_OFFSET 0x0d00
  74. #define MPC52xx_PCI_SIZE 0x100
  75. #define MPC52xx_SDMA_OFFSET 0x1200
  76. #define MPC52xx_SDMA_SIZE 0x100
  77. #define MPC52xx_XLB_OFFSET 0x1f00
  78. #define MPC52xx_XLB_SIZE 0x100
  79. #define MPC52xx_PSCx_OFFSET(x) (((x)!=6)?(0x1e00+((x)<<9)):0x2c00)
  80. #define MPC52xx_PSC_SIZE 0x0a0
  81. /* SRAM used for SDMA */
  82. #define MPC52xx_SRAM_OFFSET 0x8000
  83. #define MPC52xx_SRAM_SIZE 0x4000
  84. /* ======================================================================== */
  85. /* IRQ mapping */
  86. /* ======================================================================== */
  87. /* Be sure to look at mpc52xx_pic.h if you wish for whatever reason to change
  88. * this
  89. */
  90. #define MPC52xx_CRIT_IRQ_NUM 4
  91. #define MPC52xx_MAIN_IRQ_NUM 17
  92. #define MPC52xx_SDMA_IRQ_NUM 17
  93. #define MPC52xx_PERP_IRQ_NUM 23
  94. #define MPC52xx_CRIT_IRQ_BASE 0
  95. #define MPC52xx_MAIN_IRQ_BASE (MPC52xx_CRIT_IRQ_BASE + MPC52xx_CRIT_IRQ_NUM)
  96. #define MPC52xx_SDMA_IRQ_BASE (MPC52xx_MAIN_IRQ_BASE + MPC52xx_MAIN_IRQ_NUM)
  97. #define MPC52xx_PERP_IRQ_BASE (MPC52xx_SDMA_IRQ_BASE + MPC52xx_SDMA_IRQ_NUM)
  98. #define MPC52xx_IRQ0 (MPC52xx_CRIT_IRQ_BASE + 0)
  99. #define MPC52xx_SLICE_TIMER_0_IRQ (MPC52xx_CRIT_IRQ_BASE + 1)
  100. #define MPC52xx_HI_INT_IRQ (MPC52xx_CRIT_IRQ_BASE + 2)
  101. #define MPC52xx_CCS_IRQ (MPC52xx_CRIT_IRQ_BASE + 3)
  102. #define MPC52xx_IRQ1 (MPC52xx_MAIN_IRQ_BASE + 1)
  103. #define MPC52xx_IRQ2 (MPC52xx_MAIN_IRQ_BASE + 2)
  104. #define MPC52xx_IRQ3 (MPC52xx_MAIN_IRQ_BASE + 3)
  105. #define MPC52xx_SDMA_IRQ (MPC52xx_PERP_IRQ_BASE + 0)
  106. #define MPC52xx_PSC1_IRQ (MPC52xx_PERP_IRQ_BASE + 1)
  107. #define MPC52xx_PSC2_IRQ (MPC52xx_PERP_IRQ_BASE + 2)
  108. #define MPC52xx_PSC3_IRQ (MPC52xx_PERP_IRQ_BASE + 3)
  109. #define MPC52xx_PSC6_IRQ (MPC52xx_PERP_IRQ_BASE + 4)
  110. #define MPC52xx_IRDA_IRQ (MPC52xx_PERP_IRQ_BASE + 4)
  111. #define MPC52xx_FEC_IRQ (MPC52xx_PERP_IRQ_BASE + 5)
  112. #define MPC52xx_USB_IRQ (MPC52xx_PERP_IRQ_BASE + 6)
  113. #define MPC52xx_ATA_IRQ (MPC52xx_PERP_IRQ_BASE + 7)
  114. #define MPC52xx_PCI_CNTRL_IRQ (MPC52xx_PERP_IRQ_BASE + 8)
  115. #define MPC52xx_PCI_SCIRX_IRQ (MPC52xx_PERP_IRQ_BASE + 9)
  116. #define MPC52xx_PCI_SCITX_IRQ (MPC52xx_PERP_IRQ_BASE + 10)
  117. #define MPC52xx_PSC4_IRQ (MPC52xx_PERP_IRQ_BASE + 11)
  118. #define MPC52xx_PSC5_IRQ (MPC52xx_PERP_IRQ_BASE + 12)
  119. #define MPC52xx_SPI_MODF_IRQ (MPC52xx_PERP_IRQ_BASE + 13)
  120. #define MPC52xx_SPI_SPIF_IRQ (MPC52xx_PERP_IRQ_BASE + 14)
  121. #define MPC52xx_I2C1_IRQ (MPC52xx_PERP_IRQ_BASE + 15)
  122. #define MPC52xx_I2C2_IRQ (MPC52xx_PERP_IRQ_BASE + 16)
  123. #define MPC52xx_MSCAN1_IRQ (MPC52xx_PERP_IRQ_BASE + 17)
  124. #define MPC52xx_MSCAN2_IRQ (MPC52xx_PERP_IRQ_BASE + 18)
  125. #define MPC52xx_IR_RX_IRQ (MPC52xx_PERP_IRQ_BASE + 19)
  126. #define MPC52xx_IR_TX_IRQ (MPC52xx_PERP_IRQ_BASE + 20)
  127. #define MPC52xx_XLB_ARB_IRQ (MPC52xx_PERP_IRQ_BASE + 21)
  128. #define MPC52xx_BDLC_IRQ (MPC52xx_PERP_IRQ_BASE + 22)
  129. /* ======================================================================== */
  130. /* Structures mapping of some unit register set */
  131. /* ======================================================================== */
  132. #ifndef __ASSEMBLY__
  133. /* Memory Mapping Control */
  134. struct mpc52xx_mmap_ctl {
  135. u32 mbar; /* MMAP_CTRL + 0x00 */
  136. u32 cs0_start; /* MMAP_CTRL + 0x04 */
  137. u32 cs0_stop; /* MMAP_CTRL + 0x08 */
  138. u32 cs1_start; /* MMAP_CTRL + 0x0c */
  139. u32 cs1_stop; /* MMAP_CTRL + 0x10 */
  140. u32 cs2_start; /* MMAP_CTRL + 0x14 */
  141. u32 cs2_stop; /* MMAP_CTRL + 0x18 */
  142. u32 cs3_start; /* MMAP_CTRL + 0x1c */
  143. u32 cs3_stop; /* MMAP_CTRL + 0x20 */
  144. u32 cs4_start; /* MMAP_CTRL + 0x24 */
  145. u32 cs4_stop; /* MMAP_CTRL + 0x28 */
  146. u32 cs5_start; /* MMAP_CTRL + 0x2c */
  147. u32 cs5_stop; /* MMAP_CTRL + 0x30 */
  148. u32 sdram0; /* MMAP_CTRL + 0x34 */
  149. u32 sdram1; /* MMAP_CTRL + 0X38 */
  150. u32 reserved[4]; /* MMAP_CTRL + 0x3c .. 0x48 */
  151. u32 boot_start; /* MMAP_CTRL + 0x4c */
  152. u32 boot_stop; /* MMAP_CTRL + 0x50 */
  153. u32 ipbi_ws_ctrl; /* MMAP_CTRL + 0x54 */
  154. u32 cs6_start; /* MMAP_CTRL + 0x58 */
  155. u32 cs6_stop; /* MMAP_CTRL + 0x5c */
  156. u32 cs7_start; /* MMAP_CTRL + 0x60 */
  157. u32 cs7_stop; /* MMAP_CTRL + 0x64 */
  158. };
  159. /* SDRAM control */
  160. struct mpc52xx_sdram {
  161. u32 mode; /* SDRAM + 0x00 */
  162. u32 ctrl; /* SDRAM + 0x04 */
  163. u32 config1; /* SDRAM + 0x08 */
  164. u32 config2; /* SDRAM + 0x0c */
  165. };
  166. /* Interrupt controller */
  167. struct mpc52xx_intr {
  168. u32 per_mask; /* INTR + 0x00 */
  169. u32 per_pri1; /* INTR + 0x04 */
  170. u32 per_pri2; /* INTR + 0x08 */
  171. u32 per_pri3; /* INTR + 0x0c */
  172. u32 ctrl; /* INTR + 0x10 */
  173. u32 main_mask; /* INTR + 0x14 */
  174. u32 main_pri1; /* INTR + 0x18 */
  175. u32 main_pri2; /* INTR + 0x1c */
  176. u32 reserved1; /* INTR + 0x20 */
  177. u32 enc_status; /* INTR + 0x24 */
  178. u32 crit_status; /* INTR + 0x28 */
  179. u32 main_status; /* INTR + 0x2c */
  180. u32 per_status; /* INTR + 0x30 */
  181. u32 reserved2; /* INTR + 0x34 */
  182. u32 per_error; /* INTR + 0x38 */
  183. };
  184. /* SDMA */
  185. struct mpc52xx_sdma {
  186. u32 taskBar; /* SDMA + 0x00 */
  187. u32 currentPointer; /* SDMA + 0x04 */
  188. u32 endPointer; /* SDMA + 0x08 */
  189. u32 variablePointer;/* SDMA + 0x0c */
  190. u8 IntVect1; /* SDMA + 0x10 */
  191. u8 IntVect2; /* SDMA + 0x11 */
  192. u16 PtdCntrl; /* SDMA + 0x12 */
  193. u32 IntPend; /* SDMA + 0x14 */
  194. u32 IntMask; /* SDMA + 0x18 */
  195. u16 tcr[16]; /* SDMA + 0x1c .. 0x3a */
  196. u8 ipr[32]; /* SDMA + 0x3c .. 0x5b */
  197. u32 cReqSelect; /* SDMA + 0x5c */
  198. u32 task_size0; /* SDMA + 0x60 */
  199. u32 task_size1; /* SDMA + 0x64 */
  200. u32 MDEDebug; /* SDMA + 0x68 */
  201. u32 ADSDebug; /* SDMA + 0x6c */
  202. u32 Value1; /* SDMA + 0x70 */
  203. u32 Value2; /* SDMA + 0x74 */
  204. u32 Control; /* SDMA + 0x78 */
  205. u32 Status; /* SDMA + 0x7c */
  206. u32 PTDDebug; /* SDMA + 0x80 */
  207. };
  208. /* GPT */
  209. struct mpc52xx_gpt {
  210. u32 mode; /* GPTx + 0x00 */
  211. u32 count; /* GPTx + 0x04 */
  212. u32 pwm; /* GPTx + 0x08 */
  213. u32 status; /* GPTx + 0X0c */
  214. };
  215. /* RTC */
  216. struct mpc52xx_rtc {
  217. u32 time_set; /* RTC + 0x00 */
  218. u32 date_set; /* RTC + 0x04 */
  219. u32 stopwatch; /* RTC + 0x08 */
  220. u32 int_enable; /* RTC + 0x0c */
  221. u32 time; /* RTC + 0x10 */
  222. u32 date; /* RTC + 0x14 */
  223. u32 stopwatch_intr; /* RTC + 0x18 */
  224. u32 bus_error; /* RTC + 0x1c */
  225. u32 dividers; /* RTC + 0x20 */
  226. };
  227. /* GPIO */
  228. struct mpc52xx_gpio {
  229. u32 port_config; /* GPIO + 0x00 */
  230. u32 simple_gpioe; /* GPIO + 0x04 */
  231. u32 simple_ode; /* GPIO + 0x08 */
  232. u32 simple_ddr; /* GPIO + 0x0c */
  233. u32 simple_dvo; /* GPIO + 0x10 */
  234. u32 simple_ival; /* GPIO + 0x14 */
  235. u8 outo_gpioe; /* GPIO + 0x18 */
  236. u8 reserved1[3]; /* GPIO + 0x19 */
  237. u8 outo_dvo; /* GPIO + 0x1c */
  238. u8 reserved2[3]; /* GPIO + 0x1d */
  239. u8 sint_gpioe; /* GPIO + 0x20 */
  240. u8 reserved3[3]; /* GPIO + 0x21 */
  241. u8 sint_ode; /* GPIO + 0x24 */
  242. u8 reserved4[3]; /* GPIO + 0x25 */
  243. u8 sint_ddr; /* GPIO + 0x28 */
  244. u8 reserved5[3]; /* GPIO + 0x29 */
  245. u8 sint_dvo; /* GPIO + 0x2c */
  246. u8 reserved6[3]; /* GPIO + 0x2d */
  247. u8 sint_inten; /* GPIO + 0x30 */
  248. u8 reserved7[3]; /* GPIO + 0x31 */
  249. u16 sint_itype; /* GPIO + 0x34 */
  250. u16 reserved8; /* GPIO + 0x36 */
  251. u8 gpio_control; /* GPIO + 0x38 */
  252. u8 reserved9[3]; /* GPIO + 0x39 */
  253. u8 sint_istat; /* GPIO + 0x3c */
  254. u8 sint_ival; /* GPIO + 0x3d */
  255. u8 bus_errs; /* GPIO + 0x3e */
  256. u8 reserved10; /* GPIO + 0x3f */
  257. };
  258. #define MPC52xx_GPIO_PSC_CONFIG_UART_WITHOUT_CD 4
  259. #define MPC52xx_GPIO_PSC_CONFIG_UART_WITH_CD 5
  260. #define MPC52xx_GPIO_PCI_DIS (1<<15)
  261. /* GPIO with WakeUp*/
  262. struct mpc52xx_gpio_wkup {
  263. u8 wkup_gpioe; /* GPIO_WKUP + 0x00 */
  264. u8 reserved1[3]; /* GPIO_WKUP + 0x03 */
  265. u8 wkup_ode; /* GPIO_WKUP + 0x04 */
  266. u8 reserved2[3]; /* GPIO_WKUP + 0x05 */
  267. u8 wkup_ddr; /* GPIO_WKUP + 0x08 */
  268. u8 reserved3[3]; /* GPIO_WKUP + 0x09 */
  269. u8 wkup_dvo; /* GPIO_WKUP + 0x0C */
  270. u8 reserved4[3]; /* GPIO_WKUP + 0x0D */
  271. u8 wkup_inten; /* GPIO_WKUP + 0x10 */
  272. u8 reserved5[3]; /* GPIO_WKUP + 0x11 */
  273. u8 wkup_iinten; /* GPIO_WKUP + 0x14 */
  274. u8 reserved6[3]; /* GPIO_WKUP + 0x15 */
  275. u16 wkup_itype; /* GPIO_WKUP + 0x18 */
  276. u8 reserved7[2]; /* GPIO_WKUP + 0x1A */
  277. u8 wkup_maste; /* GPIO_WKUP + 0x1C */
  278. u8 reserved8[3]; /* GPIO_WKUP + 0x1D */
  279. u8 wkup_ival; /* GPIO_WKUP + 0x20 */
  280. u8 reserved9[3]; /* GPIO_WKUP + 0x21 */
  281. u8 wkup_istat; /* GPIO_WKUP + 0x24 */
  282. u8 reserved10[3]; /* GPIO_WKUP + 0x25 */
  283. };
  284. /* XLB Bus control */
  285. struct mpc52xx_xlb {
  286. u8 reserved[0x40];
  287. u32 config; /* XLB + 0x40 */
  288. u32 version; /* XLB + 0x44 */
  289. u32 status; /* XLB + 0x48 */
  290. u32 int_enable; /* XLB + 0x4c */
  291. u32 addr_capture; /* XLB + 0x50 */
  292. u32 bus_sig_capture; /* XLB + 0x54 */
  293. u32 addr_timeout; /* XLB + 0x58 */
  294. u32 data_timeout; /* XLB + 0x5c */
  295. u32 bus_act_timeout; /* XLB + 0x60 */
  296. u32 master_pri_enable; /* XLB + 0x64 */
  297. u32 master_priority; /* XLB + 0x68 */
  298. u32 base_address; /* XLB + 0x6c */
  299. u32 snoop_window; /* XLB + 0x70 */
  300. };
  301. #define MPC52xx_XLB_CFG_SNOOP (1 << 15)
  302. /* Clock Distribution control */
  303. struct mpc52xx_cdm {
  304. u32 jtag_id; /* CDM + 0x00 reg0 read only */
  305. u32 rstcfg; /* CDM + 0x04 reg1 read only */
  306. u32 breadcrumb; /* CDM + 0x08 reg2 */
  307. u8 mem_clk_sel; /* CDM + 0x0c reg3 byte0 */
  308. u8 xlb_clk_sel; /* CDM + 0x0d reg3 byte1 read only */
  309. u8 ipb_clk_sel; /* CDM + 0x0e reg3 byte2 */
  310. u8 pci_clk_sel; /* CDM + 0x0f reg3 byte3 */
  311. u8 ext_48mhz_en; /* CDM + 0x10 reg4 byte0 */
  312. u8 fd_enable; /* CDM + 0x11 reg4 byte1 */
  313. u16 fd_counters; /* CDM + 0x12 reg4 byte2,3 */
  314. u32 clk_enables; /* CDM + 0x14 reg5 */
  315. u8 osc_disable; /* CDM + 0x18 reg6 byte0 */
  316. u8 reserved0[3]; /* CDM + 0x19 reg6 byte1,2,3 */
  317. u8 ccs_sleep_enable; /* CDM + 0x1c reg7 byte0 */
  318. u8 osc_sleep_enable; /* CDM + 0x1d reg7 byte1 */
  319. u8 reserved1; /* CDM + 0x1e reg7 byte2 */
  320. u8 ccs_qreq_test; /* CDM + 0x1f reg7 byte3 */
  321. u8 soft_reset; /* CDM + 0x20 u8 byte0 */
  322. u8 no_ckstp; /* CDM + 0x21 u8 byte0 */
  323. u8 reserved2[2]; /* CDM + 0x22 u8 byte1,2,3 */
  324. u8 pll_lock; /* CDM + 0x24 reg9 byte0 */
  325. u8 pll_looselock; /* CDM + 0x25 reg9 byte1 */
  326. u8 pll_sm_lockwin; /* CDM + 0x26 reg9 byte2 */
  327. u8 reserved3; /* CDM + 0x27 reg9 byte3 */
  328. u16 reserved4; /* CDM + 0x28 reg10 byte0,1 */
  329. u16 mclken_div_psc1; /* CDM + 0x2a reg10 byte2,3 */
  330. u16 reserved5; /* CDM + 0x2c reg11 byte0,1 */
  331. u16 mclken_div_psc2; /* CDM + 0x2e reg11 byte2,3 */
  332. u16 reserved6; /* CDM + 0x30 reg12 byte0,1 */
  333. u16 mclken_div_psc3; /* CDM + 0x32 reg12 byte2,3 */
  334. u16 reserved7; /* CDM + 0x34 reg13 byte0,1 */
  335. u16 mclken_div_psc6; /* CDM + 0x36 reg13 byte2,3 */
  336. };
  337. #endif /* __ASSEMBLY__ */
  338. /* ========================================================================= */
  339. /* Prototypes for MPC52xx syslib */
  340. /* ========================================================================= */
  341. #ifndef __ASSEMBLY__
  342. extern void mpc52xx_init_irq(void);
  343. extern int mpc52xx_get_irq(struct pt_regs *regs);
  344. extern unsigned long mpc52xx_find_end_of_memory(void);
  345. extern void mpc52xx_set_bat(void);
  346. extern void mpc52xx_map_io(void);
  347. extern void mpc52xx_restart(char *cmd);
  348. extern void mpc52xx_halt(void);
  349. extern void mpc52xx_power_off(void);
  350. extern void mpc52xx_progress(char *s, unsigned short hex);
  351. extern void mpc52xx_calibrate_decr(void);
  352. extern void mpc52xx_find_bridges(void);
  353. /* Matching of PSC function */
  354. struct mpc52xx_psc_func {
  355. int id;
  356. char *func;
  357. };
  358. extern int mpc52xx_match_psc_function(int psc_idx, const char *func);
  359. extern struct mpc52xx_psc_func mpc52xx_psc_functions[];
  360. /* This array is to be defined in platform file */
  361. #endif /* __ASSEMBLY__ */
  362. /* ========================================================================= */
  363. /* Platform configuration */
  364. /* ========================================================================= */
  365. /* The U-Boot platform information struct */
  366. extern bd_t __res;
  367. /* Platform options */
  368. #if defined(CONFIG_LITE5200)
  369. #include <platforms/lite5200.h>
  370. #endif
  371. #endif /* __ASM_MPC52xx_H__ */