Searched refs:NDCR_SPARE_EN (Results 1 – 3 of 3) sorted by relevance
53 #define NDCR_SPARE_EN (0x1 << 31) macro562 ndcr |= NDCR_SPARE_EN; in pxa3xx_nand_start()564 ndcr &= ~NDCR_SPARE_EN; in pxa3xx_nand_start()1449 info->reg_ndcr |= NDCR_SPARE_EN; in pxa3xx_nand_config_ident()1503 info->reg_ndcr |= NDCR_SPARE_EN; /* enable spare by default */ in pxa3xx_nand_sensing()
137 #define NDCR_SPARE_EN BIT(31) macro2855 writel_relaxed(NDCR_ALL_INT | NDCR_ND_ARB_EN | NDCR_SPARE_EN | in marvell_nfc_reset()
2348 #define NDCR_SPARE_EN (0x1<<31) macro