Searched refs:mtd_cs (Results 1 – 2 of 2) sorted by relevance
195 struct mtd_info *mtd_cs = NULL; in probe_cs() local202 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()
229 struct mtd_info *mtd_cs = NULL; in probe_cs() local236 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()