Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dirq-s3c24xx.c161 unsigned long extint_offset, in s3c_irqext_type_set() argument
204 value = (value & ~(7 << extint_offset)) | (newvalue << extint_offset); in s3c_irqext_type_set()
214 unsigned long gpcon_offset, extint_offset; in s3c_irqext_type() local
220 extint_offset = (data->hwirq) * 4; in s3c_irqext_type()
225 extint_offset = (data->hwirq - 8) * 4; in s3c_irqext_type()
230 extint_offset = (data->hwirq - 16) * 4; in s3c_irqext_type()
236 extint_offset, type); in s3c_irqext_type()
243 unsigned long gpcon_offset, extint_offset; in s3c_irqext0_type() local
249 extint_offset = (data->hwirq) * 4; in s3c_irqext0_type()
255 extint_offset, type); in s3c_irqext0_type()