Searched refs:mbx_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 Dmbx860.c53 struct map_info mbx_map = { variable in typeref:struct:map_info
63 mbx_map.virt = ioremap(WINDOW_ADDR, WINDOW_SIZE * 4);
65 if (!mbx_map.virt) {
69 simple_map_init(&mbx_map);
71 mymtd = do_map_probe("jedec_probe", &mbx_map);
79 iounmap((void *)mbx_map.virt);
89 if (mbx_map.virt) {
90 iounmap((void *)mbx_map.virt);
91 mbx_map.virt = 0;

Completed in 92 milliseconds