Home
last modified time | relevance | path

Searched refs:NFC_REG_INT (Results 1 – 1 of 1) sorted by relevance

/drivers/mtd/nand/
Dsunxi_nand.c46 #define NFC_REG_INT 0x0008 macro
292 u32 ien = readl(nfc->regs + NFC_REG_INT); in sunxi_nfc_interrupt()
301 writel(~st & ien & NFC_INT_MASK, nfc->regs + NFC_REG_INT); in sunxi_nfc_interrupt()
320 writel(events, nfc->regs + NFC_REG_INT); in sunxi_nfc_wait_events()
329 writel(0, nfc->regs + NFC_REG_INT); in sunxi_nfc_wait_events()
2237 writel(0, nfc->regs + NFC_REG_INT); in sunxi_nfc_probe()