diff options
Diffstat (limited to 'drivers/media/video/cx18/cx23418.h')
-rw-r--r-- | drivers/media/video/cx18/cx23418.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx23418.h b/drivers/media/video/cx18/cx23418.h index 33f78da9dba8..e7ed053059a8 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 |