Home
last modified time | relevance | path

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

/drivers/gpu/host1x/
Ddev.c61 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_writel() local
63 writel(v, sync_regs + r); in host1x_sync_writel()
68 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readl() local
70 return readl(sync_regs + r); in host1x_sync_readl()