OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pic_irq
(Results
1 - 2
of
2
) sorted by null
/external/qemu/hw/pci-host/
piix.c
216
int i,
pic_irq
, pic_level;
local
222
pic_irq
= piix3_dev->config[0x60 + irq_num];
223
if (
pic_irq
< 16) {
228
if (
pic_irq
== piix3_dev->config[0x60 + i])
231
qemu_set_irq(pic[
pic_irq
], pic_level);
/external/qemu-pc-bios/bochs/bios/
rombios32.c
935
int i, pin,
pic_irq
, vendor_id, device_id;
local
1016
pic_irq
= pci_irqs[pin];
1017
pci_config_writeb(d, PCI_INTERRUPT_LINE,
pic_irq
);
[
all
...]
Completed in 1477 milliseconds