Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/plat-s3c24xx/
Dirq.c157 unsigned long gpcon_offset, extint_offset; in s3c_irqext_type() local
163 gpcon_offset = (data->irq - IRQ_EINT0) * 2; in s3c_irqext_type()
168 gpcon_offset = (data->irq - (EXTINT_OFF)) * 2; in s3c_irqext_type()
173 gpcon_offset = (data->irq - IRQ_EINT8) * 2; in s3c_irqext_type()
178 gpcon_offset = (data->irq - IRQ_EINT8) * 2; in s3c_irqext_type()
186 value = (value & ~(3 << gpcon_offset)) | (0x02 << gpcon_offset); in s3c_irqext_type()