Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dsunxi_nand.c44 #define NFC_REG_INT 0x0008 macro
257 u32 ien = readl(nfc->regs + NFC_REG_INT); in sunxi_nfc_interrupt()
266 writel(~st & ien & NFC_INT_MASK, nfc->regs + NFC_REG_INT); in sunxi_nfc_interrupt()
285 writel(events, nfc->regs + NFC_REG_INT); in sunxi_nfc_wait_events()
294 writel(0, nfc->regs + NFC_REG_INT); in sunxi_nfc_wait_events()
2059 writel(0, nfc->regs + NFC_REG_INT); in sunxi_nfc_probe()