cx_andor          503 drivers/media/pci/cx23885/cx23885.h #define cx_set(reg, bit)          cx_andor((reg), (bit), (bit))
cx_andor          504 drivers/media/pci/cx23885/cx23885.h #define cx_clear(reg, bit)        cx_andor((reg), (bit), 0)
cx_andor          156 drivers/media/pci/cx23885/cx23888-ir.c 	cx_andor(addr, ~and_mask, or_value);
cx_andor          358 drivers/media/pci/cx25821/cx25821.h #define cx_set(reg, bit)          cx_andor((reg), (bit), (bit))
cx_andor          359 drivers/media/pci/cx25821/cx25821.h #define cx_clear(reg, bit)        cx_andor((reg), (bit), 0)
cx_andor          592 drivers/media/pci/cx88/cx88-core.c 	cx_andor(MO_COLOR_CTRL, 0x4000, 0x4000);
cx_andor          730 drivers/media/pci/cx88/cx88-core.c 	cx_andor(MO_FILTER_EVEN,  0x7ffc7f, value); /* preserve PEAKEN, PSEL */
cx_andor          731 drivers/media/pci/cx88/cx88-core.c 	cx_andor(MO_FILTER_ODD,   0x7ffc7f, value);
cx_andor          856 drivers/media/pci/cx88/cx88-core.c 	cx_andor(MO_AFECFG_IO, 0x1f, 0x0);
cx_andor          935 drivers/media/pci/cx88/cx88-core.c 	cx_andor(MO_INPUT_FORMAT, 0x40f,
cx_andor          980 drivers/media/pci/cx88/cx88-core.c 	cx_andor(MO_HTOTAL, 0x07ff, htotal);
cx_andor          982 drivers/media/pci/cx88/cx88-tvaudio.c 		cx_andor(AUD_CTL, mask, ctl);
cx_andor          291 drivers/media/pci/cx88/cx88-video.c 	cx_andor(MO_INPUT_FORMAT, 0x03 << 14, INPUT(input).vmux << 14);
cx_andor          634 drivers/media/pci/cx88/cx88-video.c 		cx_andor(MO_FILTER_EVEN, mask, value);
cx_andor          650 drivers/media/pci/cx88/cx88-video.c 		cx_andor(cc->reg, mask, value);
cx_andor          699 drivers/media/pci/cx88/cx88-video.c 		cx_andor(cc->reg, mask, value);
cx_andor          590 drivers/media/pci/cx88/cx88.h #define cx_set(reg, bit)         cx_andor((reg), (bit), (bit))
cx_andor          591 drivers/media/pci/cx88/cx88.h #define cx_clear(reg, bit)       cx_andor((reg), (bit), 0)