Searched refs:pci_probes (Results 1 – 1 of 1) sorted by relevance
28 static struct pci_hostbridge_probe pci_probes[] = { variable48 for (i = 0; i < ARRAY_SIZE(pci_probes); i++) { in get_fam10h_pci_mmconf_base()53 bus = pci_probes[i].bus; in get_fam10h_pci_mmconf_base()54 slot = pci_probes[i].slot; in get_fam10h_pci_mmconf_base()59 if (pci_probes[i].vendor == vendor && in get_fam10h_pci_mmconf_base()60 pci_probes[i].device == device) in get_fam10h_pci_mmconf_base()64 if (i >= ARRAY_SIZE(pci_probes)) in get_fam10h_pci_mmconf_base()
Completed in 2 milliseconds