Searched refs:hdmicore_regs (Results 1 – 1 of 1) sorted by relevance
80 void __iomem *hdmicore_regs; member97 #define HDMI_READ(offset) readl(vc4->hdmi->hdmicore_regs + offset)98 #define HDMI_WRITE(offset, val) writel(val, vc4->hdmi->hdmicore_regs + offset)1309 hdmi->hdmicore_regs = vc4_ioremap_regs(pdev, 0); in vc4_hdmi_bind()1310 if (IS_ERR(hdmi->hdmicore_regs)) in vc4_hdmi_bind()1311 return PTR_ERR(hdmi->hdmicore_regs); in vc4_hdmi_bind()1317 hdmi->hdmi_regset.base = hdmi->hdmicore_regs; in vc4_hdmi_bind()