Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/media/pci/cx18/
Dcx18-av-core.c579 u8 afe_mux_cfg; in set_input() local
590 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()
611 afe_mux_cfg |= (r_chroma - CX18_AV_COMPONENT_R_CHROMA4) >> 12; in set_input()
613 afe_mux_cfg |= (b_chroma - CX18_AV_COMPONENT_B_CHROMA7) >> 14; in set_input()
629 afe_mux_cfg = 0xf0 + ((luma - CX18_AV_SVIDEO_LUMA1) >> 4); in set_input()
632 afe_mux_cfg &= 0x3f; in set_input()
633 afe_mux_cfg |= (chroma - CX18_AV_SVIDEO_CHROMA7) >> 2; in set_input()
636 afe_mux_cfg &= 0xcf; in set_input()
637 afe_mux_cfg |= (chroma - CX18_AV_SVIDEO_CHROMA4) >> 4; in set_input()
[all …]