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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/maps/
H A Dmbx860.c51 struct map_info mbx_map = { variable in typeref:struct:map_info
61 mbx_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE * 4);
63 if (!mbx_map.virt) {
67 simple_map_init(&mbx_map);
69 mymtd = do_map_probe("jedec_probe", &mbx_map);
77 iounmap((void *)mbx_map.virt);
87 if (mbx_map.virt) {
88 iounmap((void *)mbx_map.virt);
89 mbx_map.virt = 0;

Completed in 115 milliseconds