diff options
author | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-04-16 18:20:36 -0400 |
commit | 1da177e4c3f41524e886b7f1b8a0c1fc7321cac2 (patch) | |
tree | 0bba044c4ce775e45a88a51686b5d9f90697ea9d /drivers/isdn/hisax/ipac.h |
Linux-2.6.12-rc2v2.6.12-rc2
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.
Let it rip!
Diffstat (limited to 'drivers/isdn/hisax/ipac.h')
-rw-r--r-- | drivers/isdn/hisax/ipac.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/drivers/isdn/hisax/ipac.h b/drivers/isdn/hisax/ipac.h new file mode 100644 index 000000000000..f92a04a92826 --- /dev/null +++ b/drivers/isdn/hisax/ipac.h | |||
@@ -0,0 +1,29 @@ | |||
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> | ||
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 | ||