Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c301 SUN8I_HDMI_PHY_PLL_CFG2_S(4); in sun8i_h3_hdmi_phy_config()
311 SUN8I_HDMI_PHY_PLL_CFG2_S(5); in sun8i_h3_hdmi_phy_config()
321 SUN8I_HDMI_PHY_PLL_CFG2_S(6); in sun8i_h3_hdmi_phy_config()
331 SUN8I_HDMI_PHY_PLL_CFG2_S(7); in sun8i_h3_hdmi_phy_config()
H A Dsun8i_dw_hdmi.h130 #define SUN8I_HDMI_PHY_PLL_CFG2_S(x) ((x) << 6) macro