Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/sun4i/
H A Dsun4i_hdmi_enc.c279 return readl(hdmi->base + SUN4I_HDMI_CEC) & SUN4I_HDMI_CEC_RX; in sun4i_hdmi_cec_pin_read()
287 writel(SUN4I_HDMI_CEC_ENABLE, hdmi->base + SUN4I_HDMI_CEC); in sun4i_hdmi_cec_pin_low()
298 writel(0, hdmi->base + SUN4I_HDMI_CEC); in sun4i_hdmi_cec_pin_high()
622 writel(readl(hdmi->base + SUN4I_HDMI_CEC) & ~SUN4I_HDMI_CEC_TX, in sun4i_hdmi_bind()
623 hdmi->base + SUN4I_HDMI_CEC); in sun4i_hdmi_bind()
H A Dsun4i_hdmi.h96 #define SUN4I_HDMI_CEC 0x214 macro