Home
last modified time | relevance | path

Searched refs:timerctrl (Results 1 – 7 of 7) 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.c182 object_initialize_child(obj, "timerctrl", &s->timerctrl, typename); in aspeed_ast2400_soc_init()
322 object_property_set_link(OBJECT(&s->timerctrl), "scu", OBJECT(&s->scu), in aspeed_ast2400_soc_realize()
324 if (!sysbus_realize(SYS_BUS_DEVICE(&s->timerctrl), errp)) { in aspeed_ast2400_soc_realize()
327 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->timerctrl), 0, in aspeed_ast2400_soc_realize()
331 sysbus_connect_irq(SYS_BUS_DEVICE(&s->timerctrl), i, irq); in aspeed_ast2400_soc_realize()
H A Daspeed_ast27x0-tsp.c149 object_initialize_child(obj, "timerctrl", &s->timerctrl, in aspeed_soc_ast27x0tsp_init()
253 aspeed_mmio_map_unimplemented(s, SYS_BUS_DEVICE(&s->timerctrl), in aspeed_soc_ast27x0tsp_realize()
H A Daspeed_ast27x0-ssp.c149 object_initialize_child(obj, "timerctrl", &s->timerctrl, in aspeed_soc_ast27x0ssp_init()
256 aspeed_mmio_map_unimplemented(s, SYS_BUS_DEVICE(&s->timerctrl), in aspeed_soc_ast27x0ssp_realize()
H A Daspeed_ast2600.c192 object_initialize_child(obj, "timerctrl", &s->timerctrl, typename); in aspeed_soc_ast2600_init()
411 object_property_set_link(OBJECT(&s->timerctrl), "scu", OBJECT(&s->scu), in aspeed_soc_ast2600_realize()
413 if (!sysbus_realize(SYS_BUS_DEVICE(&s->timerctrl), errp)) { in aspeed_soc_ast2600_realize()
416 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->timerctrl), 0, in aspeed_soc_ast2600_realize()
420 sysbus_connect_irq(SYS_BUS_DEVICE(&s->timerctrl), i, irq); in aspeed_soc_ast2600_realize()
H A Daspeed_ast27x0.c541 object_initialize_child(obj, "timerctrl", &s->timerctrl, typename); in aspeed_soc_ast2700_init()
1092 object_property_set_link(OBJECT(&s->timerctrl), "scu", OBJECT(&s->scu), in aspeed_soc_ast2700_realize()
1094 if (!sysbus_realize(SYS_BUS_DEVICE(&s->timerctrl), errp)) { in aspeed_soc_ast2700_realize()
1097 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->timerctrl), 0, in aspeed_soc_ast2700_realize()
1101 sysbus_connect_irq(SYS_BUS_DEVICE(&s->timerctrl), i, irq); in aspeed_soc_ast2700_realize()
/openbmc/qemu/include/hw/arm/
H A Daspeed_soc.h70 AspeedTimerCtrlState timerctrl; member