Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/pci/
H A Dpci_cfgreg.c215 pcie_cfgregopen(uint64_t base, uint8_t minbus, uint8_t maxbus) in pcie_cfgregopen() argument
231 pcie_base = (vm_offset_t)pmap_mapdev_pciecfg(base, (maxbus + 1) << 20); in pcie_cfgregopen()
233 pcie_maxbus = maxbus; in pcie_cfgregopen()
/f-stack/freebsd/x86/include/
H A Dpci_cfgreg.h61 int pcie_cfgregopen(uint64_t base, uint8_t minbus, uint8_t maxbus);
/f-stack/freebsd/i386/pci/
H A Dpci_cfgreg.c435 pcie_cfgregopen(uint64_t base, uint8_t minbus, uint8_t maxbus) in pcie_cfgregopen() argument
495 pcie_maxbus = maxbus; in pcie_cfgregopen()