Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/pci/cx18/
Dcx18-av-core.c588 u8 afe_mux_cfg; in set_input() local
599 afe_mux_cfg = 0xf0 + (vid_input - CX18_AV_COMPOSITE1); in set_input()
618 afe_mux_cfg = (luma - CX18_AV_COMPONENT_LUMA1) >> 12; in set_input()
620 afe_mux_cfg |= (r_chroma - CX18_AV_COMPONENT_R_CHROMA4) >> 12; in set_input()
622 afe_mux_cfg |= (b_chroma - CX18_AV_COMPONENT_B_CHROMA7) >> 14; in set_input()
638 afe_mux_cfg = 0xf0 + ((luma - CX18_AV_SVIDEO_LUMA1) >> 4); in set_input()
641 afe_mux_cfg &= 0x3f; in set_input()
642 afe_mux_cfg |= (chroma - CX18_AV_SVIDEO_CHROMA7) >> 2; in set_input()
645 afe_mux_cfg &= 0xcf; in set_input()
646 afe_mux_cfg |= (chroma - CX18_AV_SVIDEO_CHROMA4) >> 4; in set_input()
[all …]