Searched refs:mtd_cse0 (Results 1 – 2 of 2) sorted by relevance
224 struct mtd_info *mtd_cse0; in flash_probe() local228 mtd_cse0 = probe_cs(&map_cse0); 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()255 mtd_cse = mtd_cse0; in flash_probe()259 mtd_cse = mtd_cse0? mtd_cse0 : mtd_cse1; in flash_probe()
259 struct mtd_info *mtd_cse0; in flash_probe() local265 if ((mtd_cse0 = probe_cs(&map_cse0)) != NULL) in flash_probe()266 mtds[count++] = mtd_cse0; in flash_probe()270 if (!mtd_cse0 && !mtd_cse1) { in flash_probe()290 mtd_total = mtd_cse0; in flash_probe()294 mtd_total = mtd_cse0 ? mtd_cse0 : mtd_cse1; in flash_probe()