Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/include/
H A Dpci_cfgreg.h67 int pci_pir_probe(int bus, int require_parse);
/f-stack/freebsd/x86/pci/
H A Dpci_bus.c522 if (pci_pir_probe(bus, 0)) { in legacy_pcib_attach()
759 if (!pci_pir_probe(bus, 1)) in pcibios_pcib_probe()
/f-stack/freebsd/i386/pci/
H A Dpci_pir.c640 pci_pir_probe(int bus, int require_parse) in pci_pir_probe() function