Searched refs:it6616_hdmi_write (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | it6616.c | 956 static int it6616_hdmi_write(struct regmap *regmap, u8 reg, u8 value) in it6616_hdmi_write() function 1004 it6616_hdmi_write(regmap, tdata->ucAddr, tdata->ucValue); in it6616_hdim_write_table() 1930 it6616_hdmi_write(hdmi, 0x4B, (I2C_ADR_EDID | 0x01)); in it6616_hdmi_edid_ram_get() 1932 it6616_hdmi_write(hdmi, 0x4B, (I2C_ADR_EDID)); in it6616_hdmi_edid_ram_get() 1948 it6616_hdmi_write(hdmi, 0xC9, sum); in it6616_hdmi_edid_ram_update_chksum() 1962 it6616_hdmi_write(hdmi, 0xCA, sum); in it6616_hdmi_edid_ram_update_chksum() 1973 it6616_hdmi_write(hdmi, 0x4B, (I2C_ADR_EDID | 0x01)); in it6616_hdmi_edid_ram_init() 1975 it6616_hdmi_write(hdmi, 0x4B, (I2C_ADR_EDID)); in it6616_hdmi_edid_ram_init() 1980 it6616_hdmi_write(hdmi, 0xC6, (u8)phy_addr_off); // VSDB start address in it6616_hdmi_edid_ram_init() 1981 it6616_hdmi_write(hdmi, 0xC7, (addr >> 8) & 0xFF); // addr AB in it6616_hdmi_edid_ram_init() [all …]
|