Searched refs:rom_probe_types (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/mtd/maps/ |
D | tsunami_flash.c | 91 static const char *rom_probe_types[] = { "cfi_probe", "jedec_probe", "map_rom", 0 }; in init_tsunami_flash() local 97 type = rom_probe_types; in init_tsunami_flash()
|
D | physmap.c | 120 static const char *rom_probe_types[] = { "cfi_probe", "jedec_probe", "map_rom", 0 }; in init_physmap() local 132 type = rom_probe_types; in init_physmap()
|
D | edb7312.c | 134 static const char *rom_probe_types[] = PROBETYPES; in init_edb7312nor() local 149 type = rom_probe_types; in init_edb7312nor()
|
D | physmap64.c | 134 static const char *rom_probe_types[] = { "cfi_probe", "jedec_probe", "map_rom", 0 }; in init_physmap() local 146 type = rom_probe_types; in init_physmap()
|
D | impa7.c | 141 static const char *rom_probe_types[] = PROBETYPES; in init_impa7() local 165 type = rom_probe_types; in init_impa7()
|
D | amd76xrom.c | 108 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", 0 }; in amd76xrom_init_one() local 157 chip_type = rom_probe_types; in amd76xrom_init_one()
|
D | amd766rom.c | 108 static char *rom_probe_types[] = { "cfi_probe", "jedec_probe", 0 }; in amd766rom_init_one() local 155 chip_type = rom_probe_types; in amd766rom_init_one()
|