Home
last modified time | relevance | path

Searched refs:soleng_eprom_map (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/mtd/maps/
H A Dsolutionengine.c22 struct map_info soleng_eprom_map = { variable
41 soleng_eprom_map.phys = 0x01000000; in init_soleng_maps()
42 soleng_eprom_map.virt = (void __iomem *)P1SEGADDR(0x01000000); in init_soleng_maps()
43 simple_map_init(&soleng_eprom_map); in init_soleng_maps()
53 soleng_eprom_map.phys = 0; in init_soleng_maps()
54 soleng_eprom_map.virt = P1SEGADDR(0); in init_soleng_maps()
64 &soleng_eprom_map.phys); in init_soleng_maps()
67 eprom_mtd = do_map_probe("map_rom", &soleng_eprom_map); in init_soleng_maps()