Lines Matching defs:errloc
154 void __iomem *errloc;
652 writel(PMERRLOC_DISABLE, pmecc->regs.errloc + ATMEL_PMERRLOC_ELDIS);
656 pmecc->regs.errloc + ATMEL_PMERRLOC_SIGMA(i));
664 writel(val, pmecc->regs.errloc + ATMEL_PMERRLOC_ELCFG);
666 pmecc->regs.errloc + ATMEL_PMERRLOC_ELEN);
668 ret = readl_relaxed_poll_timeout(pmecc->regs.errloc +
715 errpos = readl_relaxed(pmecc->regs.errloc +
850 pmecc->regs.errloc = devm_platform_ioremap_resource(pdev, errloc_res_idx);
851 if (IS_ERR(pmecc->regs.errloc))
852 return ERR_CAST(pmecc->regs.errloc);