Lines Matching refs:ctl3
201 u8 ctl3 = saa7191_read_reg(sd, SAA7191_REG_CTL3); in saa7191_s_std() local
207 ctl3 &= ~(SAA7191_CTL3_AUFD | SAA7191_CTL3_FSEL); in saa7191_s_std()
211 ctl3 &= ~SAA7191_CTL3_AUFD; in saa7191_s_std()
212 ctl3 |= SAA7191_CTL3_FSEL; in saa7191_s_std()
216 ctl3 &= ~(SAA7191_CTL3_AUFD | SAA7191_CTL3_FSEL); in saa7191_s_std()
222 err = saa7191_write_reg(sd, SAA7191_REG_CTL3, ctl3); in saa7191_s_std()
234 dprintk("ctl3: %02x stdc: %02x chcv: %02x\n", ctl3, in saa7191_s_std()
268 u8 ctl3 = saa7191_read_reg(sd, SAA7191_REG_CTL3); in saa7191_querystd() local
277 ctl3 &= ~(SAA7191_CTL3_FSEL); in saa7191_querystd()
284 err = saa7191_write_reg(sd, SAA7191_REG_CTL3, ctl3); in saa7191_querystd()
290 ctl3 |= SAA7191_CTL3_AUFD; in saa7191_querystd()
291 err = saa7191_write_reg(sd, SAA7191_REG_CTL3, ctl3); in saa7191_querystd()