Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v10/drivers/
Daxisflashmap.c225 struct mtd_info *mtd_cse1; in flash_probe() local
229 mtd_cse1 = probe_cs(&map_cse1); in flash_probe()
231 if (!mtd_cse0 && !mtd_cse1) { in flash_probe()
236 if (mtd_cse0 && mtd_cse1) { in flash_probe()
237 struct mtd_info *mtds[] = { mtd_cse0, mtd_cse1 }; in flash_probe()
256 map_destroy(mtd_cse1); in flash_probe()
259 mtd_cse = mtd_cse0? mtd_cse0 : mtd_cse1; in flash_probe()
/linux-4.1.27/arch/cris/arch-v32/drivers/
Daxisflashmap.c260 struct mtd_info *mtd_cse1; in flash_probe() local
267 if ((mtd_cse1 = probe_cs(&map_cse1)) != NULL) in flash_probe()
268 mtds[count++] = mtd_cse1; in flash_probe()
270 if (!mtd_cse0 && !mtd_cse1) { in flash_probe()
291 map_destroy(mtd_cse1); in flash_probe()
294 mtd_total = mtd_cse0 ? mtd_cse0 : mtd_cse1; in flash_probe()