Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/common/
Dgic.c121 unsigned int gicirq = gic_irq(d); in gic_set_type() local
122 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()