Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dmarvell_nand.c872 u32 ndsr; in marvell_nfc_hw_ecc_correct() local
874 ndsr = readl_relaxed(nfc->regs + NDSR); in marvell_nfc_hw_ecc_correct()
877 if (ndsr & NDSR_UNCERR) { in marvell_nfc_hw_ecc_correct()
878 writel_relaxed(ndsr, nfc->regs + NDSR); in marvell_nfc_hw_ecc_correct()
891 if (ndsr & NDSR_CORERR) { in marvell_nfc_hw_ecc_correct()
892 writel_relaxed(ndsr, nfc->regs + NDSR); in marvell_nfc_hw_ecc_correct()
895 bf = NDSR_ERRCNT(ndsr); in marvell_nfc_hw_ecc_correct()