diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-09-04 20:32:41 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:08:21 -0400 |
commit | 2e52f215be1b3a0337788c8d3345bdf5e3894e19 (patch) | |
tree | bbb9dc7998095a301137a612e5488d7b9f111dab /drivers/media/video/cx23885/cx23885-reg.h | |
parent | f29379c3619d85e0bdc0ee30c8199f7f66866fcf (diff) |
V4L/DVB (6170): cx23885: General cleanup of old code
Removed unused code.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-reg.h')
-rw-r--r-- | drivers/media/video/cx23885/cx23885-reg.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/media/video/cx23885/cx23885-reg.h b/drivers/media/video/cx23885/cx23885-reg.h index 771b22ac2153..6527bd3b4d77 100644 --- a/drivers/media/video/cx23885/cx23885-reg.h +++ b/drivers/media/video/cx23885/cx23885-reg.h | |||
@@ -22,7 +22,6 @@ | |||
22 | #ifndef _CX23885_REG_H_ | 22 | #ifndef _CX23885_REG_H_ |
23 | #define _CX23885_REG_H_ | 23 | #define _CX23885_REG_H_ |
24 | 24 | ||
25 | |||
26 | /* | 25 | /* |
27 | Address Map | 26 | Address Map |
28 | 0x00000000 -> 0x00009000 TX SRAM (Fifos) | 27 | 0x00000000 -> 0x00009000 TX SRAM (Fifos) |
@@ -50,8 +49,6 @@ Channel manager Data Structure entry = 20 DWORD | |||
50 | 5 InstructionQueueSize | 49 | 5 InstructionQueueSize |
51 | ... Reserved | 50 | ... Reserved |
52 | 19 Reserved | 51 | 19 Reserved |
53 | |||
54 | |||
55 | */ | 52 | */ |
56 | 53 | ||
57 | /* Risc Instructions */ | 54 | /* Risc Instructions */ |
@@ -70,15 +67,9 @@ Channel manager Data Structure entry = 20 DWORD | |||
70 | #define RISC_WRITERM 0xB0000000 | 67 | #define RISC_WRITERM 0xB0000000 |
71 | #define RISC_WRITECM 0xC0000000 | 68 | #define RISC_WRITECM 0xC0000000 |
72 | #define RISC_WRITECR 0xD0000000 | 69 | #define RISC_WRITECR 0xD0000000 |
73 | |||
74 | |||
75 | /* Do we need these? */ | ||
76 | #define RISC_WRITEC 0x50000000 | 70 | #define RISC_WRITEC 0x50000000 |
77 | #define RISC_READC 0xA0000000 | 71 | #define RISC_READC 0xA0000000 |
78 | 72 | ||
79 | /* Is this used? */ | ||
80 | #define RISC_IMM 0x00000001 | ||
81 | |||
82 | 73 | ||
83 | /* Audio and Video Core */ | 74 | /* Audio and Video Core */ |
84 | #define HOST_REG1 0x00000000 | 75 | #define HOST_REG1 0x00000000 |