Searched refs:new2 (Results 1 – 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/oxygen/ |
D | xonar_dg_mixer.c | 128 long new2 = val->value.integer.value[1]; in hp_stereo_volume_put() local 130 if ((new1 > 255) || (new1 < 0) || (new2 > 255) || (new2 < 0)) in hp_stereo_volume_put() 135 (data->cs4245_shadow[CS4245_DAC_B_CTRL] != ~new2)) { in hp_stereo_volume_put() 137 data->cs4245_shadow[CS4245_DAC_B_CTRL] = ~new2; in hp_stereo_volume_put()
|
/kernel/linux/linux-5.10/arch/arm64/include/asm/ |
D | atomic_lse.h | 388 unsigned long new2, \ 396 register unsigned long x3 asm ("x3") = new2; \ 407 : [new1] "r" (x2), [new2] "r" (x3), [ptr] "r" (x4), \
|
D | cmpxchg.h | 138 unsigned long new2, \ 142 old1, old2, new1, new2, ptr); \
|
D | atomic_ll_sc.h | 302 unsigned long new2, \ 319 : "r" (old1), "r" (old2), "r" (new1), "r" (new2) \
|
/kernel/linux/linux-5.10/drivers/edac/ |
D | i7core_edac.c | 1536 const int new2) in i7core_rdimm_update_ce_count() argument 1544 add2 = new2 - pvt->rdimm_last_ce_count[chan][2]; in i7core_rdimm_update_ce_count() 1563 pvt->rdimm_last_ce_count[chan][2] = new2; in i7core_rdimm_update_ce_count() 1586 int i, new0, new1, new2; in i7core_rdimm_check_mc_ecc_err() local 1608 new2 = DIMM_BOT_COR_ERR(rcv[i][1]); in i7core_rdimm_check_mc_ecc_err() 1614 new2 = 0; in i7core_rdimm_check_mc_ecc_err() 1617 i7core_rdimm_update_ce_count(mci, i, new0, new1, new2); in i7core_rdimm_check_mc_ecc_err() 1631 int new0, new1, new2; in i7core_udimm_check_mc_ecc_err() local 1643 new2 = DIMM2_COR_ERR(rcv1); in i7core_udimm_check_mc_ecc_err() 1652 add2 = new2 - pvt->udimm_last_ce_count[2]; in i7core_udimm_check_mc_ecc_err() [all …]
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | alternative.h | 268 [new2] "i" (newfunc2), ## input)
|