Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/host1x/
Ddev.c46 writel(v, host1x->hv_regs + r); in host1x_hypervisor_writel()
51 return readl(host1x->hv_regs + r); in host1x_hypervisor_readl()
143 struct resource *regs, *hv_regs = NULL; in host1x_probe() local
160 hv_regs = platform_get_resource_byname(pdev, IORESOURCE_MEM, in host1x_probe()
162 if (!hv_regs) { in host1x_probe()
194 host->hv_regs = devm_ioremap_resource(&pdev->dev, hv_regs); in host1x_probe()
195 if (IS_ERR(host->hv_regs)) in host1x_probe()
196 return PTR_ERR(host->hv_regs); in host1x_probe()
Ddev.h112 void __iomem *hv_regs; /* hypervisor region */ member
/Linux-v4.19/drivers/gpu/host1x/hw/
Dsyncpt_hw.c116 if (!host->hv_regs) in syncpt_assign_to_channel()
135 if (!host->hv_regs) in syncpt_enable_protection()
Dchannel_hw.c188 if (!host->hv_regs) in enable_gather_filter()