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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c263 struct mtd_info *mtd_total; local
286 mtd_total = mtd_concat_create(mtds, count, "cse0+cse1");
292 if (!mtd_total) {
298 mtd_total = mtd_cse0;
302 mtd_total = mtd_cse0 ? mtd_cse0 : mtd_cse1;
304 return mtd_total;

Completed in 35 milliseconds