Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mtd/nand/raw/
Dsunxi_nand.c42 #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()
[all …]