OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pci_irq_levels
(Results
1 - 1
of
1
) sorted by null
/external/qemu/hw/
piix_pci.c
60
static int
pci_irq_levels
[4];
variable
149
qemu_put_be32(f,
pci_irq_levels
[i]);
167
pci_irq_levels
[i] = qemu_get_be32(f);
218
pci_irq_levels
[irq_num] = level;
229
pic_level |=
pci_irq_levels
[i];
272
memset(
pci_irq_levels
, 0, sizeof(
pci_irq_levels
));
312
memset(
pci_irq_levels
, 0, sizeof(
pci_irq_levels
));
Completed in 408 milliseconds