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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-s3c24xx/
H A Dirq.c158 unsigned long gpcon_offset, extint_offset; local
166 extint_offset = (irq - IRQ_EINT0) * 4;
173 extint_offset = (irq - (EXTINT_OFF)) * 4;
180 extint_offset = (irq - IRQ_EINT8) * 4;
187 extint_offset = (irq - IRQ_EINT16) * 4;
229 value = (value & ~(7 << extint_offset)) | (newvalue << extint_offset);

Completed in 71 milliseconds