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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/drivers/
H A Daxisflashmap.c340 struct mtd_info *mtd_cse1; local
344 mtd_cse1 = probe_cs(&map_cse1);
346 if (!mtd_cse0 && !mtd_cse1) {
351 if (mtd_cse0 && mtd_cse1) {
353 struct mtd_info *mtds[] = { mtd_cse0, mtd_cse1 };
377 map_destroy(mtd_cse1);
380 mtd_cse = mtd_cse0? mtd_cse0 : mtd_cse1;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/drivers/
H A Daxisflashmap.c219 struct mtd_info *mtd_cse1; local
227 if ((mtd_cse1 = probe_cs(&map_cse1)) != NULL)
228 mtds[count++] = mtd_cse1;
235 if (!mtd_cse0 && !mtd_cse1 && !mtd_nand) {
265 map_destroy(mtd_cse1);
268 mtd_total = mtd_cse0? mtd_cse0 : mtd_cse1 ? mtd_cse1 : mtd_nand;

Completed in 56 milliseconds