iomd.h
上传用户:szlgq88
上传日期:2009-04-28
资源大小:48287k
文件大小:5k
源码类别:

嵌入式Linux

开发平台:

Unix_Linux

  1. /*
  2.  *  linux/include/asm-arm/hardware/iomd.h
  3.  *
  4.  *  Copyright (C) 1999 Russell King
  5.  *
  6.  * This program is free software; you can redistribute it and/or modify
  7.  * it under the terms of the GNU General Public License version 2 as
  8.  * published by the Free Software Foundation.
  9.  *
  10.  *  This file contains information out the IOMD ASIC used in the
  11.  *  Acorn RiscPC and subsequently integrated into the CLPS7500 chips.
  12.  */
  13. #ifndef __ASMARM_HARDWARE_IOMD_H
  14. #define __ASMARM_HARDWARE_IOMD_H
  15. #include <linux/config.h>
  16. #ifndef __ASSEMBLY__
  17. /*
  18.  * We use __raw_base variants here so that we give the compiler the
  19.  * chance to keep IOC_BASE in a register.
  20.  */
  21. #define iomd_readb(off) __raw_readb(IOMD_BASE + (off))
  22. #define iomd_readl(off) __raw_readl(IOMD_BASE + (off))
  23. #define iomd_writeb(val,off) __raw_writeb(val, IOMD_BASE + (off))
  24. #define iomd_writel(val,off) __raw_writel(val, IOMD_BASE + (off))
  25. #endif
  26. #define IOMD_CONTROL (0x000)
  27. #define IOMD_KARTTX (0x004)
  28. #define IOMD_KARTRX (0x004)
  29. #define IOMD_KCTRL (0x008)
  30. #ifdef CONFIG_ARCH_CLPS7500
  31. #define IOMD_IOLINES (0x00C)
  32. #endif
  33. #define IOMD_IRQSTATA (0x010)
  34. #define IOMD_IRQREQA (0x014)
  35. #define IOMD_IRQCLRA (0x014)
  36. #define IOMD_IRQMASKA (0x018)
  37. #ifdef CONFIG_ARCH_CLPS7500
  38. #define IOMD_SUSMODE (0x01C)
  39. #endif
  40. #define IOMD_IRQSTATB (0x020)
  41. #define IOMD_IRQREQB (0x024)
  42. #define IOMD_IRQMASKB (0x028)
  43. #define IOMD_FIQSTAT (0x030)
  44. #define IOMD_FIQREQ (0x034)
  45. #define IOMD_FIQMASK (0x038)
  46. #ifdef CONFIG_ARCH_CLPS7500
  47. #define IOMD_CLKCTL (0x03C)
  48. #endif
  49. #define IOMD_T0CNTL (0x040)
  50. #define IOMD_T0LTCHL (0x040)
  51. #define IOMD_T0CNTH (0x044)
  52. #define IOMD_T0LTCHH (0x044)
  53. #define IOMD_T0GO (0x048)
  54. #define IOMD_T0LATCH (0x04c)
  55. #define IOMD_T1CNTL (0x050)
  56. #define IOMD_T1LTCHL (0x050)
  57. #define IOMD_T1CNTH (0x054)
  58. #define IOMD_T1LTCHH (0x054)
  59. #define IOMD_T1GO (0x058)
  60. #define IOMD_T1LATCH (0x05c)
  61. #ifdef CONFIG_ARCH_CLPS7500
  62. #define IOMD_IRQSTATC (0x060)
  63. #define IOMD_IRQREQC (0x064)
  64. #define IOMD_IRQMASKC (0x068)
  65. #define IOMD_VIDMUX (0x06c)
  66. #define IOMD_IRQSTATD (0x070)
  67. #define IOMD_IRQREQD (0x074)
  68. #define IOMD_IRQMASKD (0x078)
  69. #endif
  70. #define IOMD_ROMCR0 (0x080)
  71. #define IOMD_ROMCR1 (0x084)
  72. #ifdef CONFIG_ARCH_RPC
  73. #define IOMD_DRAMCR (0x088)
  74. #endif
  75. #define IOMD_REFCR (0x08C)
  76. #define IOMD_FSIZE (0x090)
  77. #define IOMD_ID0 (0x094)
  78. #define IOMD_ID1 (0x098)
  79. #define IOMD_VERSION (0x09C)
  80. #ifdef CONFIG_ARCH_RPC
  81. #define IOMD_MOUSEX (0x0A0)
  82. #define IOMD_MOUSEY (0x0A4)
  83. #endif
  84. #ifdef CONFIG_ARCH_CLPS7500
  85. #define IOMD_MSEDAT (0x0A8)
  86. #define IOMD_MSECTL (0x0Ac)
  87. #endif
  88. #ifdef CONFIG_ARCH_RPC
  89. #define IOMD_DMATCR (0x0C0)
  90. #endif
  91. #define IOMD_IOTCR (0x0C4)
  92. #define IOMD_ECTCR (0x0C8)
  93. #ifdef CONFIG_ARCH_RPC
  94. #define IOMD_DMAEXT (0x0CC)
  95. #endif
  96. #ifdef CONFIG_ARCH_CLPS7500
  97. #define IOMD_ASTCR (0x0CC)
  98. #define IOMD_DRAMCR (0x0D0)
  99. #define IOMD_SELFREF (0x0D4)
  100. #define IOMD_ATODICR (0x0E0)
  101. #define IOMD_ATODSR (0x0E4)
  102. #define IOMD_ATODCC (0x0E8)
  103. #define IOMD_ATODCNT1 (0x0EC)
  104. #define IOMD_ATODCNT2 (0x0F0)
  105. #define IOMD_ATODCNT3 (0x0F4)
  106. #define IOMD_ATODCNT4 (0x0F8)
  107. #endif
  108. #ifdef CONFIG_ARCH_RPC
  109. #define DMA_EXT_IO0 1
  110. #define DMA_EXT_IO1 2
  111. #define DMA_EXT_IO2 4
  112. #define DMA_EXT_IO3 8
  113. #define IOMD_IO0CURA (0x100)
  114. #define IOMD_IO0ENDA (0x104)
  115. #define IOMD_IO0CURB (0x108)
  116. #define IOMD_IO0ENDB (0x10C)
  117. #define IOMD_IO0CR (0x110)
  118. #define IOMD_IO0ST (0x114)
  119. #define IOMD_IO1CURA (0x120)
  120. #define IOMD_IO1ENDA (0x124)
  121. #define IOMD_IO1CURB (0x128)
  122. #define IOMD_IO1ENDB (0x12C)
  123. #define IOMD_IO1CR (0x130)
  124. #define IOMD_IO1ST (0x134)
  125. #define IOMD_IO2CURA (0x140)
  126. #define IOMD_IO2ENDA (0x144)
  127. #define IOMD_IO2CURB (0x148)
  128. #define IOMD_IO2ENDB (0x14C)
  129. #define IOMD_IO2CR (0x150)
  130. #define IOMD_IO2ST (0x154)
  131. #define IOMD_IO3CURA (0x160)
  132. #define IOMD_IO3ENDA (0x164)
  133. #define IOMD_IO3CURB (0x168)
  134. #define IOMD_IO3ENDB (0x16C)
  135. #define IOMD_IO3CR (0x170)
  136. #define IOMD_IO3ST (0x174)
  137. #endif
  138. #define IOMD_SD0CURA (0x180)
  139. #define IOMD_SD0ENDA (0x184)
  140. #define IOMD_SD0CURB (0x188)
  141. #define IOMD_SD0ENDB (0x18C)
  142. #define IOMD_SD0CR (0x190)
  143. #define IOMD_SD0ST (0x194)
  144. #ifdef CONFIG_ARCH_RPC
  145. #define IOMD_SD1CURA (0x1A0)
  146. #define IOMD_SD1ENDA (0x1A4)
  147. #define IOMD_SD1CURB (0x1A8)
  148. #define IOMD_SD1ENDB (0x1AC)
  149. #define IOMD_SD1CR (0x1B0)
  150. #define IOMD_SD1ST (0x1B4)
  151. #endif
  152. #define IOMD_CURSCUR (0x1C0)
  153. #define IOMD_CURSINIT (0x1C4)
  154. #define IOMD_VIDCUR (0x1D0)
  155. #define IOMD_VIDEND (0x1D4)
  156. #define IOMD_VIDSTART (0x1D8)
  157. #define IOMD_VIDINIT (0x1DC)
  158. #define IOMD_VIDCR (0x1E0)
  159. #define IOMD_DMASTAT (0x1F0)
  160. #define IOMD_DMAREQ (0x1F4)
  161. #define IOMD_DMAMASK (0x1F8)
  162. #define DMA_END_S (1 << 31)
  163. #define DMA_END_L (1 << 30)
  164. #define DMA_CR_C 0x80
  165. #define DMA_CR_D 0x40
  166. #define DMA_CR_E 0x20
  167. #define DMA_ST_OFL 4
  168. #define DMA_ST_INT 2
  169. #define DMA_ST_AB 1
  170. /*
  171.  * DMA (MEMC) compatibility
  172.  */
  173. #define HALF_SAM vram_half_sam
  174. #define VDMA_ALIGNMENT (HALF_SAM * 2)
  175. #define VDMA_XFERSIZE (HALF_SAM)
  176. #define VDMA_INIT IOMD_VIDINIT
  177. #define VDMA_START IOMD_VIDSTART
  178. #define VDMA_END IOMD_VIDEND
  179. #ifndef __ASSEMBLY__
  180. extern unsigned int vram_half_sam;
  181. #define video_set_dma(start,end,offset)
  182. do {
  183. outl (SCREEN_START + start, VDMA_START);
  184. outl (SCREEN_START + end - VDMA_XFERSIZE, VDMA_END);
  185. if (offset >= end - VDMA_XFERSIZE)
  186. offset |= 0x40000000;
  187. outl (SCREEN_START + offset, VDMA_INIT);
  188. } while (0)
  189. #endif
  190. #endif