Searched refs:msi_write_config (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/include/hw/pci/ |
H A D | msi.h | 45 void msi_write_config(PCIDevice *dev, uint32_t addr, uint32_t val, int len);
|
/openbmc/qemu/hw/pci-bridge/ |
H A D | pcie_pci_bridge.c | 122 msi_write_config(d, address, val, len); in pcie_pci_bridge_write_config()
|
H A D | pci_bridge_dev.c | 154 msi_write_config(d, address, val, len); in pci_bridge_dev_write_config()
|
/openbmc/qemu/hw/pci/ |
H A D | msi.c | 384 void msi_write_config(PCIDevice *dev, uint32_t addr, uint32_t val, int len) in msi_write_config() function
|
H A D | pci.c | 1623 msi_write_config(d, addr, val_in, l); in pci_default_write_config()
|