Searched refs:new1 (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.1/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-v6.1/arch/arm64/include/asm/ |
D | atomic_lse.h | 295 unsigned long new1, \ 303 register unsigned long x2 asm ("x2") = new1; \ 315 : [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 | 301 unsigned long new1, \ 319 : "r" (old1), "r" (old2), "r" (new1), "r" (new2) \
|
/Linux-v6.1/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-v6.1/arch/x86/include/asm/ |
D | alternative.h | 268 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
|
/Linux-v6.1/drivers/net/usb/ |
D | r8152.c | 6127 u16 orig, new1; in rtl8152_set_speed() local 6144 new1 = orig & ~(ADVERTISE_10HALF | ADVERTISE_10FULL | in rtl8152_set_speed() 6147 new1 |= ADVERTISE_10HALF; in rtl8152_set_speed() 6151 new1 |= ADVERTISE_10FULL; in rtl8152_set_speed() 6156 new1 |= ADVERTISE_100HALF; in rtl8152_set_speed() 6160 new1 |= ADVERTISE_100FULL; in rtl8152_set_speed() 6164 if (orig != new1) { in rtl8152_set_speed() 6165 r8152_mdio_write(tp, MII_ADVERTISE, new1); in rtl8152_set_speed() 6166 tp->mii.advertising = new1; in rtl8152_set_speed() 6171 new1 = orig & ~(ADVERTISE_1000FULL | in rtl8152_set_speed() [all …]
|