Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
nand_bch_control Struct Reference

Data Fields

struct bch_controlbch
 
struct nand_ecclayout ecclayout
 
unsigned interrloc
 
unsigned chareccmask
 

Detailed Description

struct nand_bch_control - private NAND BCH control structure : BCH control structure : private ecc layout for this BCH configuration : error location array : XOR ecc mask, allows erased pages to be decoded as valid

Definition at line 39 of file nand_bch.c.

Field Documentation

Definition at line 40 of file nand_bch.c.

Definition at line 41 of file nand_bch.c.

unsigned char* eccmask

Definition at line 43 of file nand_bch.c.

unsigned int* errloc

Definition at line 42 of file nand_bch.c.


The documentation for this struct was generated from the following file: