Searched refs:new1 (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/sound/pci/oxygen/ |
D | xonar_dg_mixer.c | 127 long new1 = val->value.integer.value[0]; in hp_stereo_volume_put() local 130 if ((new1 > 255) || (new1 < 0) || (new2 > 255) || (new2 < 0)) in hp_stereo_volume_put() 134 if ((data->cs4245_shadow[CS4245_DAC_A_CTRL] != ~new1) || in hp_stereo_volume_put() 136 data->cs4245_shadow[CS4245_DAC_A_CTRL] = ~new1; in hp_stereo_volume_put()
|
/Linux-v5.15/arch/arm64/include/asm/ |
D | atomic_lse.h | 387 unsigned long new1, \ 395 register unsigned long x2 asm ("x2") = new1; \ 407 : [new1] "r" (x2), [new2] "r" (x3), [ptr] "r" (x4), \
|
D | cmpxchg.h | 137 unsigned long new1, \ 142 old1, old2, new1, new2, ptr); \
|
D | atomic_ll_sc.h | 322 unsigned long new1, \ 341 : "r" (old1), "r" (old2), "r" (new1), "r" (new2) \
|
/Linux-v5.15/drivers/edac/ |
D | i7core_edac.c | 1535 const int new1, in i7core_rdimm_update_ce_count() argument 1545 add1 = new1 - pvt->rdimm_last_ce_count[chan][1]; in i7core_rdimm_update_ce_count() 1564 pvt->rdimm_last_ce_count[chan][1] = new1; in i7core_rdimm_update_ce_count() 1586 int i, new0, new1, new2; in i7core_rdimm_check_mc_ecc_err() local 1607 new1 = DIMM_TOP_COR_ERR(rcv[i][0]); in i7core_rdimm_check_mc_ecc_err() 1612 new1 = DIMM_TOP_COR_ERR(rcv[i][1]) + 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 1644 new1 = DIMM1_COR_ERR(rcv0); in i7core_udimm_check_mc_ecc_err() 1653 add1 = new1 - pvt->udimm_last_ce_count[1]; in i7core_udimm_check_mc_ecc_err() [all …]
|
/Linux-v5.15/arch/x86/include/asm/ |
D | alternative.h | 265 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
|
/Linux-v5.15/drivers/net/usb/ |
D | r8152.c | 6092 u16 orig, new1; in rtl8152_set_speed() local 6109 new1 = orig & ~(ADVERTISE_10HALF | ADVERTISE_10FULL | in rtl8152_set_speed() 6112 new1 |= ADVERTISE_10HALF; in rtl8152_set_speed() 6116 new1 |= ADVERTISE_10FULL; in rtl8152_set_speed() 6121 new1 |= ADVERTISE_100HALF; in rtl8152_set_speed() 6125 new1 |= ADVERTISE_100FULL; in rtl8152_set_speed() 6129 if (orig != new1) { in rtl8152_set_speed() 6130 r8152_mdio_write(tp, MII_ADVERTISE, new1); in rtl8152_set_speed() 6131 tp->mii.advertising = new1; in rtl8152_set_speed() 6136 new1 = orig & ~(ADVERTISE_1000FULL | in rtl8152_set_speed() [all …]
|