ts5500_map         26 drivers/mtd/maps/ts5500_flash.c static struct map_info ts5500_map = {
ts5500_map         59 drivers/mtd/maps/ts5500_flash.c 	ts5500_map.virt = ioremap_nocache(ts5500_map.phys, ts5500_map.size);
ts5500_map         61 drivers/mtd/maps/ts5500_flash.c 	if (!ts5500_map.virt) {
ts5500_map         67 drivers/mtd/maps/ts5500_flash.c 	simple_map_init(&ts5500_map);
ts5500_map         69 drivers/mtd/maps/ts5500_flash.c 	mymtd = do_map_probe("jedec_probe", &ts5500_map);
ts5500_map         71 drivers/mtd/maps/ts5500_flash.c 		mymtd = do_map_probe("map_rom", &ts5500_map);
ts5500_map         84 drivers/mtd/maps/ts5500_flash.c 	iounmap(ts5500_map.virt);
ts5500_map         96 drivers/mtd/maps/ts5500_flash.c 	if (ts5500_map.virt) {
ts5500_map         97 drivers/mtd/maps/ts5500_flash.c 		iounmap(ts5500_map.virt);
ts5500_map         98 drivers/mtd/maps/ts5500_flash.c 		ts5500_map.virt = NULL;