Searched refs:NDCR (Results 1 – 2 of 2) sorted by relevance
125 #define NDCR 0x00 macro524 reg = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_disable_int()525 writel_relaxed(reg | int_mask, nfc->regs + NDCR); in marvell_nfc_disable_int()533 reg = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_enable_int()534 writel_relaxed(reg & ~int_mask, nfc->regs + NDCR); in marvell_nfc_enable_int()562 ndcr = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_force_byte_access()569 writel_relaxed(ndcr, nfc->regs + NDCR); in marvell_nfc_force_byte_access()582 ret = readl_relaxed_poll_timeout(nfc->regs + NDCR, val, in marvell_nfc_wait_ndrun()587 writel_relaxed(readl(nfc->regs + NDCR) & ~NDCR_ND_RUN, in marvell_nfc_wait_ndrun()588 nfc->regs + NDCR); in marvell_nfc_wait_ndrun()[all …]
51 #define NDCR (*(volatile u32 __iomem*)(NAND_VIRT + 0)) macro419 NDCR = (NDCR & ~NDCR_ND_ARB_EN) | NDCR_ND_ARB_CNTL; in pxa3xx_init()