Searched refs:hv_regs (Results 1 – 4 of 4) sorted by relevance
36 writel(v, host1x->hv_regs + r); in host1x_hypervisor_writel()41 return readl(host1x->hv_regs + r); in host1x_hypervisor_readl()347 struct resource *regs, *hv_regs = NULL; in host1x_probe() local364 hv_regs = platform_get_resource_byname(pdev, IORESOURCE_MEM, in host1x_probe()366 if (!hv_regs) { in host1x_probe()396 host->hv_regs = devm_ioremap_resource(&pdev->dev, hv_regs); in host1x_probe()397 if (IS_ERR(host->hv_regs)) in host1x_probe()398 return PTR_ERR(host->hv_regs); in host1x_probe()
110 void __iomem *hv_regs; /* hypervisor region */ member
109 if (!host->hv_regs) in syncpt_assign_to_channel()128 if (!host->hv_regs) in syncpt_enable_protection()
215 if (!host->hv_regs) in enable_gather_filter()