Home
last modified time | relevance | path

Searched refs:mtd_total (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/arch/cris/arch-v32/drivers/
Daxisflashmap.c261 struct mtd_info *mtd_total; in flash_probe() local
283 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()