|
Linux Kernel
3.7.1
|
Data Fields | |
| struct bch_control * | bch |
| struct nand_ecclayout | ecclayout |
| unsigned int * | errloc |
| unsigned char * | eccmask |
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.
| struct bch_control* bch |
Definition at line 40 of file nand_bch.c.
| struct nand_ecclayout ecclayout |
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.
1.8.2