nand_scan_ident (9) Linux Manual Page
nand_scan_ident – [NAND Interface] Scan for the NAND device
Synopsis
int nand_scan_ident(struct mtd_info *mtd, int maxchips, struct nand_flash_dev *table);
Arguments
mtd
-
- MTD device structure
maxchips
- number of chips to scan for
table
- alternative NAND ID table
Description
This is the first phase of the normal nand_scan function. It reads the flash ID and sets up MTD fields accordingly.
Author
Thomas Gleixner <tglx [at] linutronix.de>
- Author.
