Searched refs:cx18_av_and_or (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/cx18/
H A Dcx18-av-audio.c385 cx18_av_and_or(cx, 0x8d9, ~0x3f, 48 - (bass * 48 / 0xffff));
401 cx18_av_and_or(cx, 0x8db, ~0x3f, 48 - (treble * 48 / 0xffff));
423 cx18_av_and_or(cx, 0x8d5, 0x7f, 0x80);
425 cx18_av_and_or(cx, 0x8d5, ~0x7f, bal & 0x7f);
428 cx18_av_and_or(cx, 0x8d5, 0x7f, 0x00);
430 cx18_av_and_or(cx, 0x8d5, ~0x7f, 0x80 - bal);
463 cx18_av_and_or(cx, 0x8d3, ~0x2, mute ? 0x02 : 0x00);
H A Dcx18-av-core.c86 int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned and_mask, function
525 cx18_av_and_or(cx, 0x401, ~0x60, 0);
526 cx18_av_and_or(cx, 0x401, ~0x60, 0x60);
679 cx18_av_and_or(cx, 0x401, ~0x6, input_mode);
886 cx18_av_and_or(cx, 0x400, ~0xf, 1);
888 cx18_av_and_or(cx, 0x47b, ~6, 0);
890 cx18_av_and_or(cx, 0x400, ~0x2f, fmt | 0x20);
891 cx18_av_and_or(cx, 0x403, ~0x3, pal_m);
H A Dcx18-av-core.h360 int cx18_av_and_or(struct cx18 *cx, u16 addr, unsigned mask, u8 value);

Completed in 102 milliseconds