Searched refs:cx_andor (Results 1 – 7 of 7) sorted by relevance
/linux-3.4.99/drivers/media/video/cx88/ |
D | cx88-core.c | 625 cx_andor(MO_COLOR_CTRL, 0x4000, 0x4000); in cx88_reset() 762 cx_andor(MO_FILTER_EVEN, 0x7ffc7f, value); /* preserve PEAKEN, PSEL */ in cx88_set_scale() 763 cx_andor(MO_FILTER_ODD, 0x7ffc7f, value); in cx88_set_scale() 886 cx_andor(MO_AFECFG_IO, 0x1f, 0x0); in set_tvaudio() 958 cx_andor(MO_INPUT_FORMAT, 0x40f, in cx88_set_tvnorm() 1000 cx_andor(MO_HTOTAL, 0x07ff, htotal); in cx88_set_tvnorm()
|
D | cx88.h | 583 #define cx_andor(reg,mask,value) \ macro 586 #define cx_set(reg,bit) cx_andor((reg),(bit),(bit)) 587 #define cx_clear(reg,bit) cx_andor((reg),(bit),0)
|
D | cx88-tvaudio.c | 983 cx_andor(AUD_CTL, mask, ctl); in cx88_set_stereo()
|
D | cx88-video.c | 432 cx_andor(MO_INPUT_FORMAT, 0x03 << 14, INPUT(input).vmux << 14); in cx88_video_mux() 1083 cx_andor(MO_FILTER_EVEN, mask, value); in cx88_set_control() 1101 cx_andor(c->reg, mask, value); in cx88_set_control()
|
/linux-3.4.99/drivers/media/video/cx25821/ |
D | cx25821.h | 516 #define cx_andor(reg, mask, value) \ macro 520 #define cx_set(reg, bit) cx_andor((reg), (bit), (bit)) 521 #define cx_clear(reg, bit) cx_andor((reg), (bit), 0)
|
/linux-3.4.99/drivers/media/video/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 | 172 cx_andor(addr, ~and_mask, or_value); in cx23888_ir_and_or4()
|