new1              322 arch/arm64/include/asm/atomic_ll_sc.h 				      unsigned long new1,		\
new1              341 arch/arm64/include/asm/atomic_ll_sc.h 	: "r" (old1), "r" (old2), "r" (new1), "r" (new2)		\
new1              387 arch/arm64/include/asm/atomic_lse.h 					 unsigned long new1,		\
new1              395 arch/arm64/include/asm/atomic_lse.h 	register unsigned long x2 asm ("x2") = new1;			\
new1              407 arch/arm64/include/asm/atomic_lse.h 	: [new1] "r" (x2), [new2] "r" (x3), [ptr] "r" (x4),		\
new1              137 arch/arm64/include/asm/cmpxchg.h 					 unsigned long new1,		\
new1              142 arch/arm64/include/asm/cmpxchg.h 				old1, old2, new1, new2, ptr);		\
new1              259 arch/x86/include/asm/alternative.h 		: [old] "i" (oldfunc), [new1] "i" (newfunc1),		      \
new1             1536 drivers/edac/i7core_edac.c 					 const int new1,
new1             1546 drivers/edac/i7core_edac.c 		add1 = new1 - pvt->rdimm_last_ce_count[chan][1];
new1             1565 drivers/edac/i7core_edac.c 	pvt->rdimm_last_ce_count[chan][1] = new1;
new1             1587 drivers/edac/i7core_edac.c 	int i, new0, new1, new2;
new1             1608 drivers/edac/i7core_edac.c 			new1 = DIMM_TOP_COR_ERR(rcv[i][0]);
new1             1613 drivers/edac/i7core_edac.c 			new1 = DIMM_TOP_COR_ERR(rcv[i][1]) +
new1             1618 drivers/edac/i7core_edac.c 		i7core_rdimm_update_ce_count(mci, i, new0, new1, new2);
new1             1632 drivers/edac/i7core_edac.c 	int new0, new1, new2;
new1             1645 drivers/edac/i7core_edac.c 	new1 = DIMM1_COR_ERR(rcv0);
new1             1654 drivers/edac/i7core_edac.c 		add1 = new1 - pvt->udimm_last_ce_count[1];
new1             1678 drivers/edac/i7core_edac.c 	pvt->udimm_last_ce_count[1] = new1;
new1              127 sound/pci/oxygen/xonar_dg_mixer.c 	long new1 = val->value.integer.value[0];
new1              130 sound/pci/oxygen/xonar_dg_mixer.c 	if ((new1 > 255) || (new1 < 0) || (new2 > 255) || (new2 < 0))
new1              134 sound/pci/oxygen/xonar_dg_mixer.c 	if ((data->cs4245_shadow[CS4245_DAC_A_CTRL] != ~new1) ||
new1              136 sound/pci/oxygen/xonar_dg_mixer.c 		data->cs4245_shadow[CS4245_DAC_A_CTRL] = ~new1;