Searched refs:hdmi_phy_i2c_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/bridge/ |
D | dw_hdmi.c | 676 static int hdmi_phy_i2c_write(struct dw_hdmi *hdmi, unsigned short data, in hdmi_phy_i2c_write() function 809 hdmi_phy_i2c_write(hdmi, mpll_config->res[res_idx].cpce, 0x06); in hdmi_phy_configure() 810 hdmi_phy_i2c_write(hdmi, mpll_config->res[res_idx].gmp, 0x15); in hdmi_phy_configure() 813 hdmi_phy_i2c_write(hdmi, curr_ctrl->curr[res_idx], 0x10); in hdmi_phy_configure() 815 hdmi_phy_i2c_write(hdmi, 0x0000, 0x13); /* PLLPHBYCTRL */ in hdmi_phy_configure() 816 hdmi_phy_i2c_write(hdmi, 0x0006, 0x17); in hdmi_phy_configure() 818 hdmi_phy_i2c_write(hdmi, phy_config->term, 0x19); /* TXTERM */ in hdmi_phy_configure() 819 hdmi_phy_i2c_write(hdmi, phy_config->sym_ctr, 0x09); /* CKSYMTXCTRL */ in hdmi_phy_configure() 820 hdmi_phy_i2c_write(hdmi, phy_config->vlev_ctr, 0x0E); /* VLEVCTRL */ in hdmi_phy_configure() 823 hdmi_phy_i2c_write(hdmi, 0x8000, 0x05); /* CKCALCTRL */ in hdmi_phy_configure()
|