Searched refs:cx18_av_write_expect (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/media/pci/cx18/ |
D | cx18-av-audio.c | 305 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_audio_set_path() 309 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_audio_set_path() 330 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_audio_set_path() 336 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_audio_set_path() 398 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in set_mute() 403 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in set_mute() 420 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_s_clock_freq() 424 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_s_clock_freq() 429 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_s_clock_freq() 432 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_s_clock_freq()
|
D | cx18-av-core.c | 36 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask) in cx18_av_write_expect() function 539 cx18_av_write_expect(cx, 0x808, 0xf7, 0xf7, 0xff); in input_change() 540 cx18_av_write_expect(cx, 0x80b, 0x02, 0x02, 0x3f); in input_change() 543 cx18_av_write_expect(cx, 0x808, 0xf8, 0xf8, 0xff); in input_change() 544 cx18_av_write_expect(cx, 0x80b, 0x03, 0x03, 0x3f); in input_change() 547 cx18_av_write_expect(cx, 0x808, 0xf6, 0xf6, 0xff); in input_change() 548 cx18_av_write_expect(cx, 0x80b, 0x01, 0x01, 0x3f); in input_change() 552 cx18_av_write_expect(cx, 0x808, 0xff, 0xff, 0xff); in input_change() 553 cx18_av_write_expect(cx, 0x80b, 0x03, 0x03, 0x3f); in input_change() 556 cx18_av_write_expect(cx, 0x808, 0xff, 0xff, 0xff); in input_change() [all …]
|
D | cx18-av-firmware.c | 92 cx18_av_write_expect(cx, CXADEC_STD_DET_CTL, 0xf6, 0xf6, 0xff); in cx18_av_loadfw()
|
D | cx18-av-core.h | 356 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask);
|