Home
last modified time | relevance | path

Searched refs:mpll_cfg (Results 1 – 3 of 3) sorted by relevance

/external/u-boot/drivers/video/
Ddw_hdmi.c316 if (!hdmi->mpll_cfg || !hdmi->phy_cfg) in hdmi_phy_configure()
336 for (i = 0; hdmi->mpll_cfg[i].mpixelclock != (~0ul); i++) in hdmi_phy_configure()
337 if (mpixelclock <= hdmi->mpll_cfg[i].mpixelclock) in hdmi_phy_configure()
340 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].cpce, PHY_OPMODE_PLLCFG); in hdmi_phy_configure()
341 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].gmp, PHY_PLLGMPCTRL); in hdmi_phy_configure()
342 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].curr, PHY_PLLCURRCTRL); in hdmi_phy_configure()
/external/u-boot/drivers/video/rockchip/
Drk_hdmi.c87 hdmi->mpll_cfg = rockchip_mpll_cfg; in rk_hdmi_ofdata_to_platdata()
/external/u-boot/include/
Ddw_hdmi.h468 const struct hdmi_mpll_config *mpll_cfg; member