Searched refs:gpcon_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
165 gpcon_offset = (irq - IRQ_EINT0) * 2;
172 gpcon_offset = (irq - (EXTINT_OFF)) * 2;
179 gpcon_offset = (irq - IRQ_EINT8) * 2;
186 gpcon_offset = (irq - IRQ_EINT8) * 2;
193 value = (value & ~(3 << gpcon_offset)) | (0x02 << gpcon_offset);

Completed in 22 milliseconds