Searched refs:cx_andor (Results 1 - 7 of 7) sorted by relevance

/drivers/media/video/cx25821/
H A Dcx25821.h516 #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)
/drivers/media/video/cx88/
H A Dcx88-core.c625 cx_andor(MO_COLOR_CTRL, 0x4000, 0x4000);
762 cx_andor(MO_FILTER_EVEN, 0x7ffc7f, value); /* preserve PEAKEN, PSEL */
763 cx_andor(MO_FILTER_ODD, 0x7ffc7f, value);
886 cx_andor(MO_AFECFG_IO, 0x1f, 0x0);
958 cx_andor(MO_INPUT_FORMAT, 0x40f,
1000 cx_andor(MO_HTOTAL, 0x07ff, htotal);
H A Dcx88.h583 #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)
H A Dcx88-video.c432 cx_andor(MO_INPUT_FORMAT, 0x03 << 14, INPUT(input).vmux << 14);
1083 cx_andor(MO_FILTER_EVEN, mask, value);
1101 cx_andor(c->reg, mask, value);
H A Dcx88-tvaudio.c983 cx_andor(AUD_CTL, mask, ctl);
/drivers/media/video/cx23885/
H A Dcx23885.h497 #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)
H A Dcx23888-ir.c172 cx_andor(addr, ~and_mask, or_value);

Completed in 106 milliseconds