Searched refs:GIC_BASE_IRQ (Results 1 - 1 of 1) sorted by relevance

/external/qemu/hw/
H A Darm_gic.c28 #define GIC_BASE_IRQ 32 macro
32 #define GIC_BASE_IRQ 0 macro
269 irq += GIC_BASE_IRQ;
284 irq += GIC_BASE_IRQ;
296 irq = (offset - 0x300) * 8 + GIC_BASE_IRQ;
308 irq = (offset - 0x400) + GIC_BASE_IRQ;
315 irq = (offset - 0x800) + GIC_BASE_IRQ;
325 irq = (offset - 0xc00) * 2 + GIC_BASE_IRQ;
398 irq = (offset - 0x100) * 8 + GIC_BASE_IRQ;
420 irq = (offset - 0x180) * 8 + GIC_BASE_IRQ;
[all...]

Completed in 54 milliseconds