Query: struct_nand_flash_dev
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
STRUCTNAND_FLASH_DE(9) Structures STRUCT NAND_FLASH_DE(9)NAMEstruct_nand_flash_dev - NAND Flash Device ID StructureSYNOPSISstruct nand_flash_dev { char * name; int id; unsigned long pagesize; unsigned long chipsize; unsigned long erasesize; unsigned long options; };MEMBERSname Identify the device type id device ID code pagesize Pagesize in bytes. Either 256 or 512 or 0 If the pagesize is 0, then the real pagesize and the eraseize are determined from the extended id bytes in the chip chipsize Total chipsize in Mega Bytes erasesize Size of an erase block in the flash device. options Bitfield to store chip relevant optionsAUTHORThomas Gleixner <tglx@linutronix.de> Author.COPYRIGHTKernel Hackers Manual 2.6. July 2010 STRUCT NAND_FLASH_DE(9)