Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/
H A Dmmconf-fam10h_64.c30 static struct pci_hostbridge_probe pci_probes[] = { variable
76 for (i = 0; i < ARRAY_SIZE(pci_probes); i++) { in get_fam10h_pci_mmconf_base()
81 bus = pci_probes[i].bus; in get_fam10h_pci_mmconf_base()
82 slot = pci_probes[i].slot; in get_fam10h_pci_mmconf_base()
87 if (pci_probes[i].vendor == vendor && in get_fam10h_pci_mmconf_base()
88 pci_probes[i].device == device) { in get_fam10h_pci_mmconf_base()