Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c998 u32 ndsr; in marvell_nfc_hw_ecc_check_bitflips() local
1000 ndsr = readl_relaxed(nfc->regs + NDSR); in marvell_nfc_hw_ecc_check_bitflips()
1003 if (ndsr & NDSR_UNCERR) { in marvell_nfc_hw_ecc_check_bitflips()
1004 writel_relaxed(ndsr, nfc->regs + NDSR); in marvell_nfc_hw_ecc_check_bitflips()
1017 if (ndsr & NDSR_CORERR) { in marvell_nfc_hw_ecc_check_bitflips()
1018 writel_relaxed(ndsr, nfc->regs + NDSR); in marvell_nfc_hw_ecc_check_bitflips()
1021 bf = NDSR_ERRCNT(ndsr); in marvell_nfc_hw_ecc_check_bitflips()