Searched refs:adc2_cfg (Results 1 – 1 of 1) sorted by relevance
580 u8 adc2_cfg; in set_input() local681 adc2_cfg = cx18_av_read(cx, 0x102); in set_input()683 adc2_cfg &= ~0x2; /* No sig on CH3, set ADC2 to CH2 for input */ in set_input()685 adc2_cfg |= 0x2; /* Signal on CH3, set ADC2 to CH3 for input */ in set_input()689 adc2_cfg |= 0x4; /* Set dual mode */ in set_input()691 adc2_cfg &= ~0x4; /* Clear dual mode */ in set_input()692 cx18_av_write_expect(cx, 0x102, adc2_cfg, adc2_cfg, 0x17); in set_input()