Searched refs:NFC_REG_CTL (Results 1 – 1 of 1) sorted by relevance
32 #define NFC_REG_CTL 0x0000 macro338 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); in sunxi_nfc_rst()340 ret = readl_poll_timeout(nfc->regs + NFC_REG_CTL, ctl, in sunxi_nfc_rst()377 writel(readl(nfc->regs + NFC_REG_CTL) | NFC_RAM_METHOD, in sunxi_nfc_dma_op_prepare()378 nfc->regs + NFC_REG_CTL); in sunxi_nfc_dma_op_prepare()383 writel(readl(nfc->regs + NFC_REG_CTL) & ~NFC_DMA_TYPE_NORMAL, in sunxi_nfc_dma_op_prepare()384 nfc->regs + NFC_REG_CTL); in sunxi_nfc_dma_op_prepare()398 writel(readl(nfc->regs + NFC_REG_CTL) & ~NFC_RAM_METHOD, in sunxi_nfc_dma_op_prepare()399 nfc->regs + NFC_REG_CTL); in sunxi_nfc_dma_op_prepare()411 writel(readl(nfc->regs + NFC_REG_CTL) & ~NFC_RAM_METHOD, in sunxi_nfc_dma_op_cleanup()[all …]