Searched refs:cx_andor (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/drivers/media/pci/cx25821/ |
D | cx25821.h | 372 #define cx_andor(reg, mask, value) \ macro 376 #define cx_set(reg, bit) cx_andor((reg), (bit), (bit)) 377 #define cx_clear(reg, bit) cx_andor((reg), (bit), 0)
|
/linux-4.1.27/drivers/media/pci/cx88/ |
D | cx88-core.c | 582 cx_andor(MO_COLOR_CTRL, 0x4000, 0x4000); in cx88_reset() 719 cx_andor(MO_FILTER_EVEN, 0x7ffc7f, value); /* preserve PEAKEN, PSEL */ in cx88_set_scale() 720 cx_andor(MO_FILTER_ODD, 0x7ffc7f, value); in cx88_set_scale() 843 cx_andor(MO_AFECFG_IO, 0x1f, 0x0); in set_tvaudio() 922 cx_andor(MO_INPUT_FORMAT, 0x40f, in cx88_set_tvnorm() 964 cx_andor(MO_HTOTAL, 0x07ff, htotal); in cx88_set_tvnorm()
|
D | cx88.h | 597 #define cx_andor(reg,mask,value) \ macro 600 #define cx_set(reg,bit) cx_andor((reg),(bit),(bit)) 601 #define cx_clear(reg,bit) cx_andor((reg),(bit),0)
|
D | cx88-video.c | 307 cx_andor(MO_INPUT_FORMAT, 0x03 << 14, INPUT(input).vmux << 14); in cx88_video_mux() 646 cx_andor(MO_FILTER_EVEN, mask, value); in cx8800_s_vid_ctrl() 661 cx_andor(cc->reg, mask, value); in cx8800_s_vid_ctrl() 708 cx_andor(cc->reg, mask, value); in cx8800_s_aud_ctrl()
|
D | cx88-tvaudio.c | 983 cx_andor(AUD_CTL, mask, ctl); in cx88_set_stereo()
|
/linux-4.1.27/drivers/media/pci/cx23885/ |
D | cx23885.h | 497 #define cx_andor(reg, mask, value) \ macro 501 #define cx_set(reg, bit) cx_andor((reg), (bit), (bit)) 502 #define cx_clear(reg, bit) cx_andor((reg), (bit), 0)
|
D | cx23888-ir.c | 165 cx_andor(addr, ~and_mask, or_value); in cx23888_ir_and_or4()
|