Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/cx18/
Dcx18-av-core.c582 u32 afe_cfg; in set_input() local
695 afe_cfg = cx18_av_read4(cx, CXADEC_AFE_CTRL); in set_input()
696 afe_cfg &= 0xff000000; in set_input()
697 afe_cfg |= 0x00005000; /* CHROMA_IN, AUD_IN: ADC2; LUMA_IN: ADC1 */ in set_input()
699 afe_cfg |= 0x00000030; /* half_bw_ch[2-3] since in dual mode */ in set_input()
706 afe_cfg |= (0x00000200 << i); in set_input()
711 afe_cfg |= 0x00002000; /* LUMA_IN_SEL: ADC2 */ in set_input()
717 afe_cfg |= (0x00000200 << i); in set_input()
719 afe_cfg &= ~0x00001000; /* CHROMA_IN_SEL ADC1 */ in set_input()
726 afe_cfg |= (0x00000240 << i); in set_input()
[all …]