Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/host1x/
H A Ddev.c40 writel(v, host1x->hv_regs + r); in host1x_hypervisor_writel()
45 return readl(host1x->hv_regs + r); in host1x_hypervisor_readl()
366 struct resource *regs, *hv_regs = NULL; in host1x_probe() local
383 hv_regs = platform_get_resource_byname(pdev, IORESOURCE_MEM, in host1x_probe()
385 if (!hv_regs) { in host1x_probe()
415 host->hv_regs = devm_ioremap_resource(&pdev->dev, hv_regs); in host1x_probe()
416 if (IS_ERR(host->hv_regs)) in host1x_probe()
417 return PTR_ERR(host->hv_regs); in host1x_probe()
H A Ddev.h110 void __iomem *hv_regs; /* hypervisor region */ member
/kernel/linux/linux-6.6/drivers/gpu/host1x/
H A Ddev.c52 writel(v, host1x->hv_regs + r); in host1x_hypervisor_writel()
57 return readl(host1x->hv_regs + r); in host1x_hypervisor_readl()
504 host->hv_regs = devm_platform_ioremap_resource_byname(pdev, "hypervisor"); in host1x_probe()
505 if (IS_ERR(host->hv_regs)) in host1x_probe()
506 return PTR_ERR(host->hv_regs); in host1x_probe()
H A Ddev.h125 void __iomem *hv_regs; /* hypervisor region */ member
/kernel/linux/linux-5.10/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c125 if (!host->hv_regs) in syncpt_enable_protection()
H A Dchannel_hw.c215 if (!host->hv_regs) in enable_gather_filter()
/kernel/linux/linux-6.6/drivers/gpu/host1x/hw/
H A Dsyncpt_hw.c125 if (!host->hv_regs) in syncpt_enable_protection()
H A Dchannel_hw.c197 if (!host->hv_regs) in host1x_enable_gather_filter()

Completed in 6 milliseconds