1. NAME▲
struct_nand_flash_dev - NAND Flash Device ID Structure
2. SYNOPSIS ▲
struct
nand_flash_dev {
char
*
name;
union
{
unnamed_union}
;
unsigned
int
pagesize;
unsigned
int
chipsize;
unsigned
int
erasesize;
unsigned
int
options;
uint16_t id_len;
uint16_t oobsize;
}
;
3. MEMBERS ▲
name
a human-readable name of the NAND chip
{unnamed_union}
anonymous
pagesize
size of the NAND page in bytes; if 0, then the real page size (as well as the eraseblock size) is determined from the extended NAND chip ID array)
chipsize
total chip size in MiB
erasesize
eraseblock size in bytes (determined from the extended ID if 0)
options
stores various chip bit options
id_len
The valid length of the id.
oobsize
OOB size
4. AUTHOR ▲
Thomas Gleixner <>
Author.
5. COPYRIGHT ▲