Searched refs:hdmi_phy_i2c_write (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/bridge/ |
D | dw_hdmi.c | 697 static int hdmi_phy_i2c_write(struct dw_hdmi *hdmi, unsigned short data, in hdmi_phy_i2c_write() function 812 hdmi_phy_i2c_write(hdmi, mpll_config[i].res[res_idx].cpce, 0x06); in hdmi_phy_configure() 813 hdmi_phy_i2c_write(hdmi, mpll_config[i].res[res_idx].gmp, 0x15); in hdmi_phy_configure() 827 hdmi_phy_i2c_write(hdmi, curr_ctrl[i].curr[res_idx], 0x10); in hdmi_phy_configure() 829 hdmi_phy_i2c_write(hdmi, 0x0000, 0x13); /* PLLPHBYCTRL */ in hdmi_phy_configure() 830 hdmi_phy_i2c_write(hdmi, 0x0006, 0x17); in hdmi_phy_configure() 838 hdmi_phy_i2c_write(hdmi, phy_config[i].term, 0x19); /* TXTERM */ in hdmi_phy_configure() 840 hdmi_phy_i2c_write(hdmi, phy_config[i].sym_ctr, 0x09); /* CKSYMTXCTRL */ in hdmi_phy_configure() 842 hdmi_phy_i2c_write(hdmi, phy_config[i].vlev_ctr, 0x0E); /* VLEVCTRL */ in hdmi_phy_configure() 845 hdmi_phy_i2c_write(hdmi, 0x8000, 0x05); /* CKCALCTRL */ in hdmi_phy_configure()
|