diff options
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-reg.h')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-reg.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-reg.h b/drivers/media/video/cx23885/cx23885-reg.h index 162169f9091b..bdd11bc513ad 100644 --- a/drivers/media/video/cx23885/cx23885-reg.h +++ b/drivers/media/video/cx23885/cx23885-reg.h | |||
@@ -233,6 +233,17 @@ Channel manager Data Structure entry = 20 DWORD | |||
233 | #define VID_A_INT_SSTAT 0x0004002C | 233 | #define VID_A_INT_SSTAT 0x0004002C |
234 | 234 | ||
235 | #define VID_B_INT_MSK 0x00040030 | 235 | #define VID_B_INT_MSK 0x00040030 |
236 | #define VID_B_MSK_BAD_PKT (1 << 20) | ||
237 | #define VID_B_MSK_VBI_OPC_ERR (1 << 17) | ||
238 | #define VID_B_MSK_OPC_ERR (1 << 16) | ||
239 | #define VID_B_MSK_VBI_SYNC (1 << 13) | ||
240 | #define VID_B_MSK_SYNC (1 << 12) | ||
241 | #define VID_B_MSK_VBI_OF (1 << 9) | ||
242 | #define VID_B_MSK_OF (1 << 8) | ||
243 | #define VID_B_MSK_VBI_RISCI2 (1 << 5) | ||
244 | #define VID_B_MSK_RISCI2 (1 << 4) | ||
245 | #define VID_B_MSK_VBI_RISCI1 (1 << 1) | ||
246 | #define VID_B_MSK_RISCI1 1 | ||
236 | #define VID_B_INT_STAT 0x00040034 | 247 | #define VID_B_INT_STAT 0x00040034 |
237 | #define VID_B_INT_MSTAT 0x00040038 | 248 | #define VID_B_INT_MSTAT 0x00040038 |
238 | #define VID_B_INT_SSTAT 0x0004003C | 249 | #define VID_B_INT_SSTAT 0x0004003C |
@@ -276,6 +287,7 @@ Channel manager Data Structure entry = 20 DWORD | |||
276 | 287 | ||
277 | #define RDR_CFG0 0x00050000 | 288 | #define RDR_CFG0 0x00050000 |
278 | #define RDR_CFG1 0x00050004 | 289 | #define RDR_CFG1 0x00050004 |
290 | #define RDR_CFG2 0x00050008 | ||
279 | #define RDR_TLCTL0 0x00050318 | 291 | #define RDR_TLCTL0 0x00050318 |
280 | 292 | ||
281 | /* APB DMAC Current Buffer Pointer */ | 293 | /* APB DMAC Current Buffer Pointer */ |
@@ -335,6 +347,7 @@ Channel manager Data Structure entry = 20 DWORD | |||
335 | /* GPIO (417 Microsoftcontroller) Output Enable, Low Active */ | 347 | /* GPIO (417 Microsoftcontroller) Output Enable, Low Active */ |
336 | #define MC417_OEN 0x00110024 | 348 | #define MC417_OEN 0x00110024 |
337 | #define MC417_CTL 0x00110028 | 349 | #define MC417_CTL 0x00110028 |
350 | #define ALT_PIN_OUT_SEL 0x0011002C | ||
338 | #define CLK_DELAY 0x00110048 | 351 | #define CLK_DELAY 0x00110048 |
339 | #define PAD_CTRL 0x0011004C | 352 | #define PAD_CTRL 0x0011004C |
340 | 353 | ||