Searched refs:maxchips (Results 1 – 2 of 2) sorted by relevance
5051 static int nand_scan_ident(struct nand_chip *chip, unsigned int maxchips, in nand_scan_ident() argument5085 memorg->ntargets = maxchips; in nand_scan_ident()5102 for (i = 1; i < maxchips; i++) { in nand_scan_ident()5915 int nand_scan_with_ids(struct nand_chip *chip, unsigned int maxchips, in nand_scan_with_ids() argument5920 if (!maxchips) in nand_scan_with_ids()5923 ret = nand_scan_ident(chip, maxchips, ids); in nand_scan_with_ids()
3818 int onenand_scan(struct mtd_info *mtd, int maxchips) in onenand_scan() argument