omap24xxcam.h 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596
  1. /*
  2. * drivers/media/platform/omap24xxcam.h
  3. *
  4. * Copyright (C) 2004 MontaVista Software, Inc.
  5. * Copyright (C) 2004 Texas Instruments.
  6. * Copyright (C) 2007 Nokia Corporation.
  7. *
  8. * Contact: Sakari Ailus <sakari.ailus@nokia.com>
  9. *
  10. * Based on code from Andy Lowe <source@mvista.com>.
  11. *
  12. * This program is free software; you can redistribute it and/or
  13. * modify it under the terms of the GNU General Public License
  14. * version 2 as published by the Free Software Foundation.
  15. *
  16. * This program is distributed in the hope that it will be useful, but
  17. * WITHOUT ANY WARRANTY; without even the implied warranty of
  18. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  19. * General Public License for more details.
  20. *
  21. * You should have received a copy of the GNU General Public License
  22. * along with this program; if not, write to the Free Software
  23. * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  24. * 02110-1301 USA
  25. */
  26. #ifndef OMAP24XXCAM_H
  27. #define OMAP24XXCAM_H
  28. #include <media/videobuf-dma-sg.h>
  29. #include <media/v4l2-int-device.h>
  30. #include <media/v4l2-device.h>
  31. /*
  32. *
  33. * General driver related definitions.
  34. *
  35. */
  36. #define CAM_NAME "omap24xxcam"
  37. #define CAM_MCLK 96000000
  38. /* number of bytes transferred per DMA request */
  39. #define DMA_THRESHOLD 32
  40. /*
  41. * NUM_CAMDMA_CHANNELS is the number of logical channels provided by
  42. * the camera DMA controller.
  43. */
  44. #define NUM_CAMDMA_CHANNELS 4
  45. /*
  46. * NUM_SG_DMA is the number of scatter-gather DMA transfers that can
  47. * be queued. (We don't have any overlay sglists now.)
  48. */
  49. #define NUM_SG_DMA (VIDEO_MAX_FRAME)
  50. /*
  51. *
  52. * Register definitions.
  53. *
  54. */
  55. /* subsystem register block offsets */
  56. #define CC_REG_OFFSET 0x00000400
  57. #define CAMDMA_REG_OFFSET 0x00000800
  58. #define CAMMMU_REG_OFFSET 0x00000C00
  59. /* define camera subsystem register offsets */
  60. #define CAM_REVISION 0x000
  61. #define CAM_SYSCONFIG 0x010
  62. #define CAM_SYSSTATUS 0x014
  63. #define CAM_IRQSTATUS 0x018
  64. #define CAM_GPO 0x040
  65. #define CAM_GPI 0x050
  66. /* define camera core register offsets */
  67. #define CC_REVISION 0x000
  68. #define CC_SYSCONFIG 0x010
  69. #define CC_SYSSTATUS 0x014
  70. #define CC_IRQSTATUS 0x018
  71. #define CC_IRQENABLE 0x01C
  72. #define CC_CTRL 0x040
  73. #define CC_CTRL_DMA 0x044
  74. #define CC_CTRL_XCLK 0x048
  75. #define CC_FIFODATA 0x04C
  76. #define CC_TEST 0x050
  77. #define CC_GENPAR 0x054
  78. #define CC_CCPFSCR 0x058
  79. #define CC_CCPFECR 0x05C
  80. #define CC_CCPLSCR 0x060
  81. #define CC_CCPLECR 0x064
  82. #define CC_CCPDFR 0x068
  83. /* define camera dma register offsets */
  84. #define CAMDMA_REVISION 0x000
  85. #define CAMDMA_IRQSTATUS_L0 0x008
  86. #define CAMDMA_IRQSTATUS_L1 0x00C
  87. #define CAMDMA_IRQSTATUS_L2 0x010
  88. #define CAMDMA_IRQSTATUS_L3 0x014
  89. #define CAMDMA_IRQENABLE_L0 0x018
  90. #define CAMDMA_IRQENABLE_L1 0x01C
  91. #define CAMDMA_IRQENABLE_L2 0x020
  92. #define CAMDMA_IRQENABLE_L3 0x024
  93. #define CAMDMA_SYSSTATUS 0x028
  94. #define CAMDMA_OCP_SYSCONFIG 0x02C
  95. #define CAMDMA_CAPS_0 0x064
  96. #define CAMDMA_CAPS_2 0x06C
  97. #define CAMDMA_CAPS_3 0x070
  98. #define CAMDMA_CAPS_4 0x074
  99. #define CAMDMA_GCR 0x078
  100. #define CAMDMA_CCR(n) (0x080 + (n)*0x60)
  101. #define CAMDMA_CLNK_CTRL(n) (0x084 + (n)*0x60)
  102. #define CAMDMA_CICR(n) (0x088 + (n)*0x60)
  103. #define CAMDMA_CSR(n) (0x08C + (n)*0x60)
  104. #define CAMDMA_CSDP(n) (0x090 + (n)*0x60)
  105. #define CAMDMA_CEN(n) (0x094 + (n)*0x60)
  106. #define CAMDMA_CFN(n) (0x098 + (n)*0x60)
  107. #define CAMDMA_CSSA(n) (0x09C + (n)*0x60)
  108. #define CAMDMA_CDSA(n) (0x0A0 + (n)*0x60)
  109. #define CAMDMA_CSEI(n) (0x0A4 + (n)*0x60)
  110. #define CAMDMA_CSFI(n) (0x0A8 + (n)*0x60)
  111. #define CAMDMA_CDEI(n) (0x0AC + (n)*0x60)
  112. #define CAMDMA_CDFI(n) (0x0B0 + (n)*0x60)
  113. #define CAMDMA_CSAC(n) (0x0B4 + (n)*0x60)
  114. #define CAMDMA_CDAC(n) (0x0B8 + (n)*0x60)
  115. #define CAMDMA_CCEN(n) (0x0BC + (n)*0x60)
  116. #define CAMDMA_CCFN(n) (0x0C0 + (n)*0x60)
  117. #define CAMDMA_COLOR(n) (0x0C4 + (n)*0x60)
  118. /* define camera mmu register offsets */
  119. #define CAMMMU_REVISION 0x000
  120. #define CAMMMU_SYSCONFIG 0x010
  121. #define CAMMMU_SYSSTATUS 0x014
  122. #define CAMMMU_IRQSTATUS 0x018
  123. #define CAMMMU_IRQENABLE 0x01C
  124. #define CAMMMU_WALKING_ST 0x040
  125. #define CAMMMU_CNTL 0x044
  126. #define CAMMMU_FAULT_AD 0x048
  127. #define CAMMMU_TTB 0x04C
  128. #define CAMMMU_LOCK 0x050
  129. #define CAMMMU_LD_TLB 0x054
  130. #define CAMMMU_CAM 0x058
  131. #define CAMMMU_RAM 0x05C
  132. #define CAMMMU_GFLUSH 0x060
  133. #define CAMMMU_FLUSH_ENTRY 0x064
  134. #define CAMMMU_READ_CAM 0x068
  135. #define CAMMMU_READ_RAM 0x06C
  136. #define CAMMMU_EMU_FAULT_AD 0x070
  137. /* Define bit fields within selected registers */
  138. #define CAM_REVISION_MAJOR (15 << 4)
  139. #define CAM_REVISION_MAJOR_SHIFT 4
  140. #define CAM_REVISION_MINOR (15 << 0)
  141. #define CAM_REVISION_MINOR_SHIFT 0
  142. #define CAM_SYSCONFIG_SOFTRESET (1 << 1)
  143. #define CAM_SYSCONFIG_AUTOIDLE (1 << 0)
  144. #define CAM_SYSSTATUS_RESETDONE (1 << 0)
  145. #define CAM_IRQSTATUS_CC_IRQ (1 << 4)
  146. #define CAM_IRQSTATUS_MMU_IRQ (1 << 3)
  147. #define CAM_IRQSTATUS_DMA_IRQ2 (1 << 2)
  148. #define CAM_IRQSTATUS_DMA_IRQ1 (1 << 1)
  149. #define CAM_IRQSTATUS_DMA_IRQ0 (1 << 0)
  150. #define CAM_GPO_CAM_S_P_EN (1 << 1)
  151. #define CAM_GPO_CAM_CCP_MODE (1 << 0)
  152. #define CAM_GPI_CC_DMA_REQ1 (1 << 24)
  153. #define CAP_GPI_CC_DMA_REQ0 (1 << 23)
  154. #define CAP_GPI_CAM_MSTANDBY (1 << 21)
  155. #define CAP_GPI_CAM_WAIT (1 << 20)
  156. #define CAP_GPI_CAM_S_DATA (1 << 17)
  157. #define CAP_GPI_CAM_S_CLK (1 << 16)
  158. #define CAP_GPI_CAM_P_DATA (0xFFF << 3)
  159. #define CAP_GPI_CAM_P_DATA_SHIFT 3
  160. #define CAP_GPI_CAM_P_VS (1 << 2)
  161. #define CAP_GPI_CAM_P_HS (1 << 1)
  162. #define CAP_GPI_CAM_P_CLK (1 << 0)
  163. #define CC_REVISION_MAJOR (15 << 4)
  164. #define CC_REVISION_MAJOR_SHIFT 4
  165. #define CC_REVISION_MINOR (15 << 0)
  166. #define CC_REVISION_MINOR_SHIFT 0
  167. #define CC_SYSCONFIG_SIDLEMODE (3 << 3)
  168. #define CC_SYSCONFIG_SIDLEMODE_FIDLE (0 << 3)
  169. #define CC_SYSCONFIG_SIDLEMODE_NIDLE (1 << 3)
  170. #define CC_SYSCONFIG_SOFTRESET (1 << 1)
  171. #define CC_SYSCONFIG_AUTOIDLE (1 << 0)
  172. #define CC_SYSSTATUS_RESETDONE (1 << 0)
  173. #define CC_IRQSTATUS_FS_IRQ (1 << 19)
  174. #define CC_IRQSTATUS_LE_IRQ (1 << 18)
  175. #define CC_IRQSTATUS_LS_IRQ (1 << 17)
  176. #define CC_IRQSTATUS_FE_IRQ (1 << 16)
  177. #define CC_IRQSTATUS_FW_ERR_IRQ (1 << 10)
  178. #define CC_IRQSTATUS_FSC_ERR_IRQ (1 << 9)
  179. #define CC_IRQSTATUS_SSC_ERR_IRQ (1 << 8)
  180. #define CC_IRQSTATUS_FIFO_NOEMPTY_IRQ (1 << 4)
  181. #define CC_IRQSTATUS_FIFO_FULL_IRQ (1 << 3)
  182. #define CC_IRQSTATUS_FIFO_THR_IRQ (1 << 2)
  183. #define CC_IRQSTATUS_FIFO_OF_IRQ (1 << 1)
  184. #define CC_IRQSTATUS_FIFO_UF_IRQ (1 << 0)
  185. #define CC_IRQENABLE_FS_IRQ (1 << 19)
  186. #define CC_IRQENABLE_LE_IRQ (1 << 18)
  187. #define CC_IRQENABLE_LS_IRQ (1 << 17)
  188. #define CC_IRQENABLE_FE_IRQ (1 << 16)
  189. #define CC_IRQENABLE_FW_ERR_IRQ (1 << 10)
  190. #define CC_IRQENABLE_FSC_ERR_IRQ (1 << 9)
  191. #define CC_IRQENABLE_SSC_ERR_IRQ (1 << 8)
  192. #define CC_IRQENABLE_FIFO_NOEMPTY_IRQ (1 << 4)
  193. #define CC_IRQENABLE_FIFO_FULL_IRQ (1 << 3)
  194. #define CC_IRQENABLE_FIFO_THR_IRQ (1 << 2)
  195. #define CC_IRQENABLE_FIFO_OF_IRQ (1 << 1)
  196. #define CC_IRQENABLE_FIFO_UF_IRQ (1 << 0)
  197. #define CC_CTRL_CC_ONE_SHOT (1 << 20)
  198. #define CC_CTRL_CC_IF_SYNCHRO (1 << 19)
  199. #define CC_CTRL_CC_RST (1 << 18)
  200. #define CC_CTRL_CC_FRAME_TRIG (1 << 17)
  201. #define CC_CTRL_CC_EN (1 << 16)
  202. #define CC_CTRL_NOBT_SYNCHRO (1 << 13)
  203. #define CC_CTRL_BT_CORRECT (1 << 12)
  204. #define CC_CTRL_PAR_ORDERCAM (1 << 11)
  205. #define CC_CTRL_PAR_CLK_POL (1 << 10)
  206. #define CC_CTRL_NOBT_HS_POL (1 << 9)
  207. #define CC_CTRL_NOBT_VS_POL (1 << 8)
  208. #define CC_CTRL_PAR_MODE (7 << 1)
  209. #define CC_CTRL_PAR_MODE_SHIFT 1
  210. #define CC_CTRL_PAR_MODE_NOBT8 (0 << 1)
  211. #define CC_CTRL_PAR_MODE_NOBT10 (1 << 1)
  212. #define CC_CTRL_PAR_MODE_NOBT12 (2 << 1)
  213. #define CC_CTRL_PAR_MODE_BT8 (4 << 1)
  214. #define CC_CTRL_PAR_MODE_BT10 (5 << 1)
  215. #define CC_CTRL_PAR_MODE_FIFOTEST (7 << 1)
  216. #define CC_CTRL_CCP_MODE (1 << 0)
  217. #define CC_CTRL_DMA_EN (1 << 8)
  218. #define CC_CTRL_DMA_FIFO_THRESHOLD (0x7F << 0)
  219. #define CC_CTRL_DMA_FIFO_THRESHOLD_SHIFT 0
  220. #define CC_CTRL_XCLK_DIV (0x1F << 0)
  221. #define CC_CTRL_XCLK_DIV_SHIFT 0
  222. #define CC_CTRL_XCLK_DIV_STABLE_LOW (0 << 0)
  223. #define CC_CTRL_XCLK_DIV_STABLE_HIGH (1 << 0)
  224. #define CC_CTRL_XCLK_DIV_BYPASS (31 << 0)
  225. #define CC_TEST_FIFO_RD_POINTER (0xFF << 24)
  226. #define CC_TEST_FIFO_RD_POINTER_SHIFT 24
  227. #define CC_TEST_FIFO_WR_POINTER (0xFF << 16)
  228. #define CC_TEST_FIFO_WR_POINTER_SHIFT 16
  229. #define CC_TEST_FIFO_LEVEL (0xFF << 8)
  230. #define CC_TEST_FIFO_LEVEL_SHIFT 8
  231. #define CC_TEST_FIFO_LEVEL_PEAK (0xFF << 0)
  232. #define CC_TEST_FIFO_LEVEL_PEAK_SHIFT 0
  233. #define CC_GENPAR_FIFO_DEPTH (7 << 0)
  234. #define CC_GENPAR_FIFO_DEPTH_SHIFT 0
  235. #define CC_CCPDFR_ALPHA (0xFF << 8)
  236. #define CC_CCPDFR_ALPHA_SHIFT 8
  237. #define CC_CCPDFR_DATAFORMAT (15 << 0)
  238. #define CC_CCPDFR_DATAFORMAT_SHIFT 0
  239. #define CC_CCPDFR_DATAFORMAT_YUV422BE (0 << 0)
  240. #define CC_CCPDFR_DATAFORMAT_YUV422 (1 << 0)
  241. #define CC_CCPDFR_DATAFORMAT_YUV420 (2 << 0)
  242. #define CC_CCPDFR_DATAFORMAT_RGB444 (4 << 0)
  243. #define CC_CCPDFR_DATAFORMAT_RGB565 (5 << 0)
  244. #define CC_CCPDFR_DATAFORMAT_RGB888NDE (6 << 0)
  245. #define CC_CCPDFR_DATAFORMAT_RGB888 (7 << 0)
  246. #define CC_CCPDFR_DATAFORMAT_RAW8NDE (8 << 0)
  247. #define CC_CCPDFR_DATAFORMAT_RAW8 (9 << 0)
  248. #define CC_CCPDFR_DATAFORMAT_RAW10NDE (10 << 0)
  249. #define CC_CCPDFR_DATAFORMAT_RAW10 (11 << 0)
  250. #define CC_CCPDFR_DATAFORMAT_RAW12NDE (12 << 0)
  251. #define CC_CCPDFR_DATAFORMAT_RAW12 (13 << 0)
  252. #define CC_CCPDFR_DATAFORMAT_JPEG8 (15 << 0)
  253. #define CAMDMA_REVISION_MAJOR (15 << 4)
  254. #define CAMDMA_REVISION_MAJOR_SHIFT 4
  255. #define CAMDMA_REVISION_MINOR (15 << 0)
  256. #define CAMDMA_REVISION_MINOR_SHIFT 0
  257. #define CAMDMA_OCP_SYSCONFIG_MIDLEMODE (3 << 12)
  258. #define CAMDMA_OCP_SYSCONFIG_MIDLEMODE_FSTANDBY (0 << 12)
  259. #define CAMDMA_OCP_SYSCONFIG_MIDLEMODE_NSTANDBY (1 << 12)
  260. #define CAMDMA_OCP_SYSCONFIG_MIDLEMODE_SSTANDBY (2 << 12)
  261. #define CAMDMA_OCP_SYSCONFIG_FUNC_CLOCK (1 << 9)
  262. #define CAMDMA_OCP_SYSCONFIG_OCP_CLOCK (1 << 8)
  263. #define CAMDMA_OCP_SYSCONFIG_EMUFREE (1 << 5)
  264. #define CAMDMA_OCP_SYSCONFIG_SIDLEMODE (3 << 3)
  265. #define CAMDMA_OCP_SYSCONFIG_SIDLEMODE_FIDLE (0 << 3)
  266. #define CAMDMA_OCP_SYSCONFIG_SIDLEMODE_NIDLE (1 << 3)
  267. #define CAMDMA_OCP_SYSCONFIG_SIDLEMODE_SIDLE (2 << 3)
  268. #define CAMDMA_OCP_SYSCONFIG_SOFTRESET (1 << 1)
  269. #define CAMDMA_OCP_SYSCONFIG_AUTOIDLE (1 << 0)
  270. #define CAMDMA_SYSSTATUS_RESETDONE (1 << 0)
  271. #define CAMDMA_GCR_ARBITRATION_RATE (0xFF << 16)
  272. #define CAMDMA_GCR_ARBITRATION_RATE_SHIFT 16
  273. #define CAMDMA_GCR_MAX_CHANNEL_FIFO_DEPTH (0xFF << 0)
  274. #define CAMDMA_GCR_MAX_CHANNEL_FIFO_DEPTH_SHIFT 0
  275. #define CAMDMA_CCR_SEL_SRC_DST_SYNC (1 << 24)
  276. #define CAMDMA_CCR_PREFETCH (1 << 23)
  277. #define CAMDMA_CCR_SUPERVISOR (1 << 22)
  278. #define CAMDMA_CCR_SECURE (1 << 21)
  279. #define CAMDMA_CCR_BS (1 << 18)
  280. #define CAMDMA_CCR_TRANSPARENT_COPY_ENABLE (1 << 17)
  281. #define CAMDMA_CCR_CONSTANT_FILL_ENABLE (1 << 16)
  282. #define CAMDMA_CCR_DST_AMODE (3 << 14)
  283. #define CAMDMA_CCR_DST_AMODE_CONST_ADDR (0 << 14)
  284. #define CAMDMA_CCR_DST_AMODE_POST_INC (1 << 14)
  285. #define CAMDMA_CCR_DST_AMODE_SGL_IDX (2 << 14)
  286. #define CAMDMA_CCR_DST_AMODE_DBL_IDX (3 << 14)
  287. #define CAMDMA_CCR_SRC_AMODE (3 << 12)
  288. #define CAMDMA_CCR_SRC_AMODE_CONST_ADDR (0 << 12)
  289. #define CAMDMA_CCR_SRC_AMODE_POST_INC (1 << 12)
  290. #define CAMDMA_CCR_SRC_AMODE_SGL_IDX (2 << 12)
  291. #define CAMDMA_CCR_SRC_AMODE_DBL_IDX (3 << 12)
  292. #define CAMDMA_CCR_WR_ACTIVE (1 << 10)
  293. #define CAMDMA_CCR_RD_ACTIVE (1 << 9)
  294. #define CAMDMA_CCR_SUSPEND_SENSITIVE (1 << 8)
  295. #define CAMDMA_CCR_ENABLE (1 << 7)
  296. #define CAMDMA_CCR_PRIO (1 << 6)
  297. #define CAMDMA_CCR_FS (1 << 5)
  298. #define CAMDMA_CCR_SYNCHRO ((3 << 19) | (31 << 0))
  299. #define CAMDMA_CCR_SYNCHRO_CAMERA 0x01
  300. #define CAMDMA_CLNK_CTRL_ENABLE_LNK (1 << 15)
  301. #define CAMDMA_CLNK_CTRL_NEXTLCH_ID (0x1F << 0)
  302. #define CAMDMA_CLNK_CTRL_NEXTLCH_ID_SHIFT 0
  303. #define CAMDMA_CICR_MISALIGNED_ERR_IE (1 << 11)
  304. #define CAMDMA_CICR_SUPERVISOR_ERR_IE (1 << 10)
  305. #define CAMDMA_CICR_SECURE_ERR_IE (1 << 9)
  306. #define CAMDMA_CICR_TRANS_ERR_IE (1 << 8)
  307. #define CAMDMA_CICR_PACKET_IE (1 << 7)
  308. #define CAMDMA_CICR_BLOCK_IE (1 << 5)
  309. #define CAMDMA_CICR_LAST_IE (1 << 4)
  310. #define CAMDMA_CICR_FRAME_IE (1 << 3)
  311. #define CAMDMA_CICR_HALF_IE (1 << 2)
  312. #define CAMDMA_CICR_DROP_IE (1 << 1)
  313. #define CAMDMA_CSR_MISALIGNED_ERR (1 << 11)
  314. #define CAMDMA_CSR_SUPERVISOR_ERR (1 << 10)
  315. #define CAMDMA_CSR_SECURE_ERR (1 << 9)
  316. #define CAMDMA_CSR_TRANS_ERR (1 << 8)
  317. #define CAMDMA_CSR_PACKET (1 << 7)
  318. #define CAMDMA_CSR_SYNC (1 << 6)
  319. #define CAMDMA_CSR_BLOCK (1 << 5)
  320. #define CAMDMA_CSR_LAST (1 << 4)
  321. #define CAMDMA_CSR_FRAME (1 << 3)
  322. #define CAMDMA_CSR_HALF (1 << 2)
  323. #define CAMDMA_CSR_DROP (1 << 1)
  324. #define CAMDMA_CSDP_SRC_ENDIANNESS (1 << 21)
  325. #define CAMDMA_CSDP_SRC_ENDIANNESS_LOCK (1 << 20)
  326. #define CAMDMA_CSDP_DST_ENDIANNESS (1 << 19)
  327. #define CAMDMA_CSDP_DST_ENDIANNESS_LOCK (1 << 18)
  328. #define CAMDMA_CSDP_WRITE_MODE (3 << 16)
  329. #define CAMDMA_CSDP_WRITE_MODE_WRNP (0 << 16)
  330. #define CAMDMA_CSDP_WRITE_MODE_POSTED (1 << 16)
  331. #define CAMDMA_CSDP_WRITE_MODE_POSTED_LAST_WRNP (2 << 16)
  332. #define CAMDMA_CSDP_DST_BURST_EN (3 << 14)
  333. #define CAMDMA_CSDP_DST_BURST_EN_1 (0 << 14)
  334. #define CAMDMA_CSDP_DST_BURST_EN_16 (1 << 14)
  335. #define CAMDMA_CSDP_DST_BURST_EN_32 (2 << 14)
  336. #define CAMDMA_CSDP_DST_BURST_EN_64 (3 << 14)
  337. #define CAMDMA_CSDP_DST_PACKED (1 << 13)
  338. #define CAMDMA_CSDP_WR_ADD_TRSLT (15 << 9)
  339. #define CAMDMA_CSDP_WR_ADD_TRSLT_ENABLE_MREQADD (3 << 9)
  340. #define CAMDMA_CSDP_SRC_BURST_EN (3 << 7)
  341. #define CAMDMA_CSDP_SRC_BURST_EN_1 (0 << 7)
  342. #define CAMDMA_CSDP_SRC_BURST_EN_16 (1 << 7)
  343. #define CAMDMA_CSDP_SRC_BURST_EN_32 (2 << 7)
  344. #define CAMDMA_CSDP_SRC_BURST_EN_64 (3 << 7)
  345. #define CAMDMA_CSDP_SRC_PACKED (1 << 6)
  346. #define CAMDMA_CSDP_RD_ADD_TRSLT (15 << 2)
  347. #define CAMDMA_CSDP_RD_ADD_TRSLT_ENABLE_MREQADD (3 << 2)
  348. #define CAMDMA_CSDP_DATA_TYPE (3 << 0)
  349. #define CAMDMA_CSDP_DATA_TYPE_8BITS (0 << 0)
  350. #define CAMDMA_CSDP_DATA_TYPE_16BITS (1 << 0)
  351. #define CAMDMA_CSDP_DATA_TYPE_32BITS (2 << 0)
  352. #define CAMMMU_SYSCONFIG_AUTOIDLE (1 << 0)
  353. /*
  354. *
  355. * Declarations.
  356. *
  357. */
  358. /* forward declarations */
  359. struct omap24xxcam_sgdma;
  360. struct omap24xxcam_dma;
  361. typedef void (*sgdma_callback_t)(struct omap24xxcam_sgdma *cam,
  362. u32 status, void *arg);
  363. typedef void (*dma_callback_t)(struct omap24xxcam_dma *cam,
  364. u32 status, void *arg);
  365. struct channel_state {
  366. dma_callback_t callback;
  367. void *arg;
  368. };
  369. /* sgdma state for each of the possible videobuf_buffers + 2 overlays */
  370. struct sgdma_state {
  371. const struct scatterlist *sglist;
  372. int sglen; /* number of sglist entries */
  373. int next_sglist; /* index of next sglist entry to process */
  374. unsigned int bytes_read; /* number of bytes read */
  375. unsigned int len; /* total length of sglist (excluding
  376. * bytes due to page alignment) */
  377. int queued_sglist; /* number of sglist entries queued for DMA */
  378. u32 csr; /* DMA return code */
  379. sgdma_callback_t callback;
  380. void *arg;
  381. };
  382. /* physical DMA channel management */
  383. struct omap24xxcam_dma {
  384. spinlock_t lock; /* Lock for the whole structure. */
  385. void __iomem *base; /* base address for dma controller */
  386. /* While dma_stop!=0, an attempt to start a new DMA transfer will
  387. * fail.
  388. */
  389. atomic_t dma_stop;
  390. int free_dmach; /* number of dma channels free */
  391. int next_dmach; /* index of next dma channel to use */
  392. struct channel_state ch_state[NUM_CAMDMA_CHANNELS];
  393. };
  394. /* scatter-gather DMA (scatterlist stuff) management */
  395. struct omap24xxcam_sgdma {
  396. struct omap24xxcam_dma dma;
  397. spinlock_t lock; /* Lock for the fields below. */
  398. int free_sgdma; /* number of free sg dma slots */
  399. int next_sgdma; /* index of next sg dma slot to use */
  400. struct sgdma_state sg_state[NUM_SG_DMA];
  401. /* Reset timer data */
  402. struct timer_list reset_timer;
  403. };
  404. /* per-device data structure */
  405. struct omap24xxcam_device {
  406. /*** mutex ***/
  407. /*
  408. * mutex serialises access to this structure. Also camera
  409. * opening and releasing is synchronised by this.
  410. */
  411. struct mutex mutex;
  412. struct v4l2_device v4l2_dev;
  413. /*** general driver state information ***/
  414. atomic_t users;
  415. /*
  416. * Lock to serialise core enabling and disabling and access to
  417. * sgdma_in_queue.
  418. */
  419. spinlock_t core_enable_disable_lock;
  420. /*
  421. * Number or sgdma requests in scatter-gather queue, protected
  422. * by the lock above.
  423. */
  424. int sgdma_in_queue;
  425. /*
  426. * Sensor interface parameters: interface type, CC_CTRL
  427. * register value and interface specific data.
  428. */
  429. int if_type;
  430. union {
  431. struct parallel {
  432. u32 xclk;
  433. } bt656;
  434. } if_u;
  435. u32 cc_ctrl;
  436. /*** subsystem structures ***/
  437. struct omap24xxcam_sgdma sgdma;
  438. /*** hardware resources ***/
  439. unsigned int irq;
  440. void __iomem *mmio_base;
  441. unsigned long mmio_base_phys;
  442. unsigned long mmio_size;
  443. /*** interfaces and device ***/
  444. struct v4l2_int_device *sdev;
  445. struct device *dev;
  446. struct video_device *vfd;
  447. /*** camera and sensor reset related stuff ***/
  448. struct work_struct sensor_reset_work;
  449. /*
  450. * We're in the middle of a reset. Don't enable core if this
  451. * is non-zero! This exists to help decisionmaking in a case
  452. * where videobuf_qbuf is called while we are in the middle of
  453. * a reset.
  454. */
  455. atomic_t in_reset;
  456. /*
  457. * Non-zero if we don't want any resets for now. Used to
  458. * prevent reset work to run when we're about to stop
  459. * streaming.
  460. */
  461. atomic_t reset_disable;
  462. /*** video device parameters ***/
  463. int capture_mem;
  464. /*** camera module clocks ***/
  465. struct clk *fck;
  466. struct clk *ick;
  467. /*** capture data ***/
  468. /* file handle, if streaming is on */
  469. struct file *streaming;
  470. };
  471. /* Per-file handle data. */
  472. struct omap24xxcam_fh {
  473. spinlock_t vbq_lock; /* spinlock for the videobuf queue */
  474. struct videobuf_queue vbq;
  475. struct v4l2_pix_format pix; /* serialise pix by vbq->lock */
  476. atomic_t field_count; /* field counter for videobuf_buffer */
  477. /* accessing cam here doesn't need serialisation: it's constant */
  478. struct omap24xxcam_device *cam;
  479. };
  480. /*
  481. *
  482. * Register I/O functions.
  483. *
  484. */
  485. static inline u32 omap24xxcam_reg_in(u32 __iomem *base, u32 offset)
  486. {
  487. return readl(base + offset);
  488. }
  489. static inline u32 omap24xxcam_reg_out(u32 __iomem *base, u32 offset,
  490. u32 val)
  491. {
  492. writel(val, base + offset);
  493. return val;
  494. }
  495. static inline u32 omap24xxcam_reg_merge(u32 __iomem *base, u32 offset,
  496. u32 val, u32 mask)
  497. {
  498. u32 __iomem *addr = base + offset;
  499. u32 new_val = (readl(addr) & ~mask) | (val & mask);
  500. writel(new_val, addr);
  501. return new_val;
  502. }
  503. /*
  504. *
  505. * Function prototypes.
  506. *
  507. */
  508. /* dma prototypes */
  509. void omap24xxcam_dma_hwinit(struct omap24xxcam_dma *dma);
  510. void omap24xxcam_dma_isr(struct omap24xxcam_dma *dma);
  511. /* sgdma prototypes */
  512. void omap24xxcam_sgdma_process(struct omap24xxcam_sgdma *sgdma);
  513. int omap24xxcam_sgdma_queue(struct omap24xxcam_sgdma *sgdma,
  514. const struct scatterlist *sglist, int sglen,
  515. int len, sgdma_callback_t callback, void *arg);
  516. void omap24xxcam_sgdma_sync(struct omap24xxcam_sgdma *sgdma);
  517. void omap24xxcam_sgdma_init(struct omap24xxcam_sgdma *sgdma,
  518. void __iomem *base,
  519. void (*reset_callback)(unsigned long data),
  520. unsigned long reset_callback_data);
  521. void omap24xxcam_sgdma_exit(struct omap24xxcam_sgdma *sgdma);
  522. #endif