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

/linux-4.4.14/drivers/mtd/maps/
H A Dsolutionengine.c28 struct map_info soleng_flash_map = { variable in typeref:struct:map_info
39 soleng_flash_map.phys = 0; init_soleng_maps()
40 soleng_flash_map.virt = (void __iomem *)P2SEGADDR(0); init_soleng_maps()
44 simple_map_init(&soleng_flash_map); init_soleng_maps()
47 flash_mtd = do_map_probe("cfi_probe", &soleng_flash_map); init_soleng_maps()
51 soleng_flash_map.phys = 0x01000000; init_soleng_maps()
52 soleng_flash_map.virt = P2SEGADDR(0x01000000); init_soleng_maps()
55 flash_mtd = do_map_probe("cfi_probe", &soleng_flash_map); init_soleng_maps()
63 soleng_flash_map.phys & 0x1fffffff, init_soleng_maps()

Completed in 66 milliseconds