Lines Matching +full:mt8173 +full:- +full:hdmi +full:- +full:phy
1 // SPDX-License-Identifier: GPL-2.0-only
7 #include "phy-mtk-hdmi.h"
147 hdmi_phy->pll_rate = rate; in mtk_hdmi_pll_round_rate()
166 dev_dbg(hdmi_phy->dev, "%s: %lu Hz, parent: %lu Hz\n", __func__, in mtk_hdmi_pll_set_rate()
203 hdmi_ibias = hdmi_phy->ibias; in mtk_hdmi_pll_set_rate()
209 hdmi_ibias = hdmi_phy->ibias_up; in mtk_hdmi_pll_set_rate()
224 (hdmi_phy->drv_imp_clk << DRV_IMP_CLK_SHIFT) | in mtk_hdmi_pll_set_rate()
225 (hdmi_phy->drv_imp_d2 << DRV_IMP_D2_SHIFT) | in mtk_hdmi_pll_set_rate()
226 (hdmi_phy->drv_imp_d1 << DRV_IMP_D1_SHIFT) | in mtk_hdmi_pll_set_rate()
227 (hdmi_phy->drv_imp_d0 << DRV_IMP_D0_SHIFT), in mtk_hdmi_pll_set_rate()
247 return hdmi_phy->pll_rate; in mtk_hdmi_pll_recalc_rate()
281 MODULE_DESCRIPTION("MediaTek MT8173 HDMI PHY Driver");