#include <linux/comedidev.h>
#include <linux/ioport.h>
#include "am9513.h"
Go to the source code of this file.
Define Documentation
| #define Am9513_input_data |
( |
| ) |
inb(dev->iobase+RTI800_9513A_DATA) |
| #define Am9513_input_status |
( |
| ) |
inb(dev->iobase+RTI800_9513A_STATUS) |
| #define Am9513_output_control |
( |
|
a | ) |
outb(a,dev->iobase+RTI800_9513A_CNTRL) |
| #define Am9513_output_data |
( |
|
a | ) |
outb(a,dev->iobase+RTI800_9513A_DATA) |
| #define RTI800_9513A_CNTRL 13 |
| #define RTI800_9513A_DATA 12 |
| #define RTI800_9513A_STATUS 13 |
| #define RTI800_CLRFLAGS 9 |
| #define RTI800_DMA_ENAB 0x08 |
| #define RTI800_INTR_EC 0x02 |
| #define RTI800_INTR_OVRN 0x01 |
| #define RTI800_INTR_TC 0x04 |
| #define RTI800_OVERRUN 0x20 |
| #define RTI800_TIMEOUT 100 |
| #define this_board ((const boardtype *)dev->board_ptr) |
Function Documentation
| COMEDI_INITCLEANUP |
( |
driver_rti800 |
| ) |
|