Searched refs:it6616_hdmi_set (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | it6616.c | 961 static int it6616_hdmi_set(struct regmap *regmap, u8 reg, u8 mask, u8 value) in it6616_hdmi_set() function 997 it6616_hdmi_set(regmap, 0x0F, 0x07, (u8)(bank & 0x07)); in it6616_hdmi_chgbank() 1006 it6616_hdmi_set(regmap, tdata->ucAddr, tdata->andmask, tdata->ucValue); in it6616_hdim_write_table() 1988 it6616_hdmi_set(hdmi, 0xC5, 0x10, 0x10); in it6616_hdmi_edid_ram_init() 1990 it6616_hdmi_set(hdmi, 0xC5, 0x10, 0x00); in it6616_hdmi_edid_ram_init() 1997 it6616_hdmi_set(hdmi, 0x22, BIT(0), BIT(0)); in it6616_hdmi_video_reset() 1999 it6616_hdmi_set(hdmi, 0x22, BIT(0), 0x00); in it6616_hdmi_video_reset() 2000 it6616_hdmi_set(hdmi, 0x10, BIT(1), BIT(1)); // clear vidstable change INT in it6616_hdmi_video_reset() 2001 it6616_hdmi_set(hdmi, 0x12, BIT(7), BIT(7)); // clear vidstable change INT in it6616_hdmi_video_reset() 2009 it6616_hdmi_set(hdmi, 0xC5, 0x3F, 0x02); in it6616_hdmi_edid_ram_enable() [all …]
|