Home
last modified time | relevance | path

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

/arch/arm/plat-s3c24xx/
Dirq.c255 unsigned long gpcon_offset, extint_offset; in s3c_irqext_type() local
263 extint_offset = (irq - IRQ_EINT0) * 4; in s3c_irqext_type()
270 extint_offset = (irq - (EXTINT_OFF)) * 4; in s3c_irqext_type()
277 extint_offset = (irq - IRQ_EINT8) * 4; in s3c_irqext_type()
284 extint_offset = (irq - IRQ_EINT16) * 4; in s3c_irqext_type()
326 value = (value & ~(7 << extint_offset)) | (newvalue << extint_offset); in s3c_irqext_type()