Home
last modified time | relevance | path

Searched refs:HDMI_CON0 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/phy/mediatek/
H A Dphy-mtk-hdmi-mt2701.c10 #define HDMI_CON0 0x00 macro
62 mtk_phy_set_bits(base + HDMI_CON0, RG_HDMITX_EN_SLDO_MASK); in mtk_hdmi_pll_prepare()
65 mtk_phy_set_bits(base + HDMI_CON0, RG_HDMITX_EN_SER_MASK); in mtk_hdmi_pll_prepare()
66 mtk_phy_set_bits(base + HDMI_CON0, RG_HDMITX_EN_PRED_MASK); in mtk_hdmi_pll_prepare()
67 mtk_phy_set_bits(base + HDMI_CON0, RG_HDMITX_EN_DRV_MASK); in mtk_hdmi_pll_prepare()
77 mtk_phy_clear_bits(base + HDMI_CON0, RG_HDMITX_EN_DRV_MASK); in mtk_hdmi_pll_unprepare()
78 mtk_phy_clear_bits(base + HDMI_CON0, RG_HDMITX_EN_PRED_MASK); in mtk_hdmi_pll_unprepare()
79 mtk_phy_clear_bits(base + HDMI_CON0, RG_HDMITX_EN_SER_MASK); in mtk_hdmi_pll_unprepare()
188 mtk_phy_set_bits(base + HDMI_CON0, RG_HDMITX_EN_SLDO_MASK); in mtk_hdmi_phy_enable_tmds()
191 mtk_phy_set_bits(base + HDMI_CON0, RG_HDMITX_EN_SER_MASK); in mtk_hdmi_phy_enable_tmds()
[all …]
H A Dphy-mtk-hdmi-mt8173.c10 #define HDMI_CON0 0x00 macro
93 mtk_phy_set_bits(base + HDMI_CON0, RG_HDMITX_PLL_POSDIV); in mtk_hdmi_pll_prepare()
97 mtk_phy_set_bits(base + HDMI_CON0, RG_HDMITX_PLL_EN); in mtk_hdmi_pll_prepare()
113 mtk_phy_clear_bits(base + HDMI_CON0, RG_HDMITX_PLL_EN); in mtk_hdmi_pll_unprepare()
116 mtk_phy_clear_bits(base + HDMI_CON0, RG_HDMITX_PLL_POSDIV); in mtk_hdmi_pll_unprepare()
160 mtk_phy_update_field(base + HDMI_CON0, RG_HDMITX_PLL_PREDIV, pre_div); in mtk_hdmi_pll_set_rate()
161 mtk_phy_set_bits(base + HDMI_CON0, RG_HDMITX_PLL_POSDIV); in mtk_hdmi_pll_set_rate()
162 mtk_phy_update_bits(base + HDMI_CON0, in mtk_hdmi_pll_set_rate()
167 mtk_phy_update_bits(base + HDMI_CON0, in mtk_hdmi_pll_set_rate()
172 mtk_phy_update_bits(base + HDMI_CON0, in mtk_hdmi_pll_set_rate()