Go to the source code of this file.
#define AI_FIFO_DEPTH 2003 |
#define AO_FIFO_DEPTH 2048 |
#define CMD_READCTCTRL 17 |
#define CMD_WRITECTCTRL 16 |
#define CMD_WRITESINGLE 6 |
#define DPR_AD_Buf_Front (4*0xff9) |
#define DPR_AD_Buf_Rear (4*0xffa) |
#define DPR_ADC_buffer (4*0x800) |
#define DPR_Command (4*0xfd3) |
#define DPR_Command_Mbx (4*0xfff) |
#define DPR_DA_Buf_Front (4*0xff7) |
#define DPR_DA_Buf_Rear (4*0xff8) |
#define DPR_DAC_buffer (4*0x000) |
#define DPR_Encode (4*0xfd4) |
#define DPR_Int_Mask (4*0xffb) |
#define DPR_Intr_Flag (4*0xffc) |
#define DPR_Params |
( |
|
a | ) |
(4*(0xfd5+(a))) |
#define DPR_Response_Mbx (4*0xffe) |
#define DPR_SubSys (4*0xfd3) |
#define DPR_Tick_Reg_Hi (4*0xff6) |
#define DPR_Tick_Reg_Lo (4*0xff5) |
#define DT3000_AD_EXTRETRIG (4<<2) |
#define DT3000_AD_RETRIG_EXTERNAL (3<<2) |
#define DT3000_AD_RETRIG_INTERNAL (2<<2) |
#define DT3000_AD_TRIG_EXTERNAL (1<<2) |
#define DT3000_AD_TRIG_INTERNAL (0<<2) |
#define DT3000_ADFULL 0x01 |
#define DT3000_ADHWERR 0x04 |
#define DT3000_ADSWERR 0x02 |
#define DT3000_CHANNEL_MODE_DI 1 |
#define DT3000_CHANNEL_MODE_SE 0 |
#define DT3000_CMDONE 0x80 |
#define DT3000_COMMAND_MASK 0x00ff |
#define DT3000_COMPLETION_MASK 0xff00 |
#define DT3000_CTDONE 0x40 |
#define DT3000_DAEMPTY 0x08 |
#define DT3000_DAHWERR 0x20 |
#define DT3000_DASWERR 0x10 |
#define DT3000_ERROR 0xaa00 |
#define DT3000_EXTERNAL_CLOCK 1 |
#define DT3000_NOERROR 0x5500 |
#define DT3000_NOTPROCESSED 0x0000 |
#define DT3000_NOTSUPPORTED 0xff00 |
#define DT3000_RISING_EDGE 2 |
#define DT3000_SIZE (4*0x1000) |
#define PCI_VENDOR_ID_DT 0x1116 |
MODULE_AUTHOR |
( |
"Comedi http://www.comedi.org" |
| ) |
|
module_comedi_pci_driver |
( |
dt3000_driver |
, |
|
|
dt3000_pci_driver |
|
|
) |
| |
MODULE_DEVICE_TABLE |
( |
pci |
, |
|
|
dt3000_pci_table |
|
|
) |
| |