Home
last modified time | relevance | path

Searched refs:GIC_FIRST_PPI (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Dgic_common.h51 #define GIC_FIRST_PPI 16 /* Irqs 16-31 are private (per */ macro
H A Dgic.c228 for (irq = GIC_FIRST_PPI; irq <= GIC_LAST_PPI; irq++) in arm_gic_init_secondary()
258 INTR_ISRCF_PPI, "%s,p%u", name, irq - GIC_FIRST_PPI); in arm_gic_register_isrcs()
691 irq = GIC_FIRST_PPI + cells[1]; in gic_map_fdt()
/f-stack/freebsd/arm64/arm64/
H A Dgic_v3.c324 INTR_ISRCF_PPI, "%s,p%u", name, irq - GIC_FIRST_PPI); in gic_v3_attach()
500 } else if (active_irq >= GIC_FIRST_PPI && in arm_gic_v3_intr()
546 irq = GIC_FIRST_PPI + cells[1]; in gic_map_fdt()
746 if (irq >= GIC_FIRST_PPI && irq <= GIC_LAST_SPI) { in gic_v3_setup_intr()
932 for (irq = GIC_FIRST_PPI; irq <= GIC_LAST_PPI; irq++) { in gic_v3_init_secondary()