Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/pci/
H A Dshpc.h45 void shpc_cap_write_config(PCIDevice *d, uint32_t addr, uint32_t val, int len);
/openbmc/qemu/hw/pci-bridge/
H A Dpcie_pci_bridge.c124 shpc_cap_write_config(d, address, val, len); in pcie_pci_bridge_write_config()
H A Dpci_bridge_dev.c157 shpc_cap_write_config(d, address, val, len); in pci_bridge_dev_write_config()
/openbmc/qemu/hw/pci/
H A Dshpc.c701 void shpc_cap_write_config(PCIDevice *d, uint32_t addr, uint32_t val, int l) in shpc_cap_write_config() function