Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes
[pandora-kernel.git] / drivers / staging / cxt1e1 / comet_tables.h
1 #ifndef _INC_COMET_TBLS_H_
2 #define _INC_COMET_TBLS_H_
3
4 /*-----------------------------------------------------------------------------
5  * comet_tables.h - Waveform Tables for the PM4351 'COMET'
6  *
7  * Copyright (C) 2005  SBE, Inc.
8  *
9  *   This program is free software; you can redistribute it and/or modify
10  *   it under the terms of the GNU General Public License as published by
11  *   the Free Software Foundation; either version 2 of the License, or
12  *   (at your option) any later version.
13  *
14  *   This program is distributed in the hope that it will be useful,
15  *   but WITHOUT ANY WARRANTY; without even the implied warranty of
16  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17  *   GNU General Public License for more details.
18  *
19  * For further information, contact via email: support@sbei.com
20  * SBE, Inc.  San Ramon, California  U.S.A.
21  *-----------------------------------------------------------------------------
22  */
23
24
25 /*****************************************************************************
26 *
27 *  Array names:
28 *
29 *       TWVLongHaul0DB
30 *       TWVLongHaul7_5DB
31 *       TWVLongHaul15DB
32 *       TWVLongHaul22_5DB
33 *       TWVShortHaul0
34 *       TWVShortHaul1
35 *       TWVShortHaul2
36 *       TWVShortHaul3
37 *       TWVShortHaul4
38 *       TWVShortHaul5
39 *       TWV_E1_120Ohm
40 *       TWV_E1_75Ohm    <not supported>
41 *       T1_Equalizer
42 *       E1_Equalizer
43 *
44 *****************************************************************************/
45
46 extern u_int8_t TWVLongHaul0DB[25][5];      /* T1 Long Haul 0 DB */
47 extern u_int8_t TWVLongHaul7_5DB[25][5];    /* T1 Long Haul 7.5 DB */
48 extern u_int8_t TWVLongHaul15DB[25][5];     /* T1 Long Haul 15 DB */
49 extern u_int8_t TWVLongHaul22_5DB[25][5];   /* T1 Long Haul 22.5 DB */
50 extern u_int8_t TWVShortHaul0[25][5];       /* T1 Short Haul 0-110 ft */
51 extern u_int8_t TWVShortHaul1[25][5];       /* T1 Short Haul 110-220 ft */
52 extern u_int8_t TWVShortHaul2[25][5];       /* T1 Short Haul 220-330 ft */
53 extern u_int8_t TWVShortHaul3[25][5];       /* T1 Short Haul 330-440 ft */
54 extern u_int8_t TWVShortHaul4[25][5];       /* T1 Short Haul 440-550 ft */
55 extern u_int8_t TWVShortHaul5[25][5];       /* T1 Short Haul 550-660 ft */
56 extern u_int8_t TWV_E1_75Ohm[25][5];        /* E1 75 Ohm */
57 extern u_int8_t TWV_E1_120Ohm[25][5];       /* E1 120 Ohm */
58 extern u_int32_t T1_Equalizer[256];    /* T1 Receiver Equalizer */
59 extern u_int32_t E1_Equalizer[256];    /* E1 Receiver Equalizer */
60
61 #endif                          /* _INC_COMET_TBLS_H_ */