Home
last modified time | relevance | path

Searched refs:maxchips (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dnand_base.c5664 * @maxchips: number of chips to scan for
5675 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()
/linux/drivers/mtd/nand/onenand/
H A Donenand_base.c3819 * @maxchips: Number of chips to scan for
3826 int onenand_scan(struct mtd_info *mtd, int maxchips) in onenand_scan() argument