Home
last modified time | relevance | path

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

/arch/arm/plat-s5p/
Dirq-eint.c67 u32 newvalue = 0; in s5p_irq_eint_set_type() local
71 newvalue = S5P_IRQ_TYPE_EDGE_RISING; in s5p_irq_eint_set_type()
75 newvalue = S5P_IRQ_TYPE_EDGE_FALLING; in s5p_irq_eint_set_type()
79 newvalue = S5P_IRQ_TYPE_EDGE_BOTH; in s5p_irq_eint_set_type()
83 newvalue = S5P_IRQ_TYPE_LEVEL_LOW; in s5p_irq_eint_set_type()
87 newvalue = S5P_IRQ_TYPE_LEVEL_HIGH; in s5p_irq_eint_set_type()
100 ctrl |= newvalue << shift; in s5p_irq_eint_set_type()
/arch/arm/mach-s3c64xx/
Dcommon.c236 u32 newvalue = 0; in s3c_irq_eint_set_type() local
253 newvalue = S3C2410_EXTINT_RISEEDGE; in s3c_irq_eint_set_type()
257 newvalue = S3C2410_EXTINT_FALLEDGE; in s3c_irq_eint_set_type()
261 newvalue = S3C2410_EXTINT_BOTHEDGE; in s3c_irq_eint_set_type()
265 newvalue = S3C2410_EXTINT_LOWLEV; in s3c_irq_eint_set_type()
269 newvalue = S3C2410_EXTINT_HILEV; in s3c_irq_eint_set_type()
285 ctrl |= newvalue << shift; in s3c_irq_eint_set_type()
/arch/arm/mach-s5p64x0/
Dcommon.c317 u32 newvalue = 0; in s5p64x0_irq_eint_set_type() local
327 newvalue = S3C2410_EXTINT_RISEEDGE; in s5p64x0_irq_eint_set_type()
330 newvalue = S3C2410_EXTINT_FALLEDGE; in s5p64x0_irq_eint_set_type()
333 newvalue = S3C2410_EXTINT_BOTHEDGE; in s5p64x0_irq_eint_set_type()
336 newvalue = S3C2410_EXTINT_LOWLEV; in s5p64x0_irq_eint_set_type()
339 newvalue = S3C2410_EXTINT_HILEV; in s5p64x0_irq_eint_set_type()
350 ctrl |= newvalue << shift; in s5p64x0_irq_eint_set_type()
/arch/arm/plat-s3c24xx/
Dirq.c158 unsigned long newvalue = 0, value; in s3c_irqext_type() local
197 newvalue = S3C2410_EXTINT_RISEEDGE; in s3c_irqext_type()
201 newvalue = S3C2410_EXTINT_FALLEDGE; in s3c_irqext_type()
205 newvalue = S3C2410_EXTINT_BOTHEDGE; in s3c_irqext_type()
209 newvalue = S3C2410_EXTINT_LOWLEV; in s3c_irqext_type()
213 newvalue = S3C2410_EXTINT_HILEV; in s3c_irqext_type()
222 value = (value & ~(7 << extint_offset)) | (newvalue << extint_offset); in s3c_irqext_type()
/arch/arm/mach-exynos/
Dcommon.c830 u32 newvalue = 0; in exynos_irq_eint_set_type() local
834 newvalue = S5P_IRQ_TYPE_EDGE_RISING; in exynos_irq_eint_set_type()
838 newvalue = S5P_IRQ_TYPE_EDGE_FALLING; in exynos_irq_eint_set_type()
842 newvalue = S5P_IRQ_TYPE_EDGE_BOTH; in exynos_irq_eint_set_type()
846 newvalue = S5P_IRQ_TYPE_LEVEL_LOW; in exynos_irq_eint_set_type()
850 newvalue = S5P_IRQ_TYPE_LEVEL_HIGH; in exynos_irq_eint_set_type()
864 ctrl |= newvalue << shift; in exynos_irq_eint_set_type()