Searched refs:maxchips (Results 1 – 2 of 2) sorted by relevance
4992 static int nand_scan_ident(struct nand_chip *chip, unsigned int maxchips, in nand_scan_ident() argument5025 memorg->ntargets = maxchips; in nand_scan_ident()5042 for (i = 1; i < maxchips; i++) { in nand_scan_ident()5865 int nand_scan_with_ids(struct nand_chip *chip, unsigned int maxchips, in nand_scan_with_ids() argument5870 if (!maxchips) in nand_scan_with_ids()5873 ret = nand_scan_ident(chip, maxchips, ids); in nand_scan_with_ids()
3823 int onenand_scan(struct mtd_info *mtd, int maxchips) in onenand_scan() argument