Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
lgdt330x_priv.h
Go to the documentation of this file.
1 /*
2  * Support for LGDT3302 and LGDT3303 - VSB/QAM
3  *
4  * Copyright (C) 2005 Wilson Michaels <[email protected]>
5  *
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.
10  *
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.
15  *
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.
19  *
20  */
21 
22 #ifndef _LGDT330X_PRIV_
23 #define _LGDT330X_PRIV_
24 
25 /* i2c control register addresses */
26 enum I2C_REG {
27  TOP_CONTROL= 0x00,
28  IRQ_MASK= 0x01,
29  IRQ_STATUS= 0x02,
36  CARRIER_LOCK= 0x1c,
38  AGC_DELAY0= 0x2a,
39  AGC_DELAY1= 0x2b,
40  AGC_DELAY2= 0x2c,
52  AGC_STATUS= 0x3f,
69 };
70 
71 #endif /* _LGDT330X_PRIV_ */
72 
73 /*
74  * Local variables:
75  * c-basic-offset: 8
76  * End:
77  */