Home
last modified time | relevance | path

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

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