Lines Matching refs:OBJECT
183 object_property_add_alias(obj, "hw-strap1", OBJECT(&s->scu), in aspeed_soc_ast2600_init()
185 object_property_add_alias(obj, "hw-strap2", OBJECT(&s->scu), in aspeed_soc_ast2600_init()
187 object_property_add_alias(obj, "hw-prot-key", OBJECT(&s->scu), in aspeed_soc_ast2600_init()
235 object_property_add_alias(obj, "ram-size", OBJECT(&s->sdmc), in aspeed_soc_ast2600_init()
261 object_property_set_int(OBJECT(&s->sdhci), "num-slots", 2, &error_abort); in aspeed_soc_ast2600_init()
271 object_property_set_int(OBJECT(&s->emmc), "num-slots", 1, &error_abort); in aspeed_soc_ast2600_init()
324 memory_region_init(&s->spi_boot_container, OBJECT(s), in aspeed_soc_ast2600_realize()
346 object_property_set_int(OBJECT(&a->cpu[i]), "reset-cbar", in aspeed_soc_ast2600_realize()
349 object_property_set_int(OBJECT(&a->cpu[i]), "mp-affinity", in aspeed_soc_ast2600_realize()
352 object_property_set_int(OBJECT(&a->cpu[i]), "cntfrq", 1125000000, in aspeed_soc_ast2600_realize()
354 object_property_set_bool(OBJECT(&a->cpu[i]), "neon", false, in aspeed_soc_ast2600_realize()
356 object_property_set_bool(OBJECT(&a->cpu[i]), "vfp-d32", false, in aspeed_soc_ast2600_realize()
358 object_property_set_link(OBJECT(&a->cpu[i]), "memory", in aspeed_soc_ast2600_realize()
359 OBJECT(s->memory), &error_abort); in aspeed_soc_ast2600_realize()
367 object_property_set_int(OBJECT(&a->a7mpcore), "num-cpu", sc->num_cpus, in aspeed_soc_ast2600_realize()
369 object_property_set_int(OBJECT(&a->a7mpcore), "num-irq", in aspeed_soc_ast2600_realize()
392 if (!memory_region_init_ram(&s->sram, OBJECT(s), sram_name, sc->sram_size, in aspeed_soc_ast2600_realize()
419 object_property_set_link(OBJECT(&s->timerctrl), "scu", OBJECT(&s->scu), in aspeed_soc_ast2600_realize()
435 object_property_set_link(OBJECT(&s->wdt[i]), "scu", OBJECT(&s->scu), in aspeed_soc_ast2600_realize()
458 object_property_set_link(OBJECT(&s->i2c), "dram", OBJECT(s->dram_mr), in aspeed_soc_ast2600_realize()
509 memory_region_init_alias(mmio_alias, OBJECT(&s->pcie.rcs[i]), name, in aspeed_soc_ast2600_realize()
519 object_property_set_link(OBJECT(&s->fmc), "wdt2", OBJECT(&s->wdt[2].iomem), in aspeed_soc_ast2600_realize()
521 object_property_set_link(OBJECT(&s->fmc), "dram", OBJECT(s->dram_mr), in aspeed_soc_ast2600_realize()
534 memory_region_init_alias(&s->spi_boot, OBJECT(s), "aspeed.spi_boot", in aspeed_soc_ast2600_realize()
540 object_property_set_link(OBJECT(&s->spi[i]), "dram", in aspeed_soc_ast2600_realize()
541 OBJECT(s->dram_mr), &error_abort); in aspeed_soc_ast2600_realize()
554 object_property_set_bool(OBJECT(&s->ehci[i]), "companion-enable", in aspeed_soc_ast2600_realize()
567 object_property_set_str(OBJECT(&s->uhci), "masterbus", usb_bus, in aspeed_soc_ast2600_realize()
591 object_property_set_bool(OBJECT(&s->ftgmac100[i]), "aspeed", true, in aspeed_soc_ast2600_realize()
601 object_property_set_link(OBJECT(&s->mii[i]), "nic", in aspeed_soc_ast2600_realize()
602 OBJECT(&s->ftgmac100[i]), &error_abort); in aspeed_soc_ast2600_realize()
700 object_property_set_link(OBJECT(&s->hace), "dram", OBJECT(s->dram_mr), in aspeed_soc_ast2600_realize()
758 uint32_t hw_strap1 = object_property_get_uint(OBJECT(&s->scu), in aspeed_soc_ast2600_boot_from_emmc()