Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/rtc/
H A Dpl031.c113 static const struct rtc_ops pl031_ops = { variable
140 .ops = &pl031_ops,
/openbmc/qemu/hw/rtc/
H A Dpl031.c184 static const MemoryRegionOps pl031_ops = { variable
196 memory_region_init_io(&s->iomem, obj, &pl031_ops, s, "pl031", 0x1000); in pl031_init()