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

/vbox/src/VBox/Devices/Bus/
H A DDevPCI.cpp237 #define PCI_INTERRUPT_LINE 0x3c /* 8 bits */ macro
685 apic_set_irq(pBus, uDevFn, pPciDev, -1, iLevel, pPciDev->config[PCI_INTERRUPT_LINE], uTagSrc);
694 pic_irq = pPciDev->config[PCI_INTERRUPT_LINE];
1114 pci_config_writeb(pGlobals, uBus, uDevFn, PCI_INTERRUPT_LINE, pic_irq);
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dpci.h118 #define PCI_INTERRUPT_LINE 0x3c /* IRQ number (0-15) */ macro

Completed in 41 milliseconds