Searched refs:maxchips (Results 1 – 2 of 2) sorted by relevance
5664 * @maxchips: number of chips to scan for5675 static int nand_scan_ident(struct nand_chip *chip, unsigned int maxchips, in nand_scan_ident() argument 5709 memorg->ntargets = maxchips; in nand_scan_ident() 5726 for (i = 1; i < maxchips; i++) { in nand_scan_ident() 6641 * @maxchips: number of chips to scan for.6648 int nand_scan_with_ids(struct nand_chip *chip, unsigned int maxchips, in nand_scan_with_ids() argument 6653 if (!maxchips) in nand_scan_with_ids() 6656 ret = nand_scan_ident(chip, maxchips, ids); in nand_scan_with_ids()
3819 * @maxchips: Number of chips to scan for3826 int onenand_scan(struct mtd_info *mtd, int maxchips) in onenand_scan() argument