2 * Support for LGDT3302 and LGDT3303 - VSB/QAM
4 * Copyright (C) 2005 Wilson Michaels <wilsonmichaels@earthlink.net>
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
18 #ifndef _LGDT330X_PRIV_
19 #define _LGDT330X_PRIV_
21 /* i2c control register addresses */
26 VSB_CARRIER_FREQ0
= 0x16,
27 VSB_CARRIER_FREQ1
= 0x17,
28 VSB_CARRIER_FREQ2
= 0x18,
29 VSB_CARRIER_FREQ3
= 0x19,
30 CARRIER_MSEQAM1
= 0x1a,
31 CARRIER_MSEQAM2
= 0x1b,
33 TIMING_RECOVERY
= 0x1d,
37 AGC_RF_BANDWIDTH0
= 0x2d,
38 AGC_RF_BANDWIDTH1
= 0x2e,
39 AGC_RF_BANDWIDTH2
= 0x2f,
40 AGC_LOOP_BANDWIDTH0
= 0x30,
41 AGC_LOOP_BANDWIDTH1
= 0x31,
49 SYNC_STATUS_VSB
= 0x43,
51 LGDT3302_EQPH_ERR0
= 0x47,
52 LGDT3302_EQ_ERR1
= 0x48,
53 LGDT3302_EQ_ERR2
= 0x49,
54 LGDT3302_PH_ERR1
= 0x4a,
55 LGDT3302_PH_ERR2
= 0x4b,
56 LGDT3302_PACKET_ERR_COUNTER1
= 0x6a,
57 LGDT3302_PACKET_ERR_COUNTER2
= 0x6b,
58 LGDT3303_EQPH_ERR0
= 0x6e,
59 LGDT3303_EQ_ERR1
= 0x6f,
60 LGDT3303_EQ_ERR2
= 0x70,
61 LGDT3303_PH_ERR1
= 0x71,
62 LGDT3303_PH_ERR2
= 0x72,
63 LGDT3303_PACKET_ERR_COUNTER1
= 0x8b,
64 LGDT3303_PACKET_ERR_COUNTER2
= 0x8c,
67 #endif /* _LGDT330X_PRIV_ */