Searched refs:hv_regs (Results 1 – 4 of 4) sorted by relevance
51 writel(v, host1x->hv_regs + r); in host1x_hypervisor_writel()56 return readl(host1x->hv_regs + r); in host1x_hypervisor_readl()492 host->hv_regs = devm_platform_ioremap_resource_byname(pdev, "hypervisor"); in host1x_probe()493 if (IS_ERR(host->hv_regs)) in host1x_probe()494 return PTR_ERR(host->hv_regs); in host1x_probe()
126 void __iomem *hv_regs; /* hypervisor region */ member
125 if (!host->hv_regs) in syncpt_enable_protection()
199 if (!host->hv_regs) in host1x_enable_gather_filter()