cx25821-medusa-reg.h 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456
  1. /*
  2. * Driver for the Conexant CX25821 PCIe bridge
  3. *
  4. * Copyright (C) 2009 Conexant Systems Inc.
  5. * Authors <shu.lin@conexant.com>, <hiep.huynh@conexant.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. *
  16. * GNU General Public License for more details.
  17. *
  18. * You should have received a copy of the GNU General Public License
  19. * along with this program; if not, write to the Free Software
  20. * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  21. */
  22. #ifndef __MEDUSA_REGISTERS__
  23. #define __MEDUSA_REGISTERS__
  24. /* Serial Slave Registers */
  25. #define HOST_REGISTER1 0x0000
  26. #define HOST_REGISTER2 0x0001
  27. /* Chip Configuration Registers */
  28. #define CHIP_CTRL 0x0100
  29. #define AFE_AB_CTRL 0x0104
  30. #define AFE_CD_CTRL 0x0108
  31. #define AFE_EF_CTRL 0x010C
  32. #define AFE_GH_CTRL 0x0110
  33. #define DENC_AB_CTRL 0x0114
  34. #define BYP_AB_CTRL 0x0118
  35. #define MON_A_CTRL 0x011C
  36. #define DISP_SEQ_A 0x0120
  37. #define DISP_SEQ_B 0x0124
  38. #define DISP_AB_CNT 0x0128
  39. #define DISP_CD_CNT 0x012C
  40. #define DISP_EF_CNT 0x0130
  41. #define DISP_GH_CNT 0x0134
  42. #define DISP_IJ_CNT 0x0138
  43. #define PIN_OE_CTRL 0x013C
  44. #define PIN_SPD_CTRL 0x0140
  45. #define PIN_SPD_CTRL2 0x0144
  46. #define IRQ_STAT_CTRL 0x0148
  47. #define POWER_CTRL_AB 0x014C
  48. #define POWER_CTRL_CD 0x0150
  49. #define POWER_CTRL_EF 0x0154
  50. #define POWER_CTRL_GH 0x0158
  51. #define TUNE_CTRL 0x015C
  52. #define BIAS_CTRL 0x0160
  53. #define AFE_AB_DIAG_CTRL 0x0164
  54. #define AFE_CD_DIAG_CTRL 0x0168
  55. #define AFE_EF_DIAG_CTRL 0x016C
  56. #define AFE_GH_DIAG_CTRL 0x0170
  57. #define PLL_AB_DIAG_CTRL 0x0174
  58. #define PLL_CD_DIAG_CTRL 0x0178
  59. #define PLL_EF_DIAG_CTRL 0x017C
  60. #define PLL_GH_DIAG_CTRL 0x0180
  61. #define TEST_CTRL 0x0184
  62. #define BIST_STAT 0x0188
  63. #define BIST_STAT2 0x018C
  64. #define BIST_VID_PLL_AB_STAT 0x0190
  65. #define BIST_VID_PLL_CD_STAT 0x0194
  66. #define BIST_VID_PLL_EF_STAT 0x0198
  67. #define BIST_VID_PLL_GH_STAT 0x019C
  68. #define DLL_DIAG_CTRL 0x01A0
  69. #define DEV_CH_ID_CTRL 0x01A4
  70. #define ABIST_CTRL_STATUS 0x01A8
  71. #define ABIST_FREQ 0x01AC
  72. #define ABIST_GOERT_SHIFT 0x01B0
  73. #define ABIST_COEF12 0x01B4
  74. #define ABIST_COEF34 0x01B8
  75. #define ABIST_COEF56 0x01BC
  76. #define ABIST_COEF7_SNR 0x01C0
  77. #define ABIST_ADC_CAL 0x01C4
  78. #define ABIST_BIN1_VGA0 0x01C8
  79. #define ABIST_BIN2_VGA1 0x01CC
  80. #define ABIST_BIN3_VGA2 0x01D0
  81. #define ABIST_BIN4_VGA3 0x01D4
  82. #define ABIST_BIN5_VGA4 0x01D8
  83. #define ABIST_BIN6_VGA5 0x01DC
  84. #define ABIST_BIN7_VGA6 0x01E0
  85. #define ABIST_CLAMP_A 0x01E4
  86. #define ABIST_CLAMP_B 0x01E8
  87. #define ABIST_CLAMP_C 0x01EC
  88. #define ABIST_CLAMP_D 0x01F0
  89. #define ABIST_CLAMP_E 0x01F4
  90. #define ABIST_CLAMP_F 0x01F8
  91. /* Digital Video Encoder A Registers */
  92. #define DENC_A_REG_1 0x0200
  93. #define DENC_A_REG_2 0x0204
  94. #define DENC_A_REG_3 0x0208
  95. #define DENC_A_REG_4 0x020C
  96. #define DENC_A_REG_5 0x0210
  97. #define DENC_A_REG_6 0x0214
  98. #define DENC_A_REG_7 0x0218
  99. #define DENC_A_REG_8 0x021C
  100. /* Digital Video Encoder B Registers */
  101. #define DENC_B_REG_1 0x0300
  102. #define DENC_B_REG_2 0x0304
  103. #define DENC_B_REG_3 0x0308
  104. #define DENC_B_REG_4 0x030C
  105. #define DENC_B_REG_5 0x0310
  106. #define DENC_B_REG_6 0x0314
  107. #define DENC_B_REG_7 0x0318
  108. #define DENC_B_REG_8 0x031C
  109. /* Video Decoder A Registers */
  110. #define MODE_CTRL 0x1000
  111. #define OUT_CTRL1 0x1004
  112. #define OUT_CTRL_NS 0x1008
  113. #define GEN_STAT 0x100C
  114. #define INT_STAT_MASK 0x1010
  115. #define LUMA_CTRL 0x1014
  116. #define CHROMA_CTRL 0x1018
  117. #define CRUSH_CTRL 0x101C
  118. #define HORIZ_TIM_CTRL 0x1020
  119. #define VERT_TIM_CTRL 0x1024
  120. #define MISC_TIM_CTRL 0x1028
  121. #define FIELD_COUNT 0x102C
  122. #define HSCALE_CTRL 0x1030
  123. #define VSCALE_CTRL 0x1034
  124. #define MAN_VGA_CTRL 0x1038
  125. #define MAN_AGC_CTRL 0x103C
  126. #define DFE_CTRL1 0x1040
  127. #define DFE_CTRL2 0x1044
  128. #define DFE_CTRL3 0x1048
  129. #define PLL_CTRL 0x104C
  130. #define PLL_CTRL_FAST 0x1050
  131. #define HTL_CTRL 0x1054
  132. #define SRC_CFG 0x1058
  133. #define SC_STEP_SIZE 0x105C
  134. #define SC_CONVERGE_CTRL 0x1060
  135. #define SC_LOOP_CTRL 0x1064
  136. #define COMB_2D_HFS_CFG 0x1068
  137. #define COMB_2D_HFD_CFG 0x106C
  138. #define COMB_2D_LF_CFG 0x1070
  139. #define COMB_2D_BLEND 0x1074
  140. #define COMB_MISC_CTRL 0x1078
  141. #define COMB_FLAT_THRESH_CTRL 0x107C
  142. #define COMB_TEST 0x1080
  143. #define BP_MISC_CTRL 0x1084
  144. #define VCR_DET_CTRL 0x1088
  145. #define NOISE_DET_CTRL 0x108C
  146. #define COMB_FLAT_NOISE_CTRL 0x1090
  147. #define VERSION 0x11F8
  148. #define SOFT_RST_CTRL 0x11FC
  149. /* Video Decoder B Registers */
  150. #define VDEC_B_MODE_CTRL 0x1200
  151. #define VDEC_B_OUT_CTRL1 0x1204
  152. #define VDEC_B_OUT_CTRL_NS 0x1208
  153. #define VDEC_B_GEN_STAT 0x120C
  154. #define VDEC_B_INT_STAT_MASK 0x1210
  155. #define VDEC_B_LUMA_CTRL 0x1214
  156. #define VDEC_B_CHROMA_CTRL 0x1218
  157. #define VDEC_B_CRUSH_CTRL 0x121C
  158. #define VDEC_B_HORIZ_TIM_CTRL 0x1220
  159. #define VDEC_B_VERT_TIM_CTRL 0x1224
  160. #define VDEC_B_MISC_TIM_CTRL 0x1228
  161. #define VDEC_B_FIELD_COUNT 0x122C
  162. #define VDEC_B_HSCALE_CTRL 0x1230
  163. #define VDEC_B_VSCALE_CTRL 0x1234
  164. #define VDEC_B_MAN_VGA_CTRL 0x1238
  165. #define VDEC_B_MAN_AGC_CTRL 0x123C
  166. #define VDEC_B_DFE_CTRL1 0x1240
  167. #define VDEC_B_DFE_CTRL2 0x1244
  168. #define VDEC_B_DFE_CTRL3 0x1248
  169. #define VDEC_B_PLL_CTRL 0x124C
  170. #define VDEC_B_PLL_CTRL_FAST 0x1250
  171. #define VDEC_B_HTL_CTRL 0x1254
  172. #define VDEC_B_SRC_CFG 0x1258
  173. #define VDEC_B_SC_STEP_SIZE 0x125C
  174. #define VDEC_B_SC_CONVERGE_CTRL 0x1260
  175. #define VDEC_B_SC_LOOP_CTRL 0x1264
  176. #define VDEC_B_COMB_2D_HFS_CFG 0x1268
  177. #define VDEC_B_COMB_2D_HFD_CFG 0x126C
  178. #define VDEC_B_COMB_2D_LF_CFG 0x1270
  179. #define VDEC_B_COMB_2D_BLEND 0x1274
  180. #define VDEC_B_COMB_MISC_CTRL 0x1278
  181. #define VDEC_B_COMB_FLAT_THRESH_CTRL 0x127C
  182. #define VDEC_B_COMB_TEST 0x1280
  183. #define VDEC_B_BP_MISC_CTRL 0x1284
  184. #define VDEC_B_VCR_DET_CTRL 0x1288
  185. #define VDEC_B_NOISE_DET_CTRL 0x128C
  186. #define VDEC_B_COMB_FLAT_NOISE_CTRL 0x1290
  187. #define VDEC_B_VERSION 0x13F8
  188. #define VDEC_B_SOFT_RST_CTRL 0x13FC
  189. /* Video Decoder C Registers */
  190. #define VDEC_C_MODE_CTRL 0x1400
  191. #define VDEC_C_OUT_CTRL1 0x1404
  192. #define VDEC_C_OUT_CTRL_NS 0x1408
  193. #define VDEC_C_GEN_STAT 0x140C
  194. #define VDEC_C_INT_STAT_MASK 0x1410
  195. #define VDEC_C_LUMA_CTRL 0x1414
  196. #define VDEC_C_CHROMA_CTRL 0x1418
  197. #define VDEC_C_CRUSH_CTRL 0x141C
  198. #define VDEC_C_HORIZ_TIM_CTRL 0x1420
  199. #define VDEC_C_VERT_TIM_CTRL 0x1424
  200. #define VDEC_C_MISC_TIM_CTRL 0x1428
  201. #define VDEC_C_FIELD_COUNT 0x142C
  202. #define VDEC_C_HSCALE_CTRL 0x1430
  203. #define VDEC_C_VSCALE_CTRL 0x1434
  204. #define VDEC_C_MAN_VGA_CTRL 0x1438
  205. #define VDEC_C_MAN_AGC_CTRL 0x143C
  206. #define VDEC_C_DFE_CTRL1 0x1440
  207. #define VDEC_C_DFE_CTRL2 0x1444
  208. #define VDEC_C_DFE_CTRL3 0x1448
  209. #define VDEC_C_PLL_CTRL 0x144C
  210. #define VDEC_C_PLL_CTRL_FAST 0x1450
  211. #define VDEC_C_HTL_CTRL 0x1454
  212. #define VDEC_C_SRC_CFG 0x1458
  213. #define VDEC_C_SC_STEP_SIZE 0x145C
  214. #define VDEC_C_SC_CONVERGE_CTRL 0x1460
  215. #define VDEC_C_SC_LOOP_CTRL 0x1464
  216. #define VDEC_C_COMB_2D_HFS_CFG 0x1468
  217. #define VDEC_C_COMB_2D_HFD_CFG 0x146C
  218. #define VDEC_C_COMB_2D_LF_CFG 0x1470
  219. #define VDEC_C_COMB_2D_BLEND 0x1474
  220. #define VDEC_C_COMB_MISC_CTRL 0x1478
  221. #define VDEC_C_COMB_FLAT_THRESH_CTRL 0x147C
  222. #define VDEC_C_COMB_TEST 0x1480
  223. #define VDEC_C_BP_MISC_CTRL 0x1484
  224. #define VDEC_C_VCR_DET_CTRL 0x1488
  225. #define VDEC_C_NOISE_DET_CTRL 0x148C
  226. #define VDEC_C_COMB_FLAT_NOISE_CTRL 0x1490
  227. #define VDEC_C_VERSION 0x15F8
  228. #define VDEC_C_SOFT_RST_CTRL 0x15FC
  229. /* Video Decoder D Registers */
  230. #define VDEC_D_MODE_CTRL 0x1600
  231. #define VDEC_D_OUT_CTRL1 0x1604
  232. #define VDEC_D_OUT_CTRL_NS 0x1608
  233. #define VDEC_D_GEN_STAT 0x160C
  234. #define VDEC_D_INT_STAT_MASK 0x1610
  235. #define VDEC_D_LUMA_CTRL 0x1614
  236. #define VDEC_D_CHROMA_CTRL 0x1618
  237. #define VDEC_D_CRUSH_CTRL 0x161C
  238. #define VDEC_D_HORIZ_TIM_CTRL 0x1620
  239. #define VDEC_D_VERT_TIM_CTRL 0x1624
  240. #define VDEC_D_MISC_TIM_CTRL 0x1628
  241. #define VDEC_D_FIELD_COUNT 0x162C
  242. #define VDEC_D_HSCALE_CTRL 0x1630
  243. #define VDEC_D_VSCALE_CTRL 0x1634
  244. #define VDEC_D_MAN_VGA_CTRL 0x1638
  245. #define VDEC_D_MAN_AGC_CTRL 0x163C
  246. #define VDEC_D_DFE_CTRL1 0x1640
  247. #define VDEC_D_DFE_CTRL2 0x1644
  248. #define VDEC_D_DFE_CTRL3 0x1648
  249. #define VDEC_D_PLL_CTRL 0x164C
  250. #define VDEC_D_PLL_CTRL_FAST 0x1650
  251. #define VDEC_D_HTL_CTRL 0x1654
  252. #define VDEC_D_SRC_CFG 0x1658
  253. #define VDEC_D_SC_STEP_SIZE 0x165C
  254. #define VDEC_D_SC_CONVERGE_CTRL 0x1660
  255. #define VDEC_D_SC_LOOP_CTRL 0x1664
  256. #define VDEC_D_COMB_2D_HFS_CFG 0x1668
  257. #define VDEC_D_COMB_2D_HFD_CFG 0x166C
  258. #define VDEC_D_COMB_2D_LF_CFG 0x1670
  259. #define VDEC_D_COMB_2D_BLEND 0x1674
  260. #define VDEC_D_COMB_MISC_CTRL 0x1678
  261. #define VDEC_D_COMB_FLAT_THRESH_CTRL 0x167C
  262. #define VDEC_D_COMB_TEST 0x1680
  263. #define VDEC_D_BP_MISC_CTRL 0x1684
  264. #define VDEC_D_VCR_DET_CTRL 0x1688
  265. #define VDEC_D_NOISE_DET_CTRL 0x168C
  266. #define VDEC_D_COMB_FLAT_NOISE_CTRL 0x1690
  267. #define VDEC_D_VERSION 0x17F8
  268. #define VDEC_D_SOFT_RST_CTRL 0x17FC
  269. /* Video Decoder E Registers */
  270. #define VDEC_E_MODE_CTRL 0x1800
  271. #define VDEC_E_OUT_CTRL1 0x1804
  272. #define VDEC_E_OUT_CTRL_NS 0x1808
  273. #define VDEC_E_GEN_STAT 0x180C
  274. #define VDEC_E_INT_STAT_MASK 0x1810
  275. #define VDEC_E_LUMA_CTRL 0x1814
  276. #define VDEC_E_CHROMA_CTRL 0x1818
  277. #define VDEC_E_CRUSH_CTRL 0x181C
  278. #define VDEC_E_HORIZ_TIM_CTRL 0x1820
  279. #define VDEC_E_VERT_TIM_CTRL 0x1824
  280. #define VDEC_E_MISC_TIM_CTRL 0x1828
  281. #define VDEC_E_FIELD_COUNT 0x182C
  282. #define VDEC_E_HSCALE_CTRL 0x1830
  283. #define VDEC_E_VSCALE_CTRL 0x1834
  284. #define VDEC_E_MAN_VGA_CTRL 0x1838
  285. #define VDEC_E_MAN_AGC_CTRL 0x183C
  286. #define VDEC_E_DFE_CTRL1 0x1840
  287. #define VDEC_E_DFE_CTRL2 0x1844
  288. #define VDEC_E_DFE_CTRL3 0x1848
  289. #define VDEC_E_PLL_CTRL 0x184C
  290. #define VDEC_E_PLL_CTRL_FAST 0x1850
  291. #define VDEC_E_HTL_CTRL 0x1854
  292. #define VDEC_E_SRC_CFG 0x1858
  293. #define VDEC_E_SC_STEP_SIZE 0x185C
  294. #define VDEC_E_SC_CONVERGE_CTRL 0x1860
  295. #define VDEC_E_SC_LOOP_CTRL 0x1864
  296. #define VDEC_E_COMB_2D_HFS_CFG 0x1868
  297. #define VDEC_E_COMB_2D_HFD_CFG 0x186C
  298. #define VDEC_E_COMB_2D_LF_CFG 0x1870
  299. #define VDEC_E_COMB_2D_BLEND 0x1874
  300. #define VDEC_E_COMB_MISC_CTRL 0x1878
  301. #define VDEC_E_COMB_FLAT_THRESH_CTRL 0x187C
  302. #define VDEC_E_COMB_TEST 0x1880
  303. #define VDEC_E_BP_MISC_CTRL 0x1884
  304. #define VDEC_E_VCR_DET_CTRL 0x1888
  305. #define VDEC_E_NOISE_DET_CTRL 0x188C
  306. #define VDEC_E_COMB_FLAT_NOISE_CTRL 0x1890
  307. #define VDEC_E_VERSION 0x19F8
  308. #define VDEC_E_SOFT_RST_CTRL 0x19FC
  309. /* Video Decoder F Registers */
  310. #define VDEC_F_MODE_CTRL 0x1A00
  311. #define VDEC_F_OUT_CTRL1 0x1A04
  312. #define VDEC_F_OUT_CTRL_NS 0x1A08
  313. #define VDEC_F_GEN_STAT 0x1A0C
  314. #define VDEC_F_INT_STAT_MASK 0x1A10
  315. #define VDEC_F_LUMA_CTRL 0x1A14
  316. #define VDEC_F_CHROMA_CTRL 0x1A18
  317. #define VDEC_F_CRUSH_CTRL 0x1A1C
  318. #define VDEC_F_HORIZ_TIM_CTRL 0x1A20
  319. #define VDEC_F_VERT_TIM_CTRL 0x1A24
  320. #define VDEC_F_MISC_TIM_CTRL 0x1A28
  321. #define VDEC_F_FIELD_COUNT 0x1A2C
  322. #define VDEC_F_HSCALE_CTRL 0x1A30
  323. #define VDEC_F_VSCALE_CTRL 0x1A34
  324. #define VDEC_F_MAN_VGA_CTRL 0x1A38
  325. #define VDEC_F_MAN_AGC_CTRL 0x1A3C
  326. #define VDEC_F_DFE_CTRL1 0x1A40
  327. #define VDEC_F_DFE_CTRL2 0x1A44
  328. #define VDEC_F_DFE_CTRL3 0x1A48
  329. #define VDEC_F_PLL_CTRL 0x1A4C
  330. #define VDEC_F_PLL_CTRL_FAST 0x1A50
  331. #define VDEC_F_HTL_CTRL 0x1A54
  332. #define VDEC_F_SRC_CFG 0x1A58
  333. #define VDEC_F_SC_STEP_SIZE 0x1A5C
  334. #define VDEC_F_SC_CONVERGE_CTRL 0x1A60
  335. #define VDEC_F_SC_LOOP_CTRL 0x1A64
  336. #define VDEC_F_COMB_2D_HFS_CFG 0x1A68
  337. #define VDEC_F_COMB_2D_HFD_CFG 0x1A6C
  338. #define VDEC_F_COMB_2D_LF_CFG 0x1A70
  339. #define VDEC_F_COMB_2D_BLEND 0x1A74
  340. #define VDEC_F_COMB_MISC_CTRL 0x1A78
  341. #define VDEC_F_COMB_FLAT_THRESH_CTRL 0x1A7C
  342. #define VDEC_F_COMB_TEST 0x1A80
  343. #define VDEC_F_BP_MISC_CTRL 0x1A84
  344. #define VDEC_F_VCR_DET_CTRL 0x1A88
  345. #define VDEC_F_NOISE_DET_CTRL 0x1A8C
  346. #define VDEC_F_COMB_FLAT_NOISE_CTRL 0x1A90
  347. #define VDEC_F_VERSION 0x1BF8
  348. #define VDEC_F_SOFT_RST_CTRL 0x1BFC
  349. /* Video Decoder G Registers */
  350. #define VDEC_G_MODE_CTRL 0x1C00
  351. #define VDEC_G_OUT_CTRL1 0x1C04
  352. #define VDEC_G_OUT_CTRL_NS 0x1C08
  353. #define VDEC_G_GEN_STAT 0x1C0C
  354. #define VDEC_G_INT_STAT_MASK 0x1C10
  355. #define VDEC_G_LUMA_CTRL 0x1C14
  356. #define VDEC_G_CHROMA_CTRL 0x1C18
  357. #define VDEC_G_CRUSH_CTRL 0x1C1C
  358. #define VDEC_G_HORIZ_TIM_CTRL 0x1C20
  359. #define VDEC_G_VERT_TIM_CTRL 0x1C24
  360. #define VDEC_G_MISC_TIM_CTRL 0x1C28
  361. #define VDEC_G_FIELD_COUNT 0x1C2C
  362. #define VDEC_G_HSCALE_CTRL 0x1C30
  363. #define VDEC_G_VSCALE_CTRL 0x1C34
  364. #define VDEC_G_MAN_VGA_CTRL 0x1C38
  365. #define VDEC_G_MAN_AGC_CTRL 0x1C3C
  366. #define VDEC_G_DFE_CTRL1 0x1C40
  367. #define VDEC_G_DFE_CTRL2 0x1C44
  368. #define VDEC_G_DFE_CTRL3 0x1C48
  369. #define VDEC_G_PLL_CTRL 0x1C4C
  370. #define VDEC_G_PLL_CTRL_FAST 0x1C50
  371. #define VDEC_G_HTL_CTRL 0x1C54
  372. #define VDEC_G_SRC_CFG 0x1C58
  373. #define VDEC_G_SC_STEP_SIZE 0x1C5C
  374. #define VDEC_G_SC_CONVERGE_CTRL 0x1C60
  375. #define VDEC_G_SC_LOOP_CTRL 0x1C64
  376. #define VDEC_G_COMB_2D_HFS_CFG 0x1C68
  377. #define VDEC_G_COMB_2D_HFD_CFG 0x1C6C
  378. #define VDEC_G_COMB_2D_LF_CFG 0x1C70
  379. #define VDEC_G_COMB_2D_BLEND 0x1C74
  380. #define VDEC_G_COMB_MISC_CTRL 0x1C78
  381. #define VDEC_G_COMB_FLAT_THRESH_CTRL 0x1C7C
  382. #define VDEC_G_COMB_TEST 0x1C80
  383. #define VDEC_G_BP_MISC_CTRL 0x1C84
  384. #define VDEC_G_VCR_DET_CTRL 0x1C88
  385. #define VDEC_G_NOISE_DET_CTRL 0x1C8C
  386. #define VDEC_G_COMB_FLAT_NOISE_CTRL 0x1C90
  387. #define VDEC_G_VERSION 0x1DF8
  388. #define VDEC_G_SOFT_RST_CTRL 0x1DFC
  389. /* Video Decoder H Registers */
  390. #define VDEC_H_MODE_CTRL 0x1E00
  391. #define VDEC_H_OUT_CTRL1 0x1E04
  392. #define VDEC_H_OUT_CTRL_NS 0x1E08
  393. #define VDEC_H_GEN_STAT 0x1E0C
  394. #define VDEC_H_INT_STAT_MASK 0x1E1E
  395. #define VDEC_H_LUMA_CTRL 0x1E14
  396. #define VDEC_H_CHROMA_CTRL 0x1E18
  397. #define VDEC_H_CRUSH_CTRL 0x1E1C
  398. #define VDEC_H_HORIZ_TIM_CTRL 0x1E20
  399. #define VDEC_H_VERT_TIM_CTRL 0x1E24
  400. #define VDEC_H_MISC_TIM_CTRL 0x1E28
  401. #define VDEC_H_FIELD_COUNT 0x1E2C
  402. #define VDEC_H_HSCALE_CTRL 0x1E30
  403. #define VDEC_H_VSCALE_CTRL 0x1E34
  404. #define VDEC_H_MAN_VGA_CTRL 0x1E38
  405. #define VDEC_H_MAN_AGC_CTRL 0x1E3C
  406. #define VDEC_H_DFE_CTRL1 0x1E40
  407. #define VDEC_H_DFE_CTRL2 0x1E44
  408. #define VDEC_H_DFE_CTRL3 0x1E48
  409. #define VDEC_H_PLL_CTRL 0x1E4C
  410. #define VDEC_H_PLL_CTRL_FAST 0x1E50
  411. #define VDEC_H_HTL_CTRL 0x1E54
  412. #define VDEC_H_SRC_CFG 0x1E58
  413. #define VDEC_H_SC_STEP_SIZE 0x1E5C
  414. #define VDEC_H_SC_CONVERGE_CTRL 0x1E60
  415. #define VDEC_H_SC_LOOP_CTRL 0x1E64
  416. #define VDEC_H_COMB_2D_HFS_CFG 0x1E68
  417. #define VDEC_H_COMB_2D_HFD_CFG 0x1E6C
  418. #define VDEC_H_COMB_2D_LF_CFG 0x1E70
  419. #define VDEC_H_COMB_2D_BLEND 0x1E74
  420. #define VDEC_H_COMB_MISC_CTRL 0x1E78
  421. #define VDEC_H_COMB_FLAT_THRESH_CTRL 0x1E7C
  422. #define VDEC_H_COMB_TEST 0x1E80
  423. #define VDEC_H_BP_MISC_CTRL 0x1E84
  424. #define VDEC_H_VCR_DET_CTRL 0x1E88
  425. #define VDEC_H_NOISE_DET_CTRL 0x1E8C
  426. #define VDEC_H_COMB_FLAT_NOISE_CTRL 0x1E90
  427. #define VDEC_H_VERSION 0x1FF8
  428. #define VDEC_H_SOFT_RST_CTRL 0x1FFC
  429. /*****************************************************************************/
  430. /* LUMA_CTRL register fields */
  431. #define VDEC_A_BRITE_CTRL 0x1014
  432. #define VDEC_A_CNTRST_CTRL 0x1015
  433. #define VDEC_A_PEAK_SEL 0x1016
  434. /*****************************************************************************/
  435. /* CHROMA_CTRL register fields */
  436. #define VDEC_A_USAT_CTRL 0x1018
  437. #define VDEC_A_VSAT_CTRL 0x1019
  438. #define VDEC_A_HUE_CTRL 0x101A
  439. #endif