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

/linux-master/drivers/media/i2c/
H A Dadv7604.c568 static inline int hdmi_write_clr_set(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) function
1759 hdmi_write_clr_set(sd, 0x00, 0x03, state->selected_input);
1762 hdmi_write_clr_set(sd, 0x1a, 0x10, 0x00); /* Unmute audio */
1773 hdmi_write_clr_set(sd, 0x1a, 0x10, 0x10); /* Mute audio */
2847 hdmi_write_clr_set(sd, 0x6c, 0xf6, 0x26);
2878 hdmi_write_clr_set(sd, 0x15, 0x03, 0x03); /* Mute on FIFO over-/underflow [REF_01, c. 1.2.18] */
2879 hdmi_write_clr_set(sd, 0x1a, 0x0e, 0x08); /* Wait 1 s before unmute */
2880 hdmi_write_clr_set(sd, 0x68, 0x06, 0x06); /* FIFO reset on over-/underflow [REF_01, c. 1.2.19] */

Completed in 107 milliseconds