Searched refs:cx18_av_write_expect (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/media/pci/cx18/ |
H A D | cx18-av-audio.c | 296 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_audio_set_path() 300 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_audio_set_path() 321 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_audio_set_path() 327 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_audio_set_path() 389 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in set_mute() 394 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in set_mute() 411 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_s_clock_freq() 415 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_s_clock_freq() 420 cx18_av_write_expect(cx, 0x810, v, v, 0x0f); in cx18_av_s_clock_freq() 423 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in cx18_av_s_clock_freq()
|
H A D | cx18-av-core.c | 530 cx18_av_write_expect(cx, 0x808, 0xf7, 0xf7, 0xff); in input_change() 531 cx18_av_write_expect(cx, 0x80b, 0x02, 0x02, 0x3f); in input_change() 534 cx18_av_write_expect(cx, 0x808, 0xf8, 0xf8, 0xff); in input_change() 535 cx18_av_write_expect(cx, 0x80b, 0x03, 0x03, 0x3f); in input_change() 543 cx18_av_write_expect(cx, 0x808, 0xff, 0xff, 0xff); in input_change() 544 cx18_av_write_expect(cx, 0x80b, 0x03, 0x03, 0x3f); in input_change() 547 cx18_av_write_expect(cx, 0x808, 0xff, 0xff, 0xff); in input_change() 548 cx18_av_write_expect(cx, 0x80b, 0x03, 0x03, 0x3f); in input_change() 555 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in input_change() 557 cx18_av_write_expect(cx, 0x803, v, v, 0x1f); in input_change() [all …]
|
H A D | cx18-av-firmware.c | 83 cx18_av_write_expect(cx, CXADEC_STD_DET_CTL, 0xf6, 0xf6, 0xff); in cx18_av_loadfw()
|
H A D | cx18-av-core.h | 347 int cx18_av_write_expect(struct cx18 *cx, u16 addr, u8 value, u8 eval, u8 mask);
|