Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Domap_sx1.c98 .loader_start = OMAP_EMIFF_BASE,
129 memory_region_add_subregion(address_space, OMAP_EMIFF_BASE, machine->ram); in sx1_init()
H A Domap1.c3810 return range_covers_byte(OMAP_EMIFF_BASE, s->sdram_size, addr); in omap_validate_emiff_addr()
3816 return range_covers_byte(OMAP_EMIFS_BASE, OMAP_EMIFF_BASE - OMAP_EMIFS_BASE, in omap_validate_emifs_addr()
3909 OMAP_EMIFF_BASE, s->sdram_size); in omap310_mpu_init()
/openbmc/qemu/include/hw/arm/
H A Domap.h33 # define OMAP_EMIFF_BASE 0x10000000 macro