Searched refs:cx_andor (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/ |
D | cx25821.h | 354 #define cx_andor(reg, mask, value) \ macro 358 #define cx_set(reg, bit) cx_andor((reg), (bit), (bit)) 359 #define cx_clear(reg, bit) cx_andor((reg), (bit), 0)
|
/kernel/linux/linux-5.10/drivers/media/pci/cx88/ |
D | cx88-core.c | 592 cx_andor(MO_COLOR_CTRL, 0x4000, 0x4000); in cx88_reset() 730 cx_andor(MO_FILTER_EVEN, 0x7ffc7f, value); /* preserve PEAKEN, PSEL */ in cx88_set_scale() 731 cx_andor(MO_FILTER_ODD, 0x7ffc7f, value); in cx88_set_scale() 856 cx_andor(MO_AFECFG_IO, 0x1f, 0x0); in set_tvaudio() 935 cx_andor(MO_INPUT_FORMAT, 0x40f, in cx88_set_tvnorm() 980 cx_andor(MO_HTOTAL, 0x07ff, htotal); in cx88_set_tvnorm()
|
D | cx88.h | 588 #define cx_andor(reg, mask, value) \ macro 591 #define cx_set(reg, bit) cx_andor((reg), (bit), (bit)) 592 #define cx_clear(reg, bit) cx_andor((reg), (bit), 0)
|
D | cx88-video.c | 291 cx_andor(MO_INPUT_FORMAT, 0x03 << 14, INPUT(input).vmux << 14); in cx88_video_mux() 632 cx_andor(MO_FILTER_EVEN, mask, value); in cx8800_s_vid_ctrl() 648 cx_andor(cc->reg, mask, value); in cx8800_s_vid_ctrl() 697 cx_andor(cc->reg, mask, value); in cx8800_s_aud_ctrl()
|
D | cx88-tvaudio.c | 982 cx_andor(AUD_CTL, mask, ctl); in cx88_set_stereo()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx23885/ |
D | cx23885.h | 499 #define cx_andor(reg, mask, value) \ macro 503 #define cx_set(reg, bit) cx_andor((reg), (bit), (bit)) 504 #define cx_clear(reg, bit) cx_andor((reg), (bit), 0)
|
D | cx23888-ir.c | 156 cx_andor(addr, ~and_mask, or_value); in cx23888_ir_and_or4()
|