Lines Matching defs:new
85 * @freq: new clock frequency in Hz
86 * @dir: new clock direction - input/output.
803 unsigned int old, new;
810 new = (old & ~mask) | (val & mask);
811 *change = old != new;
813 ret = soc_component_write_no_lock(component, reg, new);
948 * Tests a register with a new value and checks if the new value is
956 unsigned int old, new;
959 new = (old & ~mask) | value;
960 return old != new;