Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mtd/nand/raw/
Dmarvell_nand.c138 #define NDCR_ECC_EN BIT(30) macro
824 if (!(ndcr & NDCR_ECC_EN)) { in marvell_nfc_enable_hw_ecc()
825 writel_relaxed(ndcr | NDCR_ECC_EN, nfc->regs + NDCR); in marvell_nfc_enable_hw_ecc()
841 if (ndcr & NDCR_ECC_EN) { in marvell_nfc_disable_hw_ecc()
842 writel_relaxed(ndcr & ~NDCR_ECC_EN, nfc->regs + NDCR); in marvell_nfc_disable_hw_ecc()