Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/cx18/
H A 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()
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()
728 afe_cfg &= ~0x00004000; /* AUD_IN_SEL ADC1 */ in set_input()
[all …]