Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/meson/
H A Dmeson_dw_hdmi.c76 static inline void dw_hdmi_top_write(struct dw_hdmi *hdmi, in dw_hdmi_top_write() function
96 dw_hdmi_top_write(hdmi, addr, data); in dw_hdmi_top_write_bits()
268 dw_hdmi_top_write(hdmi, HDMITX_TOP_SW_RESET, 0); in meson_dw_hdmi_phy_init()
275 dw_hdmi_top_write(hdmi, HDMITX_TOP_BIST_CNTL, BIT(12)); in meson_dw_hdmi_phy_init()
278 dw_hdmi_top_write(hdmi, HDMITX_TOP_TMDS_CLK_PTTN_01, 0x001f001f); in meson_dw_hdmi_phy_init()
279 dw_hdmi_top_write(hdmi, HDMITX_TOP_TMDS_CLK_PTTN_23, 0x001f001f); in meson_dw_hdmi_phy_init()
282 dw_hdmi_top_write(hdmi, HDMITX_TOP_TMDS_CLK_PTTN_CNTL, 0x1); in meson_dw_hdmi_phy_init()
284 dw_hdmi_top_write(hdmi, HDMITX_TOP_TMDS_CLK_PTTN_CNTL, 0x2); in meson_dw_hdmi_phy_init()
408 dw_hdmi_top_write(&priv->hdmi, HDMITX_TOP_SW_RESET, 0); in meson_dw_hdmi_probe()
410 dw_hdmi_top_write(&priv->hdmi, HDMITX_TOP_CLK_CNTL, 0xff); in meson_dw_hdmi_probe()
/openbmc/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c188 static inline void dw_hdmi_top_write(struct meson_dw_hdmi *dw_hdmi, in dw_hdmi_top_write() function
587 .top_write = dw_hdmi_top_write,
596 .top_write = dw_hdmi_top_write,