Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_hdmi.c88 void __iomem *hdmicore_regs; member
102 #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()