Searched refs:hdmi_phy_i2c_write (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/video/ |
H A D | dw_hdmi.c | 320 static void hdmi_phy_i2c_write(struct dw_hdmi *hdmi, uint data, uint addr) in hdmi_phy_i2c_write() function 406 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].cpce, PHY_OPMODE_PLLCFG); in hdmi_phy_configure() 407 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].gmp, PHY_PLLGMPCTRL); in hdmi_phy_configure() 408 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].curr, PHY_PLLCURRCTRL); in hdmi_phy_configure() 410 hdmi_phy_i2c_write(hdmi, 0x0000, PHY_PLLPHBYCTRL); in hdmi_phy_configure() 411 hdmi_phy_i2c_write(hdmi, 0x0006, PHY_PLLCLKBISTPHASE); in hdmi_phy_configure() 422 hdmi_phy_i2c_write(hdmi, hdmi->phy_cfg[i].term, PHY_TXTERM); in hdmi_phy_configure() 423 hdmi_phy_i2c_write(hdmi, hdmi->phy_cfg[i].sym_ctr, PHY_CKSYMTXCTRL); in hdmi_phy_configure() 424 hdmi_phy_i2c_write(hdmi, hdmi->phy_cfg[i].vlev_ctr, PHY_VLEVCTRL); in hdmi_phy_configure() 427 hdmi_phy_i2c_write(hdmi, 0x8000, PHY_CKCALCTRL); in hdmi_phy_configure()
|