Lines Matching +full:firmware +full:- +full:initialised
1 // SPDX-License-Identifier: GPL-2.0
3 * Simple, generic PCI host controller driver targetting firmware-initialised
15 #include <linux/pci-ecam.h>
29 struct pci_config_window *cfg = bus->sysdata; in pci_dw_valid_device()
37 if (bus->number == cfg->busr.start && PCI_SLOT(devfn) > 0) in pci_dw_valid_device()
62 { .compatible = "pci-host-cam-generic",
65 { .compatible = "pci-host-ecam-generic",
68 { .compatible = "marvell,armada8k-pcie-ecam",
71 { .compatible = "socionext,synquacer-pcie-ecam",
74 { .compatible = "snps,dw-pcie-ecam",
85 of_id = of_match_node(gen_pci_of_match, pdev->dev.of_node); in gen_pci_probe()
86 ops = (struct pci_ecam_ops *)of_id->data; in gen_pci_probe()
93 .name = "pci-host-generic",