Searched refs:mpll_cfg (Results 1 – 6 of 6) sorted by relevance
| /rk3399_rockchip-uboot/drivers/video/ |
| H A D | dw_hdmi.c | 317 if (!hdmi->mpll_cfg || !hdmi->phy_cfg) in hdmi_phy_configure() 337 for (i = 0; hdmi->mpll_cfg[i].mpixelclock != (~0ul); i++) in hdmi_phy_configure() 338 if (mpixelclock <= hdmi->mpll_cfg[i].mpixelclock) in hdmi_phy_configure() 341 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].cpce, PHY_OPMODE_PLLCFG); in hdmi_phy_configure() 342 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].gmp, PHY_PLLGMPCTRL); in hdmi_phy_configure() 343 hdmi_phy_i2c_write(hdmi, hdmi->mpll_cfg[i].curr, PHY_PLLCURRCTRL); in hdmi_phy_configure()
|
| /rk3399_rockchip-uboot/drivers/video/drm/ |
| H A D | rockchip_dw_hdmi.c | 599 .mpll_cfg = rockchip_mpll_cfg, 622 .mpll_cfg = rockchip_mpll_cfg, 632 .mpll_cfg = rockchip_mpll_cfg, 650 .mpll_cfg = rockchip_mpll_cfg,
|
| H A D | dw_hdmi.c | 780 const struct dw_hdmi_mpll_config *mpll_config = pdata->mpll_cfg; in hdmi_phy_configure_dwc_hdmi_3d_tx()
|
| /rk3399_rockchip-uboot/drivers/video/rockchip/ |
| H A D | rk_hdmi.c | 88 hdmi->mpll_cfg = rockchip_mpll_cfg; in rk_hdmi_ofdata_to_platdata()
|
| /rk3399_rockchip-uboot/include/linux/ |
| H A D | dw_hdmi.h | 181 const struct dw_hdmi_mpll_config *mpll_cfg; member
|
| /rk3399_rockchip-uboot/include/ |
| H A D | dw_hdmi.h | 469 const struct hdmi_mpll_config *mpll_cfg; member
|