Lines Matching refs:NFC_REG_CTL
42 #define NFC_REG_CTL 0x0000 macro
331 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); in sunxi_nfc_rst()
333 ret = readl_poll_timeout(nfc->regs + NFC_REG_CTL, ctl, in sunxi_nfc_rst()
370 writel(readl(nfc->regs + NFC_REG_CTL) | NFC_RAM_METHOD, in sunxi_nfc_dma_op_prepare()
371 nfc->regs + NFC_REG_CTL); in sunxi_nfc_dma_op_prepare()
383 writel(readl(nfc->regs + NFC_REG_CTL) & ~NFC_RAM_METHOD, in sunxi_nfc_dma_op_prepare()
384 nfc->regs + NFC_REG_CTL); in sunxi_nfc_dma_op_prepare()
399 writel(readl(nfc->regs + NFC_REG_CTL) & ~NFC_RAM_METHOD, in sunxi_nfc_dma_op_cleanup()
400 nfc->regs + NFC_REG_CTL); in sunxi_nfc_dma_op_cleanup()
437 ctl = readl(nfc->regs + NFC_REG_CTL) & in sunxi_nfc_select_chip()
462 writel(ctl, nfc->regs + NFC_REG_CTL); in sunxi_nfc_select_chip()