Searched refs:elroy (Results 1 – 3 of 3) sorted by relevance
768 elroy_reset(DEVICE(s->elroy[i])); in astro_reset()800 ElroyState *elroy; in astro_realize() local808 elroy = elroy_init(i); in astro_realize()809 s->elroy[i] = elroy; in astro_realize()810 elroy->hpa = ASTRO_HPA + addr_offset; in astro_realize()811 elroy->pci_bus_num = i; in astro_realize()812 elroy->astro = s; in astro_realize()819 qbus_mark_full(&PCI_HOST_BRIDGE(elroy)->bus->qbus); in astro_realize()824 &elroy->this_mem); in astro_realize()827 elroy->mmio_base[(0x0200 - 0x200) / 8] = 0xf0000001; in astro_realize()[all …]
83 struct ElroyState *elroy[ELROY_NUM]; member
638 pci_bus = PCI_BUS(qdev_get_child_bus(DEVICE(astro->elroy[0]), "pci")); in machine_HP_C3700_init()