Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/mtd/nand/
Dsunxi_nand.c44 #define NFC_REG_CTL 0x0000 macro
323 writel(NFC_RESET, nfc->regs + NFC_REG_CTL); in sunxi_nfc_rst()
326 if (!(readl(nfc->regs + NFC_REG_CTL) & NFC_RESET)) in sunxi_nfc_rst()
386 ctl = readl(nfc->regs + NFC_REG_CTL) & in sunxi_nfc_select_chip()
410 writel(ctl, nfc->regs + NFC_REG_CTL); in sunxi_nfc_select_chip()
502 tmp = readl(nfc->regs + NFC_REG_CTL); in sunxi_nfc_cmd_ctrl()
507 writel(tmp, nfc->regs + NFC_REG_CTL); in sunxi_nfc_cmd_ctrl()