OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GFD_MAX_IRQ
(Results
1 - 4
of
4
) sorted by null
/external/qemu/include/hw/android/goldfish/
device.h
62
#define
GFD_MAX_IRQ
16
73
#define
GFD_MAX_IRQ
32
/external/qemu/hw/android/goldfish/
interrupt.c
170
qi = qemu_allocate_irqs(goldfish_int_set_irq, s,
GFD_MAX_IRQ
);
device.c
81
if (goldfish_free_irq >=
GFD_MAX_IRQ
) {
/external/qemu/hw/intc/
i8259.c
563
return qemu_allocate_irqs(i8259_set_irq, s,
GFD_MAX_IRQ
);
Completed in 783 milliseconds