Lines Matching defs:sync
294 u8 sync = ves1x93_readreg (state, 0x0e);
297 * The ves1893 sometimes returns sync values that make no sense,
306 while ((sync & 0x03) != 0x03 && (sync & 0x0c) && maxtry--) {
308 sync = ves1x93_readreg (state, 0x0e);
313 if (sync & 1)
316 if (sync & 2)
319 if (sync & 4)
322 if (sync & 8)
325 if ((sync & 0x1f) == 0x1f)