summaryrefslogtreecommitdiffstats
path: root/drivers/media/dvb/frontends/zl10353_priv.h
diff options
context:
space:
mode:
authorChris Pascoe <c.pascoe@itee.uq.edu.au>2007-02-10 10:19:16 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-21 13:35:25 -0200
commit6345f0f6428cc7a3f73b83624c6f97629a9fddd1 (patch)
treed85a30392e5f56b8dad80e572c8925c41a0c5111 /drivers/media/dvb/frontends/zl10353_priv.h
parentf7f57770dc610eddd678aec483263e7980327ee9 (diff)
downloadop-kernel-dev-6345f0f6428cc7a3f73b83624c6f97629a9fddd1.zip
op-kernel-dev-6345f0f6428cc7a3f73b83624c6f97629a9fddd1.tar.gz
V4L/DVB (5218): Zl10353: register definitions update
Update the descriptions of "discovered" registers on the zl10353, using the equivalaent mt352 register names. Signed-off-by: Chris Pascoe <c.pascoe@itee.uq.edu.au> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/dvb/frontends/zl10353_priv.h')
-rw-r--r--drivers/media/dvb/frontends/zl10353_priv.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/media/dvb/frontends/zl10353_priv.h b/drivers/media/dvb/frontends/zl10353_priv.h
index d218692..4962434 100644
--- a/drivers/media/dvb/frontends/zl10353_priv.h
+++ b/drivers/media/dvb/frontends/zl10353_priv.h
@@ -38,7 +38,14 @@ enum zl10353_reg_addr {
STATUS_7 = 0x07,
STATUS_8 = 0x08,
STATUS_9 = 0x09,
+ AGC_GAIN_1 = 0x0A,
+ AGC_GAIN_0 = 0x0B,
SNR = 0x10,
+ RS_ERR_CNT_2 = 0x11,
+ RS_ERR_CNT_1 = 0x12,
+ RS_ERR_CNT_0 = 0x13,
+ RS_UBC_1 = 0x14,
+ RS_UBC_0 = 0x15,
TRL_NOMINAL_RATE_1 = 0x65,
TRL_NOMINAL_RATE_0 = 0x66,
CHIP_ID = 0x7F,
OpenPOWER on IntegriCloud