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

/vbox/src/VBox/Devices/Bus/
H A DDevPciIch9.cpp81 /** @def PCI_APIC_IRQ_PINS
84 #define PCI_APIC_IRQ_PINS 8 macro
106 volatile uint32_t uaPciApicIrqLevels[PCI_APIC_IRQ_PINS];
1135 for (int i = 0; i < PCI_APIC_IRQ_PINS; i++)
1551 for (int i = 0; i < PCI_APIC_IRQ_PINS; i++)
H A DDevPCI.cpp117 /** @def PCI_APIC_IRQ_PINS
120 #define PCI_APIC_IRQ_PINS 8 macro
146 volatile uint32_t pci_apic_irq_levels[PCI_APIC_IRQ_PINS];
1256 for (i = 0; i < PCI_APIC_IRQ_PINS; i++)
1583 for (uint8_t i = 0; i < PCI_APIC_IRQ_PINS; i++)

Completed in 156 milliseconds