Home
last modified time | relevance | path

Searched refs:pcie_cap_init (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/hw/pci-bridge/
H A Dxio3130_upstream.c81 rc = pcie_cap_init(d, XIO3130_EXP_OFFSET, PCI_EXP_TYPE_UPSTREAM, in xio3130_upstream_realize()
H A Dpcie_pci_bridge.c50 rc = pcie_cap_init(d, 0, PCI_EXP_TYPE_PCI_BRIDGE, 0, errp); in OBJECT_DECLARE_SIMPLE_TYPE()
H A Dxio3130_downstream.c91 rc = pcie_cap_init(d, XIO3130_EXP_OFFSET, PCI_EXP_TYPE_DOWNSTREAM, in xio3130_downstream_realize()
H A Dpcie_root_port.c92 rc = pcie_cap_init(d, rpc->exp_offset, PCI_EXP_TYPE_ROOT_PORT, in rp_realize()
H A Dcxl_downstream.c158 rc = pcie_cap_init(d, CXL_DOWNSTREAM_PORT_EXP_OFFSET, in cxl_dsp_realize()
H A Dcxl_upstream.c312 rc = pcie_cap_init(d, CXL_UPSTREAM_PORT_PCIE_CAP_OFFSET, in cxl_usp_realize()
/openbmc/qemu/include/hw/pci/
H A Dpcie.h90 int pcie_cap_init(PCIDevice *dev, uint8_t offset, uint8_t type,
/openbmc/qemu/hw/pci/
H A Dpcie.c218 int pcie_cap_init(PCIDevice *dev, uint8_t offset, in pcie_cap_init() function
298 ret = pcie_cap_init(dev, offset, type, 0, &local_err); in pcie_endpoint_cap_common_init()
/openbmc/qemu/hw/pci-host/
H A Ddesignware.c420 pcie_cap_init(dev, 0x70, PCI_EXP_TYPE_ROOT_PORT, in designware_pcie_root_realize()