Home
last modified time | relevance | path

Searched refs:pci_generic_ecam_ops (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/drivers/pci/
H A Dpcie_ecam_generic.c125 static const struct dm_pci_ops pci_generic_ecam_ops = { variable
139 .ops = &pci_generic_ecam_ops,
/openbmc/linux/drivers/pci/controller/
H A Dpci-host-generic.c64 .data = &pci_generic_ecam_ops },
H A Dpcie-xilinx-cpm.c548 &pci_generic_ecam_ops); in xilinx_cpm_pcie_parse_dt()
617 bridge->ops = (struct pci_ops *)&pci_generic_ecam_ops.pci_ops; in xilinx_cpm_pcie_probe()
/openbmc/linux/drivers/pci/
H A Decam.c200 const struct pci_ecam_ops pci_generic_ecam_ops = { variable
209 EXPORT_SYMBOL_GPL(pci_generic_ecam_ops);
/openbmc/linux/include/linux/
H A Dpci-ecam.h78 extern const struct pci_ecam_ops pci_generic_ecam_ops;
/openbmc/linux/drivers/acpi/
H A Dpci_mcfg.c236 const struct pci_ecam_ops *ops = &pci_generic_ecam_ops; in pci_mcfg_lookup()