Searched refs:NDCR_ECC_EN (Results 1 – 3 of 3) sorted by relevance
53 #define NDCR_ECC_EN (0x1 << 30) macro549 ndcr |= NDCR_ECC_EN; in pxa3xx_nand_start()553 ndcr &= ~NDCR_ECC_EN; in pxa3xx_nand_start()
138 #define NDCR_ECC_EN BIT(30) macro821 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()
2349 #define NDCR_ECC_EN (0x1<<30) macro