Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros
altera-ci.h File Reference

Go to the source code of this file.

Data Structures

struct  altera_ci_config
 

Macros

#define ALT_DATA   0x000000ff
 
#define ALT_TDI   0x00008000
 
#define ALT_TDO   0x00004000
 
#define ALT_TCK   0x00002000
 
#define ALT_RDY   0x00001000
 
#define ALT_RD   0x00000800
 
#define ALT_WR   0x00000400
 
#define ALT_AD_RG   0x00000200
 
#define ALT_CS   0x00000100
 

Macro Definition Documentation

#define ALT_AD_RG   0x00000200

Definition at line 34 of file altera-ci.h.

#define ALT_CS   0x00000100

Definition at line 35 of file altera-ci.h.

#define ALT_DATA   0x000000ff

Definition at line 27 of file altera-ci.h.

#define ALT_RD   0x00000800

Definition at line 32 of file altera-ci.h.

#define ALT_RDY   0x00001000

Definition at line 31 of file altera-ci.h.

#define ALT_TCK   0x00002000

Definition at line 30 of file altera-ci.h.

#define ALT_TDI   0x00008000

Definition at line 28 of file altera-ci.h.

#define ALT_TDO   0x00004000

Definition at line 29 of file altera-ci.h.

#define ALT_WR   0x00000400

Definition at line 33 of file altera-ci.h.