GIC_FIRST_PPI
db_printf("PPI %2u ", i - GIC_FIRST_PPI);
for (irq = GIC_FIRST_PPI; irq <= GIC_LAST_PPI; irq++)
INTR_ISRCF_PPI, "%s,p%u", name, irq - GIC_FIRST_PPI);
irq = GIC_FIRST_PPI + cells[1];
for (irq = GIC_FIRST_PPI; irq <= GIC_LAST_PPI; irq++) {
INTR_ISRCF_PPI, "%s,p%u", name, irq - GIC_FIRST_PPI);
} else if (active_irq >= GIC_FIRST_PPI &&
irq = GIC_FIRST_PPI + cells[1];
if (irq >= GIC_FIRST_PPI && irq <= GIC_LAST_SPI) {
#define VGIC_PPI_NUM (GIC_LAST_PPI - GIC_FIRST_PPI + 1)