Searched refs:pxa2xx_mm_ops (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/hw/arm/ |
H A D | pxa2xx.c | 458 static const MemoryRegionOps pxa2xx_mm_ops = { variable 2188 memory_region_init_io(&s->mm_iomem, NULL, &pxa2xx_mm_ops, s, "pxa2xx-mm", 0x1000); in pxa270_init() 2326 memory_region_init_io(&s->mm_iomem, NULL, &pxa2xx_mm_ops, s, "pxa2xx-mm", 0x1000); in pxa255_init()
|