patch-2.1.27 linux/drivers/isdn/hisax/elsa.h
Next file: linux/drivers/isdn/hisax/fsm.c
Previous file: linux/drivers/isdn/hisax/elsa.c
Back to the patch index
Back to the overall index
- Lines: 64
- Date:
Tue Feb 25 17:12:49 1997
- Orig file:
v2.1.26/linux/drivers/isdn/hisax/elsa.h
- Orig date:
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.1.26/linux/drivers/isdn/hisax/elsa.h linux/drivers/isdn/hisax/elsa.h
@@ -0,0 +1,63 @@
+/* $Id: elsa.h,v 1.4 1997/01/21 22:21:05 keil Exp $
+ *
+ * elsa.h Header for Elsa ISDN cards
+ *
+ * Author Karsten Keil ([email protected])
+ *
+ * Thanks to Elsa GmbH for documents and informations
+ *
+ *
+ * $Log: elsa.h,v $
+ * Revision 1.4 1997/01/21 22:21:05 keil
+ * Elsa Quickstep support
+ *
+ * Revision 1.3 1996/12/08 19:47:38 keil
+ * ARCOFI support
+ *
+ * Revision 1.2 1996/11/18 15:33:35 keil
+ * PCC and PCFPro support
+ *
+ * Revision 1.1 1996/10/13 20:03:45 keil
+ * Initial revision
+ *
+ *
+*/
+
+#define CARD_ISAC 0
+#define CARD_HSCX 2
+#define CARD_ALE 3
+#define CARD_CONTROL 4
+#define CARD_CONFIG 5
+#define CARD_START_TIMER 6
+#define CARD_TRIG_IRQ 7
+
+#define ELSA_PCC 1
+#define ELSA_PCFPRO 2
+#define ELSA_PCC16 3
+#define ELSA_PCF 4
+#define ELSA_QS1000 5
+
+/*** ***
+ *** Makros als Befehle fuer die Kartenregister ***
+ *** (mehrere Befehle werden durch Bit-Oderung kombiniert) ***
+ *** ***/
+
+/* Config-Register (Read) */
+#define TIMER_RUN 0x02 /* Bit 1 des Config-Reg */
+#define TIMER_RUN_PCC 0x01 /* Bit 0 des Config-Reg bei PCC */
+#define IRQ_INDEX 0x38 /* Bit 3,4,5 des Config-Reg */
+
+/* Control-Register (Write) */
+#define LINE_LED 0x02 /* Bit 1 Gelbe LED */
+#define STAT_LED 0x08 /* Bit 3 Gruene LED */
+#define ISDN_RESET 0x20 /* Bit 5 Reset-Leitung */
+#define ENABLE_TIM_INT 0x80 /* Bit 7 Freigabe Timer Interrupt */
+
+/* ALE-Register (Read) */
+#define HW_RELEASE 0x07 /* Bit 0-2 Hardwarerkennung */
+#define S0_POWER_BAD 0x08 /* Bit 3 S0-Bus Spannung fehlt */
+
+extern void elsa_report(struct IsdnCardState *sp);
+extern void release_io_elsa(struct IsdnCard *card);
+extern int setup_elsa(struct IsdnCard *card);
+extern int initelsa(struct IsdnCardState *sp);
FUNET's LINUX-ADM group, [email protected]
TCL-scripts by Sam Shen, [email protected]