Searched refs:cx18_av_write_expect (Results 1 – 4 of 4) sorted by relevance
/drivers/media/pci/cx18/ |
D | cx18-av-audio.c | 310 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_audio_set_path() 314 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_audio_set_path() 335 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_audio_set_path() 341 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_audio_set_path() 403 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in set_mute() 408 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in set_mute() 425 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_s_clock_freq() 429 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_s_clock_freq() 434 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_s_clock_freq() 437 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_s_clock_freq()
|
D | cx18-av-core.c | 41 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask) in cx18_av_write_expect() function 546 cx18_av_write_expect(cx, 0x808, 0xf7, 0xf7, 0xff); in input_change() 547 cx18_av_write_expect(cx, 0x80b, 0x02, 0x02, 0x3f); in input_change() 550 cx18_av_write_expect(cx, 0x808, 0xf8, 0xf8, 0xff); in input_change() 551 cx18_av_write_expect(cx, 0x80b, 0x03, 0x03, 0x3f); in input_change() 554 cx18_av_write_expect(cx, 0x808, 0xf6, 0xf6, 0xff); in input_change() 555 cx18_av_write_expect(cx, 0x80b, 0x01, 0x01, 0x3f); in input_change() 559 cx18_av_write_expect(cx, 0x808, 0xff, 0xff, 0xff); in input_change() 560 cx18_av_write_expect(cx, 0x80b, 0x03, 0x03, 0x3f); in input_change() 563 cx18_av_write_expect(cx, 0x808, 0xff, 0xff, 0xff); in input_change() [all …]
|
D | cx18-av-firmware.c | 98 cx18_av_write_expect(cx, CXADEC_STD_DET_CTL, 0xf6, 0xf6, 0xff); in cx18_av_loadfw()
|
D | cx18-av-core.h | 361 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask);
|