Home
last modified time | relevance | path

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

/qemu/hw/arm/
H A Dnseries.c863 stl_p(p + 13, OMAP2_SRAM_BASE + 0x9000); in n800_setup_nolo_tags()
870 stl_p(p++, OMAP2_SRAM_BASE | (((void *) v - sram_base) & 0xffff)); in n800_setup_nolo_tags()
1391 cpu_physical_memory_write(OMAP2_SRAM_BASE, nolo_tags, 0x10000); in n8x0_init()
H A Domap2.c2304 memory_region_add_subregion(sysmem, OMAP2_SRAM_BASE, &s->sram); in omap2420_mpu_init()
2341 OMAP2_SRAM_BASE, s->sram_size); in omap2420_mpu_init()
/qemu/include/hw/arm/
H A Domap.h40 # define OMAP2_SRAM_BASE 0x40200000 macro