GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / drivers / staging / comedi / drivers / addi-data / hwdrv_apci2016.h
blob639944c44469d933cefa8fbb9e5001d18c9c31d5
1 /*
2 * Copyright (C) 2004,2005 ADDI-DATA GmbH for the source code of this module.
4 * ADDI-DATA GmbH
5 * Dieselstrasse 3
6 * D-77833 Ottersweier
7 * Tel: +19(0)7223/9493-0
8 * Fax: +49(0)7223/9493-92
9 * http://www.addi-data-com
10 * info@addi-data.com
12 * This program is free software; you can redistribute it and/or modify it
13 * under the terms of the GNU General Public License as published by the Free
14 * Software Foundation; either version 2 of the License, or (at your option)
15 * any later version.
17 /********* Definitions for APCI-2016 card *****/
19 #define APCI2016_BOARD_VENDOR_ID 0x15B8
20 #define APCI2016_ADDRESS_RANGE 8
22 /* DIGITAL INPUT-OUTPUT DEFINE */
24 #define APCI2016_DIGITAL_OP 0x04
25 #define APCI2016_DIGITAL_OP_RW 4
27 /* ADDIDATA Enable Disable */
29 #define ADDIDATA_ENABLE 1
30 #define ADDIDATA_DISABLE 0
32 /* TIMER COUNTER WATCHDOG DEFINES */
34 #define ADDIDATA_WATCHDOG 2
35 #define APCI2016_DIGITAL_OP_WATCHDOG 0
36 #define APCI2016_WATCHDOG_ENABLEDISABLE 12
37 #define APCI2016_WATCHDOG_RELOAD_VALUE 4
38 #define APCI2016_WATCHDOG_STATUS 16
40 /* Hardware Layer functions for Apci2016 */
42 /* DO */
43 int i_APCI2016_ConfigDigitalOutput(struct comedi_device *dev, struct comedi_subdevice *s,
44 struct comedi_insn *insn, unsigned int *data);
46 int i_APCI2016_WriteDigitalOutput(struct comedi_device *dev, struct comedi_subdevice *s,
47 struct comedi_insn *insn, unsigned int *data);
49 int i_APCI2016_BitsDigitalOutput(struct comedi_device *dev, struct comedi_subdevice *s,
50 struct comedi_insn *insn, unsigned int *data);
53 * TIMER
54 * timer value is passed as u seconds
57 int i_APCI2016_ConfigWatchdog(struct comedi_device *dev, struct comedi_subdevice *s,
58 struct comedi_insn *insn, unsigned int *data);
60 int i_APCI2016_StartStopWriteWatchdog(struct comedi_device *dev, struct comedi_subdevice *s,
61 struct comedi_insn *insn, unsigned int *data);
63 int i_APCI2016_ReadWatchdog(struct comedi_device *dev, struct comedi_subdevice *s,
64 struct comedi_insn *insn, unsigned int *data);
66 /* Interrupt functions..... */
68 /* void v_APCI2016_Interrupt(int irq, void *d); */
70 /* void v_APCI2016_Interrupt(int irq, void *d); */
71 /* RESET */
72 int i_APCI2016_Reset(struct comedi_device *dev);