Lines Matching refs:sync
243 int sync; in ves1820_read_status() local
246 sync = ves1820_readreg(state, 0x11); in ves1820_read_status()
248 if (sync & 1) in ves1820_read_status()
251 if (sync & 2) in ves1820_read_status()
254 if (sync & 2) /* XXX FIXME! */ in ves1820_read_status()
257 if (sync & 4) in ves1820_read_status()
260 if (sync & 8) in ves1820_read_status()
317 int sync; in ves1820_get_frontend() local
320 sync = ves1820_readreg(state, 0x11); in ves1820_get_frontend()
324 printk(sync & 2 ? "ves1820: AFC (%d) %dHz\n" : in ves1820_get_frontend()
339 if (sync & 2) in ves1820_get_frontend()