Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c150 static inline void dw_hdmi_hhi_update_bits(struct meson_dw_hdmi *priv, in dw_hdmi_hhi_update_bits() function
206 dw_hdmi_hhi_update_bits(priv, HHI_HDMI_PHY_CNTL1, 0xf, 0xf); in meson_dw_hdmi_phy_reset()
211 dw_hdmi_hhi_update_bits(priv, HHI_HDMI_PHY_CNTL1, 0xf, 0xe); in meson_dw_hdmi_phy_reset()
262 dw_hdmi_hhi_update_bits(priv, HHI_HDMI_CLK_CNTL, 0xffff, 0x100); in meson_dw_hdmi_phy_init()
265 dw_hdmi_hhi_update_bits(priv, HHI_MEM_PD_REG0, 0xff << 8, 0); in meson_dw_hdmi_phy_init()
290 dw_hdmi_hhi_update_bits(priv, HHI_HDMI_PHY_CNTL1, in meson_dw_hdmi_phy_init()
296 dw_hdmi_hhi_update_bits(priv, HHI_HDMI_PHY_CNTL1, BIT(17), 0); in meson_dw_hdmi_phy_init()
298 dw_hdmi_hhi_update_bits(priv, HHI_HDMI_PHY_CNTL1, in meson_dw_hdmi_phy_init()
302 dw_hdmi_hhi_update_bits(priv, HHI_HDMI_PHY_CNTL1, 0xf, 0); in meson_dw_hdmi_phy_init()
385 dw_hdmi_hhi_update_bits(priv, HHI_HDMI_CLK_CNTL, 0xffff, 0x100); in meson_dw_hdmi_probe()
[all …]