Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
H A Ds3c64xx.c283 u32 newvalue = 0; in s3c_irq_eint_set_type() local
300 newvalue = S3C2410_EXTINT_RISEEDGE; in s3c_irq_eint_set_type()
304 newvalue = S3C2410_EXTINT_FALLEDGE; in s3c_irq_eint_set_type()
308 newvalue = S3C2410_EXTINT_BOTHEDGE; in s3c_irq_eint_set_type()
312 newvalue = S3C2410_EXTINT_LOWLEV; in s3c_irq_eint_set_type()
316 newvalue = S3C2410_EXTINT_HILEV; in s3c_irq_eint_set_type()
332 ctrl |= newvalue << shift; in s3c_irq_eint_set_type()
H A Dirq-s3c24xx.c164 unsigned long newvalue = 0, value; in s3c_irqext_type_set() local
179 newvalue = S3C2410_EXTINT_RISEEDGE; in s3c_irqext_type_set()
183 newvalue = S3C2410_EXTINT_FALLEDGE; in s3c_irqext_type_set()
187 newvalue = S3C2410_EXTINT_BOTHEDGE; in s3c_irqext_type_set()
191 newvalue = S3C2410_EXTINT_LOWLEV; in s3c_irqext_type_set()
195 newvalue = S3C2410_EXTINT_HILEV; in s3c_irqext_type_set()
204 value = (value & ~(7 << extint_offset)) | (newvalue << extint_offset); in s3c_irqext_type_set()
/kernel/linux/linux-6.6/arch/arm/mach-s3c/
H A Ds3c64xx.c275 u32 newvalue = 0; in s3c_irq_eint_set_type() local
292 newvalue = S3C2410_EXTINT_RISEEDGE; in s3c_irq_eint_set_type()
296 newvalue = S3C2410_EXTINT_FALLEDGE; in s3c_irq_eint_set_type()
300 newvalue = S3C2410_EXTINT_BOTHEDGE; in s3c_irq_eint_set_type()
304 newvalue = S3C2410_EXTINT_LOWLEV; in s3c_irq_eint_set_type()
308 newvalue = S3C2410_EXTINT_HILEV; in s3c_irq_eint_set_type()
324 ctrl |= newvalue << shift; in s3c_irq_eint_set_type()
/kernel/linux/linux-5.10/drivers/staging/rtl8712/
H A Dxmit_linux.c98 u8 oldvalue = 0x00, newvalue = 0x00; in r8712_SetFilter() local
102 newvalue = oldvalue & 0xfe; in r8712_SetFilter()
103 r8712_write8(adapter, 0x117, newvalue); in r8712_SetFilter()
/kernel/linux/linux-6.6/drivers/staging/rtl8712/
H A Dxmit_linux.c97 u8 oldvalue = 0x00, newvalue = 0x00; in r8712_SetFilter() local
100 newvalue = oldvalue & 0xfe; in r8712_SetFilter()
101 r8712_write8(adapter, 0x117, newvalue); in r8712_SetFilter()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/carl9170/
H A Dhw.h872 #define SET_VAL(reg, value, newvalue) \
873 (value = ((value) & ~reg) | (((newvalue) << reg##_S) & reg))
875 #define SET_CONSTVAL(reg, newvalue) \
876 (((newvalue) << reg##_S) & reg)
878 #define MOD_VAL(reg, value, newvalue) \
879 (((value) & ~reg) | (((newvalue) << reg##_S) & reg))
/kernel/linux/linux-6.6/drivers/net/wireless/ath/carl9170/
H A Dhw.h872 #define SET_VAL(reg, value, newvalue) \
873 (value = ((value) & ~reg) | (((newvalue) << reg##_S) & reg))
875 #define SET_CONSTVAL(reg, newvalue) \
876 (((newvalue) << reg##_S) & reg)
878 #define MOD_VAL(reg, value, newvalue) \
879 (((value) & ~reg) | (((newvalue) << reg##_S) & reg))

Completed in 9 milliseconds