Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Darm_gicv3_redist.c1159 int irqgrp = gicv3_irq_group(cs->gic, cs, irq); in gicv3_redist_send_sgi() local
1165 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()
/openbmc/linux/drivers/pinctrl/
H A Dpinctrl-apple-gpio.c256 unsigned int irqgrp = FIELD_GET(REG_GPIOx_GRP, apple_gpio_get_reg(pctl, data->hwirq)); in apple_gpio_irq_ack() local
258 writel(BIT(data->hwirq % 32), pctl->base + REG_IRQ(irqgrp, data->hwirq)); in apple_gpio_irq_ack()