Searched refs:maxchips (Results 1 – 2 of 2) sorted by relevance
5355 static int nand_scan_ident(struct nand_chip *chip, unsigned int maxchips, in nand_scan_ident() argument5388 memorg->ntargets = maxchips; in nand_scan_ident()5405 for (i = 1; i < maxchips; i++) { in nand_scan_ident()6318 int nand_scan_with_ids(struct nand_chip *chip, unsigned int maxchips, in nand_scan_with_ids() argument6323 if (!maxchips) in nand_scan_with_ids()6326 ret = nand_scan_ident(chip, maxchips, ids); in nand_scan_with_ids()
3813 int onenand_scan(struct mtd_info *mtd, int maxchips) in onenand_scan() argument