Searched refs:new1 (Results 1 - 5 of 5) sorted by relevance

/linux-master/sound/pci/oxygen/
H A Dxonar_dg_mixer.c127 long new1 = val->value.integer.value[0]; local
130 if ((new1 > 255) || (new1 < 0) || (new2 > 255) || (new2 < 0))
134 if ((data->cs4245_shadow[CS4245_DAC_A_CTRL] != ~new1) ||
136 data->cs4245_shadow[CS4245_DAC_A_CTRL] = ~new1;
/linux-master/drivers/edac/
H A Di7core_edac.c1535 const int new1,
1545 add1 = new1 - pvt->rdimm_last_ce_count[chan][1];
1564 pvt->rdimm_last_ce_count[chan][1] = new1;
1586 int i, new0, new1, new2; local
1607 new1 = DIMM_TOP_COR_ERR(rcv[i][0]);
1612 new1 = DIMM_TOP_COR_ERR(rcv[i][1]) +
1617 i7core_rdimm_update_ce_count(mci, i, new0, new1, new2);
1631 int new0, new1, new2; local
1644 new1 = DIMM1_COR_ERR(rcv0);
1653 add1 = new1
1532 i7core_rdimm_update_ce_count(struct mem_ctl_info *mci, const int chan, const int new0, const int new1, const int new2) argument
[all...]
/linux-master/arch/arm64/include/asm/
H A Datomic_lse.h298 " casp" #mb "\t%[old1], %[old2], %[new1], %[new2], %[v]\n"\
301 : [new1] "r" (x2), [new2] "r" (x3), [ptr] "r" (x4), \
/linux-master/arch/x86/include/asm/
H A Dalternative.h321 asm_inline volatile (ALTERNATIVE_2("call %P[old]", "call %P[new1]", ft_flags1,\
324 : [old] "i" (oldfunc), [new1] "i" (newfunc1), \
/linux-master/drivers/net/usb/
H A Dr8152.c6311 u16 orig, new1; local
6328 new1 = orig & ~(ADVERTISE_10HALF | ADVERTISE_10FULL |
6331 new1 |= ADVERTISE_10HALF;
6335 new1 |= ADVERTISE_10FULL;
6340 new1 |= ADVERTISE_100HALF;
6344 new1 |= ADVERTISE_100FULL;
6348 if (orig != new1) {
6349 r8152_mdio_write(tp, MII_ADVERTISE, new1);
6350 tp->mii.advertising = new1;
6355 new1
9256 u16 old, new1; local
[all...]

Completed in 195 milliseconds