Searched refs:hdmicore_regs (Results 1 – 1 of 1) sorted by relevance
88 void __iomem *hdmicore_regs; member102 #define HDMI_READ(offset) readl(vc4->hdmi->hdmicore_regs + offset)103 #define HDMI_WRITE(offset, val) writel(val, vc4->hdmi->hdmicore_regs + offset)1318 hdmi->hdmicore_regs = vc4_ioremap_regs(pdev, 0); in vc4_hdmi_bind()1319 if (IS_ERR(hdmi->hdmicore_regs)) in vc4_hdmi_bind()1320 return PTR_ERR(hdmi->hdmicore_regs); in vc4_hdmi_bind()