Home
last modified time | relevance | path

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

/xen-4.10.0-shim-comet/xen/arch/x86/x86_64/
A Dmmconf-fam10h.c28 static struct pci_hostbridge_probe pci_probes[] = { variable
48 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