struct nand_flash_dev — NAND Flash Device ID Structure
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; };
a human-readable name of the NAND chip
anonymous
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)
total chip size in MiB
eraseblock size in bytes (determined from the extended ID if 0)
stores various chip bit options
The valid length of the id
.
OOB size