Searched refs:maxchips (Results 1 - 4 of 4) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/47xxnand/
H A Dbrcmnand_priv.h68 * @param maxchips Number of chips to scan for
75 * THT: For now, maxchips should always be 1.
77 extern int brcmnand_scan(struct mtd_info *mtd, int maxchips);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/devices/
H A Ddoc2000.c422 static void DoC_ScanChips(struct DiskOnChip *this, int maxchips) argument
436 for (chip = 0; chip < maxchips && ret != 0; chip++) {
516 int maxchips; local
545 maxchips = MAX_CHIPS;
550 maxchips = MAX_CHIPS;
555 maxchips = MAX_CHIPS_MIL;
591 DoC_ScanChips(this, maxchips);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/nand/
H A Dnand_base.c2491 * @maxchips: Number of chips to scan for
2498 int nand_scan_ident(struct mtd_info *mtd, int maxchips) argument
2519 for (i = 1; i < maxchips; i++) {
2542 * @maxchips: Number of chips to scan for
2750 * @maxchips: Number of chips to scan for
2759 int nand_scan(struct mtd_info *mtd, int maxchips) argument
2769 ret = nand_scan_ident(mtd, maxchips);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/onenand/
H A Donenand_base.c2297 * @param maxchips Number of chips to scan for
2304 int onenand_scan(struct mtd_info *mtd, int maxchips) argument

Completed in 90 milliseconds