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.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
22 #ifndef _LGDT330X_PRIV_
23 #define _LGDT330X_PRIV_
25 /* i2c control register addresses */
30 VSB_CARRIER_FREQ0
= 0x16,
31 VSB_CARRIER_FREQ1
= 0x17,
32 VSB_CARRIER_FREQ2
= 0x18,
33 VSB_CARRIER_FREQ3
= 0x19,
34 CARRIER_MSEQAM1
= 0x1a,
35 CARRIER_MSEQAM2
= 0x1b,
37 TIMING_RECOVERY
= 0x1d,
41 AGC_RF_BANDWIDTH0
= 0x2d,
42 AGC_RF_BANDWIDTH1
= 0x2e,
43 AGC_RF_BANDWIDTH2
= 0x2f,
44 AGC_LOOP_BANDWIDTH0
= 0x30,
45 AGC_LOOP_BANDWIDTH1
= 0x31,
53 SYNC_STATUS_VSB
= 0x43,
60 LGDT3302_PACKET_ERR_COUNTER1
= 0x6a,
61 LGDT3302_PACKET_ERR_COUNTER2
= 0x6b,
62 LGDT3303_PACKET_ERR_COUNTER1
= 0x8b,
63 LGDT3303_PACKET_ERR_COUNTER2
= 0x8c,
66 #endif /* _LGDT330X_PRIV_ */