Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dpci_device.h30 PCIConfigReadFunc *config_read;
95 PCIConfigReadFunc *config_read;
H A Dpci.h134 typedef uint32_t PCIConfigReadFunc(PCIDevice *pci_dev, typedef
/openbmc/qemu/hw/pci/
H A Dpci.c1144 PCIConfigReadFunc *config_read = pc->config_read; in do_pci_register_device()