Home
last modified time | relevance | path

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

/linux-4.1.27/arch/cris/arch-v10/drivers/
Daxisflashmap.c193 static struct mtd_info *probe_cs(struct map_info *map_cs) in probe_cs() argument
199 map_cs->name, map_cs->size, map_cs->map_priv_1); in probe_cs()
202 mtd_cs = do_map_probe("cfi_probe", map_cs); in probe_cs()
206 mtd_cs = do_map_probe("jedec_probe", map_cs); in probe_cs()
/linux-4.1.27/arch/cris/arch-v32/drivers/
Daxisflashmap.c227 static struct mtd_info *probe_cs(struct map_info *map_cs) in probe_cs() argument
233 map_cs->name, map_cs->size, map_cs->map_priv_1); in probe_cs()
236 mtd_cs = do_map_probe("cfi_probe", map_cs); in probe_cs()
240 mtd_cs = do_map_probe("jedec_probe", map_cs); in probe_cs()