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

/linux-master/drivers/mtd/nand/raw/
H A Dnand_base.c5657 * @maxchips: number of chips to scan for
5668 static int nand_scan_ident(struct nand_chip *chip, unsigned int maxchips, argument
5702 memorg->ntargets = maxchips;
5719 for (i = 1; i < maxchips; i++) {
6627 * @maxchips: number of chips to scan for.
6634 int nand_scan_with_ids(struct nand_chip *chip, unsigned int maxchips, argument
6639 if (!maxchips)
6642 ret = nand_scan_ident(chip, maxchips, ids);
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c3818 * @maxchips: Number of chips to scan for
3825 int onenand_scan(struct mtd_info *mtd, int maxchips) argument

Completed in 287 milliseconds