Searched refs:maxchips (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/drivers/mtd/nand/raw/ |
H A D | nand.c | 84 int maxchips = CONFIG_SYS_NAND_MAX_CHIPS; in nand_init_chip() local 86 if (maxchips < 1) in nand_init_chip() 87 maxchips = 1; in nand_init_chip() 94 if (nand_scan(mtd, maxchips)) in nand_init_chip()
|
H A D | nand_base.c | 3953 int nand_scan_ident(struct mtd_info *mtd, int maxchips, in nand_scan_ident() argument 4001 for (i = 1; i < maxchips; i++) { in nand_scan_ident() 4609 int nand_scan(struct mtd_info *mtd, int maxchips) in nand_scan() argument 4613 ret = nand_scan_ident(mtd, maxchips, NULL); in nand_scan()
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | nand_base.c | 5656 static int nand_scan_ident(struct nand_chip *chip, unsigned int maxchips, in nand_scan_ident() argument 5690 memorg->ntargets = maxchips; in nand_scan_ident() 5707 for (i = 1; i < maxchips; i++) { in nand_scan_ident() 6629 int nand_scan_with_ids(struct nand_chip *chip, unsigned int maxchips, in nand_scan_with_ids() argument 6634 if (!maxchips) in nand_scan_with_ids() 6637 ret = nand_scan_ident(chip, maxchips, ids); in nand_scan_with_ids()
|
/openbmc/u-boot/drivers/mtd/onenand/ |
H A D | onenand_base.c | 2679 int onenand_scan(struct mtd_info *mtd, int maxchips) in onenand_scan() argument
|
/openbmc/linux/drivers/mtd/nand/onenand/ |
H A D | onenand_base.c | 3826 int onenand_scan(struct mtd_info *mtd, int maxchips) in onenand_scan() argument
|