Home
last modified time | relevance | path

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

/qemu/hw/arm/
H A Daspeed_ast10x0.c172 object_initialize_child(obj, "hace", &s->hace, typename); in aspeed_soc_ast1030_init()
369 object_property_set_link(OBJECT(&s->hace), "dram", OBJECT(&s->sram), in aspeed_soc_ast1030_realize()
371 if (!sysbus_realize(SYS_BUS_DEVICE(&s->hace), errp)) { in aspeed_soc_ast1030_realize()
374 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->hace), 0, in aspeed_soc_ast1030_realize()
376 sysbus_connect_irq(SYS_BUS_DEVICE(&s->hace), 0, in aspeed_soc_ast1030_realize()
H A Daspeed_ast2400.c240 object_initialize_child(obj, "hace", &s->hace, typename); in aspeed_ast2400_soc_init()
493 object_property_set_link(OBJECT(&s->hace), "dram", OBJECT(s->dram_mr), in aspeed_ast2400_soc_realize()
495 if (!sysbus_realize(SYS_BUS_DEVICE(&s->hace), errp)) { in aspeed_ast2400_soc_realize()
498 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->hace), 0, in aspeed_ast2400_soc_realize()
500 sysbus_connect_irq(SYS_BUS_DEVICE(&s->hace), 0, in aspeed_ast2400_soc_realize()
H A Daspeed_ast2600.c261 object_initialize_child(obj, "hace", &s->hace, typename); in aspeed_soc_ast2600_init()
609 object_property_set_link(OBJECT(&s->hace), "dram", OBJECT(s->dram_mr), in aspeed_soc_ast2600_realize()
611 if (!sysbus_realize(SYS_BUS_DEVICE(&s->hace), errp)) { in aspeed_soc_ast2600_realize()
614 aspeed_mmio_map(s, SYS_BUS_DEVICE(&s->hace), 0, in aspeed_soc_ast2600_realize()
616 sysbus_connect_irq(SYS_BUS_DEVICE(&s->hace), 0, in aspeed_soc_ast2600_realize()
/qemu/include/hw/arm/
H A Daspeed_soc.h69 AspeedHACEState hace; member