Searched refs:pmerrloc (Results 1 – 1 of 1) sorted by relevance
/external/u-boot/drivers/mtd/nand/ |
D | atmel_nand.c | 40 struct pmecc_errloc_regs __iomem *pmerrloc; member 397 pmecc_writel(host->pmerrloc, eldis, PMERRLOC_DISABLE); in pmecc_err_location() 400 pmecc_writel(host->pmerrloc, sigma[i], in pmecc_err_location() 409 pmecc_writel(host->pmerrloc, elcfg, val); in pmecc_err_location() 410 pmecc_writel(host->pmerrloc, elen, in pmecc_err_location() 414 if (pmecc_readl(host->pmerrloc, elisr) & PMERRLOC_CALC_DONE) in pmecc_err_location() 425 roots_nbr = (pmecc_readl(host->pmerrloc, elisr) & PMERRLOC_ERR_NUM_MASK) in pmecc_err_location() 449 tmp = pmecc_readl(host->pmerrloc, el[i]) - 1; in pmecc_correct_data() 869 host->pmerrloc = (struct pmecc_errloc_regs __iomem *) in atmel_pmecc_nand_init_params() 947 host->pmecc_version = pmecc_readl(host->pmerrloc, version); in atmel_pmecc_nand_init_params()
|