Searched refs:adc2_cfg (Results 1 – 1 of 1) sorted by relevance
597 u8 adc2_cfg; in set_input() local698 adc2_cfg = cx18_av_read(cx, 0x102); in set_input()700 adc2_cfg &= ~0x2; /* No sig on CH3, set ADC2 to CH2 for input */ in set_input()702 adc2_cfg |= 0x2; /* Signal on CH3, set ADC2 to CH3 for input */ in set_input()706 adc2_cfg |= 0x4; /* Set dual mode */ in set_input()708 adc2_cfg &= ~0x4; /* Clear dual mode */ in set_input()709 cx18_av_write_expect(cx, 0x102, adc2_cfg, adc2_cfg, 0x17); in set_input()