Searched refs:irqgrp (Results 1 – 2 of 2) sorted by relevance
1159 int irqgrp = gicv3_irq_group(cs->gic, cs, irq); in gicv3_redist_send_sgi() local1165 if (grp == GICV3_G1 && irqgrp == GICV3_G0) { in gicv3_redist_send_sgi()1169 if (grp != irqgrp) { in gicv3_redist_send_sgi()1177 if ((irqgrp == GICV3_G0 && nsaccess < 1) || in gicv3_redist_send_sgi()1178 (irqgrp == GICV3_G1 && nsaccess < 2)) { in gicv3_redist_send_sgi()
256 unsigned int irqgrp = FIELD_GET(REG_GPIOx_GRP, apple_gpio_get_reg(pctl, data->hwirq)); in apple_gpio_irq_ack() local258 writel(BIT(data->hwirq % 32), pctl->base + REG_IRQ(irqgrp, data->hwirq)); in apple_gpio_irq_ack()