Searched refs:SUN4I_HDMI_CEC (Results 1 – 2 of 2) sorted by relevance
304 return readl(hdmi->base + SUN4I_HDMI_CEC) & SUN4I_HDMI_CEC_RX;312 writel(SUN4I_HDMI_CEC_ENABLE, hdmi->base + SUN4I_HDMI_CEC);323 writel(0, hdmi->base + SUN4I_HDMI_CEC);647 writel(readl(hdmi->base + SUN4I_HDMI_CEC) & ~SUN4I_HDMI_CEC_TX, in sun4i_hdmi_bind() 648 hdmi->base + SUN4I_HDMI_CEC); in sun4i_hdmi_bind()
96 #define SUN4I_HDMI_CEC 0x214 macro