Searched refs:hv_regs (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c125 if (!host->hv_regs)
H A Dchannel_hw.c197 if (!host->hv_regs)
/linux-master/drivers/gpu/host1x/
H A Ddev.c52 writel(v, host1x->hv_regs + r);
57 return readl(host1x->hv_regs + r);
505 host->hv_regs = devm_platform_ioremap_resource_byname(pdev, "hypervisor");
506 if (IS_ERR(host->hv_regs))
507 return PTR_ERR(host->hv_regs);
H A Ddev.h131 void __iomem *hv_regs; /* hypervisor region */ member in struct:host1x

Completed in 155 milliseconds