Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm/mach-pxa/
H A Dpxa3xx.c52 #define NDCR_ND_ARB_EN (1 << 12) macro
419 NDCR = (NDCR & ~NDCR_ND_ARB_EN) | NDCR_ND_ARB_CNTL; in pxa3xx_init()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dpxa3xx_nand.c69 #define NDCR_ND_ARB_EN (0x1 << 12) macro
1446 info->reg_ndcr |= (pdata->enable_arbiter) ? NDCR_ND_ARB_EN : 0; in pxa3xx_nand_config_ident()
1472 ~(NDCR_INT_MASK | NDCR_ND_ARB_EN | NFCV1_NDCR_ARB_CNTL); in pxa3xx_nand_detect_config()
1473 info->reg_ndcr |= (pdata->enable_arbiter) ? NDCR_ND_ARB_EN : 0; in pxa3xx_nand_detect_config()
1500 info->reg_ndcr |= (pdata->enable_arbiter) ? NDCR_ND_ARB_EN : 0; in pxa3xx_nand_sensing()
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmarvell_nand.c130 #define NDCR_ND_ARB_EN BIT(12) macro
2893 writel_relaxed(NDCR_ALL_INT | NDCR_ND_ARB_EN | NDCR_SPARE_EN | in marvell_nfc_reset()
/openbmc/u-boot/arch/arm/include/asm/arch-pxa/
H A Dpxa-regs.h2365 #define NDCR_ND_ARB_EN (0x1<<12) macro