#include "../comedidev.h"
#include <linux/ioport.h>
#include <linux/slab.h>
Go to the source code of this file.
#define DRIVER_NAME "unioxx5" |
#define MODULE_OUTPUT_MASK 0x80 /* analog input/output */ |
#define Rx2CA 0x40 /* 2 receive character available */ |
#define Rx2CA_ERR_MASK 0x04 /* 2 bytes receiving error */ |
#define Rx4CA 0x80 /* 4 receive character available */ |
#define Rx4CA_ERR_MASK 0x08 /* 4 bytes receiving error */ |
#define RxCA 0x20 /* 1 receive character available */ |
#define TxBE 0x10 /* transmit buffer enable */ |
#define UNIOXX5_NUM_OF_CHANS 24 |
#define UNIOXX5_SIZE 0x10 |
#define UNIOXX5_SUBDEV_BASE 0xA000 /* base addr of first subdev */ |
#define UNIOXX5_SUBDEV_ODDS 0x400 |
MODULE_AUTHOR |
( |
"Comedi http://www.comedi.org" |
| ) |
|
module_comedi_driver |
( |
unioxx5_driver |
| ) |
|