Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_hdmi.h126 void __iomem *hdmicore_regs; member
H A Dvc4_hdmi.c1588 vc4_hdmi->hdmicore_regs = vc4_ioremap_regs(pdev, 0); in vc4_hdmi_init_resources()
1589 if (IS_ERR(vc4_hdmi->hdmicore_regs)) in vc4_hdmi_init_resources()
1590 return PTR_ERR(vc4_hdmi->hdmicore_regs); in vc4_hdmi_init_resources()
1632 vc4_hdmi->hdmicore_regs = devm_ioremap(dev, res->start, in vc5_hdmi_init_resources()
1634 if (!vc4_hdmi->hdmicore_regs) in vc5_hdmi_init_resources()
H A Dvc4_hdmi_regs.h369 return hdmi->hdmicore_regs; in __vc4_hdmi_get_field_base()