Searched refs:mtd_total (Results 1 – 1 of 1) sorted by relevance
263 struct mtd_info *mtd_total; in flash_probe() local285 mtd_total = mtd_concat_create(mtds, count, "cse0+cse1"); in flash_probe()286 if (!mtd_total) { in flash_probe()292 mtd_total = mtd_cse0; in flash_probe()296 mtd_total = mtd_cse0 ? mtd_cse0 : mtd_cse1; in flash_probe()298 return mtd_total; in flash_probe()