Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | /* $Id: ipac.h,v 1.7.2.2 2004/01/12 22:52:26 keil Exp $ |
| 2 | * |
| 3 | * IPAC specific defines |
| 4 | * |
| 5 | * Author Karsten Keil |
| 6 | * Copyright by Karsten Keil <keil@isdn4linux.de> |
Joe Perches | 475be4d | 2012-02-19 19:52:38 -0800 | [diff] [blame] | 7 | * |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 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 |