Home
last modified time | relevance | path

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

/drivers/gpu/host1x/
A Ddev.c62 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_writel() local
64 writel(v, sync_regs + r); in host1x_sync_writel()
69 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readl() local
71 return readl(sync_regs + r); in host1x_sync_readl()

Completed in 5 milliseconds