STRUCT
NAND_FLASH_DE(9) Structures STRUCT NAND_FLASH_DE(9)
NAME
struct_nand_flash_dev - NAND Flash Device ID Structure
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;
};
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
AUTHOR
Thomas Gleixner <tglx@linutronix.de>
Author.
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 STRUCT NAND_FLASH_DE(9)