Searched refs:maxchips (Results 1 – 3 of 3) sorted by relevance
421 static void DoC_ScanChips(struct DiskOnChip *this, int maxchips) in DoC_ScanChips() argument435 for (chip = 0; chip < maxchips && ret != 0; chip++) { in DoC_ScanChips()515 int maxchips; in DoC2k_init() local544 maxchips = MAX_CHIPS; in DoC2k_init()549 maxchips = MAX_CHIPS; in DoC2k_init()554 maxchips = MAX_CHIPS_MIL; in DoC2k_init()590 DoC_ScanChips(this, maxchips); in DoC2k_init()
3181 int nand_scan_ident(struct mtd_info *mtd, int maxchips, in nand_scan_ident() argument3205 for (i = 1; i < maxchips; i++) { in nand_scan_ident()3513 int nand_scan(struct mtd_info *mtd, int maxchips) in nand_scan() argument3524 ret = nand_scan_ident(mtd, maxchips, NULL); in nand_scan()
3940 int onenand_scan(struct mtd_info *mtd, int maxchips) in onenand_scan() argument