Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v10/drivers/
Daxisflashmap.c195 struct mtd_info *mtd_cs = NULL; in probe_cs() local
202 mtd_cs = do_map_probe("cfi_probe", map_cs); in probe_cs()
205 if (!mtd_cs) in probe_cs()
206 mtd_cs = do_map_probe("jedec_probe", map_cs); in probe_cs()
209 return mtd_cs; in probe_cs()
/linux-4.1.27/arch/cris/arch-v32/drivers/
Daxisflashmap.c229 struct mtd_info *mtd_cs = NULL; in probe_cs() local
236 mtd_cs = do_map_probe("cfi_probe", map_cs); in probe_cs()
239 if (!mtd_cs) in probe_cs()
240 mtd_cs = do_map_probe("jedec_probe", map_cs); in probe_cs()
243 return mtd_cs; in probe_cs()