Searched refs:newvalue (Results 1 – 4 of 4) sorted by relevance
282 u32 newvalue = 0; in s3c_irq_eint_set_type() local299 newvalue = S3C2410_EXTINT_RISEEDGE; in s3c_irq_eint_set_type()303 newvalue = S3C2410_EXTINT_FALLEDGE; in s3c_irq_eint_set_type()307 newvalue = S3C2410_EXTINT_BOTHEDGE; in s3c_irq_eint_set_type()311 newvalue = S3C2410_EXTINT_LOWLEV; in s3c_irq_eint_set_type()315 newvalue = S3C2410_EXTINT_HILEV; in s3c_irq_eint_set_type()331 ctrl |= newvalue << shift; in s3c_irq_eint_set_type()
166 unsigned long newvalue = 0, value; in s3c_irqext_type_set() local181 newvalue = S3C2410_EXTINT_RISEEDGE; in s3c_irqext_type_set()185 newvalue = S3C2410_EXTINT_FALLEDGE; in s3c_irqext_type_set()189 newvalue = S3C2410_EXTINT_BOTHEDGE; in s3c_irqext_type_set()193 newvalue = S3C2410_EXTINT_LOWLEV; in s3c_irqext_type_set()197 newvalue = S3C2410_EXTINT_HILEV; in s3c_irqext_type_set()206 value = (value & ~(7 << extint_offset)) | (newvalue << extint_offset); in s3c_irqext_type_set()
97 u8 oldvalue = 0x00, newvalue = 0x00; in r8712_SetFilter() local101 newvalue = oldvalue & 0xfe; in r8712_SetFilter()102 r8712_write8(adapter, 0x117, newvalue); in r8712_SetFilter()
872 #define SET_VAL(reg, value, newvalue) \ argument873 (value = ((value) & ~reg) | (((newvalue) << reg##_S) & reg))875 #define SET_CONSTVAL(reg, newvalue) \ argument876 (((newvalue) << reg##_S) & reg)878 #define MOD_VAL(reg, value, newvalue) \ argument879 (((value) & ~reg) | (((newvalue) << reg##_S) & reg))
Completed in 14 milliseconds