Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v10/drivers/
Daxisflashmap.c224 struct mtd_info *mtd_cse0; in flash_probe() local
228 mtd_cse0 = probe_cs(&map_cse0); 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()
255 mtd_cse = mtd_cse0; 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.c259 struct mtd_info *mtd_cse0; in flash_probe() local
265 if ((mtd_cse0 = probe_cs(&map_cse0)) != NULL) in flash_probe()
266 mtds[count++] = mtd_cse0; in flash_probe()
270 if (!mtd_cse0 && !mtd_cse1) { in flash_probe()
290 mtd_total = mtd_cse0; in flash_probe()
294 mtd_total = mtd_cse0 ? mtd_cse0 : mtd_cse1; in flash_probe()