Searched refs:SUN8I_HDMI_PHY_PLL_CFG2_VCO_S (Results 1 – 2 of 2) sorted by relevance
300 pll_cfg2_init |= SUN8I_HDMI_PHY_PLL_CFG2_VCO_S(4) | in sun8i_h3_hdmi_phy_config()310 pll_cfg2_init |= SUN8I_HDMI_PHY_PLL_CFG2_VCO_S(4) | in sun8i_h3_hdmi_phy_config()320 pll_cfg2_init |= SUN8I_HDMI_PHY_PLL_CFG2_VCO_S(4) | in sun8i_h3_hdmi_phy_config()330 pll_cfg2_init |= SUN8I_HDMI_PHY_PLL_CFG2_VCO_S(6) | in sun8i_h3_hdmi_phy_config()
126 #define SUN8I_HDMI_PHY_PLL_CFG2_VCO_S(x) ((x) << 12) macro