Searched refs:mtd_total (Results 1 – 1 of 1) sorted by relevance
261 struct mtd_info *mtd_total; in flash_probe() local283 mtd_total = mtd_concat_create(mtds, count, "cse0+cse1"); in flash_probe()284 if (!mtd_total) { in flash_probe()290 mtd_total = mtd_cse0; in flash_probe()294 mtd_total = mtd_cse0 ? mtd_cse0 : mtd_cse1; in flash_probe()296 return mtd_total; in flash_probe()