Home
last modified time | relevance | path

Searched refs:NDCR_ND_ARB_EN (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/arm/mach-pxa/
Dpxa3xx.c50 #define NDCR_ND_ARB_EN (1 << 12) macro
440 NDCR = (NDCR & ~NDCR_ND_ARB_EN) | NDCR_ND_ARB_CNTL; in pxa3xx_init()
/linux-4.4.14/drivers/mtd/nand/
Dpxa3xx_nand.c86 #define NDCR_ND_ARB_EN (0x1 << 12) macro
1400 info->reg_ndcr |= (pdata->enable_arbiter) ? NDCR_ND_ARB_EN : 0; in pxa3xx_nand_config_flash()
1417 ~(NDCR_INT_MASK | NDCR_ND_ARB_EN | NFCV1_NDCR_ARB_CNTL); in pxa3xx_nand_detect_config()
1610 info->reg_ndcr |= (pdata->enable_arbiter) ? NDCR_ND_ARB_EN : 0; in pxa3xx_nand_scan()
1843 (nand_readl(info, NDCR) & ~NDCR_ND_ARB_EN) | in pxa3xx_nand_remove()