Searched defs:MAX_PCI_DEVICES (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/com32/include/sys/
H A Dpci.h8 #define MAX_PCI_DEVICES 32 macro
67 struct pci_slot *slot[MAX_PCI_DEVICES];
79 for (int __pci_slot = 0; __pci_slot < MAX_PCI_DEVICES; __pci_slot++) \
88 for (int __pci_slot = 0; __pci_slot < MAX_PCI_DEVICES; __pci_slot++) \

Completed in 2625 milliseconds