Searched refs:PCI_MAX_BUS_NUM (Results 1 – 3 of 3) sorted by relevance
86 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()
1083 #define PCI_MAX_BUS_NUM 256 /* Maximum PCI buses allowed */ macro
3850 req.ra_boundlen = req.ra_len = (PCI_MAX_BUS_NUM -1); in pcicfg_probe_bridge()