Searched refs:afe_mux_cfg (Results 1 – 1 of 1) sorted by relevance
579 u8 afe_mux_cfg; in set_input() local590 afe_mux_cfg = 0xf0 + (vid_input - CX18_AV_COMPOSITE1); in set_input()609 afe_mux_cfg = (luma - CX18_AV_COMPONENT_LUMA1) >> 12; in set_input()632 afe_mux_cfg &= 0x3f; in set_input()636 afe_mux_cfg &= 0xcf; in set_input()649 afe_mux_cfg &= ~0x30; in set_input()653 afe_mux_cfg = (afe_mux_cfg & ~0x30) | 0x10; in set_input()657 afe_mux_cfg = (afe_mux_cfg & ~0x30) | 0x20; in set_input()661 afe_mux_cfg &= ~0xc0; in set_input()665 afe_mux_cfg = (afe_mux_cfg & ~0xc0) | 0x40; in set_input()[all …]