Home
last modified time | relevance | path

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

/openbmc/qemu/hw/ppc/
H A Dmac_newworld.c154 DeviceState *dev, *pic_dev, *uninorth_pci_dev; in ppc_core99_init() local
308 uninorth_pci_dev = qdev_new(TYPE_U3_AGP_HOST_BRIDGE); in ppc_core99_init()
309 s = SYS_BUS_DEVICE(uninorth_pci_dev); in ppc_core99_init()
338 uninorth_pci_dev = qdev_new(TYPE_UNI_NORTH_PCI_HOST_BRIDGE); in ppc_core99_init()
339 qdev_prop_set_uint32(uninorth_pci_dev, "ofw-addr", 0xf2000000); in ppc_core99_init()
340 s = SYS_BUS_DEVICE(uninorth_pci_dev); in ppc_core99_init()
358 pci_bus = PCI_HOST_BRIDGE(uninorth_pci_dev)->bus; in ppc_core99_init()
375 qdev_connect_gpio_out(uninorth_pci_dev, i, in ppc_core99_init()