Home
last modified time | relevance | path

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

/arch/arm/mach-s3c64xx/
Dcommon.c285 u32 newvalue = 0; in s3c_irq_eint_set_type() local
302 newvalue = S3C2410_EXTINT_RISEEDGE; in s3c_irq_eint_set_type()
306 newvalue = S3C2410_EXTINT_FALLEDGE; in s3c_irq_eint_set_type()
310 newvalue = S3C2410_EXTINT_BOTHEDGE; in s3c_irq_eint_set_type()
314 newvalue = S3C2410_EXTINT_LOWLEV; in s3c_irq_eint_set_type()
318 newvalue = S3C2410_EXTINT_HILEV; in s3c_irq_eint_set_type()
334 ctrl |= newvalue << shift; in s3c_irq_eint_set_type()