Home
last modified time | relevance | path

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

/Linux-v5.10/arch/arm/mach-s3c/
Dirq-s3c24xx.c160 unsigned long gpcon_offset, in s3c_irqext_type_set() argument
168 value = (value & ~(3 << gpcon_offset)) | (0x02 << gpcon_offset); in s3c_irqext_type_set()
214 unsigned long gpcon_offset, extint_offset; in s3c_irqext_type() local
219 gpcon_offset = (data->hwirq) * 2; in s3c_irqext_type()
224 gpcon_offset = (data->hwirq - 8) * 2; in s3c_irqext_type()
229 gpcon_offset = (data->hwirq - 8) * 2; in s3c_irqext_type()
235 return s3c_irqext_type_set(gpcon_reg, extint_reg, gpcon_offset, in s3c_irqext_type()
243 unsigned long gpcon_offset, extint_offset; in s3c_irqext0_type() local
248 gpcon_offset = (data->hwirq) * 2; in s3c_irqext0_type()
254 return s3c_irqext_type_set(gpcon_reg, extint_reg, gpcon_offset, in s3c_irqext0_type()