Lines Matching refs:OBJECT
173 object_property_add_alias(obj, "hw-strap1", OBJECT(&s->scu), in aspeed_soc_ast2600_init()
175 object_property_add_alias(obj, "hw-strap2", OBJECT(&s->scu), in aspeed_soc_ast2600_init()
177 object_property_add_alias(obj, "hw-prot-key", OBJECT(&s->scu), in aspeed_soc_ast2600_init()
211 object_property_add_alias(obj, "ram-size", OBJECT(&s->sdmc), in aspeed_soc_ast2600_init()
242 object_property_set_int(OBJECT(&s->sdhci), "num-slots", 2, &error_abort); in aspeed_soc_ast2600_init()
252 object_property_set_int(OBJECT(&s->emmc), "num-slots", 1, &error_abort); in aspeed_soc_ast2600_init()
298 memory_region_init(&s->spi_boot_container, OBJECT(s), in aspeed_soc_ast2600_realize()
320 object_property_set_int(OBJECT(&a->cpu[i]), "reset-cbar", in aspeed_soc_ast2600_realize()
323 object_property_set_int(OBJECT(&a->cpu[i]), "mp-affinity", in aspeed_soc_ast2600_realize()
326 object_property_set_int(OBJECT(&a->cpu[i]), "cntfrq", 1125000000, in aspeed_soc_ast2600_realize()
328 object_property_set_bool(OBJECT(&a->cpu[i]), "neon", false, in aspeed_soc_ast2600_realize()
330 object_property_set_bool(OBJECT(&a->cpu[i]), "vfp-d32", false, in aspeed_soc_ast2600_realize()
332 object_property_set_link(OBJECT(&a->cpu[i]), "memory", in aspeed_soc_ast2600_realize()
333 OBJECT(s->memory), &error_abort); in aspeed_soc_ast2600_realize()
341 object_property_set_int(OBJECT(&a->a7mpcore), "num-cpu", sc->num_cpus, in aspeed_soc_ast2600_realize()
343 object_property_set_int(OBJECT(&a->a7mpcore), "num-irq", in aspeed_soc_ast2600_realize()
366 if (!memory_region_init_ram(&s->sram, OBJECT(s), sram_name, sc->sram_size, in aspeed_soc_ast2600_realize()
393 object_property_set_link(OBJECT(&s->timerctrl), "scu", OBJECT(&s->scu), in aspeed_soc_ast2600_realize()
419 object_property_set_link(OBJECT(&s->i2c), "dram", OBJECT(s->dram_mr), in aspeed_soc_ast2600_realize()
442 object_property_set_link(OBJECT(&s->fmc), "dram", OBJECT(s->dram_mr), in aspeed_soc_ast2600_realize()
455 memory_region_init_alias(&s->spi_boot, OBJECT(s), "aspeed.spi_boot", in aspeed_soc_ast2600_realize()
461 object_property_set_link(OBJECT(&s->spi[i]), "dram", in aspeed_soc_ast2600_realize()
462 OBJECT(s->dram_mr), &error_abort); in aspeed_soc_ast2600_realize()
495 object_property_set_link(OBJECT(&s->wdt[i]), "scu", OBJECT(&s->scu), in aspeed_soc_ast2600_realize()
510 object_property_set_bool(OBJECT(&s->ftgmac100[i]), "aspeed", true, in aspeed_soc_ast2600_realize()
520 object_property_set_link(OBJECT(&s->mii[i]), "nic", in aspeed_soc_ast2600_realize()
521 OBJECT(&s->ftgmac100[i]), &error_abort); in aspeed_soc_ast2600_realize()
609 object_property_set_link(OBJECT(&s->hace), "dram", OBJECT(s->dram_mr), in aspeed_soc_ast2600_realize()
651 uint32_t hw_strap1 = object_property_get_uint(OBJECT(&s->scu), in aspeed_soc_ast2600_boot_from_emmc()