afe_mux_cfg 579 drivers/media/pci/cx18/cx18-av-core.c u8 afe_mux_cfg; afe_mux_cfg 590 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg = 0xf0 + (vid_input - CX18_AV_COMPOSITE1); afe_mux_cfg 609 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg = (luma - CX18_AV_COMPONENT_LUMA1) >> 12; afe_mux_cfg 611 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg |= (r_chroma - CX18_AV_COMPONENT_R_CHROMA4) >> 12; afe_mux_cfg 613 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg |= (b_chroma - CX18_AV_COMPONENT_B_CHROMA7) >> 14; afe_mux_cfg 629 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg = 0xf0 + ((luma - CX18_AV_SVIDEO_LUMA1) >> 4); afe_mux_cfg 632 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg &= 0x3f; afe_mux_cfg 633 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg |= (chroma - CX18_AV_SVIDEO_CHROMA7) >> 2; afe_mux_cfg 636 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg &= 0xcf; afe_mux_cfg 637 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg |= (chroma - CX18_AV_SVIDEO_CHROMA4) >> 4; afe_mux_cfg 649 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg &= ~0x30; afe_mux_cfg 653 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg = (afe_mux_cfg & ~0x30) | 0x10; afe_mux_cfg 657 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg = (afe_mux_cfg & ~0x30) | 0x20; afe_mux_cfg 661 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg &= ~0xc0; afe_mux_cfg 665 drivers/media/pci/cx18/cx18-av-core.c afe_mux_cfg = (afe_mux_cfg & ~0xc0) | 0x40; afe_mux_cfg 676 drivers/media/pci/cx18/cx18-av-core.c cx18_av_write_expect(cx, 0x103, afe_mux_cfg, afe_mux_cfg, 0xf7);