tizen 2.4 release
[profile/mobile/platform/kernel/linux-3.10-sc7730.git] / drivers / staging / cxt1e1 / sbe_bid.h
1 #ifndef _INC_SBEBID_H_
2 #define _INC_SBEBID_H_
3
4 /*-----------------------------------------------------------------------------
5  * sbe_bid.h -
6  *
7  * Copyright (C) 2004-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 #define SBE_BID_REG        0x00000000   /* Board ID Register */
26
27 #define SBE_BID_256T3_E1         0x46   /* SBE wanPTMC-256T3 (E1 Version) */
28 #define SBE_BID_256T3_T1         0x42   /* SBE wanPTMC-256T3 (T1 Version) */
29 #define SBE_BID_2T3E3            0x43   /* SBE wanPMC-2T3E3 */
30 #define SBE_BID_C1T3             0x45   /* SBE wanPMC-C1T3 */
31 #define SBE_BID_C24TE1           0x47   /* SBE wanPTMC-C24TE1  */
32 #define SBE_BID_C24TE1_RTM_24    0x48   /* C24TE1 RTM (24 Port) */
33 #define SBE_BID_C24TE1_RTM_12    0x49   /* C24TE1 RTM (12 Port) */
34 #define SBE_BID_C24TE1_RTM_12DSU 0x4A   /* C24TE1 RTM (12 Port/DSU) */
35 #define SBE_BID_C24TE1_RTM_T3    0x4B   /* C24TE1 RTM (T3) */
36 #define SBE_BID_C4T1E1           0x41   /* SBE wanPTMC-C4T1E1 */
37 #define SBE_BID_HC4T1E1          0x44   /* SBE wanADAPT-HC4T1E1 */
38
39 /* bogus temporary usage values */
40 #define SBE_BID_PMC_C4T1E1       0xC4   /* SBE wanPMC-C4T1E1 (4 Port) */
41 #define SBE_BID_PMC_C2T1E1       0xC2   /* SBE wanPMC-C2T1E1 (2 Port) */
42 #define SBE_BID_PMC_C1T1E1       0xC1   /* SBE wanPMC-C1T1E1 (1 Port) */
43 #define SBE_BID_PCI_C4T1E1       0x04   /* SBE wanPCI-C4T1E1 (4 Port) */
44 #define SBE_BID_PCI_C2T1E1       0x02   /* SBE wanPCI-C2T1E1 (2 Port) */
45 #define SBE_BID_PCI_C1T1E1       0x01   /* SBE wanPCI-C1T1E1 (1 Port) */
46
47 #endif                          /*** _INC_SBEBID_H_ ***/