Home
last modified time | relevance | path

Searched refs:pcie_cap_slot_write_config (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/pci/
H A Dpcie.h112 void pcie_cap_slot_write_config(PCIDevice *dev,
/openbmc/qemu/hw/pci-bridge/
H A Dxio3130_downstream.c52 pcie_cap_slot_write_config(d, slt_ctl, slt_sta, address, val, len); in xio3130_downstream_write_config()
H A Dpcie_root_port.c41 pcie_cap_slot_write_config(d, slt_ctl, slt_sta, address, val, len); in rp_write_config()
H A Dcxl_downstream.c78 pcie_cap_slot_write_config(d, slt_ctl, slt_sta, address, val, len); in cxl_dsp_config_write()
H A Dcxl_root_port.c259 pcie_cap_slot_write_config(d, slt_ctl, slt_sta, address, val, len); in cxl_rp_write_config()
/openbmc/qemu/hw/pci/
H A Dtrace-events21 pcie_cap_slot_write_config(const char *parent, const char *child, const char *pds, const char *old_…
H A Dpcie.c819 void pcie_cap_slot_write_config(PCIDevice *dev, in pcie_cap_slot_write_config() function