Home
last modified time | relevance | path

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

/openbmc/qemu/hw/char/
H A Dpl011.c493 static const MemoryRegionOps pl011_ops = { variable
588 memory_region_init_io(&s->iomem, OBJECT(s), &pl011_ops, s, "pl011", 0x1000); in pl011_init()