Searched refs:gicirq (Results 1 – 1 of 1) sorted by relevance
121 unsigned int gicirq = gic_irq(d); in gic_set_type() local122 u32 enablemask = 1 << (gicirq % 32); in gic_set_type()123 u32 enableoff = (gicirq / 32) * 4; in gic_set_type()124 u32 confmask = 0x2 << ((gicirq % 16) * 2); in gic_set_type()125 u32 confoff = (gicirq / 16) * 4; in gic_set_type()130 if (gicirq < 16) in gic_set_type()