Staging: comedi: add addi-data drivers
[firefly-linux-kernel-4.4.55.git] / drivers / staging / comedi / drivers / addi-data / APCI1710_Tor.h
1 /**
2 @verbatim
3
4 Copyright (C) 2004,2005  ADDI-DATA GmbH for the source code of this module.
5
6         ADDI-DATA GmbH
7         Dieselstrasse 3
8         D-77833 Ottersweier
9         Tel: +19(0)7223/9493-0
10         Fax: +49(0)7223/9493-92
11         http://www.addi-data-com
12         info@addi-data.com
13
14 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
15
16 This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
20 You shoud also find the complete GPL in the COPYING file accompanying this source code.
21
22 @endverbatim
23 */
24
25 #define APCI1710_30MHZ           30
26 #define APCI1710_33MHZ           33
27 #define APCI1710_40MHZ           40
28
29 #define APCI1710_GATE_INPUT 10
30
31 #define APCI1710_TOR_SIMPLE_MODE    2
32 #define APCI1710_TOR_DOUBLE_MODE    3
33 #define APCI1710_TOR_QUADRUPLE_MODE 4
34
35 #define APCI1710_SINGLE     0
36 #define APCI1710_CONTINUOUS 1
37
38 #define APCI1710_TOR_GETPROGRESSSTATUS  0
39 #define APCI1710_TOR_GETCOUNTERVALUE    1
40 #define APCI1710_TOR_READINTERRUPT      2
41
42 /*
43 +----------------------------------------------------------------------------+
44 |                       TOR_COUNTER INISIALISATION FUNCTION                  |
45 +----------------------------------------------------------------------------+
46 */
47
48 INT i_APCI1710_InsnConfigInitTorCounter(comedi_device * dev,
49         comedi_subdevice * s, comedi_insn * insn, lsampl_t * data);
50
51 INT i_APCI1710_InsnWriteEnableDisableTorCounter(comedi_device * dev,
52         comedi_subdevice * s, comedi_insn * insn, lsampl_t * data);
53
54 INT i_APCI1710_InsnReadGetTorCounterInitialisation(comedi_device * dev,
55         comedi_subdevice * s, comedi_insn * insn, lsampl_t * data);
56 /*
57 +----------------------------------------------------------------------------+
58 |                       TOR_COUNTER READ FUNCTION                            |
59 +----------------------------------------------------------------------------+
60 */
61
62 INT i_APCI1710_InsnBitsGetTorCounterProgressStatusAndValue(comedi_device * dev,
63         comedi_subdevice * s, comedi_insn * insn, lsampl_t * data);