Home
last modified time | relevance | path

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

/openbmc/qemu/hw/intc/
H A Dbcm2835_ic.c77 static const int irq_dups[] = { 7, 9, 10, 18, 19, 53, 54, 55, 56, 57, 62 }; variable
96 for (i = 0; i < ARRAY_SIZE(irq_dups); i++) { in bcm2835_ic_read()
97 res |= extract64(gpu_pending, irq_dups[i], 1) << (i + 10); in bcm2835_ic_read()