Searched refs:ndsr (Results 1 – 1 of 1) sorted by relevance
947 u32 ndsr; in marvell_nfc_hw_ecc_correct() local949 ndsr = readl_relaxed(nfc->regs + NDSR); in marvell_nfc_hw_ecc_correct()952 if (ndsr & NDSR_UNCERR) { in marvell_nfc_hw_ecc_correct()953 writel_relaxed(ndsr, nfc->regs + NDSR); in marvell_nfc_hw_ecc_correct()966 if (ndsr & NDSR_CORERR) { in marvell_nfc_hw_ecc_correct()967 writel_relaxed(ndsr, nfc->regs + NDSR); in marvell_nfc_hw_ecc_correct()970 bf = NDSR_ERRCNT(ndsr); in marvell_nfc_hw_ecc_correct()