Searched refs:edb7312nor_map (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mtd/maps/
H A Dedb7312.c38 struct map_info edb7312nor_map = { variable in typeref:struct:map_info
84 edb7312nor_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE);
86 if (!edb7312nor_map.virt) {
91 simple_map_init(&edb7312nor_map);
96 mymtd = do_map_probe(*type, &edb7312nor_map);
125 iounmap((void *)edb7312nor_map.virt);
135 if (edb7312nor_map.virt) {
136 iounmap((void *)edb7312nor_map.virt);
137 edb7312nor_map.virt = 0;

Completed in 93 milliseconds