dma.h 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  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. #include <linux/platform_device.h>
  24. #define INT_DMA_LCD 25
  25. #define OMAP1_DMA_TOUT_IRQ (1 << 0)
  26. #define OMAP_DMA_DROP_IRQ (1 << 1)
  27. #define OMAP_DMA_HALF_IRQ (1 << 2)
  28. #define OMAP_DMA_FRAME_IRQ (1 << 3)
  29. #define OMAP_DMA_LAST_IRQ (1 << 4)
  30. #define OMAP_DMA_BLOCK_IRQ (1 << 5)
  31. #define OMAP1_DMA_SYNC_IRQ (1 << 6)
  32. #define OMAP2_DMA_PKT_IRQ (1 << 7)
  33. #define OMAP2_DMA_TRANS_ERR_IRQ (1 << 8)
  34. #define OMAP2_DMA_SECURE_ERR_IRQ (1 << 9)
  35. #define OMAP2_DMA_SUPERVISOR_ERR_IRQ (1 << 10)
  36. #define OMAP2_DMA_MISALIGNED_ERR_IRQ (1 << 11)
  37. #define OMAP_DMA_CCR_EN (1 << 7)
  38. #define OMAP_DMA_CCR_RD_ACTIVE (1 << 9)
  39. #define OMAP_DMA_CCR_WR_ACTIVE (1 << 10)
  40. #define OMAP_DMA_CCR_SEL_SRC_DST_SYNC (1 << 24)
  41. #define OMAP_DMA_CCR_BUFFERING_DISABLE (1 << 25)
  42. #define OMAP_DMA_DATA_TYPE_S8 0x00
  43. #define OMAP_DMA_DATA_TYPE_S16 0x01
  44. #define OMAP_DMA_DATA_TYPE_S32 0x02
  45. #define OMAP_DMA_SYNC_ELEMENT 0x00
  46. #define OMAP_DMA_SYNC_FRAME 0x01
  47. #define OMAP_DMA_SYNC_BLOCK 0x02
  48. #define OMAP_DMA_SYNC_PACKET 0x03
  49. #define OMAP_DMA_DST_SYNC_PREFETCH 0x02
  50. #define OMAP_DMA_SRC_SYNC 0x01
  51. #define OMAP_DMA_DST_SYNC 0x00
  52. #define OMAP_DMA_PORT_EMIFF 0x00
  53. #define OMAP_DMA_PORT_EMIFS 0x01
  54. #define OMAP_DMA_PORT_OCP_T1 0x02
  55. #define OMAP_DMA_PORT_TIPB 0x03
  56. #define OMAP_DMA_PORT_OCP_T2 0x04
  57. #define OMAP_DMA_PORT_MPUI 0x05
  58. #define OMAP_DMA_AMODE_CONSTANT 0x00
  59. #define OMAP_DMA_AMODE_POST_INC 0x01
  60. #define OMAP_DMA_AMODE_SINGLE_IDX 0x02
  61. #define OMAP_DMA_AMODE_DOUBLE_IDX 0x03
  62. #define DMA_DEFAULT_FIFO_DEPTH 0x10
  63. #define DMA_DEFAULT_ARB_RATE 0x01
  64. /* Pass THREAD_RESERVE ORed with THREAD_FIFO for tparams */
  65. #define DMA_THREAD_RESERVE_NORM (0x00 << 12) /* Def */
  66. #define DMA_THREAD_RESERVE_ONET (0x01 << 12)
  67. #define DMA_THREAD_RESERVE_TWOT (0x02 << 12)
  68. #define DMA_THREAD_RESERVE_THREET (0x03 << 12)
  69. #define DMA_THREAD_FIFO_NONE (0x00 << 14) /* Def */
  70. #define DMA_THREAD_FIFO_75 (0x01 << 14)
  71. #define DMA_THREAD_FIFO_25 (0x02 << 14)
  72. #define DMA_THREAD_FIFO_50 (0x03 << 14)
  73. /* DMA4_OCP_SYSCONFIG bits */
  74. #define DMA_SYSCONFIG_MIDLEMODE_MASK (3 << 12)
  75. #define DMA_SYSCONFIG_CLOCKACTIVITY_MASK (3 << 8)
  76. #define DMA_SYSCONFIG_EMUFREE (1 << 5)
  77. #define DMA_SYSCONFIG_SIDLEMODE_MASK (3 << 3)
  78. #define DMA_SYSCONFIG_SOFTRESET (1 << 2)
  79. #define DMA_SYSCONFIG_AUTOIDLE (1 << 0)
  80. #define DMA_SYSCONFIG_MIDLEMODE(n) ((n) << 12)
  81. #define DMA_SYSCONFIG_SIDLEMODE(n) ((n) << 3)
  82. #define DMA_IDLEMODE_SMARTIDLE 0x2
  83. #define DMA_IDLEMODE_NO_IDLE 0x1
  84. #define DMA_IDLEMODE_FORCE_IDLE 0x0
  85. /* Chaining modes*/
  86. #ifndef CONFIG_ARCH_OMAP1
  87. #define OMAP_DMA_STATIC_CHAIN 0x1
  88. #define OMAP_DMA_DYNAMIC_CHAIN 0x2
  89. #define OMAP_DMA_CHAIN_ACTIVE 0x1
  90. #define OMAP_DMA_CHAIN_INACTIVE 0x0
  91. #endif
  92. #define DMA_CH_PRIO_HIGH 0x1
  93. #define DMA_CH_PRIO_LOW 0x0 /* Def */
  94. /* Errata handling */
  95. #define IS_DMA_ERRATA(id) (errata & (id))
  96. #define SET_DMA_ERRATA(id) (errata |= (id))
  97. #define DMA_ERRATA_IFRAME_BUFFERING BIT(0x0)
  98. #define DMA_ERRATA_PARALLEL_CHANNELS BIT(0x1)
  99. #define DMA_ERRATA_i378 BIT(0x2)
  100. #define DMA_ERRATA_i541 BIT(0x3)
  101. #define DMA_ERRATA_i88 BIT(0x4)
  102. #define DMA_ERRATA_3_3 BIT(0x5)
  103. #define DMA_ROMCODE_BUG BIT(0x6)
  104. /* Attributes for OMAP DMA Contrller */
  105. #define DMA_LINKED_LCH BIT(0x0)
  106. #define GLOBAL_PRIORITY BIT(0x1)
  107. #define RESERVE_CHANNEL BIT(0x2)
  108. #define IS_CSSA_32 BIT(0x3)
  109. #define IS_CDSA_32 BIT(0x4)
  110. #define IS_RW_PRIORITY BIT(0x5)
  111. #define ENABLE_1510_MODE BIT(0x6)
  112. #define SRC_PORT BIT(0x7)
  113. #define DST_PORT BIT(0x8)
  114. #define SRC_INDEX BIT(0x9)
  115. #define DST_INDEX BIT(0xA)
  116. #define IS_BURST_ONLY4 BIT(0xB)
  117. #define CLEAR_CSR_ON_READ BIT(0xC)
  118. #define IS_WORD_16 BIT(0xD)
  119. /* Defines for DMA Capabilities */
  120. #define DMA_HAS_TRANSPARENT_CAPS (0x1 << 18)
  121. #define DMA_HAS_CONSTANT_FILL_CAPS (0x1 << 19)
  122. #define DMA_HAS_DESCRIPTOR_CAPS (0x3 << 20)
  123. enum omap_reg_offsets {
  124. GCR, GSCR, GRST1, HW_ID,
  125. PCH2_ID, PCH0_ID, PCH1_ID, PCHG_ID,
  126. PCHD_ID, CAPS_0, CAPS_1, CAPS_2,
  127. CAPS_3, CAPS_4, PCH2_SR, PCH0_SR,
  128. PCH1_SR, PCHD_SR, REVISION, IRQSTATUS_L0,
  129. IRQSTATUS_L1, IRQSTATUS_L2, IRQSTATUS_L3, IRQENABLE_L0,
  130. IRQENABLE_L1, IRQENABLE_L2, IRQENABLE_L3, SYSSTATUS,
  131. OCP_SYSCONFIG,
  132. /* omap1+ specific */
  133. CPC, CCR2, LCH_CTRL,
  134. /* Common registers for all omap's */
  135. CSDP, CCR, CICR, CSR,
  136. CEN, CFN, CSFI, CSEI,
  137. CSAC, CDAC, CDEI,
  138. CDFI, CLNK_CTRL,
  139. /* Channel specific registers */
  140. CSSA, CDSA, COLOR,
  141. CCEN, CCFN,
  142. /* omap3630 and omap4 specific */
  143. CDP, CNDP, CCDN,
  144. };
  145. enum omap_dma_burst_mode {
  146. OMAP_DMA_DATA_BURST_DIS = 0,
  147. OMAP_DMA_DATA_BURST_4,
  148. OMAP_DMA_DATA_BURST_8,
  149. OMAP_DMA_DATA_BURST_16,
  150. };
  151. enum end_type {
  152. OMAP_DMA_LITTLE_ENDIAN = 0,
  153. OMAP_DMA_BIG_ENDIAN
  154. };
  155. enum omap_dma_color_mode {
  156. OMAP_DMA_COLOR_DIS = 0,
  157. OMAP_DMA_CONSTANT_FILL,
  158. OMAP_DMA_TRANSPARENT_COPY
  159. };
  160. enum omap_dma_write_mode {
  161. OMAP_DMA_WRITE_NON_POSTED = 0,
  162. OMAP_DMA_WRITE_POSTED,
  163. OMAP_DMA_WRITE_LAST_NON_POSTED
  164. };
  165. enum omap_dma_channel_mode {
  166. OMAP_DMA_LCH_2D = 0,
  167. OMAP_DMA_LCH_G,
  168. OMAP_DMA_LCH_P,
  169. OMAP_DMA_LCH_PD
  170. };
  171. struct omap_dma_channel_params {
  172. int data_type; /* data type 8,16,32 */
  173. int elem_count; /* number of elements in a frame */
  174. int frame_count; /* number of frames in a element */
  175. int src_port; /* Only on OMAP1 REVISIT: Is this needed? */
  176. int src_amode; /* constant, post increment, indexed,
  177. double indexed */
  178. unsigned long src_start; /* source address : physical */
  179. int src_ei; /* source element index */
  180. int src_fi; /* source frame index */
  181. int dst_port; /* Only on OMAP1 REVISIT: Is this needed? */
  182. int dst_amode; /* constant, post increment, indexed,
  183. double indexed */
  184. unsigned long dst_start; /* source address : physical */
  185. int dst_ei; /* source element index */
  186. int dst_fi; /* source frame index */
  187. int trigger; /* trigger attached if the channel is
  188. synchronized */
  189. int sync_mode; /* sycn on element, frame , block or packet */
  190. int src_or_dst_synch; /* source synch(1) or destination synch(0) */
  191. int ie; /* interrupt enabled */
  192. unsigned char read_prio;/* read priority */
  193. unsigned char write_prio;/* write priority */
  194. #ifndef CONFIG_ARCH_OMAP1
  195. enum omap_dma_burst_mode burst_mode; /* Burst mode 4/8/16 words */
  196. #endif
  197. };
  198. struct omap_dma_lch {
  199. int next_lch;
  200. int dev_id;
  201. u16 saved_csr;
  202. u16 enabled_irqs;
  203. const char *dev_name;
  204. void (*callback)(int lch, u16 ch_status, void *data);
  205. void *data;
  206. long flags;
  207. /* required for Dynamic chaining */
  208. int prev_linked_ch;
  209. int next_linked_ch;
  210. int state;
  211. int chain_id;
  212. int status;
  213. };
  214. struct omap_dma_dev_attr {
  215. u32 dev_caps;
  216. u16 lch_count;
  217. u16 chan_count;
  218. struct omap_dma_lch *chan;
  219. };
  220. /* System DMA platform data structure */
  221. struct omap_system_dma_plat_info {
  222. struct omap_dma_dev_attr *dma_attr;
  223. u32 errata;
  224. void (*disable_irq_lch)(int lch);
  225. void (*show_dma_caps)(void);
  226. void (*clear_lch_regs)(int lch);
  227. void (*clear_dma)(int lch);
  228. void (*dma_write)(u32 val, int reg, int lch);
  229. u32 (*dma_read)(int reg, int lch);
  230. };
  231. extern void __init omap_init_consistent_dma_size(void);
  232. extern void omap_set_dma_priority(int lch, int dst_port, int priority);
  233. extern int omap_request_dma(int dev_id, const char *dev_name,
  234. void (*callback)(int lch, u16 ch_status, void *data),
  235. void *data, int *dma_ch);
  236. extern void omap_enable_dma_irq(int ch, u16 irq_bits);
  237. extern void omap_disable_dma_irq(int ch, u16 irq_bits);
  238. extern void omap_free_dma(int ch);
  239. extern void omap_start_dma(int lch);
  240. extern void omap_stop_dma(int lch);
  241. extern void omap_set_dma_transfer_params(int lch, int data_type,
  242. int elem_count, int frame_count,
  243. int sync_mode,
  244. int dma_trigger, int src_or_dst_synch);
  245. extern void omap_set_dma_color_mode(int lch, enum omap_dma_color_mode mode,
  246. u32 color);
  247. extern void omap_set_dma_write_mode(int lch, enum omap_dma_write_mode mode);
  248. extern void omap_set_dma_channel_mode(int lch, enum omap_dma_channel_mode mode);
  249. extern void omap_set_dma_src_params(int lch, int src_port, int src_amode,
  250. unsigned long src_start,
  251. int src_ei, int src_fi);
  252. extern void omap_set_dma_src_index(int lch, int eidx, int fidx);
  253. extern void omap_set_dma_src_data_pack(int lch, int enable);
  254. extern void omap_set_dma_src_burst_mode(int lch,
  255. enum omap_dma_burst_mode burst_mode);
  256. extern void omap_set_dma_dest_params(int lch, int dest_port, int dest_amode,
  257. unsigned long dest_start,
  258. int dst_ei, int dst_fi);
  259. extern void omap_set_dma_dest_index(int lch, int eidx, int fidx);
  260. extern void omap_set_dma_dest_data_pack(int lch, int enable);
  261. extern void omap_set_dma_dest_burst_mode(int lch,
  262. enum omap_dma_burst_mode burst_mode);
  263. extern void omap_set_dma_params(int lch,
  264. struct omap_dma_channel_params *params);
  265. extern void omap_dma_link_lch(int lch_head, int lch_queue);
  266. extern void omap_dma_unlink_lch(int lch_head, int lch_queue);
  267. extern int omap_set_dma_callback(int lch,
  268. void (*callback)(int lch, u16 ch_status, void *data),
  269. void *data);
  270. extern dma_addr_t omap_get_dma_src_pos(int lch);
  271. extern dma_addr_t omap_get_dma_dst_pos(int lch);
  272. extern void omap_clear_dma(int lch);
  273. extern int omap_get_dma_active_status(int lch);
  274. extern int omap_dma_running(void);
  275. extern void omap_dma_set_global_params(int arb_rate, int max_fifo_depth,
  276. int tparams);
  277. extern int omap_dma_set_prio_lch(int lch, unsigned char read_prio,
  278. unsigned char write_prio);
  279. extern void omap_set_dma_dst_endian_type(int lch, enum end_type etype);
  280. extern void omap_set_dma_src_endian_type(int lch, enum end_type etype);
  281. extern int omap_get_dma_index(int lch, int *ei, int *fi);
  282. void omap_dma_global_context_save(void);
  283. void omap_dma_global_context_restore(void);
  284. extern void omap_dma_disable_irq(int lch);
  285. /* Chaining APIs */
  286. #ifndef CONFIG_ARCH_OMAP1
  287. extern int omap_request_dma_chain(int dev_id, const char *dev_name,
  288. void (*callback) (int lch, u16 ch_status,
  289. void *data),
  290. int *chain_id, int no_of_chans,
  291. int chain_mode,
  292. struct omap_dma_channel_params params);
  293. extern int omap_free_dma_chain(int chain_id);
  294. extern int omap_dma_chain_a_transfer(int chain_id, int src_start,
  295. int dest_start, int elem_count,
  296. int frame_count, void *callbk_data);
  297. extern int omap_start_dma_chain_transfers(int chain_id);
  298. extern int omap_stop_dma_chain_transfers(int chain_id);
  299. extern int omap_get_dma_chain_index(int chain_id, int *ei, int *fi);
  300. extern int omap_get_dma_chain_dst_pos(int chain_id);
  301. extern int omap_get_dma_chain_src_pos(int chain_id);
  302. extern int omap_modify_dma_chain_params(int chain_id,
  303. struct omap_dma_channel_params params);
  304. extern int omap_dma_chain_status(int chain_id);
  305. #endif
  306. #if defined(CONFIG_ARCH_OMAP1) && defined(CONFIG_FB_OMAP)
  307. #include <mach/lcd_dma.h>
  308. #else
  309. static inline int omap_lcd_dma_running(void)
  310. {
  311. return 0;
  312. }
  313. #endif
  314. #endif /* __ASM_ARCH_DMA_H */