Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dplatform-bus.c34 int platform_bus_get_irqn(PlatformBusDevice *pbus, SysBusDevice *sbdev, in platform_bus_get_irqn()
54 hwaddr platform_bus_get_mmio_addr(PlatformBusDevice *pbus, SysBusDevice *sbdev, in platform_bus_get_mmio_addr()
79 PlatformBusDevice *pbus = opaque; in platform_bus_count_irqs()
102 static void plaform_bus_refresh_irqs(PlatformBusDevice *pbus) in plaform_bus_refresh_irqs()
108 static void platform_bus_map_irq(PlatformBusDevice *pbus, SysBusDevice *sbdev, in platform_bus_map_irq()
129 static void platform_bus_map_mmio(PlatformBusDevice *pbus, SysBusDevice *sbdev, in platform_bus_map_mmio()
171 void platform_bus_link_device(PlatformBusDevice *pbus, SysBusDevice *sbdev) in platform_bus_link_device()
186 PlatformBusDevice *pbus; in platform_bus_realize()
208 DEFINE_PROP_UINT32("num_irqs", PlatformBusDevice, num_irqs, 0),
209 DEFINE_PROP_UINT32("mmio_size", PlatformBusDevice, mmio_size, 0),
[all …]
H A Dsysbus-fdt.c49 PlatformBusDevice *pbus;
216 PlatformBusDevice *pbus = data->pbus; in add_calxeda_midway_xgmac_fdt_node()
293 PlatformBusDevice *pbus = data->pbus; in add_amd_xgbe_fdt_node()
452 PlatformBusDevice *pbus = data->pbus; in add_tpm_tis_fdt_node()
537 PlatformBusDevice *pbus; in platform_bus_add_all_fdt_nodes()
/openbmc/qemu/include/hw/
H A Dplatform-bus.h30 OBJECT_DECLARE_SIMPLE_TYPE(PlatformBusDevice, PLATFORM_BUS_DEVICE)
32 struct PlatformBusDevice { struct
45 int platform_bus_get_irqn(PlatformBusDevice *platform_bus, SysBusDevice *sbdev, argument
47 hwaddr platform_bus_get_mmio_addr(PlatformBusDevice *pbus, SysBusDevice *sbdev,
50 void platform_bus_link_device(PlatformBusDevice *pbus, SysBusDevice *sbdev);
/openbmc/qemu/hw/ppc/
H A De500.h15 PlatformBusDevice *pbus_dev;
H A De500.c235 PlatformBusDevice *pbus;
241 PlatformBusDevice *pbus = data->pbus; in create_devtree_etsec()
/openbmc/qemu/hw/loongarch/
H A Dacpi-build.c411 PlatformBusDevice *pbus = PLATFORM_BUS_DEVICE(vms->platform_bus_dev); in acpi_dsdt_add_tpm()
H A Dvirt.c1361 PlatformBusDevice *pbus; in virt_device_plug_cb()
/openbmc/qemu/hw/arm/
H A Dvirt-acpi-build.c174 PlatformBusDevice *pbus = PLATFORM_BUS_DEVICE(vms->platform_bus_dev); in acpi_dsdt_add_tpm()