Searched refs:vc4_ioremap_regs (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_dpi.c325 dpi->regs = vc4_ioremap_regs(pdev, 0);
H A Dvc4_txp.c513 txp->regs = vc4_ioremap_regs(pdev, 0);
H A Dvc4_v3d.c434 v3d->regs = vc4_ioremap_regs(pdev, 0);
H A Dvc4_drv.c54 void __iomem *vc4_ioremap_regs(struct platform_device *pdev, int index) function
H A Dvc4_vec.c769 vec->regs = vc4_ioremap_regs(pdev, 0);
H A Dvc4_drv.h954 void __iomem *vc4_ioremap_regs(struct platform_device *dev, int index);
H A Dvc4_hvs.c838 hvs->regs = vc4_ioremap_regs(pdev, 0);
H A Dvc4_crtc.c1404 vc4_crtc->regs = vc4_ioremap_regs(pdev, 0);
H A Dvc4_dsi.c1665 dsi->regs = vc4_ioremap_regs(pdev, 0);
H A Dvc4_hdmi.c3408 vc4_hdmi->hdmicore_regs = vc4_ioremap_regs(pdev, 0);
3412 vc4_hdmi->hd_regs = vc4_ioremap_regs(pdev, 1);

Completed in 179 milliseconds