HomeSort by relevance Sort by last modified time
    Searched refs:GFD_MAX_IRQ (Results 1 - 4 of 4) sorted by null

  /external/qemu/hw/
goldfish_device.h 60 #define GFD_MAX_IRQ 16
69 #define GFD_MAX_IRQ 32
goldfish_device.c 71 if (goldfish_free_irq >= GFD_MAX_IRQ) {
goldfish_interrupt.c 169 qi = qemu_allocate_irqs(goldfish_int_set_irq, s, GFD_MAX_IRQ);
i8259.c 563 return qemu_allocate_irqs(i8259_set_irq, s, GFD_MAX_IRQ);

Completed in 295 milliseconds