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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-s3c24xx/
H A Dirq.c254 unsigned long gpcon_offset, extint_offset; local
262 extint_offset = (irq - IRQ_EINT0) * 4;
269 extint_offset = (irq - (EXTINT_OFF)) * 4;
276 extint_offset = (irq - IRQ_EINT8) * 4;
283 extint_offset = (irq - IRQ_EINT16) * 4;
325 value = (value & ~(7 << extint_offset)) | (newvalue << extint_offset);

Completed in 46 milliseconds