Searched refs:NFC_REG_INT (Results 1 – 2 of 2) sorted by relevance
35 #define NFC_REG_INT 0x0008 macro261 u32 ien = readl(nfc->regs + NFC_REG_INT); in sunxi_nfc_interrupt()270 writel(~st & ien & NFC_INT_MASK, nfc->regs + NFC_REG_INT); in sunxi_nfc_interrupt()289 writel(events, nfc->regs + NFC_REG_INT); in sunxi_nfc_wait_events()298 writel(0, nfc->regs + NFC_REG_INT); in sunxi_nfc_wait_events()2129 writel(0, nfc->regs + NFC_REG_INT); in sunxi_nfc_probe()
46 #define NFC_REG_INT 0x0008 macro