Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mtd/nand/
Dsunxi_nand.c44 #define NFC_REG_CTL 0x0000 macro
340 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); in sunxi_nfc_rst()
343 if (!(readl(nfc->regs + NFC_REG_CTL) & NFC_RESET)) in sunxi_nfc_rst()
403 ctl = readl(nfc->regs + NFC_REG_CTL) & in sunxi_nfc_select_chip()
429 writel(ctl, nfc->regs + NFC_REG_CTL); in sunxi_nfc_select_chip()
521 tmp = readl(nfc->regs + NFC_REG_CTL); in sunxi_nfc_cmd_ctrl()
526 writel(tmp, nfc->regs + NFC_REG_CTL); in sunxi_nfc_cmd_ctrl()