Home
last modified time | relevance | path

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

/freebsd/sys/powerpc/ofw/
H A Dofw_pcibus.c240 int s, f, pcifunchigh; in ofw_pcibus_enum_bus() local
247 pcifunchigh = 0; in ofw_pcibus_enum_bus()
254 pcifunchigh = PCI_FUNCMAX; in ofw_pcibus_enum_bus()
255 for (f = 0; f <= pcifunchigh; f++) { in ofw_pcibus_enum_bus()
/freebsd/sys/x86/pci/
H A Dpci_bus.c381 int pcifunchigh; in legacy_pcib_identify() local
414 pcifunchigh = PCI_FUNCMAX; in legacy_pcib_identify()
416 pcifunchigh = 0; in legacy_pcib_identify()
417 for (func = 0; func <= pcifunchigh; func++) { in legacy_pcib_identify()
/freebsd/sys/dev/pci/
H A Dpci.c4227 int s, f, pcifunchigh; in pci_add_children() local
4249 pcifunchigh = 0; in pci_add_children()
4260 pcifunchigh = PCIB_MAXFUNCS(pcib); in pci_add_children()
4261 for (f = first_func; f <= pcifunchigh; f++) in pci_add_children()
4274 int busno, domain, s, f, pcifunchigh; in pci_rescan_method() local
4299 pcifunchigh = 0; in pci_rescan_method()
4304 pcifunchigh = PCIB_MAXFUNCS(pcib); in pci_rescan_method()
4305 for (f = 0; f <= pcifunchigh; f++) { in pci_rescan_method()