Home
last modified time | relevance | path

Searched refs:SUN8I_HDMI_PHY_PLL_CFG1_CKIN_SEL_MSK (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy_clk.c114 reg = (reg & SUN8I_HDMI_PHY_PLL_CFG1_CKIN_SEL_MSK) >> in sun8i_phy_clk_get_parent()
128 SUN8I_HDMI_PHY_PLL_CFG1_CKIN_SEL_MSK, in sun8i_phy_clk_set_parent()
H A Dsun8i_hdmi_phy.c348 (u32)~SUN8I_HDMI_PHY_PLL_CFG1_CKIN_SEL_MSK, in sun8i_h3_hdmi_phy_config()
508 SUN8I_HDMI_PHY_PLL_CFG1_CKIN_SEL_MSK, 0); in sun8i_hdmi_phy_init_h3()
H A Dsun8i_dw_hdmi.h102 #define SUN8I_HDMI_PHY_PLL_CFG1_CKIN_SEL_MSK BIT(26) macro