Searched refs:NDCR_ND_ARB_EN (Results 1 – 4 of 4) sorted by relevance
51 #define NDCR_ND_ARB_EN (1 << 12) macro481 NDCR = (NDCR & ~NDCR_ND_ARB_EN) | NDCR_ND_ARB_CNTL; in pxa3xx_init()
70 #define NDCR_ND_ARB_EN (0x1 << 12) macro1447 info->reg_ndcr |= (pdata->enable_arbiter) ? NDCR_ND_ARB_EN : 0; in pxa3xx_nand_config_ident()1473 ~(NDCR_INT_MASK | NDCR_ND_ARB_EN | NFCV1_NDCR_ARB_CNTL); in pxa3xx_nand_detect_config()1474 info->reg_ndcr |= (pdata->enable_arbiter) ? NDCR_ND_ARB_EN : 0; in pxa3xx_nand_detect_config()1501 info->reg_ndcr |= (pdata->enable_arbiter) ? NDCR_ND_ARB_EN : 0; in pxa3xx_nand_sensing()
128 #define NDCR_ND_ARB_EN BIT(12) macro2855 writel_relaxed(NDCR_ALL_INT | NDCR_ND_ARB_EN | NDCR_SPARE_EN | in marvell_nfc_reset()
2365 #define NDCR_ND_ARB_EN (0x1<<12) macro