Lines Matching defs:new
425 int mask, ret, old, new, shift;
427 u32 old, u32 new, u32 mask);
464 new = old & (~mask | ~behavior[reg / 4].rw);
467 new |= (value << shift) & (behavior[reg / 4].rw & mask);
470 new &= ~((value << shift) & (behavior[reg / 4].w1c & mask));
472 /* Save the new value with the cleared W1C bits into the cfgspace */
473 cfgspace[reg / 4] = cpu_to_le32(new);
479 new &= ~(behavior[reg / 4].w1c & ~mask);
485 new |= (value << shift) & (behavior[reg / 4].w1c & mask);
488 write_op(bridge, reg, old, new, mask);