Home
last modified time | relevance | path

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

/openbmc/qemu/hw/arm/
H A Daspeed_ast10x0.c140 object_initialize_child(obj, "timerctrl", &s->timerctrl, typename); in aspeed_soc_ast1030_init()
317 object_property_set_link(OBJECT(&s->timerctrl), "scu", OBJECT(&s->scu), in aspeed_soc_ast1030_realize()
319 if (!sysbus_realize(SYS_BUS_DEVICE(&s->timerctrl), errp)) { in aspeed_soc_ast1030_realize()
322 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->timerctrl), 0, in aspeed_soc_ast1030_realize()
326 sysbus_connect_irq(SYS_BUS_DEVICE(&s->timerctrl), i, irq); in aspeed_soc_ast1030_realize()
H A Daspeed_ast2400.c185 object_initialize_child(obj, "timerctrl", &s->timerctrl, typename); in aspeed_ast2400_soc_init()
327 object_property_set_link(OBJECT(&s->timerctrl), "scu", OBJECT(&s->scu), in aspeed_ast2400_soc_realize()
329 if (!sysbus_realize(SYS_BUS_DEVICE(&s->timerctrl), errp)) { in aspeed_ast2400_soc_realize()
332 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->timerctrl), 0, in aspeed_ast2400_soc_realize()
336 sysbus_connect_irq(SYS_BUS_DEVICE(&s->timerctrl), i, irq); in aspeed_ast2400_soc_realize()
H A Daspeed_ast2600.c196 object_initialize_child(obj, "timerctrl", &s->timerctrl, typename); in aspeed_soc_ast2600_init()
419 object_property_set_link(OBJECT(&s->timerctrl), "scu", OBJECT(&s->scu), in aspeed_soc_ast2600_realize()
421 if (!sysbus_realize(SYS_BUS_DEVICE(&s->timerctrl), errp)) { in aspeed_soc_ast2600_realize()
424 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->timerctrl), 0, in aspeed_soc_ast2600_realize()
428 sysbus_connect_irq(SYS_BUS_DEVICE(&s->timerctrl), i, irq); in aspeed_soc_ast2600_realize()
/openbmc/qemu/include/hw/arm/
H A Daspeed_soc.h69 AspeedTimerCtrlState timerctrl; member