dma.h 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675
  1. /*
  2. * arch/arm/plat-omap/include/mach/dma.h
  3. *
  4. * Copyright (C) 2003 Nokia Corporation
  5. * Author: Juha Yrjölä <juha.yrjola@nokia.com>
  6. *
  7. * This program is free software; you can redistribute it and/or modify
  8. * it under the terms of the GNU General Public License as published by
  9. * the Free Software Foundation; either version 2 of the License, or
  10. * (at your option) any later version.
  11. *
  12. * This program is distributed in the hope that it will be useful,
  13. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  14. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  15. * GNU General Public License for more details.
  16. *
  17. * You should have received a copy of the GNU General Public License
  18. * along with this program; if not, write to the Free Software
  19. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  20. */
  21. #ifndef __ASM_ARCH_DMA_H
  22. #define __ASM_ARCH_DMA_H
  23. /* Hardware registers for omap1 */
  24. #define OMAP1_DMA_BASE (0xfffed800)
  25. #define OMAP1_DMA_GCR 0x400
  26. #define OMAP1_DMA_GSCR 0x404
  27. #define OMAP1_DMA_GRST 0x408
  28. #define OMAP1_DMA_HW_ID 0x442
  29. #define OMAP1_DMA_PCH2_ID 0x444
  30. #define OMAP1_DMA_PCH0_ID 0x446
  31. #define OMAP1_DMA_PCH1_ID 0x448
  32. #define OMAP1_DMA_PCHG_ID 0x44a
  33. #define OMAP1_DMA_PCHD_ID 0x44c
  34. #define OMAP1_DMA_CAPS_0_U 0x44e
  35. #define OMAP1_DMA_CAPS_0_L 0x450
  36. #define OMAP1_DMA_CAPS_1_U 0x452
  37. #define OMAP1_DMA_CAPS_1_L 0x454
  38. #define OMAP1_DMA_CAPS_2 0x456
  39. #define OMAP1_DMA_CAPS_3 0x458
  40. #define OMAP1_DMA_CAPS_4 0x45a
  41. #define OMAP1_DMA_PCH2_SR 0x460
  42. #define OMAP1_DMA_PCH0_SR 0x480
  43. #define OMAP1_DMA_PCH1_SR 0x482
  44. #define OMAP1_DMA_PCHD_SR 0x4c0
  45. /* Hardware registers for omap2 and omap3 */
  46. #define OMAP24XX_DMA4_BASE (L4_24XX_BASE + 0x56000)
  47. #define OMAP34XX_DMA4_BASE (L4_34XX_BASE + 0x56000)
  48. #define OMAP44XX_DMA4_BASE (L4_44XX_BASE + 0x56000)
  49. #define OMAP_DMA4_REVISION 0x00
  50. #define OMAP_DMA4_GCR 0x78
  51. #define OMAP_DMA4_IRQSTATUS_L0 0x08
  52. #define OMAP_DMA4_IRQSTATUS_L1 0x0c
  53. #define OMAP_DMA4_IRQSTATUS_L2 0x10
  54. #define OMAP_DMA4_IRQSTATUS_L3 0x14
  55. #define OMAP_DMA4_IRQENABLE_L0 0x18
  56. #define OMAP_DMA4_IRQENABLE_L1 0x1c
  57. #define OMAP_DMA4_IRQENABLE_L2 0x20
  58. #define OMAP_DMA4_IRQENABLE_L3 0x24
  59. #define OMAP_DMA4_SYSSTATUS 0x28
  60. #define OMAP_DMA4_OCP_SYSCONFIG 0x2c
  61. #define OMAP_DMA4_CAPS_0 0x64
  62. #define OMAP_DMA4_CAPS_2 0x6c
  63. #define OMAP_DMA4_CAPS_3 0x70
  64. #define OMAP_DMA4_CAPS_4 0x74
  65. #define OMAP1_LOGICAL_DMA_CH_COUNT 17
  66. #define OMAP_DMA4_LOGICAL_DMA_CH_COUNT 32 /* REVISIT: Is this 32 + 2? */
  67. /* Common channel specific registers for omap1 */
  68. #define OMAP1_DMA_CH_BASE(n) (0x40 * (n) + 0x00)
  69. #define OMAP1_DMA_CSDP(n) (0x40 * (n) + 0x00)
  70. #define OMAP1_DMA_CCR(n) (0x40 * (n) + 0x02)
  71. #define OMAP1_DMA_CICR(n) (0x40 * (n) + 0x04)
  72. #define OMAP1_DMA_CSR(n) (0x40 * (n) + 0x06)
  73. #define OMAP1_DMA_CEN(n) (0x40 * (n) + 0x10)
  74. #define OMAP1_DMA_CFN(n) (0x40 * (n) + 0x12)
  75. #define OMAP1_DMA_CSFI(n) (0x40 * (n) + 0x14)
  76. #define OMAP1_DMA_CSEI(n) (0x40 * (n) + 0x16)
  77. #define OMAP1_DMA_CPC(n) (0x40 * (n) + 0x18) /* 15xx only */
  78. #define OMAP1_DMA_CSAC(n) (0x40 * (n) + 0x18)
  79. #define OMAP1_DMA_CDAC(n) (0x40 * (n) + 0x1a)
  80. #define OMAP1_DMA_CDEI(n) (0x40 * (n) + 0x1c)
  81. #define OMAP1_DMA_CDFI(n) (0x40 * (n) + 0x1e)
  82. #define OMAP1_DMA_CLNK_CTRL(n) (0x40 * (n) + 0x28)
  83. /* Common channel specific registers for omap2 */
  84. #define OMAP_DMA4_CH_BASE(n) (0x60 * (n) + 0x80)
  85. #define OMAP_DMA4_CCR(n) (0x60 * (n) + 0x80)
  86. #define OMAP_DMA4_CLNK_CTRL(n) (0x60 * (n) + 0x84)
  87. #define OMAP_DMA4_CICR(n) (0x60 * (n) + 0x88)
  88. #define OMAP_DMA4_CSR(n) (0x60 * (n) + 0x8c)
  89. #define OMAP_DMA4_CSDP(n) (0x60 * (n) + 0x90)
  90. #define OMAP_DMA4_CEN(n) (0x60 * (n) + 0x94)
  91. #define OMAP_DMA4_CFN(n) (0x60 * (n) + 0x98)
  92. #define OMAP_DMA4_CSEI(n) (0x60 * (n) + 0xa4)
  93. #define OMAP_DMA4_CSFI(n) (0x60 * (n) + 0xa8)
  94. #define OMAP_DMA4_CDEI(n) (0x60 * (n) + 0xac)
  95. #define OMAP_DMA4_CDFI(n) (0x60 * (n) + 0xb0)
  96. #define OMAP_DMA4_CSAC(n) (0x60 * (n) + 0xb4)
  97. #define OMAP_DMA4_CDAC(n) (0x60 * (n) + 0xb8)
  98. /* Channel specific registers only on omap1 */
  99. #define OMAP1_DMA_CSSA_L(n) (0x40 * (n) + 0x08)
  100. #define OMAP1_DMA_CSSA_U(n) (0x40 * (n) + 0x0a)
  101. #define OMAP1_DMA_CDSA_L(n) (0x40 * (n) + 0x0c)
  102. #define OMAP1_DMA_CDSA_U(n) (0x40 * (n) + 0x0e)
  103. #define OMAP1_DMA_COLOR_L(n) (0x40 * (n) + 0x20)
  104. #define OMAP1_DMA_COLOR_U(n) (0x40 * (n) + 0x22)
  105. #define OMAP1_DMA_CCR2(n) (0x40 * (n) + 0x24)
  106. #define OMAP1_DMA_LCH_CTRL(n) (0x40 * (n) + 0x2a) /* not on 15xx */
  107. #define OMAP1_DMA_CCEN(n) 0
  108. #define OMAP1_DMA_CCFN(n) 0
  109. /* Channel specific registers only on omap2 */
  110. #define OMAP_DMA4_CSSA(n) (0x60 * (n) + 0x9c)
  111. #define OMAP_DMA4_CDSA(n) (0x60 * (n) + 0xa0)
  112. #define OMAP_DMA4_CCEN(n) (0x60 * (n) + 0xbc)
  113. #define OMAP_DMA4_CCFN(n) (0x60 * (n) + 0xc0)
  114. #define OMAP_DMA4_COLOR(n) (0x60 * (n) + 0xc4)
  115. /* Additional registers available on OMAP4 */
  116. #define OMAP_DMA4_CDP(n) (0x60 * (n) + 0xd0)
  117. #define OMAP_DMA4_CNDP(n) (0x60 * (n) + 0xd4)
  118. #define OMAP_DMA4_CCDN(n) (0x60 * (n) + 0xd8)
  119. /* Dummy defines to keep multi-omap compiles happy */
  120. #define OMAP1_DMA_REVISION 0
  121. #define OMAP1_DMA_IRQSTATUS_L0 0
  122. #define OMAP1_DMA_IRQENABLE_L0 0
  123. #define OMAP1_DMA_OCP_SYSCONFIG 0
  124. #define OMAP_DMA4_HW_ID 0
  125. #define OMAP_DMA4_CAPS_0_L 0
  126. #define OMAP_DMA4_CAPS_0_U 0
  127. #define OMAP_DMA4_CAPS_1_L 0
  128. #define OMAP_DMA4_CAPS_1_U 0
  129. #define OMAP_DMA4_GSCR 0
  130. #define OMAP_DMA4_CPC(n) 0
  131. #define OMAP_DMA4_LCH_CTRL(n) 0
  132. #define OMAP_DMA4_COLOR_L(n) 0
  133. #define OMAP_DMA4_COLOR_U(n) 0
  134. #define OMAP_DMA4_CCR2(n) 0
  135. #define OMAP1_DMA_CSSA(n) 0
  136. #define OMAP1_DMA_CDSA(n) 0
  137. #define OMAP_DMA4_CSSA_L(n) 0
  138. #define OMAP_DMA4_CSSA_U(n) 0
  139. #define OMAP_DMA4_CDSA_L(n) 0
  140. #define OMAP_DMA4_CDSA_U(n) 0
  141. #define OMAP1_DMA_COLOR(n) 0
  142. /*----------------------------------------------------------------------------*/
  143. /* DMA channels for omap1 */
  144. #define OMAP_DMA_NO_DEVICE 0
  145. #define OMAP_DMA_MCSI1_TX 1
  146. #define OMAP_DMA_MCSI1_RX 2
  147. #define OMAP_DMA_I2C_RX 3
  148. #define OMAP_DMA_I2C_TX 4
  149. #define OMAP_DMA_EXT_NDMA_REQ 5
  150. #define OMAP_DMA_EXT_NDMA_REQ2 6
  151. #define OMAP_DMA_UWIRE_TX 7
  152. #define OMAP_DMA_MCBSP1_TX 8
  153. #define OMAP_DMA_MCBSP1_RX 9
  154. #define OMAP_DMA_MCBSP3_TX 10
  155. #define OMAP_DMA_MCBSP3_RX 11
  156. #define OMAP_DMA_UART1_TX 12
  157. #define OMAP_DMA_UART1_RX 13
  158. #define OMAP_DMA_UART2_TX 14
  159. #define OMAP_DMA_UART2_RX 15
  160. #define OMAP_DMA_MCBSP2_TX 16
  161. #define OMAP_DMA_MCBSP2_RX 17
  162. #define OMAP_DMA_UART3_TX 18
  163. #define OMAP_DMA_UART3_RX 19
  164. #define OMAP_DMA_CAMERA_IF_RX 20
  165. #define OMAP_DMA_MMC_TX 21
  166. #define OMAP_DMA_MMC_RX 22
  167. #define OMAP_DMA_NAND 23
  168. #define OMAP_DMA_IRQ_LCD_LINE 24
  169. #define OMAP_DMA_MEMORY_STICK 25
  170. #define OMAP_DMA_USB_W2FC_RX0 26
  171. #define OMAP_DMA_USB_W2FC_RX1 27
  172. #define OMAP_DMA_USB_W2FC_RX2 28
  173. #define OMAP_DMA_USB_W2FC_TX0 29
  174. #define OMAP_DMA_USB_W2FC_TX1 30
  175. #define OMAP_DMA_USB_W2FC_TX2 31
  176. /* These are only for 1610 */
  177. #define OMAP_DMA_CRYPTO_DES_IN 32
  178. #define OMAP_DMA_SPI_TX 33
  179. #define OMAP_DMA_SPI_RX 34
  180. #define OMAP_DMA_CRYPTO_HASH 35
  181. #define OMAP_DMA_CCP_ATTN 36
  182. #define OMAP_DMA_CCP_FIFO_NOT_EMPTY 37
  183. #define OMAP_DMA_CMT_APE_TX_CHAN_0 38
  184. #define OMAP_DMA_CMT_APE_RV_CHAN_0 39
  185. #define OMAP_DMA_CMT_APE_TX_CHAN_1 40
  186. #define OMAP_DMA_CMT_APE_RV_CHAN_1 41
  187. #define OMAP_DMA_CMT_APE_TX_CHAN_2 42
  188. #define OMAP_DMA_CMT_APE_RV_CHAN_2 43
  189. #define OMAP_DMA_CMT_APE_TX_CHAN_3 44
  190. #define OMAP_DMA_CMT_APE_RV_CHAN_3 45
  191. #define OMAP_DMA_CMT_APE_TX_CHAN_4 46
  192. #define OMAP_DMA_CMT_APE_RV_CHAN_4 47
  193. #define OMAP_DMA_CMT_APE_TX_CHAN_5 48
  194. #define OMAP_DMA_CMT_APE_RV_CHAN_5 49
  195. #define OMAP_DMA_CMT_APE_TX_CHAN_6 50
  196. #define OMAP_DMA_CMT_APE_RV_CHAN_6 51
  197. #define OMAP_DMA_CMT_APE_TX_CHAN_7 52
  198. #define OMAP_DMA_CMT_APE_RV_CHAN_7 53
  199. #define OMAP_DMA_MMC2_TX 54
  200. #define OMAP_DMA_MMC2_RX 55
  201. #define OMAP_DMA_CRYPTO_DES_OUT 56
  202. /* DMA channels for 24xx */
  203. #define OMAP24XX_DMA_NO_DEVICE 0
  204. #define OMAP24XX_DMA_XTI_DMA 1 /* S_DMA_0 */
  205. #define OMAP24XX_DMA_EXT_DMAREQ0 2 /* S_DMA_1 */
  206. #define OMAP24XX_DMA_EXT_DMAREQ1 3 /* S_DMA_2 */
  207. #define OMAP24XX_DMA_GPMC 4 /* S_DMA_3 */
  208. #define OMAP24XX_DMA_GFX 5 /* S_DMA_4 */
  209. #define OMAP24XX_DMA_DSS 6 /* S_DMA_5 */
  210. #define OMAP242X_DMA_VLYNQ_TX 7 /* S_DMA_6 */
  211. #define OMAP24XX_DMA_EXT_DMAREQ2 7 /* S_DMA_6 */
  212. #define OMAP24XX_DMA_CWT 8 /* S_DMA_7 */
  213. #define OMAP24XX_DMA_AES_TX 9 /* S_DMA_8 */
  214. #define OMAP24XX_DMA_AES_RX 10 /* S_DMA_9 */
  215. #define OMAP24XX_DMA_DES_TX 11 /* S_DMA_10 */
  216. #define OMAP24XX_DMA_DES_RX 12 /* S_DMA_11 */
  217. #define OMAP24XX_DMA_SHA1MD5_RX 13 /* S_DMA_12 */
  218. #define OMAP34XX_DMA_SHA2MD5_RX 13 /* S_DMA_12 */
  219. #define OMAP242X_DMA_EXT_DMAREQ2 14 /* S_DMA_13 */
  220. #define OMAP242X_DMA_EXT_DMAREQ3 15 /* S_DMA_14 */
  221. #define OMAP242X_DMA_EXT_DMAREQ4 16 /* S_DMA_15 */
  222. #define OMAP242X_DMA_EAC_AC_RD 17 /* S_DMA_16 */
  223. #define OMAP242X_DMA_EAC_AC_WR 18 /* S_DMA_17 */
  224. #define OMAP242X_DMA_EAC_MD_UL_RD 19 /* S_DMA_18 */
  225. #define OMAP242X_DMA_EAC_MD_UL_WR 20 /* S_DMA_19 */
  226. #define OMAP242X_DMA_EAC_MD_DL_RD 21 /* S_DMA_20 */
  227. #define OMAP242X_DMA_EAC_MD_DL_WR 22 /* S_DMA_21 */
  228. #define OMAP242X_DMA_EAC_BT_UL_RD 23 /* S_DMA_22 */
  229. #define OMAP242X_DMA_EAC_BT_UL_WR 24 /* S_DMA_23 */
  230. #define OMAP242X_DMA_EAC_BT_DL_RD 25 /* S_DMA_24 */
  231. #define OMAP242X_DMA_EAC_BT_DL_WR 26 /* S_DMA_25 */
  232. #define OMAP243X_DMA_EXT_DMAREQ3 14 /* S_DMA_13 */
  233. #define OMAP24XX_DMA_SPI3_TX0 15 /* S_DMA_14 */
  234. #define OMAP24XX_DMA_SPI3_RX0 16 /* S_DMA_15 */
  235. #define OMAP24XX_DMA_MCBSP3_TX 17 /* S_DMA_16 */
  236. #define OMAP24XX_DMA_MCBSP3_RX 18 /* S_DMA_17 */
  237. #define OMAP24XX_DMA_MCBSP4_TX 19 /* S_DMA_18 */
  238. #define OMAP24XX_DMA_MCBSP4_RX 20 /* S_DMA_19 */
  239. #define OMAP24XX_DMA_MCBSP5_TX 21 /* S_DMA_20 */
  240. #define OMAP24XX_DMA_MCBSP5_RX 22 /* S_DMA_21 */
  241. #define OMAP24XX_DMA_SPI3_TX1 23 /* S_DMA_22 */
  242. #define OMAP24XX_DMA_SPI3_RX1 24 /* S_DMA_23 */
  243. #define OMAP243X_DMA_EXT_DMAREQ4 25 /* S_DMA_24 */
  244. #define OMAP243X_DMA_EXT_DMAREQ5 26 /* S_DMA_25 */
  245. #define OMAP34XX_DMA_I2C3_TX 25 /* S_DMA_24 */
  246. #define OMAP34XX_DMA_I2C3_RX 26 /* S_DMA_25 */
  247. #define OMAP24XX_DMA_I2C1_TX 27 /* S_DMA_26 */
  248. #define OMAP24XX_DMA_I2C1_RX 28 /* S_DMA_27 */
  249. #define OMAP24XX_DMA_I2C2_TX 29 /* S_DMA_28 */
  250. #define OMAP24XX_DMA_I2C2_RX 30 /* S_DMA_29 */
  251. #define OMAP24XX_DMA_MCBSP1_TX 31 /* S_DMA_30 */
  252. #define OMAP24XX_DMA_MCBSP1_RX 32 /* S_DMA_31 */
  253. #define OMAP24XX_DMA_MCBSP2_TX 33 /* S_DMA_32 */
  254. #define OMAP24XX_DMA_MCBSP2_RX 34 /* S_DMA_33 */
  255. #define OMAP24XX_DMA_SPI1_TX0 35 /* S_DMA_34 */
  256. #define OMAP24XX_DMA_SPI1_RX0 36 /* S_DMA_35 */
  257. #define OMAP24XX_DMA_SPI1_TX1 37 /* S_DMA_36 */
  258. #define OMAP24XX_DMA_SPI1_RX1 38 /* S_DMA_37 */
  259. #define OMAP24XX_DMA_SPI1_TX2 39 /* S_DMA_38 */
  260. #define OMAP24XX_DMA_SPI1_RX2 40 /* S_DMA_39 */
  261. #define OMAP24XX_DMA_SPI1_TX3 41 /* S_DMA_40 */
  262. #define OMAP24XX_DMA_SPI1_RX3 42 /* S_DMA_41 */
  263. #define OMAP24XX_DMA_SPI2_TX0 43 /* S_DMA_42 */
  264. #define OMAP24XX_DMA_SPI2_RX0 44 /* S_DMA_43 */
  265. #define OMAP24XX_DMA_SPI2_TX1 45 /* S_DMA_44 */
  266. #define OMAP24XX_DMA_SPI2_RX1 46 /* S_DMA_45 */
  267. #define OMAP24XX_DMA_MMC2_TX 47 /* S_DMA_46 */
  268. #define OMAP24XX_DMA_MMC2_RX 48 /* S_DMA_47 */
  269. #define OMAP24XX_DMA_UART1_TX 49 /* S_DMA_48 */
  270. #define OMAP24XX_DMA_UART1_RX 50 /* S_DMA_49 */
  271. #define OMAP24XX_DMA_UART2_TX 51 /* S_DMA_50 */
  272. #define OMAP24XX_DMA_UART2_RX 52 /* S_DMA_51 */
  273. #define OMAP24XX_DMA_UART3_TX 53 /* S_DMA_52 */
  274. #define OMAP24XX_DMA_UART3_RX 54 /* S_DMA_53 */
  275. #define OMAP24XX_DMA_USB_W2FC_TX0 55 /* S_DMA_54 */
  276. #define OMAP24XX_DMA_USB_W2FC_RX0 56 /* S_DMA_55 */
  277. #define OMAP24XX_DMA_USB_W2FC_TX1 57 /* S_DMA_56 */
  278. #define OMAP24XX_DMA_USB_W2FC_RX1 58 /* S_DMA_57 */
  279. #define OMAP24XX_DMA_USB_W2FC_TX2 59 /* S_DMA_58 */
  280. #define OMAP24XX_DMA_USB_W2FC_RX2 60 /* S_DMA_59 */
  281. #define OMAP24XX_DMA_MMC1_TX 61 /* S_DMA_60 */
  282. #define OMAP24XX_DMA_MMC1_RX 62 /* S_DMA_61 */
  283. #define OMAP24XX_DMA_MS 63 /* S_DMA_62 */
  284. #define OMAP242X_DMA_EXT_DMAREQ5 64 /* S_DMA_63 */
  285. #define OMAP243X_DMA_EXT_DMAREQ6 64 /* S_DMA_63 */
  286. #define OMAP34XX_DMA_EXT_DMAREQ3 64 /* S_DMA_63 */
  287. #define OMAP34XX_DMA_AES2_TX 65 /* S_DMA_64 */
  288. #define OMAP34XX_DMA_AES2_RX 66 /* S_DMA_65 */
  289. #define OMAP34XX_DMA_DES2_TX 67 /* S_DMA_66 */
  290. #define OMAP34XX_DMA_DES2_RX 68 /* S_DMA_67 */
  291. #define OMAP34XX_DMA_SHA1MD5_RX 69 /* S_DMA_68 */
  292. #define OMAP34XX_DMA_SPI4_TX0 70 /* S_DMA_69 */
  293. #define OMAP34XX_DMA_SPI4_RX0 71 /* S_DMA_70 */
  294. #define OMAP34XX_DSS_DMA0 72 /* S_DMA_71 */
  295. #define OMAP34XX_DSS_DMA1 73 /* S_DMA_72 */
  296. #define OMAP34XX_DSS_DMA2 74 /* S_DMA_73 */
  297. #define OMAP34XX_DSS_DMA3 75 /* S_DMA_74 */
  298. #define OMAP34XX_DMA_MMC3_TX 77 /* S_DMA_76 */
  299. #define OMAP34XX_DMA_MMC3_RX 78 /* S_DMA_77 */
  300. #define OMAP34XX_DMA_USIM_TX 79 /* S_DMA_78 */
  301. #define OMAP34XX_DMA_USIM_RX 80 /* S_DMA_79 */
  302. /* DMA request lines for 44xx */
  303. #define OMAP44XX_DMA_DSS_DISPC_REQ 6 /* S_DMA_5 */
  304. #define OMAP44XX_DMA_SYS_REQ2 7 /* S_DMA_6 */
  305. #define OMAP44XX_DMA_ISS_REQ1 9 /* S_DMA_8 */
  306. #define OMAP44XX_DMA_ISS_REQ2 10 /* S_DMA_9 */
  307. #define OMAP44XX_DMA_ISS_REQ3 12 /* S_DMA_11 */
  308. #define OMAP44XX_DMA_ISS_REQ4 13 /* S_DMA_12 */
  309. #define OMAP44XX_DMA_DSS_RFBI_REQ 14 /* S_DMA_13 */
  310. #define OMAP44XX_DMA_SPI3_TX0 15 /* S_DMA_14 */
  311. #define OMAP44XX_DMA_SPI3_RX0 16 /* S_DMA_15 */
  312. #define OMAP44XX_DMA_MCBSP2_TX 17 /* S_DMA_16 */
  313. #define OMAP44XX_DMA_MCBSP2_RX 18 /* S_DMA_17 */
  314. #define OMAP44XX_DMA_MCBSP3_TX 19 /* S_DMA_18 */
  315. #define OMAP44XX_DMA_MCBSP3_RX 20 /* S_DMA_19 */
  316. #define OMAP44XX_DMA_SPI3_TX1 23 /* S_DMA_22 */
  317. #define OMAP44XX_DMA_SPI3_RX1 24 /* S_DMA_23 */
  318. #define OMAP44XX_DMA_I2C3_TX 25 /* S_DMA_24 */
  319. #define OMAP44XX_DMA_I2C3_RX 26 /* S_DMA_25 */
  320. #define OMAP44XX_DMA_I2C1_TX 27 /* S_DMA_26 */
  321. #define OMAP44XX_DMA_I2C1_RX 28 /* S_DMA_27 */
  322. #define OMAP44XX_DMA_I2C2_TX 29 /* S_DMA_28 */
  323. #define OMAP44XX_DMA_I2C2_RX 30 /* S_DMA_29 */
  324. #define OMAP44XX_DMA_MCBSP4_TX 31 /* S_DMA_30 */
  325. #define OMAP44XX_DMA_MCBSP4_RX 32 /* S_DMA_31 */
  326. #define OMAP44XX_DMA_MCBSP1_TX 33 /* S_DMA_32 */
  327. #define OMAP44XX_DMA_MCBSP1_RX 34 /* S_DMA_33 */
  328. #define OMAP44XX_DMA_SPI1_TX0 35 /* S_DMA_34 */
  329. #define OMAP44XX_DMA_SPI1_RX0 36 /* S_DMA_35 */
  330. #define OMAP44XX_DMA_SPI1_TX1 37 /* S_DMA_36 */
  331. #define OMAP44XX_DMA_SPI1_RX1 38 /* S_DMA_37 */
  332. #define OMAP44XX_DMA_SPI1_TX2 39 /* S_DMA_38 */
  333. #define OMAP44XX_DMA_SPI1_RX2 40 /* S_DMA_39 */
  334. #define OMAP44XX_DMA_SPI1_TX3 41 /* S_DMA_40 */
  335. #define OMAP44XX_DMA_SPI1_RX3 42 /* S_DMA_41 */
  336. #define OMAP44XX_DMA_SPI2_TX0 43 /* S_DMA_42 */
  337. #define OMAP44XX_DMA_SPI2_RX0 44 /* S_DMA_43 */
  338. #define OMAP44XX_DMA_SPI2_TX1 45 /* S_DMA_44 */
  339. #define OMAP44XX_DMA_SPI2_RX1 46 /* S_DMA_45 */
  340. #define OMAP44XX_DMA_MMC2_TX 47 /* S_DMA_46 */
  341. #define OMAP44XX_DMA_MMC2_RX 48 /* S_DMA_47 */
  342. #define OMAP44XX_DMA_UART1_TX 49 /* S_DMA_48 */
  343. #define OMAP44XX_DMA_UART1_RX 50 /* S_DMA_49 */
  344. #define OMAP44XX_DMA_UART2_TX 51 /* S_DMA_50 */
  345. #define OMAP44XX_DMA_UART2_RX 52 /* S_DMA_51 */
  346. #define OMAP44XX_DMA_UART3_TX 53 /* S_DMA_52 */
  347. #define OMAP44XX_DMA_UART3_RX 54 /* S_DMA_53 */
  348. #define OMAP44XX_DMA_UART4_TX 55 /* S_DMA_54 */
  349. #define OMAP44XX_DMA_UART4_RX 56 /* S_DMA_55 */
  350. #define OMAP44XX_DMA_MMC4_TX 57 /* S_DMA_56 */
  351. #define OMAP44XX_DMA_MMC4_RX 58 /* S_DMA_57 */
  352. #define OMAP44XX_DMA_MMC5_TX 59 /* S_DMA_58 */
  353. #define OMAP44XX_DMA_MMC5_RX 60 /* S_DMA_59 */
  354. #define OMAP44XX_DMA_MMC1_TX 61 /* S_DMA_60 */
  355. #define OMAP44XX_DMA_MMC1_RX 62 /* S_DMA_61 */
  356. #define OMAP44XX_DMA_SYS_REQ3 64 /* S_DMA_63 */
  357. #define OMAP44XX_DMA_MCPDM_UP 65 /* S_DMA_64 */
  358. #define OMAP44XX_DMA_MCPDM_DL 66 /* S_DMA_65 */
  359. #define OMAP44XX_DMA_SPI4_TX0 70 /* S_DMA_69 */
  360. #define OMAP44XX_DMA_SPI4_RX0 71 /* S_DMA_70 */
  361. #define OMAP44XX_DMA_DSS_DSI1_REQ0 72 /* S_DMA_71 */
  362. #define OMAP44XX_DMA_DSS_DSI1_REQ1 73 /* S_DMA_72 */
  363. #define OMAP44XX_DMA_DSS_DSI1_REQ2 74 /* S_DMA_73 */
  364. #define OMAP44XX_DMA_DSS_DSI1_REQ3 75 /* S_DMA_74 */
  365. #define OMAP44XX_DMA_DSS_HDMI_REQ 76 /* S_DMA_75 */
  366. #define OMAP44XX_DMA_MMC3_TX 77 /* S_DMA_76 */
  367. #define OMAP44XX_DMA_MMC3_RX 78 /* S_DMA_77 */
  368. #define OMAP44XX_DMA_USIM_TX 79 /* S_DMA_78 */
  369. #define OMAP44XX_DMA_USIM_RX 80 /* S_DMA_79 */
  370. #define OMAP44XX_DMA_DSS_DSI2_REQ0 81 /* S_DMA_80 */
  371. #define OMAP44XX_DMA_DSS_DSI2_REQ1 82 /* S_DMA_81 */
  372. #define OMAP44XX_DMA_DSS_DSI2_REQ2 83 /* S_DMA_82 */
  373. #define OMAP44XX_DMA_DSS_DSI2_REQ3 84 /* S_DMA_83 */
  374. #define OMAP44XX_DMA_ABE_REQ0 101 /* S_DMA_100 */
  375. #define OMAP44XX_DMA_ABE_REQ1 102 /* S_DMA_101 */
  376. #define OMAP44XX_DMA_ABE_REQ2 103 /* S_DMA_102 */
  377. #define OMAP44XX_DMA_ABE_REQ3 104 /* S_DMA_103 */
  378. #define OMAP44XX_DMA_ABE_REQ4 105 /* S_DMA_104 */
  379. #define OMAP44XX_DMA_ABE_REQ5 106 /* S_DMA_105 */
  380. #define OMAP44XX_DMA_ABE_REQ6 107 /* S_DMA_106 */
  381. #define OMAP44XX_DMA_ABE_REQ7 108 /* S_DMA_107 */
  382. #define OMAP44XX_DMA_I2C4_TX 124 /* S_DMA_123 */
  383. #define OMAP44XX_DMA_I2C4_RX 125 /* S_DMA_124 */
  384. /*----------------------------------------------------------------------------*/
  385. /* Hardware registers for LCD DMA */
  386. #define OMAP1510_DMA_LCD_BASE (0xfffedb00)
  387. #define OMAP1510_DMA_LCD_CTRL (OMAP1510_DMA_LCD_BASE + 0x00)
  388. #define OMAP1510_DMA_LCD_TOP_F1_L (OMAP1510_DMA_LCD_BASE + 0x02)
  389. #define OMAP1510_DMA_LCD_TOP_F1_U (OMAP1510_DMA_LCD_BASE + 0x04)
  390. #define OMAP1510_DMA_LCD_BOT_F1_L (OMAP1510_DMA_LCD_BASE + 0x06)
  391. #define OMAP1510_DMA_LCD_BOT_F1_U (OMAP1510_DMA_LCD_BASE + 0x08)
  392. #define OMAP1610_DMA_LCD_BASE (0xfffee300)
  393. #define OMAP1610_DMA_LCD_CSDP (OMAP1610_DMA_LCD_BASE + 0xc0)
  394. #define OMAP1610_DMA_LCD_CCR (OMAP1610_DMA_LCD_BASE + 0xc2)
  395. #define OMAP1610_DMA_LCD_CTRL (OMAP1610_DMA_LCD_BASE + 0xc4)
  396. #define OMAP1610_DMA_LCD_TOP_B1_L (OMAP1610_DMA_LCD_BASE + 0xc8)
  397. #define OMAP1610_DMA_LCD_TOP_B1_U (OMAP1610_DMA_LCD_BASE + 0xca)
  398. #define OMAP1610_DMA_LCD_BOT_B1_L (OMAP1610_DMA_LCD_BASE + 0xcc)
  399. #define OMAP1610_DMA_LCD_BOT_B1_U (OMAP1610_DMA_LCD_BASE + 0xce)
  400. #define OMAP1610_DMA_LCD_TOP_B2_L (OMAP1610_DMA_LCD_BASE + 0xd0)
  401. #define OMAP1610_DMA_LCD_TOP_B2_U (OMAP1610_DMA_LCD_BASE + 0xd2)
  402. #define OMAP1610_DMA_LCD_BOT_B2_L (OMAP1610_DMA_LCD_BASE + 0xd4)
  403. #define OMAP1610_DMA_LCD_BOT_B2_U (OMAP1610_DMA_LCD_BASE + 0xd6)
  404. #define OMAP1610_DMA_LCD_SRC_EI_B1 (OMAP1610_DMA_LCD_BASE + 0xd8)
  405. #define OMAP1610_DMA_LCD_SRC_FI_B1_L (OMAP1610_DMA_LCD_BASE + 0xda)
  406. #define OMAP1610_DMA_LCD_SRC_EN_B1 (OMAP1610_DMA_LCD_BASE + 0xe0)
  407. #define OMAP1610_DMA_LCD_SRC_FN_B1 (OMAP1610_DMA_LCD_BASE + 0xe4)
  408. #define OMAP1610_DMA_LCD_LCH_CTRL (OMAP1610_DMA_LCD_BASE + 0xea)
  409. #define OMAP1610_DMA_LCD_SRC_FI_B1_U (OMAP1610_DMA_LCD_BASE + 0xf4)
  410. #define OMAP1_DMA_TOUT_IRQ (1 << 0)
  411. #define OMAP_DMA_DROP_IRQ (1 << 1)
  412. #define OMAP_DMA_HALF_IRQ (1 << 2)
  413. #define OMAP_DMA_FRAME_IRQ (1 << 3)
  414. #define OMAP_DMA_LAST_IRQ (1 << 4)
  415. #define OMAP_DMA_BLOCK_IRQ (1 << 5)
  416. #define OMAP1_DMA_SYNC_IRQ (1 << 6)
  417. #define OMAP2_DMA_PKT_IRQ (1 << 7)
  418. #define OMAP2_DMA_TRANS_ERR_IRQ (1 << 8)
  419. #define OMAP2_DMA_SECURE_ERR_IRQ (1 << 9)
  420. #define OMAP2_DMA_SUPERVISOR_ERR_IRQ (1 << 10)
  421. #define OMAP2_DMA_MISALIGNED_ERR_IRQ (1 << 11)
  422. #define OMAP_DMA_DATA_TYPE_S8 0x00
  423. #define OMAP_DMA_DATA_TYPE_S16 0x01
  424. #define OMAP_DMA_DATA_TYPE_S32 0x02
  425. #define OMAP_DMA_SYNC_ELEMENT 0x00
  426. #define OMAP_DMA_SYNC_FRAME 0x01
  427. #define OMAP_DMA_SYNC_BLOCK 0x02
  428. #define OMAP_DMA_SYNC_PACKET 0x03
  429. #define OMAP_DMA_SRC_SYNC 0x01
  430. #define OMAP_DMA_DST_SYNC 0x00
  431. #define OMAP_DMA_PORT_EMIFF 0x00
  432. #define OMAP_DMA_PORT_EMIFS 0x01
  433. #define OMAP_DMA_PORT_OCP_T1 0x02
  434. #define OMAP_DMA_PORT_TIPB 0x03
  435. #define OMAP_DMA_PORT_OCP_T2 0x04
  436. #define OMAP_DMA_PORT_MPUI 0x05
  437. #define OMAP_DMA_AMODE_CONSTANT 0x00
  438. #define OMAP_DMA_AMODE_POST_INC 0x01
  439. #define OMAP_DMA_AMODE_SINGLE_IDX 0x02
  440. #define OMAP_DMA_AMODE_DOUBLE_IDX 0x03
  441. #define DMA_DEFAULT_FIFO_DEPTH 0x10
  442. #define DMA_DEFAULT_ARB_RATE 0x01
  443. /* Pass THREAD_RESERVE ORed with THREAD_FIFO for tparams */
  444. #define DMA_THREAD_RESERVE_NORM (0x00 << 12) /* Def */
  445. #define DMA_THREAD_RESERVE_ONET (0x01 << 12)
  446. #define DMA_THREAD_RESERVE_TWOT (0x02 << 12)
  447. #define DMA_THREAD_RESERVE_THREET (0x03 << 12)
  448. #define DMA_THREAD_FIFO_NONE (0x00 << 14) /* Def */
  449. #define DMA_THREAD_FIFO_75 (0x01 << 14)
  450. #define DMA_THREAD_FIFO_25 (0x02 << 14)
  451. #define DMA_THREAD_FIFO_50 (0x03 << 14)
  452. /* DMA4_OCP_SYSCONFIG bits */
  453. #define DMA_SYSCONFIG_MIDLEMODE_MASK (3 << 12)
  454. #define DMA_SYSCONFIG_CLOCKACTIVITY_MASK (3 << 8)
  455. #define DMA_SYSCONFIG_EMUFREE (1 << 5)
  456. #define DMA_SYSCONFIG_SIDLEMODE_MASK (3 << 3)
  457. #define DMA_SYSCONFIG_SOFTRESET (1 << 2)
  458. #define DMA_SYSCONFIG_AUTOIDLE (1 << 0)
  459. #define DMA_SYSCONFIG_MIDLEMODE(n) ((n) << 12)
  460. #define DMA_SYSCONFIG_SIDLEMODE(n) ((n) << 3)
  461. #define DMA_IDLEMODE_SMARTIDLE 0x2
  462. #define DMA_IDLEMODE_NO_IDLE 0x1
  463. #define DMA_IDLEMODE_FORCE_IDLE 0x0
  464. /* Chaining modes*/
  465. #ifndef CONFIG_ARCH_OMAP1
  466. #define OMAP_DMA_STATIC_CHAIN 0x1
  467. #define OMAP_DMA_DYNAMIC_CHAIN 0x2
  468. #define OMAP_DMA_CHAIN_ACTIVE 0x1
  469. #define OMAP_DMA_CHAIN_INACTIVE 0x0
  470. #endif
  471. #define DMA_CH_PRIO_HIGH 0x1
  472. #define DMA_CH_PRIO_LOW 0x0 /* Def */
  473. /* LCD DMA block numbers */
  474. enum {
  475. OMAP_LCD_DMA_B1_TOP,
  476. OMAP_LCD_DMA_B1_BOTTOM,
  477. OMAP_LCD_DMA_B2_TOP,
  478. OMAP_LCD_DMA_B2_BOTTOM
  479. };
  480. enum omap_dma_burst_mode {
  481. OMAP_DMA_DATA_BURST_DIS = 0,
  482. OMAP_DMA_DATA_BURST_4,
  483. OMAP_DMA_DATA_BURST_8,
  484. OMAP_DMA_DATA_BURST_16,
  485. };
  486. enum end_type {
  487. OMAP_DMA_LITTLE_ENDIAN = 0,
  488. OMAP_DMA_BIG_ENDIAN
  489. };
  490. enum omap_dma_color_mode {
  491. OMAP_DMA_COLOR_DIS = 0,
  492. OMAP_DMA_CONSTANT_FILL,
  493. OMAP_DMA_TRANSPARENT_COPY
  494. };
  495. enum omap_dma_write_mode {
  496. OMAP_DMA_WRITE_NON_POSTED = 0,
  497. OMAP_DMA_WRITE_POSTED,
  498. OMAP_DMA_WRITE_LAST_NON_POSTED
  499. };
  500. enum omap_dma_channel_mode {
  501. OMAP_DMA_LCH_2D = 0,
  502. OMAP_DMA_LCH_G,
  503. OMAP_DMA_LCH_P,
  504. OMAP_DMA_LCH_PD
  505. };
  506. struct omap_dma_channel_params {
  507. int data_type; /* data type 8,16,32 */
  508. int elem_count; /* number of elements in a frame */
  509. int frame_count; /* number of frames in a element */
  510. int src_port; /* Only on OMAP1 REVISIT: Is this needed? */
  511. int src_amode; /* constant, post increment, indexed,
  512. double indexed */
  513. unsigned long src_start; /* source address : physical */
  514. int src_ei; /* source element index */
  515. int src_fi; /* source frame index */
  516. int dst_port; /* Only on OMAP1 REVISIT: Is this needed? */
  517. int dst_amode; /* constant, post increment, indexed,
  518. double indexed */
  519. unsigned long dst_start; /* source address : physical */
  520. int dst_ei; /* source element index */
  521. int dst_fi; /* source frame index */
  522. int trigger; /* trigger attached if the channel is
  523. synchronized */
  524. int sync_mode; /* sycn on element, frame , block or packet */
  525. int src_or_dst_synch; /* source synch(1) or destination synch(0) */
  526. int ie; /* interrupt enabled */
  527. unsigned char read_prio;/* read priority */
  528. unsigned char write_prio;/* write priority */
  529. #ifndef CONFIG_ARCH_OMAP1
  530. enum omap_dma_burst_mode burst_mode; /* Burst mode 4/8/16 words */
  531. #endif
  532. };
  533. extern void omap_set_dma_priority(int lch, int dst_port, int priority);
  534. extern int omap_request_dma(int dev_id, const char *dev_name,
  535. void (*callback)(int lch, u16 ch_status, void *data),
  536. void *data, int *dma_ch);
  537. extern void omap_enable_dma_irq(int ch, u16 irq_bits);
  538. extern void omap_disable_dma_irq(int ch, u16 irq_bits);
  539. extern void omap_free_dma(int ch);
  540. extern void omap_start_dma(int lch);
  541. extern void omap_stop_dma(int lch);
  542. extern void omap_set_dma_transfer_params(int lch, int data_type,
  543. int elem_count, int frame_count,
  544. int sync_mode,
  545. int dma_trigger, int src_or_dst_synch);
  546. extern void omap_set_dma_color_mode(int lch, enum omap_dma_color_mode mode,
  547. u32 color);
  548. extern void omap_set_dma_write_mode(int lch, enum omap_dma_write_mode mode);
  549. extern void omap_set_dma_channel_mode(int lch, enum omap_dma_channel_mode mode);
  550. extern void omap_set_dma_src_params(int lch, int src_port, int src_amode,
  551. unsigned long src_start,
  552. int src_ei, int src_fi);
  553. extern void omap_set_dma_src_index(int lch, int eidx, int fidx);
  554. extern void omap_set_dma_src_data_pack(int lch, int enable);
  555. extern void omap_set_dma_src_burst_mode(int lch,
  556. enum omap_dma_burst_mode burst_mode);
  557. extern void omap_set_dma_dest_params(int lch, int dest_port, int dest_amode,
  558. unsigned long dest_start,
  559. int dst_ei, int dst_fi);
  560. extern void omap_set_dma_dest_index(int lch, int eidx, int fidx);
  561. extern void omap_set_dma_dest_data_pack(int lch, int enable);
  562. extern void omap_set_dma_dest_burst_mode(int lch,
  563. enum omap_dma_burst_mode burst_mode);
  564. extern void omap_set_dma_params(int lch,
  565. struct omap_dma_channel_params *params);
  566. extern void omap_dma_link_lch(int lch_head, int lch_queue);
  567. extern void omap_dma_unlink_lch(int lch_head, int lch_queue);
  568. extern int omap_set_dma_callback(int lch,
  569. void (*callback)(int lch, u16 ch_status, void *data),
  570. void *data);
  571. extern dma_addr_t omap_get_dma_src_pos(int lch);
  572. extern dma_addr_t omap_get_dma_dst_pos(int lch);
  573. extern void omap_clear_dma(int lch);
  574. extern int omap_get_dma_active_status(int lch);
  575. extern int omap_dma_running(void);
  576. extern void omap_dma_set_global_params(int arb_rate, int max_fifo_depth,
  577. int tparams);
  578. extern int omap_dma_set_prio_lch(int lch, unsigned char read_prio,
  579. unsigned char write_prio);
  580. extern void omap_set_dma_dst_endian_type(int lch, enum end_type etype);
  581. extern void omap_set_dma_src_endian_type(int lch, enum end_type etype);
  582. extern int omap_get_dma_index(int lch, int *ei, int *fi);
  583. /* Chaining APIs */
  584. #ifndef CONFIG_ARCH_OMAP1
  585. extern int omap_request_dma_chain(int dev_id, const char *dev_name,
  586. void (*callback) (int lch, u16 ch_status,
  587. void *data),
  588. int *chain_id, int no_of_chans,
  589. int chain_mode,
  590. struct omap_dma_channel_params params);
  591. extern int omap_free_dma_chain(int chain_id);
  592. extern int omap_dma_chain_a_transfer(int chain_id, int src_start,
  593. int dest_start, int elem_count,
  594. int frame_count, void *callbk_data);
  595. extern int omap_start_dma_chain_transfers(int chain_id);
  596. extern int omap_stop_dma_chain_transfers(int chain_id);
  597. extern int omap_get_dma_chain_index(int chain_id, int *ei, int *fi);
  598. extern int omap_get_dma_chain_dst_pos(int chain_id);
  599. extern int omap_get_dma_chain_src_pos(int chain_id);
  600. extern int omap_modify_dma_chain_params(int chain_id,
  601. struct omap_dma_channel_params params);
  602. extern int omap_dma_chain_status(int chain_id);
  603. #endif
  604. /* LCD DMA functions */
  605. extern int omap_request_lcd_dma(void (*callback)(u16 status, void *data),
  606. void *data);
  607. extern void omap_free_lcd_dma(void);
  608. extern void omap_setup_lcd_dma(void);
  609. extern void omap_enable_lcd_dma(void);
  610. extern void omap_stop_lcd_dma(void);
  611. extern void omap_set_lcd_dma_ext_controller(int external);
  612. extern void omap_set_lcd_dma_single_transfer(int single);
  613. extern void omap_set_lcd_dma_b1(unsigned long addr, u16 fb_xres, u16 fb_yres,
  614. int data_type);
  615. extern void omap_set_lcd_dma_b1_rotation(int rotate);
  616. extern void omap_set_lcd_dma_b1_vxres(unsigned long vxres);
  617. extern void omap_set_lcd_dma_b1_mirror(int mirror);
  618. extern void omap_set_lcd_dma_b1_scale(unsigned int xscale, unsigned int yscale);
  619. #endif /* __ASM_ARCH_DMA_H */