Searched refs:cx18_av_write_expect (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/media/pci/cx18/
H A Dcx18-av-audio.c296 cx18_av_write_expect(cx, 0x803, v, v, 0x1f);
300 cx18_av_write_expect(cx, 0x810, v, v, 0x0f);
321 cx18_av_write_expect(cx, 0x810, v, v, 0x0f);
327 cx18_av_write_expect(cx, 0x803, v, v, 0x1f);
389 cx18_av_write_expect(cx, 0x803, v, v, 0x1f);
394 cx18_av_write_expect(cx, 0x803, v, v, 0x1f);
411 cx18_av_write_expect(cx, 0x803, v, v, 0x1f);
415 cx18_av_write_expect(cx, 0x810, v, v, 0x0f);
420 cx18_av_write_expect(cx, 0x810, v, v, 0x0f);
423 cx18_av_write_expect(c
[all...]
H A Dcx18-av-core.c27 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask) function
530 cx18_av_write_expect(cx, 0x808, 0xf7, 0xf7, 0xff);
531 cx18_av_write_expect(cx, 0x80b, 0x02, 0x02, 0x3f);
534 cx18_av_write_expect(cx, 0x808, 0xf8, 0xf8, 0xff);
535 cx18_av_write_expect(cx, 0x80b, 0x03, 0x03, 0x3f);
538 cx18_av_write_expect(cx, 0x808, 0xf6, 0xf6, 0xff);
539 cx18_av_write_expect(cx, 0x80b, 0x01, 0x01, 0x3f);
543 cx18_av_write_expect(cx, 0x808, 0xff, 0xff, 0xff);
544 cx18_av_write_expect(cx, 0x80b, 0x03, 0x03, 0x3f);
547 cx18_av_write_expect(c
[all...]
H A Dcx18-av-firmware.c83 cx18_av_write_expect(cx, CXADEC_STD_DET_CTL, 0xf6, 0xf6, 0xff);
H A Dcx18-av-core.h347 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask);

Completed in 126 milliseconds