Searched refs:maxchips (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/ |
| H A D | nand.c | 87 int maxchips = CONFIG_SYS_NAND_MAX_CHIPS; in nand_init_chip() local 89 if (maxchips < 1) in nand_init_chip() 90 maxchips = 1; in nand_init_chip() 97 if (nand_scan(mtd, maxchips)) in nand_init_chip()
|
| H A D | nand_base.c | 4644 int nand_scan_ident(struct mtd_info *mtd, int maxchips, in nand_scan_ident() argument 4692 for (i = 1; i < maxchips; i++) { in nand_scan_ident() 5302 int nand_scan(struct mtd_info *mtd, int maxchips) in nand_scan() argument 5306 ret = nand_scan_ident(mtd, maxchips, NULL); in nand_scan()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/raw/ |
| H A D | nand_base.c | 5051 static int nand_scan_ident(struct nand_chip *chip, unsigned int maxchips, in nand_scan_ident() argument 5085 memorg->ntargets = maxchips; in nand_scan_ident() 5102 for (i = 1; i < maxchips; i++) { in nand_scan_ident() 5915 int nand_scan_with_ids(struct nand_chip *chip, unsigned int maxchips, in nand_scan_with_ids() argument 5920 if (!maxchips) in nand_scan_with_ids() 5923 ret = nand_scan_ident(chip, maxchips, ids); in nand_scan_with_ids()
|
| /OK3568_Linux_fs/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
|
| /OK3568_Linux_fs/kernel/drivers/mtd/nand/onenand/ |
| H A D | onenand_base.c | 3818 int onenand_scan(struct mtd_info *mtd, int maxchips) in onenand_scan() argument
|