V4L/DVB (8072): av7110: Removed some obsolete definitions and one unused variable
Removed some obsolete definitions and one unused variable. Signed-off-by: Oliver Endriss <o.endriss@gmx.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
980b59fb5b
commit
ccb43646ed
@@ -1198,7 +1198,6 @@ static int start_ts_capture(struct av7110 *budget)
|
|||||||
if (budget->feeding1)
|
if (budget->feeding1)
|
||||||
return ++budget->feeding1;
|
return ++budget->feeding1;
|
||||||
memset(budget->grabbing, 0x00, TS_HEIGHT * TS_WIDTH);
|
memset(budget->grabbing, 0x00, TS_HEIGHT * TS_WIDTH);
|
||||||
budget->tsf = 0xff;
|
|
||||||
budget->ttbp = 0;
|
budget->ttbp = 0;
|
||||||
SAA7146_IER_ENABLE(budget->dev, MASK_10); /* VPE */
|
SAA7146_IER_ENABLE(budget->dev, MASK_10); /* VPE */
|
||||||
saa7146_write(budget->dev, MC1, (MASK_04 | MASK_20)); /* DMA3 on */
|
saa7146_write(budget->dev, MC1, (MASK_04 | MASK_20)); /* DMA3 on */
|
||||||
|
@@ -188,7 +188,6 @@ struct av7110 {
|
|||||||
struct dvb_net dvb_net1;
|
struct dvb_net dvb_net1;
|
||||||
spinlock_t feedlock1;
|
spinlock_t feedlock1;
|
||||||
int feeding1;
|
int feeding1;
|
||||||
u8 tsf;
|
|
||||||
u32 ttbp;
|
u32 ttbp;
|
||||||
unsigned char *grabbing;
|
unsigned char *grabbing;
|
||||||
struct saa7146_pgtable pt;
|
struct saa7146_pgtable pt;
|
||||||
|
@@ -305,7 +305,6 @@ enum av7110_command_type {
|
|||||||
#define IRQ_STATE (DPRAM_BASE + 0x0F4)
|
#define IRQ_STATE (DPRAM_BASE + 0x0F4)
|
||||||
#define IRQ_STATE_EXT (DPRAM_BASE + 0x0F6)
|
#define IRQ_STATE_EXT (DPRAM_BASE + 0x0F6)
|
||||||
#define MSGSTATE (DPRAM_BASE + 0x0F8)
|
#define MSGSTATE (DPRAM_BASE + 0x0F8)
|
||||||
#define FILT_STATE (DPRAM_BASE + 0x0FA)
|
|
||||||
#define COMMAND (DPRAM_BASE + 0x0FC)
|
#define COMMAND (DPRAM_BASE + 0x0FC)
|
||||||
#define COM_BUFF (DPRAM_BASE + 0x100)
|
#define COM_BUFF (DPRAM_BASE + 0x100)
|
||||||
#define COM_BUFF_SIZE 0x20
|
#define COM_BUFF_SIZE 0x20
|
||||||
@@ -332,8 +331,6 @@ enum av7110_command_type {
|
|||||||
|
|
||||||
/* firmware status area */
|
/* firmware status area */
|
||||||
#define STATUS_BASE (DPRAM_BASE + 0x1FC0)
|
#define STATUS_BASE (DPRAM_BASE + 0x1FC0)
|
||||||
#define STATUS_SCR (STATUS_BASE + 0x00)
|
|
||||||
#define STATUS_MODES (STATUS_BASE + 0x04)
|
|
||||||
#define STATUS_LOOPS (STATUS_BASE + 0x08)
|
#define STATUS_LOOPS (STATUS_BASE + 0x08)
|
||||||
|
|
||||||
#define STATUS_MPEG_WIDTH (STATUS_BASE + 0x0C)
|
#define STATUS_MPEG_WIDTH (STATUS_BASE + 0x0C)
|
||||||
|
Reference in New Issue
Block a user