cx18-av-core.h 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. /*
  2. * cx18 ADEC header
  3. *
  4. * Derived from cx25840-core.h
  5. *
  6. * Copyright (C) 2007 Hans Verkuil <[email protected]>
  7. * Copyright (C) 2008 Andy Walls <[email protected]>
  8. *
  9. * This program is free software; you can redistribute it and/or
  10. * modify it under the terms of the GNU General Public License
  11. * as published by the Free Software Foundation; either version 2
  12. * of the License, or (at your option) any later version.
  13. *
  14. * This program is distributed in the hope that it will be useful,
  15. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. * GNU General Public License for more details.
  18. *
  19. * You should have received a copy of the GNU General Public License
  20. * along with this program; if not, write to the Free Software
  21. * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
  22. * 02110-1301, USA.
  23. */
  24. #ifndef _CX18_AV_CORE_H_
  25. #define _CX18_AV_CORE_H_
  26. #include <media/v4l2-device.h>
  27. #include <media/v4l2-ctrls.h>
  28. struct cx18;
  29. enum cx18_av_video_input {
  30. /* Composite video inputs In1-In8 */
  31. CX18_AV_COMPOSITE1 = 1,
  32. CX18_AV_COMPOSITE2,
  33. CX18_AV_COMPOSITE3,
  34. CX18_AV_COMPOSITE4,
  35. CX18_AV_COMPOSITE5,
  36. CX18_AV_COMPOSITE6,
  37. CX18_AV_COMPOSITE7,
  38. CX18_AV_COMPOSITE8,
  39. /* S-Video inputs consist of one luma input (In1-In8) ORed with one
  40. chroma input (In5-In8) */
  41. CX18_AV_SVIDEO_LUMA1 = 0x10,
  42. CX18_AV_SVIDEO_LUMA2 = 0x20,
  43. CX18_AV_SVIDEO_LUMA3 = 0x30,
  44. CX18_AV_SVIDEO_LUMA4 = 0x40,
  45. CX18_AV_SVIDEO_LUMA5 = 0x50,
  46. CX18_AV_SVIDEO_LUMA6 = 0x60,
  47. CX18_AV_SVIDEO_LUMA7 = 0x70,
  48. CX18_AV_SVIDEO_LUMA8 = 0x80,
  49. CX18_AV_SVIDEO_CHROMA4 = 0x400,
  50. CX18_AV_SVIDEO_CHROMA5 = 0x500,
  51. CX18_AV_SVIDEO_CHROMA6 = 0x600,
  52. CX18_AV_SVIDEO_CHROMA7 = 0x700,
  53. CX18_AV_SVIDEO_CHROMA8 = 0x800,
  54. /* S-Video aliases for common luma/chroma combinations */
  55. CX18_AV_SVIDEO1 = 0x510,
  56. CX18_AV_SVIDEO2 = 0x620,
  57. CX18_AV_SVIDEO3 = 0x730,
  58. CX18_AV_SVIDEO4 = 0x840,
  59. /* Component Video inputs consist of one luma input (In1-In8) ORed
  60. with a red chroma (In4-In6) and blue chroma input (In7-In8) */
  61. CX18_AV_COMPONENT_LUMA1 = 0x1000,
  62. CX18_AV_COMPONENT_LUMA2 = 0x2000,
  63. CX18_AV_COMPONENT_LUMA3 = 0x3000,
  64. CX18_AV_COMPONENT_LUMA4 = 0x4000,
  65. CX18_AV_COMPONENT_LUMA5 = 0x5000,
  66. CX18_AV_COMPONENT_LUMA6 = 0x6000,
  67. CX18_AV_COMPONENT_LUMA7 = 0x7000,
  68. CX18_AV_COMPONENT_LUMA8 = 0x8000,
  69. CX18_AV_COMPONENT_R_CHROMA4 = 0x40000,
  70. CX18_AV_COMPONENT_R_CHROMA5 = 0x50000,
  71. CX18_AV_COMPONENT_R_CHROMA6 = 0x60000,
  72. CX18_AV_COMPONENT_B_CHROMA7 = 0x700000,
  73. CX18_AV_COMPONENT_B_CHROMA8 = 0x800000,
  74. /* Component Video aliases for common combinations */
  75. CX18_AV_COMPONENT1 = 0x861000,
  76. };
  77. enum cx18_av_audio_input {
  78. /* Audio inputs: serial or In4-In8 */
  79. CX18_AV_AUDIO_SERIAL1,
  80. CX18_AV_AUDIO_SERIAL2,
  81. CX18_AV_AUDIO4 = 4,
  82. CX18_AV_AUDIO5,
  83. CX18_AV_AUDIO6,
  84. CX18_AV_AUDIO7,
  85. CX18_AV_AUDIO8,
  86. };
  87. struct cx18_av_state {
  88. struct v4l2_subdev sd;
  89. struct v4l2_ctrl_handler hdl;
  90. struct v4l2_ctrl *volume;
  91. int radio;
  92. v4l2_std_id std;
  93. enum cx18_av_video_input vid_input;
  94. enum cx18_av_audio_input aud_input;
  95. u32 audclk_freq;
  96. int audmode;
  97. u32 rev;
  98. int is_initialized;
  99. /*
  100. * The VBI slicer starts operating and counting lines, beginning at
  101. * slicer line count of 1, at D lines after the deassertion of VRESET.
  102. * This staring field line, S, is 6 (& 319) or 10 (& 273) for 625 or 525
  103. * line systems respectively. Sliced ancillary data captured on VBI
  104. * slicer line M is inserted after the VBI slicer is done with line M,
  105. * when VBI slicer line count is N = M+1. Thus when the VBI slicer
  106. * reports a VBI slicer line number with ancillary data, the IDID0 byte
  107. * indicates VBI slicer line N. The actual field line that the captured
  108. * data comes from is
  109. *
  110. * L = M+(S+D-1) = N-1+(S+D-1) = N + (S+D-2).
  111. *
  112. * L is the line in the field, not frame, from which the VBI data came.
  113. * N is the line reported by the slicer in the ancillary data.
  114. * D is the slicer_line_delay value programmed into register 0x47f.
  115. * S is 6 for 625 line systems or 10 for 525 line systems
  116. * (S+D-2) is the slicer_line_offset used to convert slicer reported
  117. * line counts to actual field lines.
  118. */
  119. int slicer_line_delay;
  120. int slicer_line_offset;
  121. };
  122. /* Registers */
  123. #define CXADEC_CHIP_TYPE_TIGER 0x837
  124. #define CXADEC_CHIP_TYPE_MAKO 0x843
  125. #define CXADEC_HOST_REG1 0x000
  126. #define CXADEC_HOST_REG2 0x001
  127. #define CXADEC_CHIP_CTRL 0x100
  128. #define CXADEC_AFE_CTRL 0x104
  129. #define CXADEC_PLL_CTRL1 0x108
  130. #define CXADEC_VID_PLL_FRAC 0x10C
  131. #define CXADEC_AUX_PLL_FRAC 0x110
  132. #define CXADEC_PIN_CTRL1 0x114
  133. #define CXADEC_PIN_CTRL2 0x118
  134. #define CXADEC_PIN_CFG1 0x11C
  135. #define CXADEC_PIN_CFG2 0x120
  136. #define CXADEC_PIN_CFG3 0x124
  137. #define CXADEC_I2S_MCLK 0x127
  138. #define CXADEC_AUD_LOCK1 0x128
  139. #define CXADEC_AUD_LOCK2 0x12C
  140. #define CXADEC_POWER_CTRL 0x130
  141. #define CXADEC_AFE_DIAG_CTRL1 0x134
  142. #define CXADEC_AFE_DIAG_CTRL2 0x138
  143. #define CXADEC_AFE_DIAG_CTRL3 0x13C
  144. #define CXADEC_PLL_DIAG_CTRL 0x140
  145. #define CXADEC_TEST_CTRL1 0x144
  146. #define CXADEC_TEST_CTRL2 0x148
  147. #define CXADEC_BIST_STAT 0x14C
  148. #define CXADEC_DLL1_DIAG_CTRL 0x158
  149. #define CXADEC_DLL2_DIAG_CTRL 0x15C
  150. /* IR registers */
  151. #define CXADEC_IR_CTRL_REG 0x200
  152. #define CXADEC_IR_TXCLK_REG 0x204
  153. #define CXADEC_IR_RXCLK_REG 0x208
  154. #define CXADEC_IR_CDUTY_REG 0x20C
  155. #define CXADEC_IR_STAT_REG 0x210
  156. #define CXADEC_IR_IRQEN_REG 0x214
  157. #define CXADEC_IR_FILTER_REG 0x218
  158. #define CXADEC_IR_FIFO_REG 0x21C
  159. /* Video Registers */
  160. #define CXADEC_MODE_CTRL 0x400
  161. #define CXADEC_OUT_CTRL1 0x404
  162. #define CXADEC_OUT_CTRL2 0x408
  163. #define CXADEC_GEN_STAT 0x40C
  164. #define CXADEC_INT_STAT_MASK 0x410
  165. #define CXADEC_LUMA_CTRL 0x414
  166. #define CXADEC_BRIGHTNESS_CTRL_BYTE 0x414
  167. #define CXADEC_CONTRAST_CTRL_BYTE 0x415
  168. #define CXADEC_LUMA_CTRL_BYTE_3 0x416
  169. #define CXADEC_HSCALE_CTRL 0x418
  170. #define CXADEC_VSCALE_CTRL 0x41C
  171. #define CXADEC_CHROMA_CTRL 0x420
  172. #define CXADEC_USAT_CTRL_BYTE 0x420
  173. #define CXADEC_VSAT_CTRL_BYTE 0x421
  174. #define CXADEC_HUE_CTRL_BYTE 0x422
  175. #define CXADEC_VBI_LINE_CTRL1 0x424
  176. #define CXADEC_VBI_LINE_CTRL2 0x428
  177. #define CXADEC_VBI_LINE_CTRL3 0x42C
  178. #define CXADEC_VBI_LINE_CTRL4 0x430
  179. #define CXADEC_VBI_LINE_CTRL5 0x434
  180. #define CXADEC_VBI_FC_CFG 0x438
  181. #define CXADEC_VBI_MISC_CFG1 0x43C
  182. #define CXADEC_VBI_MISC_CFG2 0x440
  183. #define CXADEC_VBI_PAY1 0x444
  184. #define CXADEC_VBI_PAY2 0x448
  185. #define CXADEC_VBI_CUST1_CFG1 0x44C
  186. #define CXADEC_VBI_CUST1_CFG2 0x450
  187. #define CXADEC_VBI_CUST1_CFG3 0x454
  188. #define CXADEC_VBI_CUST2_CFG1 0x458
  189. #define CXADEC_VBI_CUST2_CFG2 0x45C
  190. #define CXADEC_VBI_CUST2_CFG3 0x460
  191. #define CXADEC_VBI_CUST3_CFG1 0x464
  192. #define CXADEC_VBI_CUST3_CFG2 0x468
  193. #define CXADEC_VBI_CUST3_CFG3 0x46C
  194. #define CXADEC_HORIZ_TIM_CTRL 0x470
  195. #define CXADEC_VERT_TIM_CTRL 0x474
  196. #define CXADEC_SRC_COMB_CFG 0x478
  197. #define CXADEC_CHROMA_VBIOFF_CFG 0x47C
  198. #define CXADEC_FIELD_COUNT 0x480
  199. #define CXADEC_MISC_TIM_CTRL 0x484
  200. #define CXADEC_DFE_CTRL1 0x488
  201. #define CXADEC_DFE_CTRL2 0x48C
  202. #define CXADEC_DFE_CTRL3 0x490
  203. #define CXADEC_PLL_CTRL2 0x494
  204. #define CXADEC_HTL_CTRL 0x498
  205. #define CXADEC_COMB_CTRL 0x49C
  206. #define CXADEC_CRUSH_CTRL 0x4A0
  207. #define CXADEC_SOFT_RST_CTRL 0x4A4
  208. #define CXADEC_MV_DT_CTRL2 0x4A8
  209. #define CXADEC_MV_DT_CTRL3 0x4AC
  210. #define CXADEC_MISC_DIAG_CTRL 0x4B8
  211. #define CXADEC_DL_CTL 0x800
  212. #define CXADEC_DL_CTL_ADDRESS_LOW 0x800 /* Byte 1 in DL_CTL */
  213. #define CXADEC_DL_CTL_ADDRESS_HIGH 0x801 /* Byte 2 in DL_CTL */
  214. #define CXADEC_DL_CTL_DATA 0x802 /* Byte 3 in DL_CTL */
  215. #define CXADEC_DL_CTL_CONTROL 0x803 /* Byte 4 in DL_CTL */
  216. #define CXADEC_STD_DET_STATUS 0x804
  217. #define CXADEC_STD_DET_CTL 0x808
  218. #define CXADEC_STD_DET_CTL_AUD_CTL 0x808 /* Byte 1 in STD_DET_CTL */
  219. #define CXADEC_STD_DET_CTL_PREF_MODE 0x809 /* Byte 2 in STD_DET_CTL */
  220. #define CXADEC_DW8051_INT 0x80C
  221. #define CXADEC_GENERAL_CTL 0x810
  222. #define CXADEC_AAGC_CTL 0x814
  223. #define CXADEC_IF_SRC_CTL 0x818
  224. #define CXADEC_ANLOG_DEMOD_CTL 0x81C
  225. #define CXADEC_ROT_FREQ_CTL 0x820
  226. #define CXADEC_FM1_CTL 0x824
  227. #define CXADEC_PDF_CTL 0x828
  228. #define CXADEC_DFT1_CTL1 0x82C
  229. #define CXADEC_DFT1_CTL2 0x830
  230. #define CXADEC_DFT_STATUS 0x834
  231. #define CXADEC_DFT2_CTL1 0x838
  232. #define CXADEC_DFT2_CTL2 0x83C
  233. #define CXADEC_DFT2_STATUS 0x840
  234. #define CXADEC_DFT3_CTL1 0x844
  235. #define CXADEC_DFT3_CTL2 0x848
  236. #define CXADEC_DFT3_STATUS 0x84C
  237. #define CXADEC_DFT4_CTL1 0x850
  238. #define CXADEC_DFT4_CTL2 0x854
  239. #define CXADEC_DFT4_STATUS 0x858
  240. #define CXADEC_AM_MTS_DET 0x85C
  241. #define CXADEC_ANALOG_MUX_CTL 0x860
  242. #define CXADEC_DIG_PLL_CTL1 0x864
  243. #define CXADEC_DIG_PLL_CTL2 0x868
  244. #define CXADEC_DIG_PLL_CTL3 0x86C
  245. #define CXADEC_DIG_PLL_CTL4 0x870
  246. #define CXADEC_DIG_PLL_CTL5 0x874
  247. #define CXADEC_DEEMPH_GAIN_CTL 0x878
  248. #define CXADEC_DEEMPH_COEF1 0x87C
  249. #define CXADEC_DEEMPH_COEF2 0x880
  250. #define CXADEC_DBX1_CTL1 0x884
  251. #define CXADEC_DBX1_CTL2 0x888
  252. #define CXADEC_DBX1_STATUS 0x88C
  253. #define CXADEC_DBX2_CTL1 0x890
  254. #define CXADEC_DBX2_CTL2 0x894
  255. #define CXADEC_DBX2_STATUS 0x898
  256. #define CXADEC_AM_FM_DIFF 0x89C
  257. /* NICAM registers go here */
  258. #define CXADEC_NICAM_STATUS 0x8C8
  259. #define CXADEC_DEMATRIX_CTL 0x8CC
  260. #define CXADEC_PATH1_CTL1 0x8D0
  261. #define CXADEC_PATH1_VOL_CTL 0x8D4
  262. #define CXADEC_PATH1_EQ_CTL 0x8D8
  263. #define CXADEC_PATH1_SC_CTL 0x8DC
  264. #define CXADEC_PATH2_CTL1 0x8E0
  265. #define CXADEC_PATH2_VOL_CTL 0x8E4
  266. #define CXADEC_PATH2_EQ_CTL 0x8E8
  267. #define CXADEC_PATH2_SC_CTL 0x8EC
  268. #define CXADEC_SRC_CTL 0x8F0
  269. #define CXADEC_SRC_LF_COEF 0x8F4
  270. #define CXADEC_SRC1_CTL 0x8F8
  271. #define CXADEC_SRC2_CTL 0x8FC
  272. #define CXADEC_SRC3_CTL 0x900
  273. #define CXADEC_SRC4_CTL 0x904
  274. #define CXADEC_SRC5_CTL 0x908
  275. #define CXADEC_SRC6_CTL 0x90C
  276. #define CXADEC_BASEBAND_OUT_SEL 0x910
  277. #define CXADEC_I2S_IN_CTL 0x914
  278. #define CXADEC_I2S_OUT_CTL 0x918
  279. #define CXADEC_AC97_CTL 0x91C
  280. #define CXADEC_QAM_PDF 0x920
  281. #define CXADEC_QAM_CONST_DEC 0x924
  282. #define CXADEC_QAM_ROTATOR_FREQ 0x948
  283. /* Bit definitions / settings used in Mako Audio */
  284. #define CXADEC_PREF_MODE_MONO_LANGA 0
  285. #define CXADEC_PREF_MODE_MONO_LANGB 1
  286. #define CXADEC_PREF_MODE_MONO_LANGC 2
  287. #define CXADEC_PREF_MODE_FALLBACK 3
  288. #define CXADEC_PREF_MODE_STEREO 4
  289. #define CXADEC_PREF_MODE_DUAL_LANG_AC 5
  290. #define CXADEC_PREF_MODE_DUAL_LANG_BC 6
  291. #define CXADEC_PREF_MODE_DUAL_LANG_AB 7
  292. #define CXADEC_DETECT_STEREO 1
  293. #define CXADEC_DETECT_DUAL 2
  294. #define CXADEC_DETECT_TRI 4
  295. #define CXADEC_DETECT_SAP 0x10
  296. #define CXADEC_DETECT_NO_SIGNAL 0xFF
  297. #define CXADEC_SELECT_AUDIO_STANDARD_BG 0xF0 /* NICAM BG and A2 BG */
  298. #define CXADEC_SELECT_AUDIO_STANDARD_DK1 0xF1 /* NICAM DK and A2 DK */
  299. #define CXADEC_SELECT_AUDIO_STANDARD_DK2 0xF2
  300. #define CXADEC_SELECT_AUDIO_STANDARD_DK3 0xF3
  301. #define CXADEC_SELECT_AUDIO_STANDARD_I 0xF4 /* NICAM I and A1 */
  302. #define CXADEC_SELECT_AUDIO_STANDARD_L 0xF5 /* NICAM L and System L AM */
  303. #define CXADEC_SELECT_AUDIO_STANDARD_BTSC 0xF6
  304. #define CXADEC_SELECT_AUDIO_STANDARD_EIAJ 0xF7
  305. #define CXADEC_SELECT_AUDIO_STANDARD_A2_M 0xF8 /* A2 M */
  306. #define CXADEC_SELECT_AUDIO_STANDARD_FM 0xF9 /* FM radio */
  307. #define CXADEC_SELECT_AUDIO_STANDARD_AUTO 0xFF /* Auto detect */
  308. static inline struct cx18_av_state *to_cx18_av_state(struct v4l2_subdev *sd)
  309. {
  310. return container_of(sd, struct cx18_av_state, sd);
  311. }
  312. static inline struct v4l2_subdev *to_sd(struct v4l2_ctrl *ctrl)
  313. {
  314. return &container_of(ctrl->handler, struct cx18_av_state, hdl)->sd;
  315. }
  316. /* ----------------------------------------------------------------------- */
  317. /* cx18_av-core.c */
  318. int cx18_av_write(struct cx18 *cx, u16 addr, u8 value);
  319. int cx18_av_write4(struct cx18 *cx, u16 addr, u32 value);
  320. int cx18_av_write4_noretry(struct cx18 *cx, u16 addr, u32 value);
  321. int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask);
  322. int cx18_av_write4_expect(struct cx18 *cx, u16 addr, u32 value, u32 eval,
  323. u32 mask);
  324. u8 cx18_av_read(struct cx18 *cx, u16 addr);
  325. u32 cx18_av_read4(struct cx18 *cx, u16 addr);
  326. int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned mask, u8 value);
  327. int cx18_av_and_or4(struct cx18 *cx, u16 addr, u32 mask, u32 value);
  328. void cx18_av_std_setup(struct cx18 *cx);
  329. int cx18_av_probe(struct cx18 *cx);
  330. /* ----------------------------------------------------------------------- */
  331. /* cx18_av-firmware.c */
  332. int cx18_av_loadfw(struct cx18 *cx);
  333. /* ----------------------------------------------------------------------- */
  334. /* cx18_av-audio.c */
  335. int cx18_av_s_clock_freq(struct v4l2_subdev *sd, u32 freq);
  336. void cx18_av_audio_set_path(struct cx18 *cx);
  337. extern const struct v4l2_ctrl_ops cx18_av_audio_ctrl_ops;
  338. /* ----------------------------------------------------------------------- */
  339. /* cx18_av-vbi.c */
  340. int cx18_av_decode_vbi_line(struct v4l2_subdev *sd,
  341. struct v4l2_decode_vbi_line *vbi);
  342. int cx18_av_s_raw_fmt(struct v4l2_subdev *sd, struct v4l2_vbi_format *fmt);
  343. int cx18_av_g_sliced_fmt(struct v4l2_subdev *sd, struct v4l2_sliced_vbi_format *fmt);
  344. int cx18_av_s_sliced_fmt(struct v4l2_subdev *sd, struct v4l2_sliced_vbi_format *fmt);
  345. #endif