Searched refs:gpex_cfg (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/hw/pci-host/ |
H A D | gpex.c | 157 DEFINE_PROP_UINT64(PCI_HOST_ECAM_BASE, GPEXHost, gpex_cfg.ecam.base, 0), 158 DEFINE_PROP_SIZE(PCI_HOST_ECAM_SIZE, GPEXHost, gpex_cfg.ecam.size, 0), 159 DEFINE_PROP_UINT64(PCI_HOST_PIO_BASE, GPEXHost, gpex_cfg.pio.base, 0), 160 DEFINE_PROP_SIZE(PCI_HOST_PIO_SIZE, GPEXHost, gpex_cfg.pio.size, 0), 162 gpex_cfg.mmio32.base, 0), 164 gpex_cfg.mmio32.size, 0), 166 gpex_cfg.mmio64.base, 0), 168 gpex_cfg.mmio64.size, 0),
|
H A D | gpex-acpi.c | 298 GPEX_HOST(obj)->gpex_cfg.irq = irq; in acpi_dsdt_add_gpex_host() 299 acpi_dsdt_add_gpex(scope, &GPEX_HOST(obj)->gpex_cfg); in acpi_dsdt_add_gpex_host()
|
/openbmc/qemu/include/hw/pci-host/ |
H A D | gpex.h | 68 struct GPEXConfig gpex_cfg; member
|
/openbmc/qemu/hw/riscv/ |
H A D | virt.c | 1192 GPEX_HOST(dev)->gpex_cfg.bus = PCI_HOST_BRIDGE(GPEX_HOST(dev))->bus; in gpex_pcie_init()
|