afe_cfg           582 drivers/media/pci/cx18/cx18-av-core.c 	u32 afe_cfg;
afe_cfg           695 drivers/media/pci/cx18/cx18-av-core.c 	afe_cfg = cx18_av_read4(cx, CXADEC_AFE_CTRL);
afe_cfg           696 drivers/media/pci/cx18/cx18-av-core.c 	afe_cfg &= 0xff000000;
afe_cfg           697 drivers/media/pci/cx18/cx18-av-core.c 	afe_cfg |= 0x00005000; /* CHROMA_IN, AUD_IN: ADC2; LUMA_IN: ADC1 */
afe_cfg           699 drivers/media/pci/cx18/cx18-av-core.c 		afe_cfg |= 0x00000030; /* half_bw_ch[2-3] since in dual mode */
afe_cfg           706 drivers/media/pci/cx18/cx18-av-core.c 			afe_cfg |= (0x00000200 << i);
afe_cfg           711 drivers/media/pci/cx18/cx18-av-core.c 				afe_cfg |= 0x00002000; /* LUMA_IN_SEL: ADC2 */
afe_cfg           717 drivers/media/pci/cx18/cx18-av-core.c 			afe_cfg |= (0x00000200 << i);
afe_cfg           719 drivers/media/pci/cx18/cx18-av-core.c 				afe_cfg &= ~0x00001000; /* CHROMA_IN_SEL ADC1 */
afe_cfg           726 drivers/media/pci/cx18/cx18-av-core.c 			afe_cfg |= (0x00000240 << i);
afe_cfg           728 drivers/media/pci/cx18/cx18-av-core.c 				afe_cfg &= ~0x00004000; /* AUD_IN_SEL ADC1 */
afe_cfg           733 drivers/media/pci/cx18/cx18-av-core.c 	cx18_av_write4(cx, CXADEC_AFE_CTRL, afe_cfg);