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

Go to the source code of this file.

Data Structures

struct  dnp_board
 

Macros

#define CSCIR   0x22 /* Chip Setup and Control Index Register */
 
#define CSCDR   0x23 /* Chip Setup and Control Data Register */
 
#define PAMR   0xa5 /* Port A Mode Register */
 
#define PADR   0xa9 /* Port A Data Register */
 
#define PBMR   0xa4 /* Port B Mode Register */
 
#define PBDR   0xa8 /* Port B Data Register */
 
#define PCMR   0xa3 /* Port C Mode Register */
 
#define PCDR   0xa7 /* Port C Data Register */
 

Functions

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

Macro Definition Documentation

#define CSCDR   0x23 /* Chip Setup and Control Data Register */

Definition at line 45 of file ssv_dnp.c.

#define CSCIR   0x22 /* Chip Setup and Control Index Register */

Definition at line 44 of file ssv_dnp.c.

#define PADR   0xa9 /* Port A Data Register */

Definition at line 47 of file ssv_dnp.c.

#define PAMR   0xa5 /* Port A Mode Register */

Definition at line 46 of file ssv_dnp.c.

#define PBDR   0xa8 /* Port B Data Register */

Definition at line 49 of file ssv_dnp.c.

#define PBMR   0xa4 /* Port B Mode Register */

Definition at line 48 of file ssv_dnp.c.

#define PCDR   0xa7 /* Port C Data Register */

Definition at line 51 of file ssv_dnp.c.

#define PCMR   0xa3 /* Port C Mode Register */

Definition at line 50 of file ssv_dnp.c.

Function Documentation

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