Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Dmainstone.c107 .loader_start = PXA2XX_SDRAM_BASE,
H A Dz2.c91 .loader_start = PXA2XX_SDRAM_BASE,
H A Dtosa.c233 .loader_start = PXA2XX_SDRAM_BASE,
H A Dspitz.c983 .loader_start = PXA2XX_SDRAM_BASE,
H A Dpxa2xx.c2115 memory_region_add_subregion(address_space, PXA2XX_SDRAM_BASE, &s->sdram); in pxa270_init()
2252 memory_region_add_subregion(address_space, PXA2XX_SDRAM_BASE, &s->sdram); in pxa255_init()
/openbmc/qemu/include/hw/arm/
H A Dpxa.h67 # define PXA2XX_SDRAM_BASE 0xa0000000 macro
/openbmc/qemu/hw/display/
H A Dpxa2xx_lcd.c736 if (!((descptr >= PXA2XX_SDRAM_BASE && descptr + in pxa2xx_descriptor_load()
737 sizeof(desc) <= PXA2XX_SDRAM_BASE + current_machine->ram_size) || in pxa2xx_descriptor_load()
1280 if (!((fbptr >= PXA2XX_SDRAM_BASE && in pxa2xx_update_display()
1281 fbptr <= PXA2XX_SDRAM_BASE + current_machine->ram_size) || in pxa2xx_update_display()