Searched refs:meson_hdmi_pll_find_params (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/drivers/video/meson/ |
H A D | meson_vclk.c | 527 static bool meson_hdmi_pll_find_params(struct meson_vpu_priv *priv, in meson_hdmi_pll_find_params() function 559 if (meson_hdmi_pll_find_params(priv, freq, &m, &frac, &od)) in meson_vclk_dmt_supported_freq() 571 if (meson_hdmi_pll_find_params(priv, pll_freq, &m, &frac, &od)) { in meson_hdmi_pll_generic_set()
|
/openbmc/linux/drivers/gpu/drm/meson/ |
H A D | meson_vclk.c | 696 static bool meson_hdmi_pll_find_params(struct meson_drm *priv, in meson_hdmi_pll_find_params() function 735 if (meson_hdmi_pll_find_params(priv, freq, &m, &frac, &od)) in meson_vclk_dmt_supported_freq() 748 if (meson_hdmi_pll_find_params(priv, pll_freq, &m, &frac, &od)) { in meson_hdmi_pll_generic_set()
|