Home
last modified time | relevance | path

Searched refs:afe_cfg (Results 1 – 1 of 1) sorted by relevance

/drivers/media/pci/cx18/
Dcx18-av-core.c598 u32 afe_cfg; in set_input() local
711 afe_cfg = cx18_av_read4(cx, CXADEC_AFE_CTRL); in set_input()
712 afe_cfg &= 0xff000000; in set_input()
713 afe_cfg |= 0x00005000; /* CHROMA_IN, AUD_IN: ADC2; LUMA_IN: ADC1 */ in set_input()
715 afe_cfg |= 0x00000030; /* half_bw_ch[2-3] since in dual mode */ in set_input()
722 afe_cfg |= (0x00000200 << i); in set_input()
727 afe_cfg |= 0x00002000; /* LUMA_IN_SEL: ADC2 */ in set_input()
733 afe_cfg |= (0x00000200 << i); in set_input()
735 afe_cfg &= ~0x00001000; /* CHROMA_IN_SEL ADC1 */ in set_input()
742 afe_cfg |= (0x00000240 << i); in set_input()
[all …]