Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Functions
amplc_pc236.c File Reference
#include <linux/interrupt.h>
#include "../comedidev.h"
#include "comedi_fc.h"
#include "8255.h"
#include "plx9052.h"

Go to the source code of this file.

Data Structures

struct  pc236_board
 
struct  pc236_private
 

Macros

#define PC236_DRIVER_NAME   "amplc_pc236"
 
#define DO_ISA   IS_ENABLED(CONFIG_COMEDI_AMPLC_PC236_ISA)
 
#define DO_PCI   IS_ENABLED(CONFIG_COMEDI_AMPLC_PC236_PCI)
 
#define PCI_VENDOR_ID_AMPLICON   0x14dc
 
#define PCI_DEVICE_ID_AMPLICON_PCI236   0x0009
 
#define PCI_DEVICE_ID_INVALID   0xffff
 
#define PC236_IO_SIZE   4
 
#define PC236_LCR_IO_SIZE   128
 
#define PCI236_INTR_DISABLE
 
#define PCI236_INTR_ENABLE
 

Enumerations

enum  pc236_bustype { isa_bustype, pci_bustype }
 
enum  pc236_model { pc36at_model, pci236_model, anypci_model }
 

Functions

 module_comedi_driver (amplc_pc236_driver)
 
 MODULE_AUTHOR ("Comedi http://www.comedi.org")
 
 MODULE_DESCRIPTION ("Comedi low-level driver")
 
 MODULE_LICENSE ("GPL")
 

Macro Definition Documentation

#define DO_ISA   IS_ENABLED(CONFIG_COMEDI_AMPLC_PC236_ISA)

Definition at line 65 of file amplc_pc236.c.

#define DO_PCI   IS_ENABLED(CONFIG_COMEDI_AMPLC_PC236_PCI)

Definition at line 66 of file amplc_pc236.c.

#define PC236_DRIVER_NAME   "amplc_pc236"

Definition at line 63 of file amplc_pc236.c.

#define PC236_IO_SIZE   4

Definition at line 75 of file amplc_pc236.c.

#define PC236_LCR_IO_SIZE   128

Definition at line 76 of file amplc_pc236.c.

#define PCI236_INTR_DISABLE
#define PCI236_INTR_ENABLE
#define PCI_DEVICE_ID_AMPLICON_PCI236   0x0009

Definition at line 70 of file amplc_pc236.c.

#define PCI_DEVICE_ID_INVALID   0xffff

Definition at line 71 of file amplc_pc236.c.

#define PCI_VENDOR_ID_AMPLICON   0x14dc

Definition at line 69 of file amplc_pc236.c.

Enumeration Type Documentation

Enumerator:
isa_bustype 
pci_bustype 

Definition at line 100 of file amplc_pc236.c.

Enumerator:
pc36at_model 
pci236_model 
anypci_model 

Definition at line 101 of file amplc_pc236.c.

Function Documentation

MODULE_AUTHOR ( "Comedi http://www.comedi.org"  )
module_comedi_driver ( amplc_pc236_driver  )
MODULE_DESCRIPTION ( "Comedi low-level driver )
MODULE_LICENSE ( "GPL"  )