Home
last modified time | relevance | path

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

/pciutils/lib/
H A Daix-device.c41 #define PCI_BUS_MAX 16 /* arbitrary choice */ macro
42 static aix_pci_bus pci_buses[PCI_BUS_MAX];
159 if (pci_bus_count >= PCI_BUS_MAX) in aix_detect()