Searched refs:MAXBUSES (Results 1 – 1 of 1) sorted by relevance
81 #define MAXBUSES (PCI_BUSMAX + 1) macro111 static struct businfo *pci_businfo[MAXBUSES];148 #define PCI_EMUL_ECFG_SIZE (MAXBUSES * 1024 * 1024) /* 1MB per bus */307 if (bnum < 0 || bnum >= MAXBUSES || snum < 0 || snum >= MAXSLOTS || in pci_parse_slot()1508 for (bus = 0; bus < MAXBUSES; bus++) { in init_pci()1599 for (bus = 0; bus < MAXBUSES; bus++) { in init_pci()1856 for (bus = 0; bus < MAXBUSES; bus++) in pci_write_dsdt()1865 assert(bus >= 0 && bus < MAXBUSES); in pci_bus_configured()