Searched refs:cx_andor (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/drivers/media/pci/cx25821/ |
D | cx25821.h | 353 #define cx_andor(reg, mask, value) \ macro 357 #define cx_set(reg, bit) cx_andor((reg), (bit), (bit)) 358 #define cx_clear(reg, bit) cx_andor((reg), (bit), 0)
|
/linux-6.6.21/drivers/media/pci/cx88/ |
D | cx88-core.c | 594 cx_andor(MO_COLOR_CTRL, 0x4000, 0x4000); in cx88_reset() 744 cx_andor(MO_FILTER_EVEN, 0x7ffc7f, value); /* preserve PEAKEN, PSEL */ in cx88_set_scale() 745 cx_andor(MO_FILTER_ODD, 0x7ffc7f, value); in cx88_set_scale() 870 cx_andor(MO_AFECFG_IO, 0x1f, 0x0); in set_tvaudio() 949 cx_andor(MO_INPUT_FORMAT, 0x40f, in cx88_set_tvnorm() 994 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() 634 cx_andor(MO_FILTER_EVEN, mask, value); in cx8800_s_vid_ctrl() 650 cx_andor(cc->reg, mask, value); in cx8800_s_vid_ctrl() 699 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()
|
/linux-6.6.21/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()
|