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

Go to the source code of this file.

Macros

#define ECC_ENABLE   0x00000000 /* ECC enable register */
 
#define ECC_FSTATUS   0x00000008 /* ECC fault status register */
 
#define ECC_FADDR   0x00000010 /* ECC fault address register */
 
#define ECC_DIGNOSTIC   0x00000018 /* ECC diagnostics register */
 
#define ECC_MBAENAB   0x00000020 /* MBus arbiter enable register */
 
#define ECC_DMESG   0x00001000 /* Diagnostic message passing area */
 
#define ECC_MBAE_SBUS   0x00000010
 
#define ECC_MBAE_MOD3   0x00000008
 
#define ECC_MBAE_MOD2   0x00000004
 
#define ECC_MBAE_MOD1   0x00000002
 
#define ECC_FCR_CHECK   0x00000002
 
#define ECC_FCR_INTENAB   0x00000001
 
#define ECC_FADDR0_MIDMASK   0xf0000000
 
#define ECC_FADDR0_S   0x08000000
 
#define ECC_FADDR0_VADDR   0x003fc000
 
#define ECC_FADDR0_BMODE   0x00002000
 
#define ECC_FADDR0_ATOMIC   0x00001000
 
#define ECC_FADDR0_CACHE   0x00000800
 
#define ECC_FADDR0_SIZE   0x00000700
 
#define ECC_FADDR0_TYPE   0x000000f0
 
#define ECC_FADDR0_PADDR   0x0000000f
 
#define ECC_FSR_C2ERR   0x00020000
 
#define ECC_FSR_MULT   0x00010000
 
#define ECC_FSR_SYND   0x0000ff00
 
#define ECC_FSR_DWORD   0x000000f0
 
#define ECC_FSR_UNC   0x00000008
 
#define ECC_FSR_TIMEO   0x00000004
 
#define ECC_FSR_BADSLOT   0x00000002
 
#define ECC_FSR_C   0x00000001
 

Macro Definition Documentation

#define ECC_DIGNOSTIC   0x00000018 /* ECC diagnostics register */

Definition at line 15 of file ecc.h.

#define ECC_DMESG   0x00001000 /* Diagnostic message passing area */

Definition at line 17 of file ecc.h.

#define ECC_ENABLE   0x00000000 /* ECC enable register */

Definition at line 12 of file ecc.h.

#define ECC_FADDR   0x00000010 /* ECC fault address register */

Definition at line 14 of file ecc.h.

#define ECC_FADDR0_ATOMIC   0x00001000

Definition at line 79 of file ecc.h.

#define ECC_FADDR0_BMODE   0x00002000

Definition at line 78 of file ecc.h.

#define ECC_FADDR0_CACHE   0x00000800

Definition at line 80 of file ecc.h.

#define ECC_FADDR0_MIDMASK   0xf0000000

Definition at line 75 of file ecc.h.

#define ECC_FADDR0_PADDR   0x0000000f

Definition at line 83 of file ecc.h.

#define ECC_FADDR0_S   0x08000000

Definition at line 76 of file ecc.h.

#define ECC_FADDR0_SIZE   0x00000700

Definition at line 81 of file ecc.h.

#define ECC_FADDR0_TYPE   0x000000f0

Definition at line 82 of file ecc.h.

#define ECC_FADDR0_VADDR   0x003fc000

Definition at line 77 of file ecc.h.

#define ECC_FCR_CHECK   0x00000002

Definition at line 47 of file ecc.h.

#define ECC_FCR_INTENAB   0x00000001

Definition at line 48 of file ecc.h.

#define ECC_FSR_BADSLOT   0x00000002

Definition at line 119 of file ecc.h.

#define ECC_FSR_C   0x00000001

Definition at line 120 of file ecc.h.

#define ECC_FSR_C2ERR   0x00020000

Definition at line 113 of file ecc.h.

#define ECC_FSR_DWORD   0x000000f0

Definition at line 116 of file ecc.h.

#define ECC_FSR_MULT   0x00010000

Definition at line 114 of file ecc.h.

#define ECC_FSR_SYND   0x0000ff00

Definition at line 115 of file ecc.h.

#define ECC_FSR_TIMEO   0x00000004

Definition at line 118 of file ecc.h.

#define ECC_FSR_UNC   0x00000008

Definition at line 117 of file ecc.h.

#define ECC_FSTATUS   0x00000008 /* ECC fault status register */

Definition at line 13 of file ecc.h.

#define ECC_MBAE_MOD1   0x00000002

Definition at line 35 of file ecc.h.

#define ECC_MBAE_MOD2   0x00000004

Definition at line 34 of file ecc.h.

#define ECC_MBAE_MOD3   0x00000008

Definition at line 33 of file ecc.h.

#define ECC_MBAE_SBUS   0x00000010

Definition at line 32 of file ecc.h.

#define ECC_MBAENAB   0x00000020 /* MBus arbiter enable register */

Definition at line 16 of file ecc.h.