Searched refs:irqmap (Results 1 - 4 of 4) sorted by relevance

/drivers/gpio/
H A Dgpio-grgpio.c352 s32 *irqmap; local
395 * The irqmap contains the index values indicating which underlying irq,
398 irqmap = (s32 *)of_get_property(np, "irqmap", &size);
399 if (irqmap) {
402 "irqmap shorter than ngpio (%d < %d)\n",
420 lirq->index = irqmap[i];
/drivers/irqchip/
H A Dirq-armada-370-xp.c410 unsigned long irqmap, irqn, irqsrc, cpuid; local
415 irqmap = readl_relaxed(per_cpu_int_base + ARMADA_375_PPI_CAUSE);
418 for_each_set_bit(irqn, &irqmap, BITS_PER_LONG) {
/drivers/net/ethernet/8390/
H A Dsmc-ultra.c263 unsigned char irqmap[] = {0, 9, 3, 5, 7, 10, 11, 15}; local
267 irq = irqmap[((irqreg & 0x40) >> 4) + ((irqreg & 0x0c) >> 2)];
H A Dwd.c280 static const int irqmap[] = {9, 3, 5, 7, 10, 11, 15, 4}; local
308 dev->irq = irqmap[((reg4 >> 5) & 0x03) + (reg1 & 0x04)];

Completed in 428 milliseconds