Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Datmel_nand.c143 void __iomem *pmerrloc_base; member
765 pmerrloc_writel(host->pmerrloc_base, ELDIS, PMERRLOC_DISABLE); in pmecc_err_location()
768 pmerrloc_writel_sigma_relaxed(host->pmerrloc_base, i, in pmecc_err_location()
777 pmerrloc_writel(host->pmerrloc_base, ELCFG, val); in pmecc_err_location()
778 pmerrloc_writel(host->pmerrloc_base, ELEN, in pmecc_err_location()
782 while (!(pmerrloc_readl_relaxed(host->pmerrloc_base, ELISR) in pmecc_err_location()
791 roots_nbr = (pmerrloc_readl_relaxed(host->pmerrloc_base, ELISR) in pmecc_err_location()
815 tmp = pmerrloc_readl_el_relaxed(host->pmerrloc_base, i) - 1; in pmecc_correct_data()
1201 host->pmerrloc_base = devm_ioremap_resource(&pdev->dev, regs_pmerr); in atmel_pmecc_nand_init_params()
1202 if (IS_ERR(host->pmerrloc_base)) { in atmel_pmecc_nand_init_params()
[all …]