Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c256 SUN8I_HDMI_PHY_PLL_CFG1_CNT_INT(63) | in sun8i_h3_hdmi_phy_config()
299 SUN8I_HDMI_PHY_PLL_CFG1_CNT_INT(32); in sun8i_h3_hdmi_phy_config()
309 SUN8I_HDMI_PHY_PLL_CFG1_CNT_INT(32); in sun8i_h3_hdmi_phy_config()
319 SUN8I_HDMI_PHY_PLL_CFG1_CNT_INT(32); in sun8i_h3_hdmi_phy_config()
329 pll_cfg1_init |= SUN8I_HDMI_PHY_PLL_CFG1_CNT_INT(63); in sun8i_h3_hdmi_phy_config()
H A Dsun8i_dw_hdmi.h110 #define SUN8I_HDMI_PHY_PLL_CFG1_CNT_INT(x) ((x) << 7) macro