Searched refs:ref_clk_rate (Results 1 – 5 of 5) sorted by relevance
101 unsigned long ref_clk_rate; member225 unsigned long fin = dsi->ref_clk_rate; in dphy_pll_get_configure_from_opts()863 dsi->ref_clk_rate = clk_get_rate(dsi->clk_ref); in imx93_dsi_probe()864 if (dsi->ref_clk_rate < REF_CLK_RATE_MIN || in imx93_dsi_probe()865 dsi->ref_clk_rate > REF_CLK_RATE_MAX) { in imx93_dsi_probe()867 dsi->ref_clk_rate); in imx93_dsi_probe()870 dev_dbg(dev, "phy ref clock rate: %lu\n", dsi->ref_clk_rate); in imx93_dsi_probe()
472 int ref_clk_rate; in cs2000_clk_register() local490 ref_clk_rate = clk_get_rate(priv->ref_clk); in cs2000_clk_register()491 ret = cs2000_ref_clk_bound_rate(priv, ref_clk_rate); in cs2000_clk_register()504 ret = __cs2000_set_rate(priv, ch, ref_clk_rate, ref_clk_rate); in cs2000_clk_register()
27 unsigned long ref_clk_rate; member
165 unsigned long ref_clk_rate; member1274 dw_hdmi_qp_write(hdmi, hdmi->ref_clk_rate, TIMER_BASE_CONFIG0); in dw_hdmi_qp_init_hw()1324 if (plat_data->ref_clk_rate) { in dw_hdmi_qp_bind()1325 hdmi->ref_clk_rate = plat_data->ref_clk_rate; in dw_hdmi_qp_bind()1327 hdmi->ref_clk_rate = 428571429; in dw_hdmi_qp_bind()
550 plat_data.ref_clk_rate = clk_get_rate(ref_clk); in dw_hdmi_qp_rockchip_bind()