diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-09-04 21:32:41 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 22:08:21 -0300 |
commit | 2e52f215be1b3a0337788c8d3345bdf5e3894e19 (patch) | |
tree | bbb9dc7998095a301137a612e5488d7b9f111dab /drivers/media/video/cx23885/cx23885-reg.h | |
parent | f29379c3619d85e0bdc0ee30c8199f7f66866fcf (diff) | |
download | blackbird-op-linux-2e52f215be1b3a0337788c8d3345bdf5e3894e19.tar.gz blackbird-op-linux-2e52f215be1b3a0337788c8d3345bdf5e3894e19.zip |
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 @@ #ifndef _CX23885_REG_H_ #define _CX23885_REG_H_ - /* Address Map 0x00000000 -> 0x00009000 TX SRAM (Fifos) @@ -50,8 +49,6 @@ Channel manager Data Structure entry = 20 DWORD 5 InstructionQueueSize ... Reserved 19 Reserved - - */ /* Risc Instructions */ @@ -70,15 +67,9 @@ Channel manager Data Structure entry = 20 DWORD #define RISC_WRITERM 0xB0000000 #define RISC_WRITECM 0xC0000000 #define RISC_WRITECR 0xD0000000 - - -/* Do we need these? */ #define RISC_WRITEC 0x50000000 #define RISC_READC 0xA0000000 -/* Is this used? */ -#define RISC_IMM 0x00000001 - /* Audio and Video Core */ #define HOST_REG1 0x00000000 |