hv_regs 40 drivers/gpu/host1x/dev.c writel(v, host1x->hv_regs + r); hv_regs 45 drivers/gpu/host1x/dev.c return readl(host1x->hv_regs + r); hv_regs 184 drivers/gpu/host1x/dev.c struct resource *regs, *hv_regs = NULL; hv_regs 201 drivers/gpu/host1x/dev.c hv_regs = platform_get_resource_byname(pdev, IORESOURCE_MEM, hv_regs 203 drivers/gpu/host1x/dev.c if (!hv_regs) { hv_regs 235 drivers/gpu/host1x/dev.c host->hv_regs = devm_ioremap_resource(&pdev->dev, hv_regs); hv_regs 236 drivers/gpu/host1x/dev.c if (IS_ERR(host->hv_regs)) hv_regs 237 drivers/gpu/host1x/dev.c return PTR_ERR(host->hv_regs); hv_regs 109 drivers/gpu/host1x/dev.h void __iomem *hv_regs; /* hypervisor region */ hv_regs 215 drivers/gpu/host1x/hw/channel_hw.c if (!host->hv_regs) hv_regs 109 drivers/gpu/host1x/hw/syncpt_hw.c if (!host->hv_regs) hv_regs 128 drivers/gpu/host1x/hw/syncpt_hw.c if (!host->hv_regs)