new2              323 arch/arm64/include/asm/atomic_ll_sc.h 				      unsigned long new2,		\
new2              341 arch/arm64/include/asm/atomic_ll_sc.h 	: "r" (old1), "r" (old2), "r" (new1), "r" (new2)		\
new2              388 arch/arm64/include/asm/atomic_lse.h 					 unsigned long new2,		\
new2              396 arch/arm64/include/asm/atomic_lse.h 	register unsigned long x3 asm ("x3") = new2;			\
new2              407 arch/arm64/include/asm/atomic_lse.h 	: [new1] "r" (x2), [new2] "r" (x3), [ptr] "r" (x4),		\
new2              138 arch/arm64/include/asm/cmpxchg.h 					 unsigned long new2,		\
new2              142 arch/arm64/include/asm/cmpxchg.h 				old1, old2, new1, new2, ptr);		\
new2              260 arch/x86/include/asm/alternative.h 		  [new2] "i" (newfunc2), ## input)
new2             1537 drivers/edac/i7core_edac.c 					 const int new2)
new2             1545 drivers/edac/i7core_edac.c 		add2 = new2 - pvt->rdimm_last_ce_count[chan][2];
new2             1564 drivers/edac/i7core_edac.c 	pvt->rdimm_last_ce_count[chan][2] = new2;
new2             1587 drivers/edac/i7core_edac.c 	int i, new0, new1, new2;
new2             1609 drivers/edac/i7core_edac.c 			new2 = DIMM_BOT_COR_ERR(rcv[i][1]);
new2             1615 drivers/edac/i7core_edac.c 			new2 = 0;
new2             1618 drivers/edac/i7core_edac.c 		i7core_rdimm_update_ce_count(mci, i, new0, new1, new2);
new2             1632 drivers/edac/i7core_edac.c 	int new0, new1, new2;
new2             1644 drivers/edac/i7core_edac.c 	new2 = DIMM2_COR_ERR(rcv1);
new2             1653 drivers/edac/i7core_edac.c 		add2 = new2 - pvt->udimm_last_ce_count[2];
new2             1677 drivers/edac/i7core_edac.c 	pvt->udimm_last_ce_count[2] = new2;
new2              128 sound/pci/oxygen/xonar_dg_mixer.c 	long new2 = val->value.integer.value[1];
new2              130 sound/pci/oxygen/xonar_dg_mixer.c 	if ((new1 > 255) || (new1 < 0) || (new2 > 255) || (new2 < 0))
new2              135 sound/pci/oxygen/xonar_dg_mixer.c 	    (data->cs4245_shadow[CS4245_DAC_B_CTRL] != ~new2)) {
new2              137 sound/pci/oxygen/xonar_dg_mixer.c 		data->cs4245_shadow[CS4245_DAC_B_CTRL] = ~new2;