Lines Matching defs:new
108 * { OUT => SFN } Change CON first, so new data will not glitch
109 * { OUT => IN } Change CON first, so new data will not glitch
111 * { SFN => OUT } Change DAT first, so new data will not glitch [1]
127 u32 gpcon, old, new, mask;
141 new = (gps_gpcon & mask) >> nr;
145 if (old == new)
150 if (is_sfn(old) && is_sfn(new))
155 if (is_in(old) && is_out(new))
160 if (is_sfn(old) && is_out(new))
170 /* Write the new CON settings */
204 u32 old, new, mask;
210 new = (gps_gpcon & mask) >> nr;
214 if (old == new)
219 if (is_sfn(old) && is_sfn(new))
224 if (is_in(old) && is_out(new))
229 if (is_sfn(old) && is_out(new))