Searched refs:NDCR (Results 1 – 2 of 2) sorted by relevance
125 #define NDCR 0x00 macro521 reg = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_disable_int()522 writel_relaxed(reg | int_mask, nfc->regs + NDCR); in marvell_nfc_disable_int()530 reg = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_enable_int()531 writel_relaxed(reg & ~int_mask, nfc->regs + NDCR); in marvell_nfc_enable_int()559 ndcr = readl_relaxed(nfc->regs + NDCR); in marvell_nfc_force_byte_access()566 writel_relaxed(ndcr, nfc->regs + NDCR); in marvell_nfc_force_byte_access()579 ret = readl_relaxed_poll_timeout(nfc->regs + NDCR, val, in marvell_nfc_wait_ndrun()584 writel_relaxed(readl(nfc->regs + NDCR) & ~NDCR_ND_RUN, in marvell_nfc_wait_ndrun()585 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()