Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mtd/nand/raw/
H A Dmarvell_nand.c136 #define NDCR_ECC_EN BIT(30) macro
813 if (!(ndcr & NDCR_ECC_EN)) { in marvell_nfc_enable_hw_ecc()
814 writel_relaxed(ndcr | NDCR_ECC_EN, nfc->regs + NDCR); in marvell_nfc_enable_hw_ecc()
830 if (ndcr & NDCR_ECC_EN) { in marvell_nfc_disable_hw_ecc()
831 writel_relaxed(ndcr & ~NDCR_ECC_EN, nfc->regs + NDCR); in marvell_nfc_disable_hw_ecc()
/kernel/linux/linux-6.6/drivers/mtd/nand/raw/
H A Dmarvell_nand.c138 #define NDCR_ECC_EN BIT(30) macro
821 if (!(ndcr & NDCR_ECC_EN)) { in marvell_nfc_enable_hw_ecc()
822 writel_relaxed(ndcr | NDCR_ECC_EN, nfc->regs + NDCR); in marvell_nfc_enable_hw_ecc()
838 if (ndcr & NDCR_ECC_EN) { in marvell_nfc_disable_hw_ecc()
839 writel_relaxed(ndcr & ~NDCR_ECC_EN, nfc->regs + NDCR); in marvell_nfc_disable_hw_ecc()

Completed in 9 milliseconds