Searched refs:GIC_FIRST_SPI (Results 1 – 3 of 3) sorted by relevance
327 "%s,s%u", name, irq - GIC_FIRST_SPI); in gic_v3_attach()542 irq = GIC_FIRST_SPI + cells[1]; in gic_map_fdt()583 if (irq >= GIC_FIRST_SPI && *polp != INTR_POLARITY_HIGH) in gic_map_fdt()807 } else if (irq >= GIC_FIRST_SPI && irq <= GIC_LAST_SPI) { in gic_v3_disable_intr()831 } else if (irq >= GIC_FIRST_SPI && irq <= GIC_LAST_SPI) { in gic_v3_enable_intr()877 KASSERT(gi->gi_irq >= GIC_FIRST_SPI && gi->gi_irq <= GIC_LAST_SPI, in gic_v3_bind_intr()1120 for (i = GIC_FIRST_SPI; i < sc->gic_nirqs; i += GICD_I_PER_IGROUPRn) in gic_v3_dist_init()1124 for (i = GIC_FIRST_SPI; i < sc->gic_nirqs; i += GICD_I_PER_ICFGRn) in gic_v3_dist_init()1128 for (i = GIC_FIRST_SPI; in gic_v3_dist_init()1138 for (i = GIC_FIRST_SPI; i < sc->gic_nirqs; i += GICD_I_PER_ISENABLERn) in gic_v3_dist_init()[all …]
54 #define GIC_FIRST_SPI 32 /* Irqs 32+ are shared peripherals. */ macro
261 "%s,s%u", name, irq - GIC_FIRST_SPI); in arm_gic_register_isrcs()602 if (irq < GIC_FIRST_SPI) in gic_config()687 irq = GIC_FIRST_SPI + cells[1]; in gic_map_fdt()959 if (gi->gi_irq < GIC_FIRST_SPI) in arm_gic_bind_intr()