Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c87 u32 ana_cfg3_init; in sun8i_hdmi_phy_config_h3() local
136 ana_cfg3_init = SUN8I_HDMI_PHY_ANA_CFG3_REG_WIRE(0x3e0) | in sun8i_hdmi_phy_config_h3()
149 ana_cfg3_init |= SUN8I_HDMI_PHY_ANA_CFG3_REG_AMPCK(3) | in sun8i_hdmi_phy_config_h3()
159 ana_cfg3_init |= SUN8I_HDMI_PHY_ANA_CFG3_REG_AMPCK(5) | in sun8i_hdmi_phy_config_h3()
169 ana_cfg3_init |= SUN8I_HDMI_PHY_ANA_CFG3_REG_AMPCK(7) | in sun8i_hdmi_phy_config_h3()
179 ana_cfg3_init |= SUN8I_HDMI_PHY_ANA_CFG3_REG_AMPCK(9) | in sun8i_hdmi_phy_config_h3()
221 regmap_write(phy->regs, SUN8I_HDMI_PHY_ANA_CFG3_REG, ana_cfg3_init); in sun8i_hdmi_phy_config_h3()