Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c315 regmap_read(phy->regs, SUN8I_HDMI_PHY_ANA_STS_REG, &val); in sun8i_hdmi_phy_config_h3()
473 regmap_read_poll_timeout(phy->regs, SUN8I_HDMI_PHY_ANA_STS_REG, val, in sun8i_hdmi_phy_init_h3()
505 regmap_read(phy->regs, SUN8I_HDMI_PHY_ANA_STS_REG, &val); in sun8i_hdmi_phy_init_h3()
Dsun8i_dw_hdmi.h140 #define SUN8I_HDMI_PHY_ANA_STS_REG 0x0038 macro