cx23885-reg.h 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. * Driver for the Conexant CX23885 PCIe bridge
  4. *
  5. * Copyright (c) 2006 Steven Toth <[email protected]>
  6. */
  7. #ifndef _CX23885_REG_H_
  8. #define _CX23885_REG_H_
  9. /*
  10. Address Map
  11. 0x00000000 -> 0x00009000 TX SRAM (Fifos)
  12. 0x00010000 -> 0x00013c00 RX SRAM CMDS + CDT
  13. EACH CMDS struct is 0x80 bytes long
  14. DMAx_PTR1 = 0x03040 address of first cluster
  15. DMAx_PTR2 = 0x10600 address of the CDT
  16. DMAx_CNT1 = cluster size in (bytes >> 4) -1
  17. DMAx_CNT2 = total cdt size for all entries >> 3
  18. Cluster Descriptor entry = 4 DWORDS
  19. DWORD 0 -> ptr to cluster
  20. DWORD 1 Reserved
  21. DWORD 2 Reserved
  22. DWORD 3 Reserved
  23. Channel manager Data Structure entry = 20 DWORD
  24. 0 IntialProgramCounterLow
  25. 1 IntialProgramCounterHigh
  26. 2 ClusterDescriptorTableBase
  27. 3 ClusterDescriptorTableSize
  28. 4 InstructionQueueBase
  29. 5 InstructionQueueSize
  30. ... Reserved
  31. 19 Reserved
  32. */
  33. /* Risc Instructions */
  34. #define RISC_CNT_INC 0x00010000
  35. #define RISC_CNT_RESET 0x00030000
  36. #define RISC_IRQ1 0x01000000
  37. #define RISC_IRQ2 0x02000000
  38. #define RISC_EOL 0x04000000
  39. #define RISC_SOL 0x08000000
  40. #define RISC_WRITE 0x10000000
  41. #define RISC_SKIP 0x20000000
  42. #define RISC_JUMP 0x70000000
  43. #define RISC_SYNC 0x80000000
  44. #define RISC_RESYNC 0x80008000
  45. #define RISC_READ 0x90000000
  46. #define RISC_WRITERM 0xB0000000
  47. #define RISC_WRITECM 0xC0000000
  48. #define RISC_WRITECR 0xD0000000
  49. #define RISC_WRITEC 0x50000000
  50. #define RISC_READC 0xA0000000
  51. /* Audio and Video Core */
  52. #define HOST_REG1 0x00000000
  53. #define HOST_REG2 0x00000001
  54. #define HOST_REG3 0x00000002
  55. /* Chip Configuration Registers */
  56. #define CHIP_CTRL 0x00000100
  57. #define AFE_CTRL 0x00000104
  58. #define VID_PLL_INT_POST 0x00000108
  59. #define VID_PLL_FRAC 0x0000010C
  60. #define AUX_PLL_INT_POST 0x00000110
  61. #define AUX_PLL_FRAC 0x00000114
  62. #define SYS_PLL_INT_POST 0x00000118
  63. #define SYS_PLL_FRAC 0x0000011C
  64. #define PIN_CTRL 0x00000120
  65. #define AUD_IO_CTRL 0x00000124
  66. #define AUD_LOCK1 0x00000128
  67. #define AUD_LOCK2 0x0000012C
  68. #define POWER_CTRL 0x00000130
  69. #define AFE_DIAG_CTRL1 0x00000134
  70. #define AFE_DIAG_CTRL3 0x0000013C
  71. #define PLL_DIAG_CTRL 0x00000140
  72. #define AFE_CLK_OUT_CTRL 0x00000144
  73. #define DLL1_DIAG_CTRL 0x0000015C
  74. /* GPIO[23:19] Output Enable */
  75. #define GPIO2_OUT_EN_REG 0x00000160
  76. /* GPIO[23:19] Data Registers */
  77. #define GPIO2 0x00000164
  78. #define IFADC_CTRL 0x00000180
  79. /* Infrared Remote Registers */
  80. #define IR_CNTRL_REG 0x00000200
  81. #define IR_TXCLK_REG 0x00000204
  82. #define IR_RXCLK_REG 0x00000208
  83. #define IR_CDUTY_REG 0x0000020C
  84. #define IR_STAT_REG 0x00000210
  85. #define IR_IRQEN_REG 0x00000214
  86. #define IR_FILTR_REG 0x00000218
  87. #define IR_FIFO_REG 0x0000023C
  88. /* Video Decoder Registers */
  89. #define MODE_CTRL 0x00000400
  90. #define OUT_CTRL1 0x00000404
  91. #define OUT_CTRL2 0x00000408
  92. #define GEN_STAT 0x0000040C
  93. #define INT_STAT_MASK 0x00000410
  94. #define LUMA_CTRL 0x00000414
  95. #define HSCALE_CTRL 0x00000418
  96. #define VSCALE_CTRL 0x0000041C
  97. #define CHROMA_CTRL 0x00000420
  98. #define VBI_LINE_CTRL1 0x00000424
  99. #define VBI_LINE_CTRL2 0x00000428
  100. #define VBI_LINE_CTRL3 0x0000042C
  101. #define VBI_LINE_CTRL4 0x00000430
  102. #define VBI_LINE_CTRL5 0x00000434
  103. #define VBI_FC_CFG 0x00000438
  104. #define VBI_MISC_CFG1 0x0000043C
  105. #define VBI_MISC_CFG2 0x00000440
  106. #define VBI_PAY1 0x00000444
  107. #define VBI_PAY2 0x00000448
  108. #define VBI_CUST1_CFG1 0x0000044C
  109. #define VBI_CUST1_CFG2 0x00000450
  110. #define VBI_CUST1_CFG3 0x00000454
  111. #define VBI_CUST2_CFG1 0x00000458
  112. #define VBI_CUST2_CFG2 0x0000045C
  113. #define VBI_CUST2_CFG3 0x00000460
  114. #define VBI_CUST3_CFG1 0x00000464
  115. #define VBI_CUST3_CFG2 0x00000468
  116. #define VBI_CUST3_CFG3 0x0000046C
  117. #define HORIZ_TIM_CTRL 0x00000470
  118. #define VERT_TIM_CTRL 0x00000474
  119. #define SRC_COMB_CFG 0x00000478
  120. #define CHROMA_VBIOFF_CFG 0x0000047C
  121. #define FIELD_COUNT 0x00000480
  122. #define MISC_TIM_CTRL 0x00000484
  123. #define DFE_CTRL1 0x00000488
  124. #define DFE_CTRL2 0x0000048C
  125. #define DFE_CTRL3 0x00000490
  126. #define PLL_CTRL 0x00000494
  127. #define HTL_CTRL 0x00000498
  128. #define COMB_CTRL 0x0000049C
  129. #define CRUSH_CTRL 0x000004A0
  130. #define SOFT_RST_CTRL 0x000004A4
  131. #define CX885_VERSION 0x000004B4
  132. #define VBI_PASS_CTRL 0x000004BC
  133. /* Audio Decoder Registers */
  134. /* 8051 Configuration */
  135. #define DL_CTL 0x00000800
  136. #define STD_DET_STATUS 0x00000804
  137. #define STD_DET_CTL 0x00000808
  138. #define DW8051_INT 0x0000080C
  139. #define GENERAL_CTL 0x00000810
  140. #define AAGC_CTL 0x00000814
  141. #define DEMATRIX_CTL 0x000008CC
  142. #define PATH1_CTL1 0x000008D0
  143. #define PATH1_VOL_CTL 0x000008D4
  144. #define PATH1_EQ_CTL 0x000008D8
  145. #define PATH1_SC_CTL 0x000008DC
  146. #define PATH2_CTL1 0x000008E0
  147. #define PATH2_VOL_CTL 0x000008E4
  148. #define PATH2_EQ_CTL 0x000008E8
  149. #define PATH2_SC_CTL 0x000008EC
  150. /* Sample Rate Converter */
  151. #define SRC_CTL 0x000008F0
  152. #define SRC_LF_COEF 0x000008F4
  153. #define SRC1_CTL 0x000008F8
  154. #define SRC2_CTL 0x000008FC
  155. #define SRC3_CTL 0x00000900
  156. #define SRC4_CTL 0x00000904
  157. #define SRC5_CTL 0x00000908
  158. #define SRC6_CTL 0x0000090C
  159. #define BAND_OUT_SEL 0x00000910
  160. #define I2S_N_CTL 0x00000914
  161. #define I2S_OUT_CTL 0x00000918
  162. #define AUTOCONFIG_REG 0x000009C4
  163. /* Audio ADC Registers */
  164. #define DSM_CTRL1 0x00000000
  165. #define DSM_CTRL2 0x00000001
  166. #define CHP_EN_CTRL 0x00000002
  167. #define CHP_CLK_CTRL1 0x00000004
  168. #define CHP_CLK_CTRL2 0x00000005
  169. #define BG_REF_CTRL 0x00000006
  170. #define SD2_SW_CTRL1 0x00000008
  171. #define SD2_SW_CTRL2 0x00000009
  172. #define SD2_BIAS_CTRL 0x0000000A
  173. #define AMP_BIAS_CTRL 0x0000000C
  174. #define CH_PWR_CTRL1 0x0000000E
  175. #define FLD_CH_SEL (1 << 3)
  176. #define CH_PWR_CTRL2 0x0000000F
  177. #define DSM_STATUS1 0x00000010
  178. #define DSM_STATUS2 0x00000011
  179. #define DIG_CTL1 0x00000012
  180. #define DIG_CTL2 0x00000013
  181. #define I2S_TX_CFG 0x0000001A
  182. #define DEV_CNTRL2 0x00040000
  183. #define PCI_MSK_IR (1 << 28)
  184. #define PCI_MSK_AV_CORE (1 << 27)
  185. #define PCI_MSK_GPIO1 (1 << 24)
  186. #define PCI_MSK_GPIO0 (1 << 23)
  187. #define PCI_MSK_APB_DMA (1 << 12)
  188. #define PCI_MSK_AL_WR (1 << 11)
  189. #define PCI_MSK_AL_RD (1 << 10)
  190. #define PCI_MSK_RISC_WR (1 << 9)
  191. #define PCI_MSK_RISC_RD (1 << 8)
  192. #define PCI_MSK_AUD_EXT (1 << 4)
  193. #define PCI_MSK_AUD_INT (1 << 3)
  194. #define PCI_MSK_VID_C (1 << 2)
  195. #define PCI_MSK_VID_B (1 << 1)
  196. #define PCI_MSK_VID_A 1
  197. #define PCI_INT_MSK 0x00040010
  198. #define PCI_INT_STAT 0x00040014
  199. #define PCI_INT_MSTAT 0x00040018
  200. #define VID_A_INT_MSK 0x00040020
  201. #define VID_A_INT_STAT 0x00040024
  202. #define VID_A_INT_MSTAT 0x00040028
  203. #define VID_A_INT_SSTAT 0x0004002C
  204. #define VID_B_INT_MSK 0x00040030
  205. #define VID_B_MSK_BAD_PKT (1 << 20)
  206. #define VID_B_MSK_VBI_OPC_ERR (1 << 17)
  207. #define VID_B_MSK_OPC_ERR (1 << 16)
  208. #define VID_B_MSK_VBI_SYNC (1 << 13)
  209. #define VID_B_MSK_SYNC (1 << 12)
  210. #define VID_B_MSK_VBI_OF (1 << 9)
  211. #define VID_B_MSK_OF (1 << 8)
  212. #define VID_B_MSK_VBI_RISCI2 (1 << 5)
  213. #define VID_B_MSK_RISCI2 (1 << 4)
  214. #define VID_B_MSK_VBI_RISCI1 (1 << 1)
  215. #define VID_B_MSK_RISCI1 1
  216. #define VID_B_INT_STAT 0x00040034
  217. #define VID_B_INT_MSTAT 0x00040038
  218. #define VID_B_INT_SSTAT 0x0004003C
  219. #define VID_B_MSK_BAD_PKT (1 << 20)
  220. #define VID_B_MSK_OPC_ERR (1 << 16)
  221. #define VID_B_MSK_SYNC (1 << 12)
  222. #define VID_B_MSK_OF (1 << 8)
  223. #define VID_B_MSK_RISCI2 (1 << 4)
  224. #define VID_B_MSK_RISCI1 1
  225. #define VID_C_MSK_BAD_PKT (1 << 20)
  226. #define VID_C_MSK_OPC_ERR (1 << 16)
  227. #define VID_C_MSK_SYNC (1 << 12)
  228. #define VID_C_MSK_OF (1 << 8)
  229. #define VID_C_MSK_RISCI2 (1 << 4)
  230. #define VID_C_MSK_RISCI1 1
  231. /* A superset for testing purposes */
  232. #define VID_BC_MSK_BAD_PKT (1 << 20)
  233. #define VID_BC_MSK_OPC_ERR (1 << 16)
  234. #define VID_BC_MSK_SYNC (1 << 12)
  235. #define VID_BC_MSK_OF (1 << 8)
  236. #define VID_BC_MSK_VBI_RISCI2 (1 << 5)
  237. #define VID_BC_MSK_RISCI2 (1 << 4)
  238. #define VID_BC_MSK_VBI_RISCI1 (1 << 1)
  239. #define VID_BC_MSK_RISCI1 1
  240. #define VID_C_INT_MSK 0x00040040
  241. #define VID_C_INT_STAT 0x00040044
  242. #define VID_C_INT_MSTAT 0x00040048
  243. #define VID_C_INT_SSTAT 0x0004004C
  244. #define AUDIO_INT_INT_MSK 0x00040050
  245. #define AUDIO_INT_INT_STAT 0x00040054
  246. #define AUDIO_INT_INT_MSTAT 0x00040058
  247. #define AUDIO_INT_INT_SSTAT 0x0004005C
  248. #define AUDIO_EXT_INT_MSK 0x00040060
  249. #define AUDIO_EXT_INT_STAT 0x00040064
  250. #define AUDIO_EXT_INT_MSTAT 0x00040068
  251. #define AUDIO_EXT_INT_SSTAT 0x0004006C
  252. /* Bits [7:0] set in both TC_REQ and TC_REQ_SET
  253. * indicate a stall in the RISC engine for a
  254. * particular rider traffic class. This causes
  255. * the 885 and 888 bridges (unknown about 887)
  256. * to become inoperable. Setting bits in
  257. * TC_REQ_SET resets the corresponding bits
  258. * in TC_REQ (and TC_REQ_SET) allowing
  259. * operation to continue.
  260. */
  261. #define TC_REQ 0x00040090
  262. #define TC_REQ_SET 0x00040094
  263. #define RDR_CFG0 0x00050000
  264. #define RDR_CFG1 0x00050004
  265. #define RDR_CFG2 0x00050008
  266. #define RDR_RDRCTL1 0x0005030c
  267. #define RDR_TLCTL0 0x00050318
  268. /* APB DMAC Current Buffer Pointer */
  269. #define DMA1_PTR1 0x00100000
  270. #define DMA2_PTR1 0x00100004
  271. #define DMA3_PTR1 0x00100008
  272. #define DMA4_PTR1 0x0010000C
  273. #define DMA5_PTR1 0x00100010
  274. #define DMA6_PTR1 0x00100014
  275. #define DMA7_PTR1 0x00100018
  276. #define DMA8_PTR1 0x0010001C
  277. /* APB DMAC Current Table Pointer */
  278. #define DMA1_PTR2 0x00100040
  279. #define DMA2_PTR2 0x00100044
  280. #define DMA3_PTR2 0x00100048
  281. #define DMA4_PTR2 0x0010004C
  282. #define DMA5_PTR2 0x00100050
  283. #define DMA6_PTR2 0x00100054
  284. #define DMA7_PTR2 0x00100058
  285. #define DMA8_PTR2 0x0010005C
  286. /* APB DMAC Buffer Limit */
  287. #define DMA1_CNT1 0x00100080
  288. #define DMA2_CNT1 0x00100084
  289. #define DMA3_CNT1 0x00100088
  290. #define DMA4_CNT1 0x0010008C
  291. #define DMA5_CNT1 0x00100090
  292. #define DMA6_CNT1 0x00100094
  293. #define DMA7_CNT1 0x00100098
  294. #define DMA8_CNT1 0x0010009C
  295. /* APB DMAC Table Size */
  296. #define DMA1_CNT2 0x001000C0
  297. #define DMA2_CNT2 0x001000C4
  298. #define DMA3_CNT2 0x001000C8
  299. #define DMA4_CNT2 0x001000CC
  300. #define DMA5_CNT2 0x001000D0
  301. #define DMA6_CNT2 0x001000D4
  302. #define DMA7_CNT2 0x001000D8
  303. #define DMA8_CNT2 0x001000DC
  304. /* Timer Counters */
  305. #define TM_CNT_LDW 0x00110000
  306. #define TM_CNT_UW 0x00110004
  307. #define TM_LMT_LDW 0x00110008
  308. #define TM_LMT_UW 0x0011000C
  309. /* GPIO */
  310. #define GP0_IO 0x00110010
  311. #define GPIO_ISM 0x00110014
  312. #define SOFT_RESET 0x0011001C
  313. /* GPIO (417 Microsoftcontroller) RW Data */
  314. #define MC417_RWD 0x00110020
  315. /* GPIO (417 Microsoftcontroller) Output Enable, Low Active */
  316. #define MC417_OEN 0x00110024
  317. #define MC417_CTL 0x00110028
  318. #define ALT_PIN_OUT_SEL 0x0011002C
  319. #define CLK_DELAY 0x00110048
  320. #define PAD_CTRL 0x0011004C
  321. /* Video A Interface */
  322. #define VID_A_GPCNT 0x00130020
  323. #define VBI_A_GPCNT 0x00130024
  324. #define VID_A_GPCNT_CTL 0x00130030
  325. #define VBI_A_GPCNT_CTL 0x00130034
  326. #define VID_A_DMA_CTL 0x00130040
  327. #define VID_A_VIP_CTRL 0x00130080
  328. #define VID_A_PIXEL_FRMT 0x00130084
  329. #define VID_A_VBI_CTRL 0x00130088
  330. /* Video B Interface */
  331. #define VID_B_DMA 0x00130100
  332. #define VBI_B_DMA 0x00130108
  333. #define VID_B_GPCNT 0x00130120
  334. #define VBI_B_GPCNT 0x00130124
  335. #define VID_B_GPCNT_CTL 0x00130134
  336. #define VBI_B_GPCNT_CTL 0x00130138
  337. #define VID_B_DMA_CTL 0x00130140
  338. #define VID_B_SRC_SEL 0x00130144
  339. #define VID_B_LNGTH 0x00130150
  340. #define VID_B_HW_SOP_CTL 0x00130154
  341. #define VID_B_GEN_CTL 0x00130158
  342. #define VID_B_BD_PKT_STATUS 0x0013015C
  343. #define VID_B_SOP_STATUS 0x00130160
  344. #define VID_B_FIFO_OVFL_STAT 0x00130164
  345. #define VID_B_VLD_MISC 0x00130168
  346. #define VID_B_TS_CLK_EN 0x0013016C
  347. #define VID_B_VIP_CTRL 0x00130180
  348. #define VID_B_PIXEL_FRMT 0x00130184
  349. /* Video C Interface */
  350. #define VID_C_DMA 0x00130200
  351. #define VBI_C_DMA 0x00130208
  352. #define VID_C_GPCNT 0x00130220
  353. #define VID_C_GPCNT_CTL 0x00130230
  354. #define VBI_C_GPCNT_CTL 0x00130234
  355. #define VID_C_DMA_CTL 0x00130240
  356. #define VID_C_LNGTH 0x00130250
  357. #define VID_C_HW_SOP_CTL 0x00130254
  358. #define VID_C_GEN_CTL 0x00130258
  359. #define VID_C_BD_PKT_STATUS 0x0013025C
  360. #define VID_C_SOP_STATUS 0x00130260
  361. #define VID_C_FIFO_OVFL_STAT 0x00130264
  362. #define VID_C_VLD_MISC 0x00130268
  363. #define VID_C_TS_CLK_EN 0x0013026C
  364. /* Internal Audio Interface */
  365. #define AUD_INT_A_GPCNT 0x00140020
  366. #define AUD_INT_B_GPCNT 0x00140024
  367. #define AUD_INT_A_GPCNT_CTL 0x00140030
  368. #define AUD_INT_B_GPCNT_CTL 0x00140034
  369. #define AUD_INT_DMA_CTL 0x00140040
  370. #define AUD_INT_A_LNGTH 0x00140050
  371. #define AUD_INT_B_LNGTH 0x00140054
  372. #define AUD_INT_A_MODE 0x00140058
  373. #define AUD_INT_B_MODE 0x0014005C
  374. /* External Audio Interface */
  375. #define AUD_EXT_DMA 0x00140100
  376. #define AUD_EXT_GPCNT 0x00140120
  377. #define AUD_EXT_GPCNT_CTL 0x00140130
  378. #define AUD_EXT_DMA_CTL 0x00140140
  379. #define AUD_EXT_LNGTH 0x00140150
  380. #define AUD_EXT_A_MODE 0x00140158
  381. /* I2C Bus 1 */
  382. #define I2C1_ADDR 0x00180000
  383. #define I2C1_WDATA 0x00180004
  384. #define I2C1_CTRL 0x00180008
  385. #define I2C1_RDATA 0x0018000C
  386. #define I2C1_STAT 0x00180010
  387. /* I2C Bus 2 */
  388. #define I2C2_ADDR 0x00190000
  389. #define I2C2_WDATA 0x00190004
  390. #define I2C2_CTRL 0x00190008
  391. #define I2C2_RDATA 0x0019000C
  392. #define I2C2_STAT 0x00190010
  393. /* I2C Bus 3 */
  394. #define I2C3_ADDR 0x001A0000
  395. #define I2C3_WDATA 0x001A0004
  396. #define I2C3_CTRL 0x001A0008
  397. #define I2C3_RDATA 0x001A000C
  398. #define I2C3_STAT 0x001A0010
  399. /* UART */
  400. #define UART_CTL 0x001B0000
  401. #define UART_BRD 0x001B0004
  402. #define UART_ISR 0x001B000C
  403. #define UART_CNT 0x001B0010
  404. #endif /* _CX23885_REG_H_ */