Searched refs:newvalue (Results 1 – 4 of 4) sorted by relevance
288 u32 newvalue = 0; in s3c_irq_eint_set_type() local305 newvalue = S3C2410_EXTINT_RISEEDGE; in s3c_irq_eint_set_type()309 newvalue = S3C2410_EXTINT_FALLEDGE; in s3c_irq_eint_set_type()313 newvalue = S3C2410_EXTINT_BOTHEDGE; in s3c_irq_eint_set_type()317 newvalue = S3C2410_EXTINT_LOWLEV; in s3c_irq_eint_set_type()321 newvalue = S3C2410_EXTINT_HILEV; in s3c_irq_eint_set_type()337 ctrl |= newvalue << shift; in s3c_irq_eint_set_type()
111 u8 oldvalue = 0x00, newvalue = 0x00; in r8712_SetFilter() local115 newvalue = oldvalue & 0xfe; in r8712_SetFilter()116 r8712_write8(padapter, 0x117, newvalue); in r8712_SetFilter()
805 #define SET_VAL(reg, value, newvalue) \ argument806 (value = ((value) & ~reg) | (((newvalue) << reg##_S) & reg))808 #define SET_CONSTVAL(reg, newvalue) \ argument809 (((newvalue) << reg##_S) & reg)811 #define MOD_VAL(reg, value, newvalue) \ argument812 (((value) & ~reg) | (((newvalue) << reg##_S) & reg))
173 unsigned long newvalue = 0, value; in s3c_irqext_type_set() local188 newvalue = S3C2410_EXTINT_RISEEDGE; in s3c_irqext_type_set()192 newvalue = S3C2410_EXTINT_FALLEDGE; in s3c_irqext_type_set()196 newvalue = S3C2410_EXTINT_BOTHEDGE; in s3c_irqext_type_set()200 newvalue = S3C2410_EXTINT_LOWLEV; in s3c_irqext_type_set()204 newvalue = S3C2410_EXTINT_HILEV; in s3c_irqext_type_set()213 value = (value & ~(7 << extint_offset)) | (newvalue << extint_offset); in s3c_irqext_type_set()