Lines Matching refs:sync
245 int sync; in ves1820_read_status() local
248 sync = ves1820_readreg(state, 0x11); in ves1820_read_status()
250 if (sync & 1) in ves1820_read_status()
253 if (sync & 2) in ves1820_read_status()
256 if (sync & 2) /* XXX FIXME! */ in ves1820_read_status()
259 if (sync & 4) in ves1820_read_status()
262 if (sync & 8) in ves1820_read_status()
319 int sync; in ves1820_get_frontend() local
322 sync = ves1820_readreg(state, 0x11); in ves1820_get_frontend()
326 printk(sync & 2 ? "ves1820: AFC (%d) %dHz\n" : in ves1820_get_frontend()
341 if (sync & 2) in ves1820_get_frontend()