Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_prd_i86pc.c86 struct memlist *acpi_io_res[PCI_MAX_BUS_NUM];
87 struct memlist *acpi_mem_res[PCI_MAX_BUS_NUM];
88 struct memlist *acpi_pmem_res[PCI_MAX_BUS_NUM];
89 struct memlist *acpi_bus_res[PCI_MAX_BUS_NUM];
148 for (bus = 0; bus < PCI_MAX_BUS_NUM; bus++) { in acpi_trim_bus_ranges()
207 ASSERT3U(bus, <, PCI_MAX_BUS_NUM); in acpi_find_bus_res()
509 ASSERT3U(bus, <, PCI_MAX_BUS_NUM); in mps_find_bus_res()
595 ASSERT3U(bus, <, PCI_MAX_BUS_NUM); in hrt_find_bus_res()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h1080 #define PCI_MAX_BUS_NUM 256 /* Maximum PCI buses allowed */ macro
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3850 req.ra_boundlen = req.ra_len = (PCI_MAX_BUS_NUM -1); in pcicfg_probe_bridge()