#include "../comedidev.h"
#include <linux/ioport.h>
#include <linux/mc146818rtc.h>
#include <linux/gfp.h>
#include <linux/delay.h>
#include <linux/io.h>
#include <asm/dma.h>
#include "comedi_fc.h"
#include "8253.h"
Go to the source code of this file.
#define INT_TYPE_AI1_DMA 2 |
#define INT_TYPE_AI1_FIFO 3 |
#define INT_TYPE_AI1_INT 1 |
#define INT_TYPE_AI3_DMA 5 |
#define INT_TYPE_AI3_FIFO 6 |
#define INT_TYPE_AI3_INT 4 |
#define MAGIC_DMA_WORD 0x5a5a |
#define PCL818_CNTENABLE 10 |
#define PCL818_FI_DATAHI 23 |
#define PCL818_FI_DATALO 23 |
#define PCL818_FI_ENABLE 6 |
#define PCL818_FI_FLUSH 25 |
#define PCL818_FI_INTCLR 20 |
#define PCL818_FI_STATUS 25 |
#define PCLx1xFIFO_RANGE 32 |
MODULE_AUTHOR |
( |
"Comedi http://www.comedi.org" |
| ) |
|
module_comedi_driver |
( |
pcl818_driver |
| ) |
|