Searched refs:cx_andor (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/media/pci/cx25821/ |
| H A 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/drivers/media/pci/cx88/ |
| H A 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()
|
| H A 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)
|
| H A D | cx88-tvaudio.c | 982 cx_andor(AUD_CTL, mask, ctl); in cx88_set_stereo()
|
| /linux/drivers/media/pci/cx23885/ |
| H A D | cx23888-ir.c | 156 cx_andor(addr, ~and_mask, or_value); in cx23888_ir_and_or4()
|