Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dshpc.h41 int shpc_init(PCIDevice *dev, PCIBus *sec_bus, MemoryRegion *bar,
/openbmc/qemu/hw/pci-bridge/
H A Dpcie_pci_bridge.c45 rc = shpc_init(d, &br->sec_bus, &pcie_br->shpc_bar, 0, errp); in OBJECT_DECLARE_SIMPLE_TYPE()
H A Dpci_bridge_dev.c69 err = shpc_init(dev, &br->sec_bus, &bridge_dev->bar, 0, errp); in pci_bridge_dev_realize()
/openbmc/qemu/hw/pci/
H A Dshpc.c647 int shpc_init(PCIDevice *d, PCIBus *sec_bus, MemoryRegion *bar, in shpc_init() function