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.h31 PCIConfigReadFunc *config_read;
99 PCIConfigReadFunc *config_read;
H A Dpci.h148 typedef uint32_t PCIConfigReadFunc(PCIDevice *pci_dev, typedef
/openbmc/qemu/hw/pci/
H A Dpci.c1317 PCIConfigReadFunc *config_read = pc->config_read; in do_pci_register_device()