Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/irqchip/
Dirq-gic.c296 unsigned int gicirq = gic_irq(d); in gic_set_type() local
300 if (gicirq < 16) in gic_set_type()
304 if (gicirq >= 32 && type != IRQ_TYPE_LEVEL_HIGH && in gic_set_type()
308 ret = gic_configure_irq(gicirq, type, base + GIC_DIST_CONFIG, NULL); in gic_set_type()
309 if (ret && gicirq < 32) { in gic_set_type()
311 pr_warn("GIC: PPI%d is secure or misconfigured\n", gicirq - 16); in gic_set_type()