1 /* $Id: ipac.h,v 1.1.4.1 2001/11/20 14:19:36 kai Exp $
2  *
3  * IPAC specific defines
4  *
5  * Author       Karsten Keil
6  * Copyright    by Karsten Keil      <keil@isdn4linux.de>
7  *
8  * This software may be used and distributed according to the terms
9  * of the GNU General Public License, incorporated herein by reference.
10  *
11  */
12 
13 /* All Registers original Siemens Spec  */
14 
15 #define IPAC_CONF	0xC0
16 #define IPAC_MASK	0xC1
17 #define IPAC_ISTA	0xC1
18 #define IPAC_ID		0xC2
19 #define IPAC_ACFG	0xC3
20 #define IPAC_AOE	0xC4
21 #define IPAC_ARX	0xC5
22 #define IPAC_ATX	0xC5
23 #define IPAC_PITA1	0xC6
24 #define IPAC_PITA2	0xC7
25 #define IPAC_POTA1	0xC8
26 #define IPAC_POTA2	0xC9
27 #define IPAC_PCFG	0xCA
28 #define IPAC_SCFG	0xCB
29 #define IPAC_TIMR2	0xCC
30