aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx18/cx23418.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/video/cx18/cx23418.h')
-rw-r--r--drivers/media/video/cx18/cx23418.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/drivers/media/video/cx18/cx23418.h b/drivers/media/video/cx18/cx23418.h
index 33f78da9dba8..668f968d7761 100644
--- a/drivers/media/video/cx18/cx23418.h
+++ b/drivers/media/video/cx18/cx23418.h
@@ -52,6 +52,11 @@
52#define EPU_CMD_MASK_DEBUG (EPU_CMD_MASK | 0x000000) 52#define EPU_CMD_MASK_DEBUG (EPU_CMD_MASK | 0x000000)
53#define EPU_CMD_MASK_DE (EPU_CMD_MASK | 0x040000) 53#define EPU_CMD_MASK_DE (EPU_CMD_MASK | 0x040000)
54 54
55#define APU_CMD_MASK 0x10000000
56#define APU_CMD_MASK_ACK (APU_CMD_MASK | 0x80000000)
57
58#define CX18_APU_RESETAI (APU_CMD_MASK | 0x05)
59
55/* Description: This command indicates that a Memory Descriptor List has been 60/* Description: This command indicates that a Memory Descriptor List has been
56 filled with the requested channel type 61 filled with the requested channel type
57 IN[0] - Task handle. Handle of the task 62 IN[0] - Task handle. Handle of the task
@@ -346,7 +351,7 @@
346 Descriptor Lists to the driver 351 Descriptor Lists to the driver
347 IN[0] - Task handle. Handle of the task to start 352 IN[0] - Task handle. Handle of the task to start
348 ReturnCode - One of the ERR_DE_... */ 353 ReturnCode - One of the ERR_DE_... */
349/* #define CX18_CPU_DE_ReleaseMDL (CPU_CMD_MASK_DE | 0x0006) */ 354#define CX18_CPU_DE_RELEASE_MDL (CPU_CMD_MASK_DE | 0x0006)
350 355
351/* Description: This command signals the cpu that the dat buffer has been 356/* Description: This command signals the cpu that the dat buffer has been
352 consumed and ready for re-use. 357 consumed and ready for re-use.