Searched refs:maxchips (Results 1 – 2 of 2) sorted by relevance
5968 static int nand_scan_ident(struct mtd_info *mtd, int maxchips, in nand_scan_ident() argument6018 for (i = 1; i < maxchips; i++) { in nand_scan_ident()6783 int nand_scan_with_ids(struct mtd_info *mtd, int maxchips, in nand_scan_with_ids() argument6789 if (maxchips) { in nand_scan_with_ids()6790 ret = nand_scan_ident(mtd, maxchips, ids); in nand_scan_with_ids()
3820 int onenand_scan(struct mtd_info *mtd, int maxchips) in onenand_scan() argument