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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c225 struct mtd_info *mtd_cse1; local
229 mtd_cse1 = probe_cs(&map_cse1);
231 if (!mtd_cse0 && !mtd_cse1) {
236 if (mtd_cse0 && mtd_cse1) {
238 struct mtd_info *mtds[] = { mtd_cse0, mtd_cse1 };
262 map_destroy(mtd_cse1);
265 mtd_cse = mtd_cse0? mtd_cse0 : mtd_cse1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c262 struct mtd_info *mtd_cse1; local
269 if ((mtd_cse1 = probe_cs(&map_cse1)) != NULL)
270 mtds[count++] = mtd_cse1;
272 if (!mtd_cse0 && !mtd_cse1) {
299 map_destroy(mtd_cse1);
302 mtd_total = mtd_cse0 ? mtd_cse0 : mtd_cse1;

Completed in 60 milliseconds