Searched refs:soleng_flash_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 Dsolutionengine.c30 struct map_info soleng_flash_map = { variable in typeref:struct:map_info
61 soleng_flash_map.phys = 0;
62 soleng_flash_map.virt = (void __iomem *)P2SEGADDR(0);
66 simple_map_init(&soleng_flash_map);
69 flash_mtd = do_map_probe("cfi_probe", &soleng_flash_map);
73 soleng_flash_map.phys = 0x01000000;
74 soleng_flash_map.virt = P2SEGADDR(0x01000000);
77 flash_mtd = do_map_probe("cfi_probe", &soleng_flash_map);
85 soleng_flash_map.phys & 0x1fffffff,

Completed in 59 milliseconds