Searched refs:NDCR (Results 1 – 2 of 2) sorted by relevance
123 #define NDCR 0x00 macro513 reg = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_disable_int()514 writel_relaxed(reg | int_mask, nfc->regs + NDCR); in marvell_nfc_disable_int()522 reg = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_enable_int()523 writel_relaxed(reg & ~int_mask, nfc->regs + NDCR); in marvell_nfc_enable_int()551 ndcr = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_force_byte_access()558 writel_relaxed(ndcr, nfc->regs + NDCR); in marvell_nfc_force_byte_access()571 ret = readl_relaxed_poll_timeout(nfc->regs + NDCR, val, in marvell_nfc_wait_ndrun()576 writel_relaxed(readl(nfc->regs + NDCR) & ~NDCR_ND_RUN, in marvell_nfc_wait_ndrun()577 nfc->regs + NDCR); in marvell_nfc_wait_ndrun()[all …]
50 #define NDCR (*(volatile u32 __iomem*)(NAND_VIRT + 0)) macro481 NDCR = (NDCR & ~NDCR_ND_ARB_EN) | NDCR_ND_ARB_CNTL; in pxa3xx_init()