Searched refs:sync_regs (Results 1 – 1 of 1) sorted by relevance
62 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_writel() local64 writel(v, sync_regs + r); in host1x_sync_writel()69 void __iomem *sync_regs = host1x->regs + host1x->info->sync_offset; in host1x_sync_readl() local71 return readl(sync_regs + r); in host1x_sync_readl()
Completed in 5 milliseconds