Searched refs:MAXBUSES (Results 1 – 1 of 1) sorted by relevance
64 #define MAXBUSES (PCI_BUSMAX + 1) macro92 static struct businfo *pci_businfo[MAXBUSES];104 #define PCI_EMUL_ECFG_SIZE (MAXBUSES * 1024 * 1024) /* 1MB per bus */205 if (bnum < 0 || bnum >= MAXBUSES || snum < 0 || snum >= MAXSLOTS || in pci_parse_slot()1082 for (bus = 0; bus < MAXBUSES; bus++) { in init_pci()1133 for (bus = 0; bus < MAXBUSES; bus++) { in init_pci()1386 for (bus = 0; bus < MAXBUSES; bus++) in pci_write_dsdt()1395 assert(bus >= 0 && bus < MAXBUSES); in pci_bus_configured()