Searched refs:timerctrl (Results 1 – 7 of 7) sorted by relevance
| /openbmc/qemu/hw/arm/ |
| H A D | aspeed_ast10x0.c | 140 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 D | aspeed_ast2400.c | 182 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 D | aspeed_ast27x0-tsp.c | 149 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 D | aspeed_ast27x0-ssp.c | 149 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 D | aspeed_ast2600.c | 192 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 D | aspeed_ast27x0.c | 541 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 D | aspeed_soc.h | 70 AspeedTimerCtrlState timerctrl; member
|