Searched refs:mtd_cse1 (Results 1 – 2 of 2) sorted by relevance
225 struct mtd_info *mtd_cse1; in flash_probe() local229 mtd_cse1 = probe_cs(&map_cse1); in flash_probe()231 if (!mtd_cse0 && !mtd_cse1) { in flash_probe()236 if (mtd_cse0 && mtd_cse1) { in flash_probe()237 struct mtd_info *mtds[] = { mtd_cse0, mtd_cse1 }; in flash_probe()256 map_destroy(mtd_cse1); in flash_probe()259 mtd_cse = mtd_cse0? mtd_cse0 : mtd_cse1; in flash_probe()
260 struct mtd_info *mtd_cse1; in flash_probe() local267 if ((mtd_cse1 = probe_cs(&map_cse1)) != NULL) in flash_probe()268 mtds[count++] = mtd_cse1; in flash_probe()270 if (!mtd_cse0 && !mtd_cse1) { in flash_probe()291 map_destroy(mtd_cse1); in flash_probe()294 mtd_total = mtd_cse0 ? mtd_cse0 : mtd_cse1; in flash_probe()