Searched refs:NDCR_SPARE_EN (Results 1 – 3 of 3) sorted by relevance
52 #define NDCR_SPARE_EN (0x1 << 31) macro561 ndcr |= NDCR_SPARE_EN; in pxa3xx_nand_start()563 ndcr &= ~NDCR_SPARE_EN; in pxa3xx_nand_start()1448 info->reg_ndcr |= NDCR_SPARE_EN; in pxa3xx_nand_config_ident()1502 info->reg_ndcr |= NDCR_SPARE_EN; /* enable spare by default */ in pxa3xx_nand_sensing()
139 #define NDCR_SPARE_EN BIT(31) macro2893 writel_relaxed(NDCR_ALL_INT | NDCR_ND_ARB_EN | NDCR_SPARE_EN | in marvell_nfc_reset()
2348 #define NDCR_SPARE_EN (0x1<<31) macro