Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
cb_pcimdda.c File Reference
#include "../comedidev.h"
#include "8255.h"

Go to the source code of this file.

Data Structures

struct  cb_pcimdda_private
 

Macros

#define PCI_VENDOR_ID_COMPUTERBOARDS   0x1307
 
#define PCI_ID_PCIM_DDA06_16   0x0053
 
#define PCIMDDA_DA_CHAN(x)   (0x00 + (x) * 2)
 
#define PCIMDDA_8255_BASE_REG   0x0c
 
#define MAX_AO_READBACK_CHANNELS   6
 

Functions

 MODULE_DEVICE_TABLE (pci, cb_pcimdda_pci_table)
 
 module_comedi_pci_driver (cb_pcimdda_driver, cb_pcimdda_driver_pci_driver)
 
 MODULE_AUTHOR ("Calin A. Culianu <[email protected]>")
 
 MODULE_DESCRIPTION ("Comedi low-level driver for the Computerboards PCIM-DDA ""series. Currently only supports PCIM-DDA06-16 (which ""also happens to be the only board in this series. :) ) ")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define MAX_AO_READBACK_CHANNELS   6

Definition at line 96 of file cb_pcimdda.c.

#define PCI_ID_PCIM_DDA06_16   0x0053

Definition at line 88 of file cb_pcimdda.c.

#define PCI_VENDOR_ID_COMPUTERBOARDS   0x1307

Definition at line 87 of file cb_pcimdda.c.

#define PCIMDDA_8255_BASE_REG   0x0c

Definition at line 94 of file cb_pcimdda.c.

#define PCIMDDA_DA_CHAN (   x)    (0x00 + (x) * 2)

Definition at line 93 of file cb_pcimdda.c.

Function Documentation

MODULE_AUTHOR ( "Calin A. Culianu <[email protected]>"  )
module_comedi_pci_driver ( cb_pcimdda_driver  ,
cb_pcimdda_driver_pci_driver   
)
MODULE_DESCRIPTION ( "Comedi low-level driver for the Computerboards PCIM-DDA ""series. Currently only supports PCIM-DDA06-16 (which ""also happens to be the only board in this series. :)  )
MODULE_DEVICE_TABLE ( pci  ,
cb_pcimdda_pci_table   
)
MODULE_LICENSE ( "GPL"  )