Home
last modified time | relevance | path

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

/openbmc/linux/drivers/mtd/nand/raw/
H A Dsunxi_nand.c34 #define NFC_REG_INT 0x0008 macro
264 u32 ien = readl(nfc->regs + NFC_REG_INT); in sunxi_nfc_interrupt()
273 writel(~st & ien & NFC_INT_MASK, nfc->regs + NFC_REG_INT); in sunxi_nfc_interrupt()
292 writel(events, nfc->regs + NFC_REG_INT); in sunxi_nfc_wait_events()
301 writel(0, nfc->regs + NFC_REG_INT); in sunxi_nfc_wait_events()
2129 writel(0, nfc->regs + NFC_REG_INT); in sunxi_nfc_probe()
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c45 #define NFC_REG_INT 0x0008 macro