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

Go to the source code of this file.

Macros

#define ESTATE_ERROR_FMT   0x0000000000040000 /* Force MTAG ECC */
 
#define ESTATE_ERROR_FMESS   0x000000000003c000 /* Forced MTAG ECC val */
 
#define ESTATE_ERROR_FMD   0x0000000000002000 /* Force DATA ECC */
 
#define ESTATE_ERROR_FDECC   0x0000000000001ff0 /* Forced DATA ECC val */
 
#define ESTATE_ERROR_UCEEN   0x0000000000000008 /* See below */
 
#define ESTATE_ERROR_NCEEN   0x0000000000000002 /* See below */
 
#define ESTATE_ERROR_CEEN   0x0000000000000001 /* See below */
 

Macro Definition Documentation

#define ESTATE_ERROR_CEEN   0x0000000000000001 /* See below */

Definition at line 11 of file estate.h.

#define ESTATE_ERROR_FDECC   0x0000000000001ff0 /* Forced DATA ECC val */

Definition at line 8 of file estate.h.

#define ESTATE_ERROR_FMD   0x0000000000002000 /* Force DATA ECC */

Definition at line 7 of file estate.h.

#define ESTATE_ERROR_FMESS   0x000000000003c000 /* Forced MTAG ECC val */

Definition at line 6 of file estate.h.

#define ESTATE_ERROR_FMT   0x0000000000040000 /* Force MTAG ECC */

Definition at line 5 of file estate.h.

#define ESTATE_ERROR_NCEEN   0x0000000000000002 /* See below */

Definition at line 10 of file estate.h.

#define ESTATE_ERROR_UCEEN   0x0000000000000008 /* See below */

Definition at line 9 of file estate.h.