Home
last modified time | relevance | path

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

/linux/drivers/mtd/nand/raw/
H A Dnand_base.c5544 static int nand_scan_ident(struct nand_chip *chip, unsigned int maxchips, in nand_scan_ident() argument
5578 memorg->ntargets = maxchips; in nand_scan_ident()
5595 for (i = 1; i < maxchips; i++) { in nand_scan_ident()
6520 int nand_scan_with_ids(struct nand_chip *chip, unsigned int maxchips, in nand_scan_with_ids() argument
6525 if (!maxchips) in nand_scan_with_ids()
6528 ret = nand_scan_ident(chip, maxchips, ids); in nand_scan_with_ids()